@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	font-size: 16px;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #1d0308;
}
@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;
	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: 90px;
	position: relative;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-pnk {
	width: 100%;
	background-color: #fde6eb;
	padding-bottom: 120px;
}
.item-wapper-beg {
	width: 100%;
	background-color: #ffefe6;
	padding-top: 120px;
	padding-bottom: 120px;
}

.item-innerbox {
	width: 100;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 500px;
	}
	.item-wapper-mid {
		max-width: 500px;
	}
	.item-wapper-small {
		max-width: 500px;
	}
	.item-wapper-pnk {
		padding-bottom: 150px;
	}
	.item-wapper-beg {
		padding-bottom: 150px;
		padding-top: 150px;
	}
}


/* ---------------------------------------------------------
	margin bottom
----------------------------------------------------------*/
.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;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.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;
	}
}


/* ---------------------------------------------------------
	video
----------------------------------------------------------*/
.video__area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.video__movie {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.video__area {
		max-width: 500px;
	}
	.video__movie {
		width: 61.5%;
	}
}


/* ---------------------------------------------------------
	lead
----------------------------------------------------------*/
.lead__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.lead__box::after{
	content:"";
	display: block;
	width: 46.2%;
	height: 1px;
	background-color: #f190b0;
	position: absolute;
	bottom: -75px;
	left: 26.9%;
}
.lead__box::before{
	content:"";
	display: block;
	width: 46.2%;
	height: 1px;
	background-color: #f190b0;
	position: absolute;
	top: -75px;
	left: 26.9%;
}

.lead__txt {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp( 1rem, calc( 0.85rem + 0.7500000000000001vw ), 1.3rem );
	line-height: 1.7;
	font-feature-settings: "palt" 1;
	text-align: center;
	color: #ed6d97;
}
.lead__box p:nth-child(2) {
	padding-top: 1em;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.lead__box {
		width: 100%;
	}
	.lead__box::after{
		content:"";
		display: block;
		width: 46.2%;
		height: 1px;
		background-color: #f190b0;
		position: absolute;
		bottom: -90px;
		left: 26.9%;
	}
	.lead__box::before{
		content:"";
		display: block;
		width: 46.2%;
		height: 1px;
		background-color: #f190b0;
		position: absolute;
		top: -90px;
		left: 26.9%;
	}
}


/* ---------------------------------------------------------
	three img
----------------------------------------------------------*/
.four_vert__right {
	width: 53.8%;
	margin-left: auto;
}
.four_vert__center {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}
.four_vert__left {
	width: 61.5%;
	margin-right: auto;
}
.four_vert__rmid {
	width: 84.6%;
	margin-left: auto;
}

