@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
	background-color: #f2ece6;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #141416;
}
@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__wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.hero__staticimg {
	width: 92.3%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding: 0;
	z-index: 10;
}
.hero__staticimg img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.hero__staticimg {
		width: 92.3%;
		height:auto;
		margin-top: 30px;
		margin-inline: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__wrap {
		width: 750px;
	}
	.hero__staticimg {
		width: 100%;
		height: auto;
	}
}


/* ---------------------------------------------------------
	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: 120px;
	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: 90px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	position: relative;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 750px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 750px;
		margin-bottom: 150px;	
	}
	.item-wapper-small {
		max-width: 750px;
		margin-bottom: 240px;
	}
	.item-wapper-tiny {
		max-width: 750px;
		margin-bottom: 150px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.spmb_10 {
	margin-bottom: 10px;
}
.spmb_20 {
	margin-bottom: 20px;
}
.spmb_30 {
	margin-bottom: 30px;
}
.spmb_60 {
	margin-bottom: 60px;
}
.spmb_90 {
	margin-bottom: 90px;
}
.spmb_110 {
	margin-bottom: 110px;
}
.spmb_120 {
	margin-bottom: 120px;
}
.spmb_150 {
	margin-bottom: 150px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}
.spmb_240 {
	margin-bottom: 240px;
}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb90 {
	margin-bottom: 90px;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.spmb_20 {
		margin-bottom: 40px;
	}
	.spmb_30 {
		margin-bottom: 60px;
	}
	.spmb_45 {
		margin-bottom: 75px;
	}
	.spmb_60 {
		margin-bottom: 90px;
	}
	.spmb_90 {
		margin-bottom: 180px;
	}
	.spmb_110 {
		margin-bottom: 200px;
	}
	.spmb_120 {
		margin-bottom: 150px;
	}
	.spmb_150 {
		margin-bottom: 180px;
	}
	.spmb_180 {
		margin-bottom: 270px;
	}
	.spmb_210 {
		margin-bottom: 300px;
	}
	.spmb_240 {
		margin-bottom: 360px;
	}
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.inner_wide__area {
	width: 100%;
	margin-inline: auto;
	position: relative;
	z-index: 10;
}

.inner_basis__bx {
	width: 100%;
	height: 300px;
	margin-inline: auto;
	position: relative;
}

.inner_large__area {
	width: 92.3%;
	margin-inline: auto;
	position: relative;
	z-index: 10;
}
.inner_mid__area {
	width: 84.6%;
	margin-inline: auto;
}
.inner_reg__area {
	width: 61.5%;
	margin-inline: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.inner_large__area {
		width: 100%;
		max-width: 500px;
		margin-inline: auto;
	}
	.inner_basis__bx {
		height: 450px;
	}
}


/* ---------------------------------------------------------
	logo collaboration
----------------------------------------------------------*/
.logo_collaboration {
	width: 76.9%;
	margin-inline: auto;
	pointer-events: none;
	position: relative;
}
.logo_collaboration::after {
	content: '';
	width: 15.4%;
	height: 2px;
	display: inline-block;
	background-color: #34405d;
	position: absolute;
	bottom: -60px;
	left: 42.3%;
}


/* ---------------------------------------------------------
	static img
----------------------------------------------------------*/
.static_wide__box {
	width: 100%;
	margin-inline: auto;
}


/* ---------------------------------------------------------
	position layout
----------------------------------------------------------*/
.twocol_pos__widebx {
	width: 100%;
	height: 320px;
	position: relative;
}
.twocol_pos__left {
	position: absolute;
	top: -50px;
	left: 4%;
	width: 38.5%;
	transform: rotate(-10deg);
}
.twocol_pos__right {
	position: absolute;
	top: 0;
	right: 0;
	width: 53.8%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twocol_pos__widebx {
		height: 450px;
	}
}


/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.threeclm__innertext {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	row-gap: 10px;
}
.threeclm__innertext li:first-child {
	font-size: clamp( 1.373125rem, calc( 0.8993968749999999rem + 2.3686406250000003vw ), 2.32058125rem );
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #ec89ad;
	font-family: "ff-uberhand-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	white-space: nowrap;
	z-index: 20;
}
.threeclm__innertext li:nth-child(2) {
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #503a29;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.flex_scbw_widebx {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.flex_ctrwrap_widebx {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-inline: auto;
	position: relative;
}
.flex_scbw_largebx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 92.3%;
	margin-inline: auto;
}
.flex_scbw_midbx {
	display: flex;
	justify-content: space-between;
	width: 84.6%;
	margin-inline: auto;
	position: relative;
}

