@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	color: #0f0416;
	/*background: linear-gradient(to bottom, rgb(188, 201, 209), rgb(165, 182, 193));
	background-color: #bcc9d1;*/
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
}
@media screen and (min-width: 769px) {
	a:hover {
		opacity: 0.6;
		transition: all 0.4s;
	}
}

*, *::before, *::after {
  box-sizing: border-box;
}


/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
.hero__staticimg {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 120px;
	position: relative;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 150px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 180px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
	position: relative;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	position: relative;
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 120px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 500px;
		margin-bottom: 220px;	
	}
	.item-wapper-small {
		max-width: 500px;
		margin-bottom: 150px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_15 {
	margin-bottom: 15px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_45 {
	margin-bottom: 45px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_120 {
	margin-bottom: 120px;
}
.spmb_150 {
	margin-bottom: 150px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}
.mb30 {
	margin-bottom: 30px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_15 {
		margin-bottom: 30px;
	}
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 120px;
	}
	.spmb_120 {
		margin-bottom: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
	.spmb_180 {
		margin-bottom: 210px;
	}
	.spmb_210 {
		margin-bottom: 240px;
	}
}



/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner__item {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}

.largeinner__item {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}

.wideinner__item {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}



/* ---------------------------------------------------------
	rotate
----------------------------------------------------------*/
.threeimgrotate__box{
	width: 100%;
	height: 630px;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}
.threeimgrotate__ltop {
	width: 46.2%;
	position: absolute;
	top: 0%;
	left: 10%;
	transform: rotate(35deg);
}
.threeimgrotate__rcenter {
	width: 46.2%;
	position: absolute;
	top: 18%;
	right: 0%;
	transform: rotate(-30deg);
}
.threeimgrotate__lund {
	width: 53.8%;
	position: absolute;
	bottom: 0%;
	left: 23.1%;
	transform: rotate(0deg);	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threeimgrotate__box{
		height: 800px;
	}
	.threeimgrotate__ltop {
		left: 3.2%;
		transform: rotate(35deg);
	}
	.threeimgrotate__rcenter {
		right: 1.6%;
		transform: rotate(-30deg);
	}
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.wideflex__box {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.largeflex__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.middleflex__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.wideflexend__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.flexitem__fifty {
	width: 50%;
	background-color: #ffffff;
	z-index: 20;
}
.flexitem__spc {
	width: 49%;
	background-color: #ffffff;
	z-index: 20;
}
.flexitem__large {
	width: 53.8%;
	background-color: #ffffff;
}
.flexitem__small {
	width: 43.2%;
}
.flexitem__xl {
	width: 61.5%;
	background-color: #ffffff;
}
.flexitem__xs {
	width: 38.5%;
}

.threeflexitem__small {
	width: calc(30.8% - 5px);
}
.threeflexitem__large {
	width: 38.4%;
	border: 7px solid #fbd4dc;
}

.threeflexitem__equally  {
	width: calc(100% / 3 - 5px);
}


.twocol_center__leftL {
	width: 61.5%;
}
.twocol_center__rightS {
	width: 38.5%;
}

.twocol_center__rightS .items_price_right_col {
	padding-right: 1em;
}

.twoimg_col__vertdir {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.twoimgvert__left {
	width: 69.2%;
	margin-right: auto;
}
.twoimgvert__right {
	width: 84.6%;
	margin-left: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_col__vertdir {
		max-width: 500px;
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.threecol_img__box {
	display: grid;
	grid-template-columns: calc(3% - 10px) calc(47.8% - 10px) calc(3% - 10px) calc(46.2% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 13px;
}
.threecol_img__ltop {
	grid-area: 1 / 1 / 4 / 4;
	align-self: start;
}
.threecol_img__lund {
	grid-area: 4 / 2 / 7 / 3;
	align-self: end;
}
.threecol_img__rcenter {
	grid-area: 2 / 4 / 6 / 5;
	align-self: start;
}
.threecol_img__prc {
	grid-area: 6 / 3 / 7 / 5;
	align-self: end;
	padding-right: 0.5em;
	z-index: 10;
	white-space: nowrap;
	overflow: visible;
}


.twoimg_rup__box {
	display: grid;
	grid-template-columns: 53.8% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0;
	grid-row-gap: 0px;
	position: relative;
}

.twoimg_rup__right {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
	background-color: #ffffff;
	z-index: 10;
}
.twoimg_rup__left {
	grid-area: 2 / 1 / 4 / 2;
	align-self: end;
	z-index: 10;
}

.twoimg_lup__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
	background-color: #ffffff;
}
.twoimg_lup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twoimg_lup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	z-index: 10;
	white-space: nowrap;
	overflow: visible;
}


.threeimg_lo__gdbox {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.threeimg_lo__rtop {
	grid-area: 1 / 2 / 3 / 3;
	align-self: start;
}
.threeimg_lo__rund {
	grid-area: 3 / 2 / 5 / 3;
	align-self: start;
}
.threeimg_lo__lcnt {
	grid-area: 2 / 1 / 4 / 2;
	align-self: center;
}
.threeimg_lo__prc {
	grid-area: 4 / 1 / 5 / 2;
	align-self: end;
	white-space: nowrap;
}
.threeimg_lo__rprice {
	grid-area: 3 / 2 / 4 / 3;
	align-self: end;
	padding-right: 0.5em;
}


.threeimg_gapbox {
	display: grid;
	grid-template-columns: calc(3% - 10px) calc(44% - 10px) calc(3% - 10px) calc(50% - 10px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
.threeimg_gap_ltop {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
}
.threeimg_gap_lunder {
	grid-area: 3 / 2 / 5 / 3;
	align-self: end;
}
.threeimg_gap_rtop {
	grid-area: 2 / 4 / 4 / 5;
	align-self: start;
}
.threeimg_gap_rprc {
	grid-area: 4 / 3 / 5 / 5;
	align-self: end;
}


.threelo_rc__box {
	display: grid;
	grid-template-columns: 2.5% 50% 2.5% 2.5% 47.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 7px;	
}
.threelo_rc__ltop {
	grid-area: 1 / 1 / 3 / 4;
	align-self: start;
}
.threelo_rc__lund {
	grid-area: 4 / 2 / 6 / 3;
	align-self: end;
}
.threelo_rc__rcnt {
	grid-area: 2 / 5 / 5 / 6;
	align-self: start;
}
.threelo_rc__rprc {
	grid-area: 5 / 3 / 6 / 6;
	align-self: end;
	padding-right: 0.5em;
}


.twoimg_ld_gridbox {
	display: grid;
	grid-template-columns: 23.1% 23.1% 53.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twoimg_ld_rtop {
	grid-area: 1 / 2 / 3 / 4;
	align-self: start;
}
.twoimg_ld_lund {
	grid-area: 2 / 1 / 5 / 3;
	align-self: end;
}
.twoimg_ld_prc {
	grid-area: 4 / 2 / 5 / 4;
	align-self: end;
	padding-right: 0.5em;
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threecol_img__box {
		grid-row-gap: 15px;
	}
	.threelo_rc__rprc {
		padding-right: 0em;
	}
	.threeimg_lo__rprice {
		padding-right: 0em;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__01 {
	width: 3.2%;
	position: absolute;
	top: 5%;
	left: 9.9%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-2 {
	width: 3.2%;
	position: absolute;
	top: 5%;
	right: 9.9%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-3 {
	width: 3.2%;
	position: absolute;
	top: 6%;
	left: 10.3%;
	z-index: 10;
	pointer-events: none;
}
.subheading__01-4 {
	width: 2.6%;
	position: absolute;
	top: 0%;
	right: 6.4%;
	z-index: 30;
	pointer-events: none;
}

.subheading__02-2 {
	width: 92.3%;
	position: absolute;
	top: -4%;
	right: 3.85%;
	z-index: 10;
	pointer-events: none;
}

.subheading__03-1 {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	z-index: 10;
	pointer-events: none;
}
.subheading__03-2 {
	width: 38.5%;
	position: absolute;
	top: 1.6%;
	left: 1.6%;
	z-index: 10;
	overflow-x: hidden;
	pointer-events: none;
}

.subheading__04-1 {
	width: 3.2%;
	position: absolute;
	top: 4.0%;
	right: 9.9%;
	z-index: 10;
	pointer-events: none;
}
.subheading__04-2 {
	width: 38.5%;
	position: absolute;
	bottom: 6%;
	left: 3.2%;
	z-index: 20;
	pointer-events: none;
}

.subheading__05 {
	width: 46.2%;
	position: absolute;
	top: 31%;
	left: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__05-2 {
	width: 30.8%;
	position: absolute;
	top: 2%;
	right: 1.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__05-3 {
	width: 30.8%;
	position: absolute;
	top: 53%;
	right: 7.7%;
	z-index: 10;
	pointer-events: none;
}
.subheading__08-1 {
	width: 46.2%;
	position: absolute;
	top: -3.6%;
	left: 0%; /*-2.2*/
	z-index: 20;
	pointer-events: none;	
}



/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__01-4 {
		width: 2.5%;
		right: 6.4%;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.centerslide__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
}
.center__largebox {
	width: 84.6%;
	margin-left: auto;	
	margin-right: auto;
}
.centerslide__midbox {
	width: 69.2%;
	margin-left: auto;	
	margin-right: auto;
}
.center__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}

.centerslide_frame__midbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
	background-color: #bcc9d1;
	position: relative;
}
/*
.centerslide_frame__midbox::after {
	content: "";
	position: absolute;
	left: 0.2%;
	top: 0.4%;
	z-index: -1;
	width: 101%;
	height: 100.4%;
	background: #8399a9;
}
*/
.left__largebox {
	width: 84.6%;
	margin-right: auto;
}
.leftslide__midbox {
	width: 76.9%;
	margin-right: auto;
}
.leftslide__box {
	width: 61.5%;
	margin-right: auto;
}

.rightslide__largebox {
	width: 84.6%;
	margin-left: auto;
	overflow: hidden;
}
.rightslide__midbox {
	width: 76.9%;
	margin-left: auto;
}
.rightslide__smlbox {
	width: 69.2%;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.rightslide__box {
	width: 61.5%;
	margin-left: auto;
}

.loopslide__widebox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.loopslide__largebox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}

.loopslides .swiper-wrapper .swiper-slide {
	width: 61.5%;
	margin-inline: auto;
	overflow: hidden;
}

/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_prc__largebox {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;	
}
.center_prc__midbox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;	
}
.center_prc__smidbox {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;		
}
.center_prc__smallbox {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;	
}

.right_prc_lrgbox {
	width: 100%;
	padding-right: 0.5em;
}
.right_prc_middbox {
	width: 80%;
	margin-left: auto;
}

.left_prc_middbox {
	width: 85%;
	margin-right: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.center_prc__tbmidbox {
		width: 76.9%;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.center_prc__midbox {
		max-width: 400px;
	}
	.center_prc__tbmidbox {
		max-width: 400px;
	}
	.center_prc__smallbox {
		max-width: 400px;
	}
	.center_prc__smidbox {
		max-width: 350px;	
	}
	.right_prc_midbox {
		max-width: 350px;
		margin-left: 15.4%;
	}
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_center a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.items_price_left_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- horizontal ---------*/
.items_price_left_hn {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.items_price_left_hn li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_hn li:nth-child(even) {
	padding-left: 1em;
}
.items_price_left_hn li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_left_hn a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- row ---------*/
.items_price_left_row {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
.items_price_left_row li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_row li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_left_row li:nth-child(even) {
	padding-left: 1em;
}

.items_price_left_row a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "miller-banner", serif;
	font-style: normal;
	font-weight: 300;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- row02 ---------*/
.items_price_left_row02 {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;;
}
.items_price_left_row02 li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "miller-banner", serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_left_row02 li:nth-child(n+3) {
	padding-top: 1em;
}
.items_price_left_row02 li:nth-child(even) {
	padding-left: 1em;
}

.items_price_left_row02 a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/*--------- horizontal ---------*/
.items_price_right_hn {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right_hn li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}

.items_price_right_hn li:nth-child(even) {
	padding-left: 1em;
}
.items_price_right_hn li:nth-child(n + 3) {
	padding-top: 1em;
}

.items_price_right_hn a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/*--------- row ---------*/
.items_price_right_row {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right_row li {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #0f0416;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_row li:nth-child(n+3) {
	padding-top: 1em;
}

.items_price_right_row a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0f0416;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	color: #0f0416;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #dbb1f1 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.3em;
}

.itembtn_wapper a {
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #dbb1f1;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 92.3%;
	}
	.itemlk {
		padding: 1em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/*background-color: #829aa9;*/
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 40px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #0f0416;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	
	margin-right: auto;
	margin-top: 1em;
}
footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #0f0416;
	font-size: clamp(1.4375rem, calc(1.3920454545454546rem + 0.22727272727272727vw), 1.5625rem);
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-size: clamp(1rem, calc(0.9318181818181819rem + 0.3409090909090909vw), 1.1875rem);
	line-height: 1;
	color: #0f0416;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #0f0416;
	font-size: clamp(0.6875rem, calc(0.6420454545454546rem + 0.22727272727272727vw), 0.8125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "Libre Baskerville", serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	/*text-shadow: #f9fdfe 1px 1px 1px, 0 0 0.1em #f1f9fe, 1px 1px 1em #f9fdfe, 0px 0px 0.3em #f9fdfe, #f1f9fe 1px 1px 5px;*/
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 20px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 50px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: min(40%, 1200px);
		column-gap: 80px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 80px) 960 * 100vw);
	}
}