/* ---------------------------------------------------------
	flex layout
----------------------------------------------------------*/
.vertimg__container {
	display: flex;
	flex-direction: column;
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__box {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_aligncenter__midbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__widebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.twoimg_centerflex__largebox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.twoimg_rightdir__midbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_bborder_dir__midbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #c83138;
}

.twoimg_rightdir {
	width: 50%;
	background-color: #ffffff;
	z-index: 20;
}
.twoimg_rightdir__spc {
	width: 49%;
	background-color: #ffffff;
	z-index: 20;
}

.twoimg_leftarea {
	width: 52.8%;
	z-index: 10;
}
.twoimg_rightarea {
	width: 43.2%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 1em;
}
.twoimg_rightarea_txt {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp( 0.9375rem, calc( 0.796875rem + 0.703125vw ), 1.21875rem );
	line-height: 1.7;
	font-feature-settings: "palt" 1;
	text-align: center;
	color: #ed6d97;
	padding: 0 1em;
}

.twoimg_rightdir__large {
	width: 61.8%;
}
.twoimg_rightdir__big {
	width: 53.8%;
}
.twoimg_rightdir__small {
	width: 46.2%;
}
.twoimg_rightdir__tiny {
	width: 38.5%;
}
.twoimg_rightdir__nspcsmall {
	width: 46.2%;
}
.twoimg_rightdir__start_small {
	width: 43.2%;
	align-self: flex-start;
}

.twoimg_col__vertdir {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.twoimg_col__vertleft {
	width: 69.2%;
}
.twoimg_col__vertright {
	width: 76.9%;
	margin-left: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_col__vertdir {
		width: 76.9%;
		max-width: 300px;
	}
}


/* ---------------------------------------------------------
	grid layout
----------------------------------------------------------*/
.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_rup__prc {
	grid-area: 3 / 2 / 4 / 3;
	align-self: end;
	padding-right: 0.5em;
	white-space: nowrap;
	z-index: 20;
}

.twoimg_lup__box {
	display: grid;
	grid-template-columns: 53.8% 46.2%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twoimg_lup__left {
	grid-area: 1 / 1 / 3 / 2;
	align-self: start;
}
.twoimg_lup__right {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}
.twoimg_lup__prc {
	grid-area: 3 / 1 / 4 / 2;
	align-self: end;
	padding-left: 0.5em;
}


.twocol_fiveimg__box {
	max-width: 100%;
	display: grid;
	grid-template-columns: calc(50% - 5px);
	grid-template-rows: auto;
	grid-column-gap: 10px;
	grid-row-gap: 0px;
}
.twocol_fiveimg__ltop {
	grid-area: 1 / 1 / 4 / 2;
	align-self: start;
}
.twocol_fiveimg__rtop {
	grid-area: 3 / 2 / 6 / 3;
	align-self: end;
}
.twocol_fiveimg__lcenter {
	grid-area: 5 / 1 / 8 / 2;
	align-self: start;
}
.twocol_fiveimg__rcenter {
	grid-area: 7 / 2 / 10 / 3;
	align-self: end;
}
.twocol_fiveimg__lund {
	grid-area: 9 / 1 / 12 / 2;
	align-self: start;
}
.twocol_fiveimg__rund {
	grid-area: 11 / 2 / 12 / 3;
	align-self: end;
	padding-right: 0.5em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__point01 {
	width: 15.4%;
	position: absolute;
	right: 1.6%;
	top: 25%;
	z-index: 30;
}
.subheading__point02 {
	width: 15.4%;
	position: absolute;
	left: 4%;
	top: 65%;
	z-index: 30;
}
.subheading__point03 {
	width: 15.4%;
	position: absolute;
	left: 1.6%;
	top: 27%;
	z-index: 30;
}

.subheading__oshikastu01-1 {
	width: 46.2%;
	position: absolute;
	left: 3.3%;
	top: 22.5%;
	z-index: 20;
}

.subheading__oshikastu01-2 {
	width: 46.2%;
	position: absolute;
	left: 1.9%;
	top: 22%;
	z-index: 20;
}

.subheading__oshikastu02-1 {
	width: 46.2%;
	position: absolute;
	right: 1.9%;
	top: 4%;
	z-index: 20;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__point01 {
		right: 0%;
		top: 890px;
	}
	.subheading__point02 {
		top: 1370px;
	}
	.subheading__point03 {
		left: 0%;
		top: 390px;
	}
}


/* ---------------------------------------------------------
	slides box
----------------------------------------------------------*/
.center__widebox {
	width: 100%;
	margin-left: auto;	
	margin-right: auto;
}
.center__largebox {
	width: 84.6%;
	margin-left: auto;	
	margin-right: auto;
}
.center__midbox {
	width: 76.9%;
	margin-left: auto;	
	margin-right: auto;
}
.center__box {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}

/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	max-width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.center_prc__midbox {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;	
}
.center_prc__smallbox {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;	
}
.right_prc__midbox {
	width: 84.6%;
	margin-left: 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__smallbox {
		max-width: 400px;
	}
	.center_prc__tbmidbox {
		max-width: 400px;
	}
	.center_prc__smallbox {
		max-width: 400px;
	}
}


/* ---------------------------------------------------------
	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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #1d0308;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #1d0308;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #1d0308;
	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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ed6d97;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #ed6d97;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #ed6d97;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	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.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ed6d97;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_left li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #ed6d97;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #ed6d97;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.items_price_right .price_yen {
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #ed6d97;
	/*color: #f69eb0;*/
	font-feature-settings: "palt" 1;
}

.price_yen {
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #f69eb0;
	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: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #ed6d97 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp( 1.125rem, calc( 0.95625rem + 0.8437499999999997vw ), 1.4625rem );
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}

.itembtn_wapper a {
	font-size: clamp( 1.125rem, calc( 0.95625rem + 0.8437499999999997vw ), 1.4625rem );
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
	color: #ed6d97;
	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-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 50px 0 30px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #ed6d97;
}
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: #ed6d97;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 600;
	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 Sans JP", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #ed6d97;
	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: #ed6d97;
	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: 300;
	font-feature-settings: "palt" 1;
	/*text-shadow: #FFFFFF 2px 0 5px, 0 0 0.5em #ffffff, 1px 1px 0.2em #c83138;*/
}
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 #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}