.twocolimg_half {
	width: 50%;
}
.twocolimg__spc {
	width: 49%;
}
.threecol_spc_img {
	width: calc(100% / 3 - 5px);
}
.threecol_npc_img {
	width: calc(100% / 3);
}

.twocolimg__left {
	width: 38.5%;
	transform: rotate(-10deg);
}
.twocolimg__right {
	width: 53.8%;
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.proddesc_contents_bx {
	display: grid;
	grid-template-columns: 24% 2.9% 24% 2.9% 23.1% 23.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.proddesc_subtitle {
	grid-area: 1 / 1 / 2 / 4;
	align-self: start;
	pointer-events: none;
	font-size: clamp( 1.7850625rem, calc( 1.1692159375rem + 3.0792328125vw ), 3.016755625rem );
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #ec89ad;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	/* font-size: clamp( 1.373125rem, calc( 0.8993968749999999rem + 2.3686406250000003vw ), 2.32058125rem );
	font-family: "ff-uberhand-pro", sans-serif;
	font-weight: 500;
	font-style: normal;*/
	white-space: nowrap;
	z-index: 50;
}
.proddesc_leftimg {
	grid-area: 2 / 1 / 3 / 2;
	align-self: end;
	pointer-events: none;
}
.proddesc_centerimg {
	grid-area: 2 / 3 / 3 / 4;
	align-self: end;
	pointer-events: none;
}
.proddesc_rightimg {
	grid-area: 1 / 5 / 3 / 7;
	align-self: start;
	pointer-events: none;
}
.proddesc_contents_txt {
	width: fit-content;
	margin-top: min(2em, 45px);
	padding: 0 1em;
}
.prod_description {
	display: flex;
	flex-direction: column;
	row-gap: 0.5em;
}
.prod_description li {
	list-style: none;
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #503a29;
	  font-family: "Noto Sans JP", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: 300;
	  font-style: normal;
}
.prod_description li:first-child {
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #ec89ad;
	border-bottom: 1px solid #ec89ad;
	padding-bottom: 0.5em;
}


.threeclm__grdbx {
	display: grid;
	grid-template-columns: calc(23.1% - 5px) calc(23.1% - 5px) calc(53.8% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 20px;
}
.threeclm__undleft {
	grid-area: 2 / 1 / 3 / 2;
	align-self: start;
	pointer-events: none;
}
.threeclm__undcenter {
	grid-area: 2 / 2 / 3 / 3;
	align-self: start;
	pointer-events: none;
}
.threeclm__right {
	grid-area: 1 / 3 / 3 / 4;
	align-self: end;
	pointer-events: none;
}
.threeclm__txt {
	grid-area: 1 / 1 / 2 / 3;
	align-self: start;
	pointer-events: none;
}

.twoclm__grdbx {
	display: grid;
	grid-template-columns: calc(46.2% - 5px) calc(53.8% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.twoclm__right {
	grid-area: 1 / 2 / 4 / 3;
	align-self: start;
}
.twoclm__left {
	grid-area: 2 / 1 / 5 / 2;
	align-self: end;
}

.fiveimg__equsplit__gdbx {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
	grid-template-rows: auto;
	gap: 5px;
}
.fiveimg__equsplit__inner {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 5px 7px;
}
.fiveimg__equsplit__lefttop {
	grid-area: 1 / 1 / 2 / 2;
	align-self: start;
}
.fiveimg__equsplit__centertop {
	grid-area: 1 / 2 / 2 / 3;
	align-self: start;
}
.fiveimg__equsplit__leftund {
	grid-area: 2 / 1 / 3 / 2;
	align-self: end;
}
.fiveimg__equsplit__centerund {
	grid-area: 2 / 2 / 3 / 3;
	align-self: end;
}
.fiveimg__equsplit__right {
	grid-area: 1 / 3 / 3 / 5;
	align-self: start;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threeovl_lup__gdbx {
		grid-template-rows: 200px 400px 100px auto;
	}
	.twocol_rup_spc__gdbx {
		grid-template-columns: calc(46.2% - 10px) calc(53.8% - 10px);
		grid-column-gap: 10px;
	}
	.twocol_llrg_spc__prc {
		padding-left: 0em;
	}
	.twocol_rup_spc__prc {
		padding-right: 0em;
	}
	.twocol_vertimg__prc {
		padding-left: 0em;
	}
	.threeimg_rnd__prc {
		padding-left: 0em;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.center__widebox {
	width: 100%;
	margin-inline: auto;
	position: relative;
}

.center__largebox {
	width: 92.3%;
	margin-inline: auto;
}
.center__biggerbox {
	width: 84.6%;
	margin-inline: auto;
}
.center__midbox {
	width: 76.9%;
	margin-inline: auto;
	position: relative;
}
.center__regmidbox {
	width: 69.2%;
	height: 300px;
	margin-inline: auto;
	position: relative;
}
.center__regmidimg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

.center__box {
	width: 61.5%;
	margin-inline: auto;
}

.left__vastbox {
	width: 92.3%;
	margin-right: auto;
}
.left__largebox {
	width: 84.6%;
	margin-right: auto;
}
.left__midbox {
	width: 76.9%;
	margin-right: auto;
}
.left__box {
	width: 61.5%;
	margin-right: auto;
}

.right__largebox {
	width: 84.6%;
	margin-left: auto;
}
.right__midbox {
	width: 69.2%;
	margin-left: auto;
}
.right__box {
	width: 61.5%;
	margin-left: auto;
}


.threeclm_rndimg__rltbx {
	width: min(100%, 490px);
	height: 360px;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}
.threeclm_rndimg__lefttop {
	width: 38.5%;
	position: absolute;
	top: -10%;
	left: 3%;
	transform: rotate(-20deg);
	z-index: 20;
}
.threeclm_rndimg__leftund {
	width: 30.8%;
	position: absolute;
	bottom: -3%;
	left: 7%;
	transform: rotate(15deg);
	z-index: 10;
}
.threeclm_rndimg__right {
	width: 61.5%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
}


.threeclm_rnd_leftl__rltbx {
	width: min(100%, 490px);
	height: 360px;
	margin-inline: auto;
	position: relative;
}
.threeclm_rnd_leftl__righttop {
	width: 30.8%;
	position: absolute;
	top: -30%;
	right: 13%;
	transform: rotate(20deg);
	z-index: 40;
}
.threeclm_rnd_leftl__rightcnt {
	width: 30.8%;
	position: absolute;
	top: 17%;
	right: 0%;
	transform: rotate(0deg);
	z-index: 50;
}
.threeclm_rnd_leftl__rightund {
	width: 30.8%;
	position: absolute;
	bottom: -20%;
	right: 8%;
	transform: rotate(-10deg);
	z-index: 20;
}
.threeclm_rnd_leftl__left {
	width: 61.5%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.threeclm_rndimg__rltbx {
		width: 84.6%;
		height: 590px;
	}
	.threeclm_rnd_leftl__rltbx {
		width: 92.3%;
		height: 650px;
	}
	.threeclm_rnd_leftl__righttop {
		top: -100px;
	}
	.threeclm_rnd_leftl__rightcnt {
		top: 110px;
		right: 0;
	}
	.threeclm_rnd_leftl__rightund {
		bottom: -70px;
		right: 45px;
	}
	.center__regmidbox {
		height: 690px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threeclm_rndimg__rltbx {
		height: 414px;
	}
	.center__regmidbox {
		height: 400px;
	}
	.threeclm_rndimg__lefttop {
		top: -20px;
		left: 20px;
	}
	.threeclm_rndimg__leftund {
		left: -20px;
		bottom: -55px;
	}
	.threeclm_rnd_leftl__rltbx {
		height: 428px;
	}
	.threeclm_rnd_leftl__rightund {
		bottom: -60px;
		right: -50px;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.decoration_heart{
	width: 23.1%;
	height: auto;
	position: absolute;
	top: 10%;
	left: 1.6%;
	z-index: 20;
}
.subheading__seasonR {
	width: 61.5%;
	margin-left: auto;
}
.subheading__01-1 {
	width: 30.8%;
	position: absolute;
	top: -5%;
	left: 34.6%;
	z-index: 10;
	pointer-events: none;
}
.subheading__02-1 {
	width: 53.8%;
	position: absolute;
	top: -22%;
	left: 23.1%;
	z-index: 15;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.decoration_heart{
		width: 100px;
		top: 40px;
		left: 130px;
	}
	.subheading__02-1 {
		top: -90px;
	}
	.subheading__02-2 {
		top: 460px;
		right: 20px;
	}
	.character_btntop {
		top: -20px;
	}
}


/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;	
}


/* ---------------------------------------------------------
	swing
----------------------------------------------------------*/
.swingheart {
	width: 15.4%;
	margin-inline: auto;
}
.swingLR {
	animation: swingLR 3s infinite;
	transform: rotate(20deg);	
}

@keyframes swingLR {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    100% {
        transform: rotate(20deg);
    }
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.right_prc__bx {
	width: min(61.5%, 430px);
	margin-left: auto;
	padding-right: 1em;
	z-index: 20;
}
.left_prc__bx {
	width: min(84.6%, 490px);
	margin-left: 1em;
	z-index: 20;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.left_prc__bx {
		width: 92.3%;
		margin-inline: auto;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.right_prc__bx {
		margin-top: 30px;
	}
	.left_prc__bx {
		margin-left: 130px;
		margin-top: 20px;
	}
}


/* ---------------------------------------------------------
	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.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	line-height: 1;
	letter-spacing: 0.05em;
	color: #9e7251;
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	z-index: 20;
}

.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.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#9e7251;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color:#9e7251;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.items_price_left li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#9e7251;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left(row)
----------------------------------------------------------*/
.items_price_lrow {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.items_price_lrow li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
}

.items_price_lrow li:first-child {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #ec89ad;
	letter-spacing: 0.01em;
	white-space: nowrap;
	padding-bottom: 0.5em;
}

.items_price_lrow li:nth-child(even) {
	padding-left: 1em;
}

.items_price_lrow a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#9e7251;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
}

.items_price_right li:first-child {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #ec89ad;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.items_price_right li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#9e7251;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_rightrow {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_rightrow li {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
}
.items_price_rightrow li:first-child {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #ec89ad;
	letter-spacing: 0.01em;
	white-space: nowrap;
	padding-bottom: 0.5em;
}

.items_price_rightrow li:nth-child(even) {
	padding-left: 1em;
}

.items_price_rightrow a {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#9e7251;
	letter-spacing: 0.01em;
	text-decoration: underline;
	text-decoration-color:#9e7251;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp( 0.625rem, calc( 0.40937500000000004rem + 1.0781249999999998vw ), 1.05625rem );
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#9e7251;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 500;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 2px #e976a8 solid;
	border-radius: 100%;
	transition: all .3s ease-out;
	font-size: clamp( 1.0625rem, calc( 0.6959375rem + 1.8328125000000002vw ), 1.795625rem );;
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	text-box-trim: trim-both;
	text-box-edge: cap alphabetic;
}

.itembtn_wapper a {
	font-size: clamp( 1.0625rem, calc( 0.6959375rem + 1.8328125000000002vw ), 1.795625rem );;
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #e976a8;
	text-decoration: none;
}
.itembtn_wapper span {
	font-size: 85%;
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #e976a8;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 100%;
	}
}

/* ---------------------------------------------------------
	info(under)
----------------------------------------------------------*/
.under_info__box {
	width: 92.3%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 5em;
}

.under_info__txt {
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 1em;
	color: #9e7251;
}

.under_info__txt li {
	font-size: clamp( 0.875rem, calc( 0.573125rem + 1.509375vw ), 1.47875rem );
	/* font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal; */
	font-family: "linotype-didot", serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	z-index: 10;
}

.under_info__txt .info_title {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #e976a8;
}
.info_title {
	position: relative;
	display: inline-block;
	padding: 0 70px;
}
.info_title:before, .info_title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 1px;
	background-color: #e976a8;	
}
.info_title:before {
	left:0;
}
.info_title:after {
	right: 0;
}

.under_info__txt li:nth-child(2) {
	font-size: clamp( 1rem, calc( 0.655rem + 1.7249999999999999vw ), 1.69rem );
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1.0;
	letter-spacing: 0.05em;
	padding-top: 1em;
}
.under_info__txt li:nth-child(3) {
	font-size: clamp( 0.8125rem, calc( 0.5321875rem + 1.4015624999999998vw ), 1.373125rem );
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
	font-feature-settings: "palt" 1;
}

.infotxt__szs {
	font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 70%;
}

.solidbgfff {
	display: inline-block;
	background-color: #e976a8;
	border-radius: 50px;
	color: #f2ece6;
	padding: 0.5em 0.75em;
	font-size: clamp(0.625rem, calc(0.40937500000000004rem + 1.0781249999999998vw), 1.05625rem);
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}


/*---------------- TB ----------------*/
@media screen and (min-width: 768px) {
	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.under_info__txt li:nth-child(3) {
		padding-top: 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover; */
	margin: 0 auto;
	padding: 0px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	background-color: #ec89ad;
	color: #ffffff;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 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: #ffffff;
	font-size: clamp( 1.69rem, calc( 1.1069499999999999rem + 2.9152500000000003vw ), 2.8561rem );
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.15em;
	text-indent: 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: "ff-uberhand-pro", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	font-size: clamp( 1.3rem, calc( 0.8515rem + 2.2425vw ), 2.197rem );
	line-height: 1;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.3ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
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: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer {
		padding: 0px 0 30px;
	}
	footer #footer__box {
		width: 100%;
		max-width: 500px;
		height: auto;
		margin: 0 auto;
		padding: 0px 0 20px;
	}
	footer #niceclaup_logo {
		width: 130px;
	}
	footer #sns__area {
		width: 500px;
		max-width: 100%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 440px) 960 * 100vw);
	}
}