@charset "UTF-8";
html,
body {
	width: 100%;
	margin: 0 auto;
}

body {
	font-size: 16px;
	overflow-x: hidden;
	background-color: #f5eeea;
}

img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #1f120a;
}
@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: 0px;
		margin-bottom: 180px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 270px;
	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%;
	margin-bottom: 90px;
	z-index: 1;
	position: relative;
}
.item-wapper-pnk::after {
	content: "";
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0%;
	top: -9%;
	background-color: #faf2f1;
	z-index: -1;
}
.item-wapper-pnk 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: 120px;
	}
	.item-wapper-pnk {
		margin-bottom: 120px;
	}
	.item-wapper-pnk::after {
		width: 100vw;
		height: 76.9%;
	}
}


/* ---------------------------------------------------------
	background color
----------------------------------------------------------*/
.secbg_01t {
	width: 100%;
	position: absolute;
	top: 20%;
	right: 0;
	z-index: -1;
	pointer-events: none;
}
.secbg_01b {
	width: 100%;
	position: absolute;
	bottom: 30%;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.secbg_02t {
	width: 100%;
	position: absolute;
	top: 12%;
	right: 0;
	z-index: -1;
	pointer-events: none;
}
.secbg_02b {
	width: 100%;
	position: absolute;
	bottom: -5%;
	left: 0;
	z-index: -1;
	pointer-events: none;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.secbg_01t {
		display:none !important
		/*width: 100vw;
		margin: 0 calc(50% - 50vw);*/
	}
	.secbg_01b {
		display:none !important
	}
	.secbg_02t {
		display:none !important
		/*width: 100vw;
		margin: 0 calc(50% - 50vw);*/
	}
	.secbg_02b {
		display:none !important
		/*width: 100vw;
		margin: 0 calc(50% - 50vw);*/
	}
}


/* ---------------------------------------------------------
	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: 120px;
}
.spmb_180 {
	margin-bottom: 180px;
}
.spmb_210 {
	margin-bottom: 210px;
}

/*---------------- 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;
	}
	.spmb_210 {
		margin-bottom: 240px;
	}
}


/* ---------------------------------------------------------
	video
----------------------------------------------------------*/
.video__areabox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.inner__video {
	width: 76.9%;
	margin-right: auto;
	border-left: 5px solid #cb895d;
	pointer-events: none;
}

.subheading__video {
	width: 4.8%;
	position: absolute;
	right: 3%;
	top: 25%;
	pointer-events: none;
	z-index: 10;
}


/* ---------------------------------------------------------
	relative box
----------------------------------------------------------*/
.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg__inner {
		max-width: 500px;
	}
}


/* ---------------------------------------------------------
	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_aligncenter__midbox::after {
	content: "";
	width: 93.6%;
	height: 85.0%;
	position: absolute;
	left: 3.2%;
	top: 1.6%;
	border: 1px solid #332824;
	pointer-events: none;
	z-index: 30;	
}
*/

.twoimg_centerdir__lrgbox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_rightdir__widebox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.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_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_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__rightbdr {
	grid-area: 2 / 2 / 4 / 3;
	align-self: end;
}


.Landscape_l__box {
	display: grid;
	grid-template-columns: 51.9% 25% 23.1%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.Landscape_l__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: end;
}
.Landscape_l__right {
	grid-area: 1 / 2 / 3 / 4;
	align-self: start;
}

.Landscape_r__box {
	display: grid;
	grid-template-columns: 38.5% 10% 51.5%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.Landscape_r__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: end;
	z-index: 10;
}
.Landscape_r__right {
	grid-area: 1 / 2 / 3 / 4;
	align-self: start;
}
.Landscape_r__prc {
	grid-area: 3 / 2 / 4 / 4;
	align-self: end;
	padding-right: 0.5em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__01-1 {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
	pointer-events: none;
}
.subheading__01-2 {
	width: 38.5%;
	position: absolute;
	right: -0.2%;
	top: 0%;
	z-index: 30;
	overflow-x: hidden;
	pointer-events: none;
}
.subheading__01-3 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	z-index: 30;
	pointer-events: none;
}

.subheading__02-1 {
	width: 61.5%;
	position: absolute;
	top: -0.75%;
	left: 1.6%;
	z-index: 30;
	pointer-events: none;
}
.subheading__02-2 {
	width: 105%;
	position: absolute;
	top: -1%;
	left: -2.5%;
	z-index: 30;
	pointer-events: none;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.subheading__02 {
		top: 46%;
	}
}


/* ---------------------------------------------------------
	box
----------------------------------------------------------*/
/*** center ***/
.center__widebox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.center__largebox {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.center__midbox {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.center__norbox {
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
	position: relative;
}
.center__norboxubd {
	position: relative;
	width: 61.5%;
	margin-left: auto;	
	margin-right: auto;
	border-bottom: 5px solid #cb895d;
}

/*** left ***/
.left__largebox {
	width: 92.3%;
	margin-right: auto;
}
.left__midbox {
	width: 84.6%;
	margin-right: auto;
}
.left__norbox {
	width: 61.5%;
	margin-right: auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}

/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	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-direction: column;
	align-items: center;
	row-gap: 1em;
}
.items_price_center li {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #cb895d;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}



.items_price_center a {
	font-size: clamp(0.8125rem, calc(0.5614375rem + 1.2553124999999998vw), 1.314625rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #cb895d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #cb895d;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.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.690625rem + 0.6093749999999998vw), 1.05625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #cb895d;
	font-family: "linotype-didot", 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.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #cb895d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #cb895d;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	items 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.690625rem + 0.6093749999999998vw), 1.05625rem);
	line-height: 1;
	letter-spacing: 0.05em;
	color: #cb895d;
	font-family: "linotype-didot", 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.690625rem + 0.6093749999999998vw), 1.05625rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #cb895d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #cb895d;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.items_price_center .price_yen {
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #cb895d;
	font-feature-settings: "palt" 1;
}

.price_yen {
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	color: #cb895d;
	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: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #5d9fcb solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4em;
}

.itembtn_wapper a {
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.4em;
	color: #5d9fcb;
	text-decoration: none;
	vertical-align: bottom;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 92.3%;
	}
	.itemlk {
		padding: 1.5em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 40px 0px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #cb895d;
	border-top: 5px solid #cb895d;
}

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: #cb895d;
	font-size: clamp(1.5625rem, calc(1.0796875rem + 2.4140625000000004vw), 2.528125rem);
	font-family: "linotype-didot", 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: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, calc(0.691rem + 1.5450000000000002vw), 1.618rem);
	line-height: 1;
	color: #cb895d;
	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: #cb895d;
	font-size: clamp(0.625rem, calc(0.431875rem + 0.965625vw), 1.01125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "linotype-didot", serif;
	font-style: normal;
	font-weight: 400;
	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);
	}
}