@charset "UTF-8";
html,
body {
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	color: #808080;
}

body {
	overflow-x: hidden;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	display: block;
	text-decoration: none;
	transition: all 0.4s;
	color: #808080;
}
@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: 60px;
	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: 90px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.hero__staticimg {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 120px
	}
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 210px;
}
.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;	
}
.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;
}
.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: 30px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 310px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 220px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 120px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 60px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.twoimg__inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.twoimg_right_midbox {
	width: 92.3%;
	margin-left: auto;
	margin-bottom: 20px;
}
.twoimg_uneven_hori__end {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.twoimg_uneven_hori__revbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.twoimg_uneven_hori__revleft {
	width: 43.2%;
}
.twoimg_uneven_hori__revright {
	width: 53.8%;
}

.twoimg_unhori__left {
	width: 40.65%;
}
.twoimg_unhori__ight {
	width: 57.48%;
}


.leftuptwopic__box {
	width: 100%;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: 59% 41%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.leftuptwopic__left {
	grid-area: 1 / 1 / 4 / 2;
	align-self: start;
}
.leftuptwopic__right {
	grid-area: 2 / 2 / 5 / 3;
	align-self: end;
}

.lupoverlaptwopic__box {
	width: 100%;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: 55% 7% 38%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.lupoverlaptwopic__left {
	grid-area: 1 / 1 / 3 / 3;
	align-self: start;
}
.lupoverlaptwopic__right {
	grid-area: 2 / 2 / 4 / 4;
	align-self: end;
}

.rightuptwopic__box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: 38% 5% 57%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.rightuptwopic__left {
	grid-area: 2 / 1 / 4 / 3;
	align-self: start;
	z-index: 10;
}
.rightuptwopic__right {
	grid-area: 1 / 2 / 3 / 4;
	align-self: end;
}

.twoimg__center_fbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.twoimg__center_left {
	width: 41%;
}
.twoimg__center_right {
	width: 59%;
}


.center_video__warp {
	/*width: 61.5%;*/
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.leftuptwopic__box {
		margin-bottom: 90px;
	}
	.twoimg_uneven_hori__box {
		margin-bottom: 60px;
	}
	.twoimg_uneven_hori__revbox {
		margin-bottom: 60px;
	}
	.twoimg_uneven_hori__revboxmbts {
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.twoimg_hori__warp {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;	
}

.two_col__horizon__warp {
	width: 100%;
	position: relative;
}

.two_col__horizonimg {
	width: 100%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	line-height: 0;
	font-size: 0;
}
.two_col__horizonimg img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.two_col__item {
	width: 50%;
}

.two_col__hori__warp {
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
}

.two_col__hrzn__warp {
	width: 84.6%;
	margin: 60px auto;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.twoimg_hori__warp {
		margin-bottom: 120px;
	}
	.two_col__hrzn__warp {
		margin: 120px auto;
	}
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.fourimg_even__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 10px;
	row-gap: 10px;
}
.fourimg_even__item {
	width: calc(50% - 5px)
}



.center_slide__mediumbox {
	width: 69.2%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.centerslide__midbox {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.rightslide__midbox {
	width: 69.2%;
	margin-left: auto;
	margin-bottom: 30px;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.centerslide__midbox {
		margin-bottom: 90px;
	}
}


/* ---------------------------------------------------------
	subheading
----------------------------------------------------------*/
.subheading__rnum {
	width: 20%;
	position: absolute;
	top: 0%;
	right: 2%;
	z-index: 10;
}
.subheading__lnum {
	width: 20%;
	position: absolute;
	top: 0%;
	left: 2%;
	z-index: 10;	
}

.subheading__041 {
	width: 2%;
	position: absolute;
	top: 35%;
	right: 4.2%;
}
.subheading__042 {
	width: 2%;
	position: absolute;
	top: 35%;
	left: 4.2%;
}

.subheading__051 {
	width: 2%;
	position: absolute;
	top: 0;
	right: 3.2%;
}
.subheading__052 {
	width: 30.8%;
	position: absolute;
	bottom: 5%;
	right: 3.2%;
	z-index: 10;
}

.subheading__061 {
	width: 2%;
	position: absolute;
	top: 0;
	left: 3.2%;
}
.subheading__062 {
	width: 30.8%;
	position: absolute;
	bottom: 5%;
	left: 3.2%;
	z-index: 10;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	lead
----------------------------------------------------------*/
.threecol_img__box {
	position: relative;
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	display: flex;
	column-gap: 10px;
}
.threecol_img__box::after {
	content: '';
	width: 23%;
	height: 1px;
	display: inline-block;
	background-color: #a6a4a5;
	position: absolute;
	bottom: -45px;
	left: 38.5%;
}

.threecol__item {
	width: calc(100 / 3 - 5px);
}
.threecolitm__inner {
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;	
}
.threecolitm__inner a {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(0.769rem, calc(0.6535rem + 0.5775vw), 1rem);
	letter-spacing: 0.01em;
	white-space: nowrap;
	text-align: center;
	line-height: 1.5;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	color: #0d0b0d;
}
.threecolitm__inner li:nth-child(1) {
	width: 30.8%
}
.threecolitm__inner li:nth-child(2) {
	padding: 10px 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #100704;
	border-right: 1px solid #100704;
}
.threecolitm__smalltxt {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(0.625rem, calc(0.4375rem + 0.9375vw), 1rem);
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.threecol_img__box {
		column-gap: 20px;
	}
	.threecol__item {
		width: calc(100 / 3 - 10px);
	}
}


/* ---------------------------------------------------------
	info
----------------------------------------------------------*/
.info__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	position: relative;
}

.underinfo__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.swing_peplumct {
	width: 28%;
	position: absolute;
	bottom: -10%;
	right: 0%;
	z-index: 10;
}
.swing_peplumct img {
	animation: swing 3s infinite;
	transform: rotate(20deg);	
}
@keyframes swing {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.subheading_info {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.subheading_premiumitem {
	width: 15.4%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.info_txt,
.underinfo__txt {
	list-style: none;
	text-align: center;
}

.info_txt li {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(0.8125rem, calc(0.5852272727272727rem + 1.1363636363636365vw), 1.4375rem);
	color: #999694;
	line-height: 1.5;
}
.info_txt li:nth-child(odd) {
	font-family: "adobe-caslon-pro", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1rem, calc(0.9090909090909091rem + 0.45454545454545453vw), 1.25rem);
	letter-spacing: 0.1em;
}
.info_txt li:nth-child(even) {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	padding-top: 0.5em;
	padding-bottom: 3em;
}
.info_txt li:last-child {
	padding-bottom: 0;
}
.info_txt li:nth-child(2) {
	color: #0d0b0d;
}

.underinfo__subheading {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(1.0625rem, calc(0.9943181818181819rem + 0.3409090909090909vw), 1.25rem);
	letter-spacing: 0.01em;
	color: #999694;
	line-height: 1.5;
}
.underinfo__date {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;	
	padding-top: 0.5em;
	font-size: clamp(0.8125rem, calc(0.7215909090909091rem + 0.45454545454545453vw), 1.0625rem);
	color: #999694;
	padding-bottom: 4em;
}

.underinfo__txt li:first-child {
	padding-bottom: 1em;
}
.underinfo__txt li:last-child {
	padding-bottom: 0;
}

.info_engtxt {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #999694;
}
.emphasize {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(1.875rem, calc(1.40625rem + 2.34375vw), 2.8125rem);
	color: #ee7d80;
	letter-spacing: 0.05em;
}

.pnktxt {
	color: #ee7d80;
}

.info_stxt {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: small;
}
.info_enstxt {
	font-family: "adobe-caslon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: small;
}

.osite {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: clamp(0.625rem, calc(0.5568181818181819rem + 0.3409090909090909vw), 0.8125rem);
	padding: 0.25em 0.75em 0.5em;
	border: 1px solid #0d0b0d;
	border-radius: 100px;
	color: #0d0b0d;
}

.info_jptxt {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: clamp(0.8125rem, calc(0.7215909090909091rem + 0.45454545454545453vw), 1.0625rem);
	letter-spacing: 0.01em;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.info__box {
		margin-bottom: 90px;
	}	
	.subheading_info {
		margin-bottom: 45px;
	}
	.osite {
		padding: 0.25em 0.5em 0.3em;
	}
}

/* ---------------------------------------------------------
	swiper
----------------------------------------------------------*/
.swiper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.large_prc__box {
	width: 92.3%;
	margin-left: auto;
	margin-right: auto;
}
.right_prc__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
}
.right_prc__midbox {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.center_price__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.center_leftprice__box {
	width: 80.75%;
	margin-left: 19.25%;
	margin-top: 30px;	
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.large_prc__box {
		width: 100%;
	}
	.right_prc__box {
		margin-left: 30%;
	}
	.center_price__box {
		width: 61.5%;
	}
}


/* ---------------------------------------------------------
	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: #0d0b0d;
	font-family: "adobe-caslon-pro", sans-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: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #262228;
	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: #0d0b0d;
	font-family: "adobe-caslon-pro", sans-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: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0d0b0d;
	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: #0d0b0d;
	font-family: "adobe-caslon-pro", sans-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: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0d0b0d;
	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: #0d0b0d;
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_left_hn li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_hn a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0d0b0d;
	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: #0d0b0d;
	font-family: "adobe-caslon-pro", sans-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: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0d0b0d;
	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: #0d0b0d;
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.items_price_right_hn li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_hn a {
	font-size: clamp(0.8125rem, calc(0.7443181818181819rem + 0.3409090909090909vw), 1rem);
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	letter-spacing: 0.05em;
	text-decoration: underline;
	text-decoration-color: #0d0b0d;
	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: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #0d0b0d;
	font-feature-settings: "palt" 1;
}

.line_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	border: 1px #ee7d80 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5em;
}

.itembtn_wapper a {
	font-size: clamp(1rem, calc(0.75rem + 1.25vw), 1.5rem);
	font-family: "adobe-caslon-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5em;
	color: #ee7d80;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 1em 1em;
	}
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-color: #aec4d8; */
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 60px 0 40px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #0d0b0d;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 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: #0d0b0d;
	font-size: clamp(1.4375rem, calc(1.3920454545454546rem + 0.22727272727272727vw), 1.5625rem);
	font-family: "adobe-caslon-pro", sans-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.9318181818181819rem + 0.3409090909090909vw), 1.1875rem);
	line-height: 1;
	color: #0d0b0d;
	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: #0d0b0d;
	font-size: clamp(0.6875rem, calc(0.6420454545454546rem + 0.22727272727272727vw), 0.8125rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "adobe-caslon-pro", 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 #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}