@charset "UTF-8";
.pc{display: block!important;}
.sp{display: none!important;}
@media screen and (max-width:767px) {
.pc{display: none!important;}
.sp{display: block!important;}
}
.inline-pc{display: inline-block!important;}
.inline-sp{display: none!important;}
@media screen and (max-width:767px) {
.inline-pc{display: none!important;}
.inline-sp{display: inline-block!important;}
}
/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
	display: block;
}
ul li,
ol li{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
input[type=radio]{
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
input[type=checkbox]{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
blockquote::before,blockquote::after,q::before,q::after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
}
:focus{
	outline: none;
}
html{
	font-size: 62.5%;
}
body{
	font-family: "KozGoPro-R", "小塚ゴシック Pro-R", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1;
	color: #2c2c2c;
}
a {
	color: #006d9e;
	-webkit-tap-highlight-color: rgba(238, 223, 227, 0.2);
}
sup,
sub{
	font-size: xx-small;
}

/*--------------------------------
common
--------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.en-font{
	
}
.times {
    /* font-family: "Times New Roman", serif; */
	font-family: "A1 Gothic L",sans-serif; 
    font-weight: 400;
    font-style: normal;
}
.din{
	font-family: "din-2014", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.mincho{
	/* font-family: "A1 Mincho"; */
	font-family:a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
	color: #3a1c23;
}
.gothic{
	font-family: "A1 Gothic L"; 
	color: #3a1c23;
}
.small-text {
	font-size: 75%;
}
.mid-text{
	font-size: 125%;
}
.large-text{
	font-size: 150%;
}
.vertical-text {
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
}
.fit-img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.has-max {
	height: auto;
	max-width: 100%;
}
.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
}
.flex-nowrap{
	flex-wrap: nowrap;
}
.align-center{
	align-items: center;
}
.has-gap{
	gap: 16px;
}
.col-2{
	width: 50%;
}
.col-3{
	width: calc(100% / 3);
}
.col-4{
	width: calc(100% / 3);
}
.has-gap .col-2{
	width: calc(50% - 8px);
}
.has-gap .col-3{
	width: calc(100% / 3 - 11px);
}
.has-gap .col-4{
	width: calc(100% / 4 - 12px);
}
@media screen and (max-width: 767px){
	.col-2,
	.has-gap .col-2,
	.col-3,
	.has-gap .col-3{
		width: 100%;
	}
	.has-gap .col-4{
		width: calc(50% - 8px);
	}
	.has-gap .sp-col-3{
		width: 100%;
	}
}
.img-wrapper{
	position: relative;
}
.img-wrapper .caption{
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	z-index: 1;
}
.img-wrapper .caption.has-bg{
	left: auto;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: .4em .6em;
	margin: 0;
}
.img-wrapper .caption.has-bg.left{
	left: 0;
	right: auto;
}
.inline-block{
	display: inline-block;
}
.grid-wrapper{
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 940px){
	.grid-wrapper{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px){
	.grid-wrapper{
		grid-template-columns: 1fr;
	}
}
.nav-link{
	color: #444;
}
.nav-link.none{
	position: relative;
}

/*--------------------------------
componet
--------------------------------*/
.heading-ls{
	letter-spacing: 15px;
}
@media screen and (max-width:767px) {
.heading-ls {
    letter-spacing: 5px;
}
}
.heading-side-line{
	position: relative;
}
.heading-side-line:before{
	content: "";
	position: absolute;
	left: 100px;
	width: 80px;
	height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
	border-top: solid 1px #3a1c23;
}
.heading-side-line:after{
	content: "";
	position: absolute;
	right: 100px;
	width: 80px;
	height: fit-content;
    top: 0;
    bottom: 0;
    margin: auto;
	border-top: solid 1px #3a1c23;
}
.primary-heading{
	margin-bottom: .8em;
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 1.5;
}
.secondary-heading{
	margin-bottom: .4em;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
}
.secondary-heading-sub{
	font-size: 2.6rem;
    display: block;
    margin-top: 1rem;
}
.tertiary-heading{
	margin-bottom: .8em;
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2;
}
.page-heading{
	margin-bottom: .8em;
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: .2em;
	text-indent: .1em;
}
@media screen and (max-width: 767px){
	.primary-heading{
		font-size: 2.6rem;
	}
	.secondary-heading{
		margin-bottom: .8em;
		font-size: 2rem;
	}
	.secondary-heading-sub{
		font-size: 1.5rem;
	}
	.tertiary-heading{
		font-size: 1.6rem;
	}
	.page-heading{
		font-size: 2.4rem;
	}
}
.note{
	margin: 1em 0;
	font-size: 1.6rem;
	line-height: 1.8;
}
.note-sub{
	margin: 1em 0;
	font-size: 1.2rem;
	line-height: 1.8;
}
.lead{
	margin: 1em 0;
	font-size: 2rem;
	line-height: 1.6;
}
@media screen and (max-width: 767px){
	.note{
		font-size: 1.2rem;
	}
	.note-sub{
		font-size: 1rem;
	}
	.lead{
		font-size: 1.8rem;
	}
}
.caption{
	margin: .4em 0;
	font-size: 1.2rem;
	line-height: 1.4;
}
.outline-cap{
	right: 7vw!important;
	color: #2c2c2c!important;
}
.brand-section .caption,
.plans-section .caption{
	bottom: 5vw;
}
@media screen and (max-width:767px) {
.brand-section .caption{
	bottom: 80px;
}
.plans-section .caption{
	bottom: 30px;
}
}
.btn{
	padding: 8px 16px;
	display: inline-block;
	position: relative;
	background: #2c2c2c;
	color: #fff;
	font-size: 1.6rem;
	transition: all .3s ease-out;
}
.general-btn{
	padding: 0 16px;
	width: 100%;
	max-width: 480px;
	height: 64px;
	display: inline-flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	position: relative;
	background: #223c3d;
	font-size: 1.8rem;
	color: #fff;
}
.general-btn:hover{
	filter: brightness(.8);
}
@media screen and (max-width: 767px){
	.caption{
		font-size: 1rem;
	}
	.general-btn{
		width: calc(100% - 16px);
		height: 54px;
		font-size: 1.8rem;
		line-height: 54px;
	}
	.heading-side-line::before{
		content: unset;
	}
	.heading-side-line::after{
		content: unset;
	}
}
.btn span{
	position: relative;
	z-index: 1;
}
.submit-btn{
	margin: 8px;
	padding: 0 16px;
	width: 100%;
	max-width: 300px;
	height: 60px;
	position: relative;
	background: #456254;
	font-size: 2rem;
	line-height: 60px;
	border-radius: 30px;
}
.cancel-btn{
	margin: 8px;
	padding: 0 16px;
	width: 100%;
	max-width: 200px;
	height: 60px;
	position: relative;
	background: #aaa;
	font-size: 2rem;
	line-height: 60px;
	border-radius: 30px;
}
.reserve-btn{
	/* background: url(../images/common/btn-bg.webp) no-repeat center center; */
	background:rgb(233, 197, 199);
	background-size: cover;
	color: #2c2c2c;
}
.request-btn{
	/* background: url(../images/common/btn-bg.webp) no-repeat center center; */
	background: #c78f94;
	background-size: cover;
	color: #fff;
}
.icon-mail{
	width: 2rem;
}
.tel-btn{
	background: #EB930C;
}
.reserve-btn:hover{
	filter: brightness(.8);
}
.request-btn:hover{
	filter: brightness(.8);
}
.tel-btn:hover{
	background: #333;
}
.more-btn::after{
	width: 10px;
	height: 10px;
	display: block;
	content: "";
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.more-btn.coming-soon{
	opacity: .8;
}
.more-btn.coming-soon::after{
	display: none;
}
.bg-base{
	background: #f4f2ec;
}
.bg-lighten{
	background: url(../images/common/texture.webp), #f4f2ec;
	background-size: cover;
}
.bg-light{
	background: url(../images/common/texture.webp), #d7d5cf;
	background-size: cover;
}
.bg-gray{
	background: url(../images/common/texture.webp), #d2cec5;
	background-size: cover;
}
.bg-brown{
	background: url(../images/common/texture.webp), #554A36;
	background-size: cover;
	color: #fff;
	position: relative;
}
.bg-dark{
	background-color: #333;
	color: #fff;
}
.video-wrapper{
	position: relative;
	padding-top: 56.25%;
	height: 0;
	display: block;
	content: "";
}
.video-wrapper iframe,
.video-wrapper video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.loading{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	content: "";
}
.general-table{
	margin: 48px 0;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.4;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.general-table th,
.general-table td{
	padding: 16px;
	border-bottom: 1px solid #ddd;
}
.general-table th{
	width: 260px;
	position: relative;
	background: #eee;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width: 767px){
	.general-table{
		margin: 24px 0;
	}
	.general-table th,
	.general-table td{
		width: 100%;
		display: block;
	}
	.general-table th{
		text-align: left;
	}
}
.is-dummy{
	padding: 8px;
	position: absolute;
	bottom: 32px;
	left: 32px;
	z-index: 1;
	background: #595e64;
	color: #fff;
	font-size: 1.4rem;
}
.banner-area{
	margin: 32px auto;
	width: calc(100% - 48px);
	max-width: 1000px;
	display: flex;
	justify-content: center;
	gap: 32px;
}
.banner-item{
	max-width: 600px;
}

/*--------------------------------
layout
--------------------------------*/
.has-navigation .container{
	margin-top: 124px;
}
@media screen and (max-width: 900px){
	.has-navigation .container{
		margin-top: 48px;
	}
}

.general-section .inner{
	margin: 0 auto;
	padding: 80px 0;
	width: calc(100% - 64px);
	max-width: 1000px;
	position: relative;
}
@media screen and (max-width: 767px){
	.general-section .inner{
		padding: 32px 0;
		width: calc(100% - 32px);
	}
}
.general-section .inner-min{
	padding: 40px 0;
}
@media screen and (max-width: 767px){
	.general-section .inner-min{
		padding: 24px 0;
	}
}
.general-section .inner-wide{
	max-width: 1200px;
}
.general-section .inner-narrow{
	max-width: 800px;
}
.general-section .inner-fit{
	width: 100%;
	max-width: none;
}
.general-section .inner-full{
	max-width: none;
}
.general-section .inner + .inner{
	padding-top: 0;
}
.general-parts{
	margin-bottom: 32px;
}
.btn-space{
	margin: 16px 0;
	text-align: center;
}
.btn-space:last-child{
	margin-bottom: 0;
}

/*--------------------------------
header
--------------------------------*/
.new-header{
	height: 124px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background: rgba(255,255,255,.8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	transition: .4s ease-out;
}
body .new-header{
	transform: translateY(-124px);
}
body.is-down .new-header{
	transform: translateY(0);
}
.new-header .inner{
	padding: 16px;
	height: 100%;
}
.new-header .logo{
	width: calc(100% - 618px);
	max-width: 378px;
	height: 28px;
	background: url(../images/common/logo.svg) no-repeat left center;
	background-size: contain;
	transition: height .4s ease-out;
}
.logo a{
	height: 100%;
	display: block;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}
.icon-tel{
	margin-right: 2px;
	width: 22px;
	vertical-align: middle;
}
.tel-num{
	display: block;
	font-weight: 600;
}
.hamburger{
	width: 65px;
	height: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 6;
	text-align: center;
	transition: all .3s ease-out;
	cursor: pointer;
	/* align-items: end; */
}
.hamburger i{
	margin: 3px 0;
	height: 2px;
	width: 30px;
	display: block;
	content: "";
	background: #333;
	mix-blend-mode: difference;
	transition: all .3s ease-out;
}
/* .hamburger i:nth-child(2){
	width: 30px;
}
.hamburger i:nth-child(3){
	width: 20px;
} */
.hamburger p{
	margin-top: .2em;
	font-size: 1rem;
	color: #2c2c2c;
}
.is-menu-open .hamburger,
.is-menu-open.is-conpact .hamburger{
	background: #31343a;
	color: #2c2c2c;;
	align-items: center;
}
.is-menu-open .hamburger p{
	color: #fff;
}
.is-down .hamburger i{
	background: #333;
}
.is-menu-open .hamburger i{
	background: #fff;
}
.is-menu-open .hamburger i:nth-child(1){
	transform: translateY(8px) rotate(45deg);
}
.is-menu-open .hamburger i:nth-child(2){
	opacity: 0;
}
.is-menu-open .hamburger i:nth-child(3){
	transform: translateY(-8px) rotate(-45deg);
}
.pc-drawer-menu{
	display: none;
}
@keyframes fUp{ 
	0% {
		opacity: 0;
		transform: translate(0, 20px);
	} 
	100% {
		opacity: 1;
		transform: translate(0, 0);
	} 
}

/* @media screen and (max-width: 900px){
	.new-header .gnav .nav-list{
		opacity: 0;
	}
	.hamburger {
		transform: translateY(-48px);
	}
	.is-down .hamburger {
		transform: translateY(0px);
	}
}
@media screen and (max-width: 767px){
	#nav-toggle{
		display: none;
	}
} */

.drawer-gnav .gnav .nav-list{
	opacity: 0;
}
.is-menu-open .gnav .nav-list:first-child{
	animation: fUp .2s .4s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(2){
	animation: fUp .2s .45s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(3){
	animation: fUp .2s .5s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(4){
	animation: fUp .2s .55s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(5){
	animation: fUp .2s .6s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(6){
	animation: fUp .2s .65s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(7){
	animation: fUp .2s .7s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(8){
	animation: fUp .2s .75s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(9){
	animation: fUp .2s .8s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(10){
	animation: fUp .2s .85s 1 ease-in-out;
	animation-fill-mode: forwards;
}
@media screen and (max-width:767px) {
.is-menu-open .gnav .nav-list:nth-of-type(11){
	animation: fUp .2s .85s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(12){
	animation: fUp .2s .85s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav .nav-list:nth-of-type(13){
	animation: fUp .2s .85s 1 ease-in-out;
	animation-fill-mode: forwards;
}
}
.is-menu-open .gnav .nav-list:last-child{
	animation: fUp .2s .9s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav.under-nav .nav-list:first-child{
	animation: fUp .2s .95s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .gnav.under-nav .nav-list:last-child{
	animation: fUp .2s 1s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .salon-name, .is-menu-open .tel{
	opacity: 0;
}
.is-menu-open .salon-name{
	animation: fUp .2s 1s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .tel{
	animation: fUp .2s 1.05s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .upper-nav .nav-list{
	opacity: 0;
}
.is-menu-open .upper-nav .nav-list:first-child{
	animation: fUp .2s 1s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .upper-nav .nav-list:nth-of-type(2){
	animation: fUp .2s 1.05s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .upper-nav .nav-list:nth-of-type(3){
	animation: fUp .2s 1.1s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.drawer-nav .request-btn ,.drawer-nav .reserve-btn, .drawer-nav .limited-btn{
	opacity: 0;
}
.is-menu-open .drawer-nav .request-btn{
	animation: fUp .2s .5s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .drawer-nav .reserve-btn{
	animation: fUp .2s .55s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.is-menu-open .drawer-nav .limited-btn{
	animation: fUp .2s .6s 1 ease-in-out;
	animation-fill-mode: forwards;
}
.pc-drawer-menu .gnav .nav-link:not(.none){
	background: url(../images/common/nav-arrow.svg) no-repeat 98% 50%;
	background-size: 5px;
}
.not-link{
	pointer-events: none;
	color: #d1d1d1!important;
}
.upper-nav{
	position: absolute;
	right: 0;
	top: 0;
	align-items: center;
}

@media screen and (min-width: 901px){

	.is-conpact .new-header{
		height: 48px;
	}
	.is-conpact .new-header .logo{
		height: 20px;
	}

	.gnav{
		margin: 32px -16px 0;
		justify-content: center;
		transition: opacity .4s ease-out, transform .4s ease-out;
	}
	.home .gnav{
		display: none;
	}
	.is-conpact .new-header .gnav{
		opacity: 0;
		transform: translateY(-20px);
		pointer-events: none;
	}
	.is-conpact .tel-btn-list{
		display: none;
	}
	.is-conpact .upper-nav{
		padding-right: 70px;
	}
	.gnav .nav-list{
		flex: 1;
		border-right: 1px solid rgba(0,0,0,.1);
	}

	.is-menu-open .gnav.under-nav .nav-list:first-child{
		animation: fUp .2s .9s 1 ease-in-out;
		animation-fill-mode: forwards;
	}
	.is-menu-open .gnav.under-nav .nav-list:last-child{
		animation: fUp .2s .95s 1 ease-in-out;
		animation-fill-mode: forwards;
	}
	
	.gnav .nav-list:last-child{
		border-right: none;
	}
	.gnav .nav-link{
		padding: 12px;
		display: block;
		position: relative;
		white-space: nowrap;
		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.new-header .gnav .nav-link{
		font-size: 1.4rem;
	}
	.new-header .gnav .nav-link.new::before{
		position: absolute;
		top: 2px;
		left: 4px;
		content: "NEW";
		font-size: 1.1rem;
		color: #bd9f6e;
	}
	.gnav .nav-link::after{
		width: 0;
		max-width: 80px;
		height: 1px;
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		content: "";
		background: #446769;
		transform: translateX(-50%);
		transition: width .3s ease-out;
	}
	.gnav .nav-link:hover{
		color: #446769;
	}
	.gnav .nav-link:hover::after{
		width: 80%;
	}


	.upper-nav .nav-list{
		margin-right: 32px;
	}
	.upper-nav .nav-link::before{
		margin-top: -2px;
		margin-right: 4px;
		width: 8px;
		height: 8px;
		display: inline-block;
		background: #4E4B4A;
		content: "";
		vertical-align: middle;
		transition: all .3s ease-out;
	}
	.upper-nav .nav-link:hover{
		color: #bd9f6e;
	}
	.upper-nav .nav-link:hover::before{
		background: #bd9f6e;
		transform: scale(1.2);
	}
	.cta-btn{
		padding: 0 24px;
		height: 48px;
		display: flex;
		align-items: center;
	}
	.hamburger,
	.sp-tel-btn{
		display: none;
	}
	.is-conpact .hamburger{
		width: 70px;
		height: 48px;
		display: flex;
	}
	.pc-drawer-menu{
		display: block;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 5;
		background: rgba(255,255,255,.8);
		-webkit-backdrop-filter: blur(20px) saturate(0.7);
		backdrop-filter: blur(20px) saturate(0.7);
		overflow-y: auto;
		transform: translate(0, -100%);
		transition: transform .4s ease-in-out;
	}
	.is-menu-open .pc-drawer-menu{
		transform: translate(0, 0);
	}
	.pc-drawer-menu{
		padding: 100px 10vw;
	}
	.pc-drawer-menu .logo{
		margin: 0 auto 80px;
		max-width: 600px;
		height: 40px;
		background: url(../images/common/logo.svg) no-repeat center center;
		background-size: contain;
	}
	.drawer-nav .btn-space{
		margin: 0 40px 0 0;
		width: 30%;
	}
	.drawer-gnav{
		width: calc(70% - 40px);
	}
	.pc-drawer-menu .gnav{
		margin-top: 0;
		gap: 0 16px;
		display: block;
	}
	.pc-drawer-menu .gnav .nav-list{
		margin-right: 8px;
		width: 48%;
		flex: none;
		border-bottom: 1px solid rgba(0,0,0,.1);
		border-right: none;
		float: left;
	}
	.drawer-gnav-inner{
		float: left;
		width: 100%;
	}
	.pc-drawer-menu .gnav .nav-list:first-child,
	.pc-drawer-menu .gnav .nav-list:nth-child(2){
		border-top: 1px solid rgba(0,0,0,.1);
		border-left: none;
	}
	.pc-drawer-menu .gnav.under-nav .nav-list:first-child,
	.pc-drawer-menu .gnav.under-nav .nav-list:nth-child(2){
		border-top: none;
	}
	.pc-drawer-menu .gnav .nav-link{
		padding: 18px 16px;
		display: block;
		position: relative;
		font-size: 1.8rem;
		text-align: left;
	}
	.pc-drawer-menu .gnav .nav-link.none{
		opacity: .9;
	}
	.pc-drawer-menu .gnav .nav-link.none::before{
		position: absolute;
		top: 50%;
		right: 16px;
		content: "COMING SOON";
		font-size: 1.1rem;
		color: #000;
		transform: translateY(-50%);
	}
	.pc-drawer-menu .gnav .nav-link::after{
		max-width: 100%;
		left: 0;
		transform: translateX(0);
	}
	.pc-drawer-menu .gnav .nav-link:hover::after{
		width: 100%;
	}
	.pc-drawer-menu .salon-name{
		margin-top: 40px;
	}
	.pc-drawer-menu .tel{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	.pc-drawer-menu .salon-status{
		width: 100%;
	}
	.pc-drawer-menu .general-btn{
		margin: 0;
		height: 100px;
		font-size: 2rem;
		line-height: 100px;
		border-radius: 0;
		box-shadow: 1px 1px 8px rgb(0,0,0,.2);
	}
	.pc-drawer-menu .general-btn.limited-btn{
		box-shadow: none;
	}
	.pc-drawer-menu .general-btn + .general-btn{
		margin-top: 24px;
	}
	.gnav .nav-list{
		opacity: 1;
	}
}
@media screen and (min-width: 901px) and (max-width: 1218px){
	.gnav{
		margin-top: 36px;
	}
	.new-header .gnav .nav-link{
		padding: 12px 9px;
	}
}
@media screen and (min-width: 1500px) {
	.new-header .gnav .nav-link{
		font-size: 1.4rem;
	}
}
@media screen and (min-width: 901px){
	.is-conpact .nav-container{
		height: 0;
	}
}
@media screen and (max-width: 900px){
	.new-header{
		height: 48px;
		transition: all .3s ease-out;
	}
	body.home .new-header {
    transform: translateY(-48px);
	}
	body.is-down .new-header {
    transform: translateY(0);
	}
	.new-header .inner{
		padding: 0;
	}
	.new-header .logo{
		margin: 9px 16px 0;
		width: 100%;
		height: 30px;
		transition: opacity .4s ease-out;
		    background: url(../images/common/logo-sp.svg) no-repeat left center;
	}
	.nav-container{
		margin-top: 20px;
		display: none;
		height: calc(100vh - 62px);
		overflow-y: auto;
	}
	.new-header.has-bg{
		background: #fff;
	}
	.is-menu-open .new-header{
		height: 100vh;
		background: rgba(255,255,255,.9);
		-webkit-backdrop-filter: blur(20px) saturate(0.7);
		backdrop-filter: blur(20px) saturate(0.7);
	}
	.is-menu-open .nav-container{
		display: block;
	}
	.new-header .gnav{
		display: block;
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.new-header .gnav .nav-list{
		position: relative;
		border-bottom: 1px solid rgba(0,0,0,.1);
		float: left;
		width: 50%;
	}
	.new-header .gnav .nav-list:nth-of-type(odd),
	.is-menu-open .upper-nav .nav-list:first-child{
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.new-header .gnav .nav-list:last-child{
		border-right: 1px solid rgba(0,0,0,.1);
	}
	.new-header .gnav .nav-list .none{
		opacity: .9;
		padding-bottom: 10px;
	}
	.new-header .gnav .nav-link.none::before{
		position: absolute;
		bottom: 8px;
		left: 50%;
		content: "COMING SOON";
		font-size: 1rem;
		color: #9e9e9e;
		white-space: nowrap;
		transform: translateX(-50%);
	}
	.new-header .nav-link{
		padding: 0 22px;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.4rem;
		letter-spacing: .1em;
		font-feature-settings: 'palt';
		text-align: center;
		line-height: 1.2;
	}
	.new-header .nav-link.nav-list-map{
		font-size: 1.4rem;
	}
	.new-header .nav-link:not(.none){
		background: url(../images/common/nav-arrow.svg) no-repeat 95% 50%;
		background-size: 5px;
	}
	.upper-nav{
		padding: 0 ;
		display: block;
	}
	.upper-nav .nav-list{
		border-bottom: 1px solid rgba(0,0,0,.1);
		float: left;
		width: 50%;
	}
	.upper-nav .nav-list:nth-of-type(2){
		border-right:1px solid rgba(0,0,0,.1);
	}
	.new-header .btn-list{
		max-width: 100px;
		width: 20vw;
		margin-right: 65px;
	}
	.new-header .cta-btn{
		padding: 0;
		height: 48px;
		display: block;
		text-align: center;
		line-height: 50px;
	}
	.tel-btn-list{
		display: none;
	}
	.icon-tel-btn{
		width: 17px;
		margin: 0 0 -2px;
	}
	.sp-tel-btn{
		width: 45px;
		height: 49px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 4px;
		position: absolute;
		top: 0;
		right: 56px;
		color: #2c2c2c;
		text-align: center;
		transition: all .3s ease-out;
	}
	/* .new-header .request-btn,
	.new-header .reserve-btn{
		display: none;
	} */
}
@media screen and (max-width: 767px){
	.nav-container {
		transition: .4s;
		opacity: 0;
		margin-top: 9px;
		height: 100vh;
	}
	.is-menu-open .nav-container {
		display: block;
		background: #fff;
		opacity: 1;
	}
	.is-menu-open .new-header{
		height: 48px;
	}
	.hamburger, .sp-tel-btn {
        display: none;
    }
	.is-conpact .hamburger {
        width: 65px;
        height: 48px;
        display: flex;
    }
}
.btn-label{
	font-size: 10px;
	font-feature-settings: 'palt';
	margin-top: 3px;
}

/*--------------------------------
footer
--------------------------------*/
.index2 .footer-container{
	margin-left: 160px;
}
.footer-container .inner{
	margin: 0 auto;
	padding: 32px 0;
	width: calc(100% - 32px);
}
.footer-salon{
	display: flex;
	justify-content: center;
	color: #3c2314;
}
.footer-salon + .note{
	font-size: 1.4rem;
	color: #d1445b;
}
.summary-note + .footer-salon{
	margin-top: 60px;
}
.footer-salon .tel{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.footer-salon .salon-name{
	margin-bottom: .4em;
	font-size: 2rem;
}
@media screen and (max-width: 767px){
	.footer-nav{
		padding: 16px;
	}
	.index2 .footer-container{
		margin-left: 0;
	}
	.footer-container .inner{
		padding: 16px 0;
	}
	.footer-container .gnav{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		/* border-top: 1px solid #666; */
	}
	.footer-container .gnav .nav-list{
		border-top: 1px solid #666;
		border-left: 1px solid #666;
	}
	.footer-container .gnav .nav-list:nth-child(even){
		border-right: 1px solid #666;
	}
	.footer-container .gnav .nav-link{
		padding: 0 8px;
		height: 46px;
		display: -ms-grid;
		display: grid;
		position: relative;
		align-items: center;
		text-align: center;
	}
	.footer-container .gnav .nav-link:hover{
		color: #aba15d;
	}
	.footer-container .gnav .nav-link.none{
		position: relative;
		opacity: .5;
	}
	.footer-container .gnav .nav-link.none::before{
		position: absolute;
		bottom: 4px;
		left: 50%;
		/* content: "COMING SOON"; */
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
		font-size: 1.1rem;
		color: #aaa;
		white-space: nowrap;
		transform: translateX(-50%);
	}
	.footer-container .gnav .nav-link.new::before{
		position: absolute;
		top: 4px;
		left: 4px;
		content: "NEW";
		font-size: 1.1rem;
		color: #d37765;
	}
	.footer-gnav{
		width: 100%;
		border-bottom: 1px solid #666;
	}
	.footer-gnav .gnav:last-child{
		display: none;
	}
	.sp-fixed-btn{
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 6;
		transition: transform .4s ease-out;
	}
	.sp-fixed-btn .btn-list{
		flex: 1;
	}
	.sp-fixed-btn .btn-list:last-child{
		background: #efefef;
	}
	.sp-fixed-btn .sp-tel-btn{
		position: relative;
		right: 0;
	}
	.sp-fixed-btn .cta-btn{
		padding: 0;
		height: 50px;
		display: block;
		font-size: 1.4rem;
		text-align: center;
		line-height: 50px;
	}
}

.footer-container .gnav .nav-link::after{
	left: 0;
	transform: translate(0,0);
	max-width:100%;
	transition: width .2s ease-out;
}
.footer-container .gnav .nav-link:hover::after{
	width: 100%;
}
.footer-nav-wrap{
	padding-top: 64px;
	background: #62544e;
	font-family: "游明朝", YuMincho, "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.summary-title{
	font-size: 1.6rem;
	line-height: 50px;
	letter-spacing: 3.2px;
	text-align: center;
}
.summary-note{
	padding: 0 16px;
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}
@media screen and (min-width: 901px){
	
	.footer-nav{
		padding: 32px 0;
		margin: 0 auto;
		width: calc(100% - 32px);
		max-width: 960px;
		justify-content: center;
	}
	.sp-fixed-btn .btn-list{
		display: none;
	}
	.sp-fixed-btn > .flex-wrapper{
		flex-direction: column;
	}
	.sp-fixed-btn .btn-list + .btn-list{
		margin-top: 24px;
	}
	.sp-fixed-btn .cta-btn{
		height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		align-items: center;
		font-size: 2rem;
		box-shadow: 1px 1px 8px rgba(0,0,0,.2);
	}
	.sp-fixed-btn .cta-btn:hover{
		box-shadow: 0 0 2px rgba(0,0,0,.6);
	}
	.sp-fixed-btn .reserve-btn,
	.sp-fixed-btn .tel-btn{
		display: none;
	}
	.footer-container .gnav{
		/* display: block; */
		margin: 0;
		justify-content: center;
	}
	.footer-gnav .gnav:last-child{
		display: none;
	}
	.footer-container .gnav .nav-list{
		display: inline-block;
	}
	.footer-container .gnav .nav-link{
		padding: 6px 12px;
		display: block;
		position: relative;
		white-space: nowrap;
		font-size: 1.2rem;
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.footer-container .gnav .nav-link:hover{
		color: #aba15d;
	}
	.footer-container .gnav .nav-link.none{
		opacity: .4;
	}
}
@media screen and (max-width: 900px){
	.sp-fixed-btn{
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 6;
		transition: transform .4s ease-out;
		transform: translateY(50px);
	}
	.is-down .sp-fixed-btn{
		transform: translateY(0);
	}
	.is-down .sp-fixed-btn .hamburger i {
		mix-blend-mode: unset;
			right: 25%;
    	position: relative;
	}
	.is-menu-open .sp-fixed-btn .hamburger i {
    background: #333;
	right: 0%;
	}
	.sp-fixed-btn .btn-list{
		width: calc((100% - 75px) / 4);
	}
	.sp-fixed-btn .btn-list:not(:first-child){
		border-left: 1px solid #fff;
	}
	.sp-fixed-btn .btn-list a{
		color: #2c2c2c;
	}
	.sp-fixed-btn > .flex-wrapper{
		flex-direction: row;
	}
	.sp-fixed-btn .btn-list + .btn-list{
		margin-top: 0;
	}
	.sp-fixed-btn .btn-list:last-of-type{
		width: 75px;
	}
	.sp-fixed-btn .btn-list:nth-child(3) a{
		background: #fff;
		position: relative;
		display: flex;
		height: 50px;
		width: 100%;
		line-height: unset;
		transform: unset !important;
		overflow: hidden;
		right: 0;
	}
	.sp-fixed-btn .btn-list:last-of-type a span{
		margin-top: .2em;
		font-size: 1rem;
		color: #2c2c2c;
	}
	.sp-fixed-btn .btn-list:nth-of-type(4) a{
		background: #e4e9e9;
	}
	.sp-fixed-btn .btn-list:nth-of-type(3) a{
		background: #efefef;
	}
	.sp-fixed-btn .btn-list{
		flex: none;
	}
	.sp-fixed-btn .btn-list:last-child a{
		background: #f1edeb;
	}
	.sp-fixed-btn .sp-tel-btn{
		position: relative;
		right: 0;
	}
	.sp-fixed-btn .cta-btn{
		padding: 0;
		height: 50px;
		display: block;
		font-size: 1.4rem;
		text-align: center;
		line-height: 50px;
	}
}
.bottom-nav{
	justify-content: space-between;
	align-items: center;
}
.bottom-nav .nav-list{
	margin: 8px 0;
	text-align: right;
}
.bottom-nav .nav-link::before{
	margin-top: -2px;
	margin-right: 4px;
	width: 0;
	height: 0;
	display: inline-block;
	content: "";
	border-style: solid;
	border-width: 4.5px 0 4.5px 7px;
	border-color: transparent transparent transparent #9B8C1B;
	vertical-align: middle;
}
.bottom-nav .nav-link:hover{
	color: #c00;
}
.salon-name{
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
	flex: 1;
	font-feature-settings: "palt";
}
.drawer-gnav .salon-name{
	color: #2c2c2c;
}
.footer-nav .tel{
	margin-top: 40px;
	width: 100%;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	background: #fff;
}

.tel-label{
	width: 222px;
	height: 122px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom right , #d37765 50%, #cc5e4a 50%);
	font-size: 1rem;
	color: #fff;
}
.tel-label strong{
	margin-top: -12px;
	margin-bottom: 4px;
	padding-top: 25px;
	background: url(../images/common/ic-contact.png) no-repeat center top;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.tel a{
	font-size: 8rem;
	color: #fff;
	white-space: nowrap;
}
.drawer-gnav .tel a{
	color: #2c2c2c;
}
.tel img{
	width: 68px;
}
.salon-status{
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
}
.drawer-gnav .salon-status{
	color: #2c2c2c;
}
.contact-data{
	padding: 16px;
	text-align: right;
}
@media screen and (max-width: 767px){
	.footer-nav-wrap{
		padding-top: 32px;
	}
	.salon-name{
		width: 100%;
	}
	.footer-salon .salon-name {
    font-size: 1.4rem;
	}
	.footer-nav .tel{
		gap: 8px;
	}
	.footer-nav .tel{
		justify-content: center;
	}
	.contact-data{
		padding: 0 0 16px;
		text-align: center;
	}
	.tel{
		margin-top: 16px;
		gap: 8px;
		text-align: center;
		flex-wrap: wrap;
	}
	.tel-label{
		width: 100%;
	}
	.tel a{
		font-size: 4rem;
	}
	.free-dial{
		width: 40px;
	}
	.bottom-nav .nav-list{
		text-align: left;
	}
	.bottom-nav .flex-item:first-child{
		order: 2;
	}
	.bottom-nav .flex-item:last-child{
		padding: 0 16px 16px;
		margin: 0 -16px 16px;
		width: calc(100% + 32px);
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.tel img {
    width: 48px;
	}
	.footer-salon .tel {
		margin-top: 0;
    gap: 8px;
	}
}
.footer-banner-inner{
	margin: 0 auto;
	padding: 40px 0;
	max-width: 960px;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	border-bottom: 1px solid #ddd;
}
.banner-item{
	width: calc(50% - 20px);
	max-width: 440px;
}
.banner-item a{
	color: #000;
	transition: opacity .3s ease-out;
}
.banner-item a:hover{
	opacity: .8;
}
.banner-item .name{
	margin-top: 30px;
	font-size: 1.6rem;
}
.banner-item .text_cont{
	margin-top: 1em;
	font-size: 1.2rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px){
	.banner-item{
		width: 100%;
		text-align: center;
	}
	.banner-item .name{
		margin-top: 16px;
		font-size: 1.4rem;
	}
	.banner-item .text_cont{
		font-size: 1rem;
	}
}
.address-wrap{
	padding: 16px;
	border-top: 1px solid #ddd;
}
.foot-logo{
	padding: 32px 0 48px;
	justify-content: center;
	gap: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
.copyright{
	font-style: normal;
	font-size: 1rem;
	text-align: center;
}
@media screen and (max-width: 767px){
	.address-wrap{
		margin-bottom: 40px;
	}
}



/*--------------------------------
teaser
--------------------------------*/
.teaser-lead{
	margin-bottom: .6em;
	font-size: 6rem;
	white-space: nowrap;
}
.teaser-title{
	margin-bottom: .6em;
	font-size: 7rem;
	font-weight: 700;
	white-space: nowrap;
	letter-spacing: .05em;
}
.teaser-note{
	font-size: 4rem;
	font-weight: 500;
	color: #a00;
	white-space: nowrap;
	letter-spacing: .05em;
}
.teaser .general-section .inner{
	width: calc(100vw - 32px);
}
@media screen and (max-width: 930px){
	.teaser-lead{
		font-size: 7vw;
	}
	.teaser-title{
		font-size: 7vw;
	}
	.teaser-note{
		font-size: 6vw;
	}
}

/*--------------------------------
home
--------------------------------*/
.cp-bnrs{
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin: 0 auto;
	max-width: 800px;
}
.cp-bnr a{
	display: block;
	transition: .4s;
}
.cp-bnrs + .top-copy{
	margin-top: 80px;
}
.cp-bnr:hover{
	opacity: .7;
}
.download{
	font-size: 2rem;
    line-height: 35px;
	padding-bottom: 50px;
}
.download a{
	padding: 15px 0;
	max-width: 500px;
	text-align: center;
	background-color: #C78F94;
	color: #fff;
	display: block;
	margin: 30px auto;
	font-size: 3rem;
	position: relative;
}
.download a:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    right: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.download .note{
	font-size: 1.3rem;
}
@media screen and (max-width: 767px){
	.cp-bnrs{
		gap: 20px;
	}
	.cp-bnrs + .top-copy{
		margin-top: 40px;
	}
	.download{
		font-size: 1.2rem;
		padding-top: 30px;
	}
	.download a{
		margin: 20px auto;
		font-size: 2rem;
		width: 90%;
	}
	.download .note{
		font-size: 1rem;
	}
}
.home .mv{
	/* opacity: 0; */
	transition: .8s;
}
.home .mv:before{
	position: absolute;
    content: "";
    background-image: url(../images/common/logo.svg);
    background-repeat: no-repeat;
    max-width: 300px;
    width: 30vw;
    height: 26px;
    left: 3vw;
    top: 30px;
}
.home .mv img{
	width: 100%;
	    height: 100%;
    object-fit: cover;
}
.home .mv.is-active{
	opacity: 1;
}
.home .container{
	overflow: hidden;
}
.mv{
	aspect-ratio: 16 / 9;
	position: relative;
}
@media screen and (max-width:767px) {
/* .mv .img-wrapper{
	aspect-ratio: 16 / 17;
} */
}
.mv-logo{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
}
.mv-text{
    position: absolute;
    bottom: 8.7vw;
    left: 16vw;
    width: 22vw;
    max-width: 370px;
}
.common-scroll{
	font-family: "adobe-garamond-pro", serif;
	font-weight: 400;
	font-style: italic;
	position: absolute;
	left: 3vw;
	bottom: 5vw;
	width: 20px;
}
.scroll-text {
  color: #fff;
  font-size: 30px;
  /* text-align: center; */
  transform: rotate(-90deg);
}
.scroll-border {
  position: relative;
  top: 0;
  width: 20px;
  height: 40vh;
  max-height: 350px;
  overflow: hidden;
  z-index: 6;
}
.scroll-border::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  max-height: 280px;
  height: 39vh;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: scrollbar 3.0s ease-in-out infinite;
  margin: auto;
}
@keyframes scrollbar {
  0% {
    top: 0px;
	height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    top: 0px;
  }
  100% {
    top: 0px;
    opacity: 0;
  }
}
@media screen and (max-width: 767px){
	.mv{
		/* aspect-ratio: 4 / 5; */
	}
	.mv-logo{
		top: 42%;
		width: 70%;
	}
	.mv-text{
        width: 58vw;
        bottom: unset;
        top: 20vw;
	}
	.mv-badge{
		bottom: 2.6vw;
		right: 2.6vw;
		width: 32vw;
	}
	.scroll-text {
		font-size: 1.2rem;
	}
	.scroll-border {
		height: 33vh;
	}
	.scroll-border::before{
		max-height: 270px;
		width: 1px;
	}
}
.mv-logo img{
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
}
.birth-section{
	padding: 30px 0;
	background-image: url(../images/home/birth-bg.jpg);
}
.birth-section p{
	color: #fff;
	font-size: 4rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
	line-height: 60px;
}
.birth-section p{
	position: relative;
	display: block;
	width: fit-content;
	margin: auto;
}
.birth-section p:before{
    position: absolute;
    content: "※1";
    font-size: 1.2rem;
    left: 243px;
    top: 60%;
    line-height: initial;
}
@media screen and (max-width:767px) {
.birth-section{
	padding: 20px 0;
	background-position: right;
}
.birth-section p {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
}
.sp-large{
	font-size: 3.2rem;
}
.birth-section p:before{
	font-size: 1rem;
    left: 288px;
    top: 35%;
}

}
.kodo-section02{
	background: url(../images/home/kodo02-bg.webp) no-repeat center top;
	background-size: cover;
}
.kodo-section02 img{
	width: 70%;
	max-width: 300px;
	margin: 30px auto;
}
.price-section{
	padding: 23px 0 18px;;
	background: #EDE1DA;
}
@media screen and (max-width: 767px){
	.price-section{
		padding: 21px 0 15px;;
	}
}
.price-section img{
	width: 50%;
}
.usp-section{
	padding: 20px;
	background: #003932;
}
.usp-section img{
	width: 90%;
}
.op-img{
	margin: 0 auto;
	max-width: 800px;
}
@media screen and (max-width: 767px){
	.kodo-section {
    padding: 15px 0;
	}
	.kodo-section img{
		width: 90%;
	}
	.price-section img{
		width: 80%;
	}
	.usp-section {
    padding: 20px 0;
	}
	.usp-section img{
		width: 100%;
	}
}
.soldout-section{
	padding: clamp(22px, 2.4vw, 24px) clamp(20px, 2vw, 20px);
    background: linear-gradient(90deg, rgba(205, 190, 148, 1) 0%, rgba(244, 241, 232, 1) 50%, rgba(205, 190, 148, 1) 100%);
}
.soldout-section img {
    width: 80%;
    max-width: 1020px;
}


.top-copy{
	font-size: 4.8rem;
    line-height: 1.3;
	letter-spacing: 1rem;
	margin: 40px auto;
	color: #cd8791;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	font-style: normal;
}
.info-section{
	background-color: #f4efee;
}
.info-section .inner {
    max-width: 1400px;
    padding: 100px 0;
}
.info{
	font-size: 1.8rem;
    line-height: 1.3;
	letter-spacing: .2rem;
	color: #968A8B;
	margin-bottom: 40px;
}
.info-box{
	border: 1px solid #968A8B;
	background-color: #fff;
	padding: 40px 20px;
}
.info-rank{
	margin: 20px auto 56px;
	max-width: 395px;
	width: 80%;
}
	.info-section img{
		width: 100%;
	}
@media screen and (max-width: 767px){
	.info-section .inner{
		padding: 32px 0 0;
	}
	.info-box{
		padding-bottom: 16px;
	}
	.info-rank{
		margin: 0px auto 40px;
		width: 60%;
	}
}
.info-lead{
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: .075em;
	margin-top: 1.4em;
	margin-bottom: 20px;
}
.info-lead.res{
	margin-top: .6em;
}
.info-lead:first-child{
	margin-top: 0;
}
.info-lead.lead-only{
	margin-bottom: 0;
}
.info-text{
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: .1rem;
}
.info-text.res{
	margin-top: 30px;
}
.home .top-bnr-area{
	text-align: center;
	margin-top: 40px;
}
.home .top-bnr-link{
	max-width: 732px;
    display: inline-block;
}
.home .top-bnr-link:hover {
    opacity: .7;
}
@media screen and (max-width: 900px){
	.home .top-bnr-link{
		width: 75%;
		max-width: 630px;
	}
}
@media screen and (max-width: 767px){
	.home .top-bnr-area{
		margin-top: 30px;
	}
	.home .top-bnr-link{
		max-width: none;
		width: 100%;
	}
}
.outline-section{
	position: relative;
}
.outline-section img{
	width: 100%;
}
@media screen and (max-width:767px) {

}
.title{
	font-size: 4rem;
	letter-spacing: .5rem;
	line-height: 1.4;
}
.title:after {
    content: "";
    display: block;
    width: 45px;
    height: 1px;
    background-color: #000;
    margin: 20px auto;
}
.concept-wrap{
	margin: 0 auto;
	width: calc(100% - 64px);
    max-width: 1200px;
	justify-content: space-between;
}
.concept-wrap-head{
	width: 55%;
}
.concept-wrap-body{
	width: 38%;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	padding: 6% 0 3%;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 767px){
	.sp-width{
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.top-copy{
		font-size: 2.5rem;
		letter-spacing: 0;
		padding: 20px 0;
		margin: 50px auto 0px;
		background-color: #b37b7a;
		color: #fff;
		letter-spacing: 10px;
	}
	.info{
		margin-bottom: 20px;
	}
	.info-lead{
		font-size: 2rem;
	}
	.info-text{
		font-size: 1.4rem;
	}
	.info-text.res{
		margin-top: 0;
	}
	.title{
		font-size: 2rem;
	}
	.title:after {
		margin: 10px auto;
	}
	.concept-wrap{
		margin: 0 auto 80px;
		width: 90%;
	}
	.concept-wrap-head{
		margin: 0 10% 0 0;
        width: 100%;
	}
	.concept-wrap-body{
		margin: 0 auto;
		width: 80%;
		padding: 30px 0;
	}
}
.home .holiday-news{
	margin: 0 auto 3rem;
	width: 80%;
	font-feature-settings: "palt";
	letter-spacing: .015em;
	font-size: clamp(1.5rem, 2.4vw, 2rem);
	line-height: 1.8;
	border-bottom: 1px solid #968a8b;
	padding-bottom: 2.8rem;
}
.home .holiday-news .holiday-ttl{
	display: block;
	font-size: clamp(1.7rem, 2.6vw, 2.2rem);
}
@media screen and (max-width: 767px){
	.home .holiday-news{
		margin-bottom: 2.8rem;
		line-height: 1.6;
		width: 100%;
	}
	.home .holiday-news .holiday-ttl{
		padding-bottom: .8rem;
	}
}
.top-contents-btn-wrap{
	margin: 0 auto;
	text-align: center;
	max-width: 260px;
}
.top-contents-btn{
	margin: 0 auto;
	font-size: 2.4rem;
	letter-spacing: .2rem;
	color: #333;
	position: relative;
	right: 0;
	transition: all .2s ease-out;
	padding-bottom: 40px
}
@media screen and (max-width: 767px){
	.top-contents-btn{
		font-size: 1.6rem;
	}
}
.top-contents-btn.cs{
	pointer-events: none;
}
.top-contents-btn::after{
	content: '';
	display: block;
	width: 260px;
	height: 1px;
	background: #333;
	position: relative;
	transform-origin: right top;
    animation: opacityIcon 1.4s ease-in-out infinite;
}
.top-contents-btn.none::after{
	opacity: .3;
	pointer-events: none;
    animation: unset;
}
.top-contents-btn::before{
	content: '';
	display: block;
	border: 1px solid #333;
	transition: .2s;
	border-radius: 50%;
    width: 50px;
    height: 50px;
	right: -27px;
	top: 17px;
	position: absolute;
	transform-origin: center;
}
_::-webkit-full-page-media, _:future, :root .top-contents-btn::before {
	right: -82px;
	top: 16px;
}
.top-contents-btn.cs::after,
.top-contents-btn.cs::before{
	content: none;
}
.top-contents-btn:hover{
	right: -10px;
}
.top-contents-btn:hover::after{
    animation: opacityIconStop ease-in-out;
	width: 260px;
}
.top-contents-btn.none:hover::before,
.top-contents-btn.none:hover::after{
    animation: none;
	transform: none;
}
.top-contents-btn.none:hover{
	right: unset;
}
.top-contents-btn:hover::before{
	transform: scale(1.1,1.1);
}
.general-section .inner.top-design-link{
	max-width: 350px;
	overflow: hidden;
}
@keyframes opacityIcon {
    0% {
        opacity: 0;
  		transform: translateX(-100%);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
  		transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacityIconStop {
    0% {
        opacity: 0;
  		transform: translateX(-100%);
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
  		transform: translateX(0);
    }
    100% {
        opacity: 0;
    }
}
.concept-section .top-contents-btn-wrap{
	margin: 0 auto 0 20px;
}
.concept-section .top-contents-btn{
	max-width: 240px;
	font-size: 2rem;
}
@media screen and (max-width: 767px){
	.top-contents-btn::after{
		width: 100%;
	}
	.top-contents-btn:hover::after{
		width: 100%;
	}
	.top-contents-btn::before{
		width: 30px;
		height: 30px;
		right: -16px;
		top: 12px;
	}
	_::-webkit-full-page-media, _:future, :root .top-contents-btn::before {
		right: -61px;
		top: 12px;
	}
	_::-webkit-full-page-media, _:future, :root .top-contents-btn.none::before {
		right: -60px;
	}
	.concept-section .top-contents-btn-wrap{
		margin: 0 auto;
	}
	.concept-section .top-contents-btn{
		font-size: 1.6rem;
	}
	.general-section .inner.top-design-link{
		max-width: 270px;
	}
}
.concept-section .top-contents-btn::after{
	width: 240px;
	margin: 10px auto 0;
}
.concept-section .top-contents-btn::before{
    width: 40px;
    height: 40px;
	right: -12px;
	top: 13px;
}
_::-webkit-full-page-media, _:future, :root .concept-section .top-contents-btn::before {
	right: -77px;
}

.concept-wrap-box .secondary-heading{
	margin-bottom: 10px;
	font-size: 3.4rem;
	line-height: 1.4;
}
.concept-wrap-box .secondary-heading .text-small{
	margin-bottom: 22px;
	font-size: 2.2rem;
	display: block;
}
.concept-wrap-box .tertiary-heading{
	margin-bottom: 40px;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: .1rem;
}
.concept-wrap-box .lead{
	line-height: 2.2;
	font-size: 1.6rem;
}
@media screen and (max-width: 1250px){
	.concept-wrap-box .secondary-heading{
		font-size: 2.4rem;
	}
	.concept-wrap-box .secondary-heading .text-small{
		margin-bottom: 14px;
		font-size: 1.4rem;
	}
	.concept-wrap-box .lead{
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	.concept-wrap-body{
		width: 43%;
	}
	.concept-wrap-box{
		padding-right: 24px;
	}
}
@media screen and (max-width: 767px){
	.concept-section .top-contents-btn::after{
		width: 180px;
	}
	.concept-section .top-contents-btn::before{
		width: 30px;
		height: 30px;
		right: 22px;
		top: 14px;
	}
	_::-webkit-full-page-media, _:future, :root .concept-section .top-contents-btn::before {
		right: -53px;
	}
	.concept-wrap-box{
		margin-bottom: 50px;
	}
	.concept-wrap-box .secondary-heading{
		font-size: 2.6rem;
	}
	.concept-wrap-box .tertiary-heading{
		margin-bottom: 30px;
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	.concept-wrap-box .lead{
		font-size: 1rem;
		line-height: 2.4;
	}
}
.project-wrap .concept-text{
	font-size: 1.8rem;
    line-height: 1.3;
	letter-spacing: .2rem;
	color: #968A8B;
	margin-bottom: 50px;
}
.project-wrap .secondary-heading{
	margin-bottom: 50px;
	font-size: 2.8rem;
	line-height: 1.4;
}
.project-wrap .lead{
	line-height: 2.2;
	font-size: 1.6rem;
	margin-bottom: 80px;
}
.project-wrap::after{
	content: '';
	display: block;
	width: 1px;
	height: 200px;
	background: #333;
	margin: 100px auto 0;
}
.project-img{
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
}
.design-section{
	padding-bottom: 80px;
}
.design-section .secondary-heading {
    margin-bottom: 1.6em;
		margin-top: 1.6em;
    font-size: 2.8rem;
    line-height: 1.4;
}
.design-section .inner{
	line-height: 2.2;
	font-size: 1.6rem;
}
.design-section .lead{
	line-height: 2.2;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px){
	.project-wrap .concept-text{
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.project-wrap .secondary-heading{
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.design-section .secondary-heading {
    font-size: 1.8rem;
	}
	.project-wrap .lead{
		line-height: 2;
		font-size: 1.2rem;
		margin-bottom: 40px;
	}
	.project-wrap::after{
		height: 100px;
		margin: 40px auto 0;
	}
	.design-section{
		padding-bottom: 30px;
	}
	.design-section .lead{
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.design-section .top-contents-btn-wrap{
		width: 62%;
	}
}
.original-section{
	background-color: #F7F5F4;
	border-top: 1px dashed #333;
}
.original-section .inner{
	max-width: 1200px;
}
.original-section .lead{
	line-height: 2.2;
	font-size: 2rem;
	padding: 20px 0 50px;
}
.top-original-wrap{
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1000px;
}
.top-original-01{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.top-original-items{
	width: 44%;
}
.original-text{
	position: relative;
}
.original-text .original-text-badge{
	color: #D59195;
	border: 1px solid #D59195;
	width: 100px;
	height: 100px;
	font-size: 1.8rem;
	line-height: 1.7;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.original-title{
	font-size: 4.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
	font-style: italic;
}
.original-sub-title{
	font-size: 2rem;
	line-height: 1.2;
}
.top-original-items-btn{
	width: 100%;
	height: 100px;
	margin: 0 auto 0 20%;
	overflow: hidden;
}
.top-original-items-btn .top-contents-btn-wrap{
	margin: 0;
}
.top-original-01 .top-original-items .top-original-item{
	padding: 20% 0 0;
}
.top-original-01 .top-original-items + .top-original-item{
	width: 40%;
}
.top-original-02{
	margin: 14% auto 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.top-original-02 .top-original-item:first-child{
	width: 40%;
}
.top-original-02 .top-original-item:last-child{
	margin-top: 20%;
	width: 100%;
}
.top-original-02 .top-original-items{
	margin-top: -10%;
}
.original-section .inner{
	line-height: 2.2;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px){
	.original-section .lead{
		font-size: 1.2rem;
		padding-bottom: 10px;
	}
	.top-original-wrap{
		padding: 20px 0;
	}
	.top-original-01{
		display: block;
	}
	.original-title{
		font-size: 3.2rem;
		margin-bottom: 10px;
	}
	.original-sub-title{
		font-size: 1.4rem;
	}
	.top-original-items{
		width: 100%;
	}
	.top-original-02 .top-original-items {
    margin-top: 20%;
	}
	.original-text .original-text-badge {
    color: #D59195;
    border: 1px solid #D59195;
    width: 80px;
    height: 80px;
    font-size: 1.6rem;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
	}
	.top-original-01 .top-original-items .lead{
		padding: 0;
	}
	.top-original-01 .top-original-items .top-original-item{
		padding: 0;
		width: 48%;
		margin: 0 0 8% auto;
	}
	.top-original-01 .top-original-items + .top-original-item{
		width: 65%;
		margin-left: 5%;
		margin-bottom: 8%;
	}
	.top-original-01 .top-original-item:first-child {
		padding-top: 8%;
	}
	.top-original-02 {
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.top-original-02 .top-original-item:first-child {
		margin-top: 10%;
		margin-left: 30%;
		margin-bottom: 8%;
		width: 65%;
	}
	.top-original-02 .top-original-item:last-child {
		margin: 0 auto 0 0;
		width: 46%;
		padding-bottom: 0;
	}
	.original-section .original-section-hover{
		max-width: 260px;
		margin: 0 auto;
		height: 60px;
		overflow: hidden;
	}
	.original-section .top-contents-btn-wrap{
		width: 75%;
	}
}
.location-section{
	background-color: #f4efee;
	padding-bottom: 100px;
	position: relative;
}
.location-section img{
	width: 100%;
}
.location-section::before{
    content: "";
    background-image: url(../images/home/location-line.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    background-position: top;
}
.vertical-line:after{
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #333;
    margin: 30px auto 0;
}
.location-section .outline-head{
	width: 80%;
	display: block;
	margin: auto;
}
@media screen and (max-width:767px) {
.vertical-line:after {
    height: 50px;
}
}
.location-section .inner{
	position: relative;
    padding-top: 150px;
}
.location-section ul{
	display: flex;
    margin: -80px auto 100px;
    gap: 50px;
}
.location-section li:first-child img{
	margin-top: 200px;
}
.location-section li:nth-child(2) img{
	margin-top: 100px;
}
@media screen and (max-width:767px) {
.location-section .inner{
    padding: 32px 0;
}
.location-section::before {
    background-size: 200%;
    background-position: 0 -10%;
}
.location-section ul {
    gap: 10px;    
	margin: -30px auto 32px;
}
.location-section li:first-child img{
	margin-top: 100px;
}
.location-section li:nth-child(2) img{
	margin-top: 50px;
}
}
.general-section.location-section .inner + .inner{
	padding-bottom: 30px;
} 
.top-contents-wrap{
	margin: 0 auto;
	justify-content: space-between;
}
.viewmore-btn{
	display: block;
    max-width: 500px;
    padding: 15px 100px;
    margin: auto;
    text-align: center;
    font-size: 3rem;
    border: solid 1px #cd8791;
    border-radius: 50px;
    letter-spacing: 10px;
	position: relative;
	color: #cd8791;
}
.viewmore-btn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: -50px;
    width: 100px;
    height: 1px;
    background-color: #cd8791;
	transition: .3s;
}
.viewmore-btn:hover:before{
	right: -100px;
	width: 150px;
	mix-blend-mode:color-dodge;
}
.viewmore-btn:hover{
	background-color: #cd8791;
	color: #fff;
}

@media screen and (max-width: 767px){
	.location-section{
		padding-bottom: 80px;
	}
	.top-contents-wrap{
		margin: 0 auto;
		width: 100%;
	}
	.viewmore-btn {
		max-width: 300px;
		padding: 15px 30px;
		font-size: 1.5rem;
		letter-spacing: 5px;
	}
	.js-scrollable-wrapper{
		margin-bottom: 50px;
	}
	.location-section .outline-head{
		width: 90%;
        transform: unset;
	}
	.location-section .img{
		width: 250vw;
	}
	.outline-cap {
		display: none;
	}
	.viewmore-btn:before {
		right: -20px;
		width: 50px;
	}
.js-scrollable {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.js-scrollable::-webkit-scrollbar {
  display: none;
}

/* スクロールバー全体の外枠 */
.fake-scrollbar {
  width: 80%;
  margin: 10px auto 0;
  height: 8px;
  position: relative;
}

/* 細い横線 */
.scroll-track {
  width: 100%;
  height: 2px;
  background-color: #62544e;
  position: relative;
  border-radius: 1px;
}

/* 中央の太いバー（スクロール位置に応じて動く） */
.scroll-thumb {
  position: absolute;
  top: -3px; /* 太線を中央に見せるため調整 */
  height: 8px;
  width: 80px; /* ← 太線の幅（調整可） */
  background-color: #62544e;
}

}
.top-contents-wrap-head{
	width: 55%;
}
@media screen and (max-width: 767px){
	.top-contents-wrap-head{
		width: 100%;
	}
}
.top-contents-wrap-body{
	width: 38%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	overflow: hidden;
}
@media screen and (max-width: 767px){
	.top-contents-wrap-body{
		margin: 0 auto;
		width: 90%;
		padding: 32px 0;
	}
}
.top-contents-wrap-box .tertiary-heading{
	margin-bottom: 40px;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: .1rem;
}
@media screen and (min-width: 768px) and (max-width: 1100px){
	.top-contents-wrap-body{
		width: 43%;
	}
	.top-contents-wrap-box{
		padding-right: 24px;
	}
}
@media screen and (max-width: 767px){
	.top-contents-wrap-box{
		margin-bottom: 20px;
	}
	.top-contents-wrap-box .tertiary-heading{
		font-size: 1.6rem;
		text-align: center;
	}
}
.top-contents-wrap-body .top-contents-btn-wrap{
	margin: 40px auto 0 20px;
}
.top-contents-wrap-body .top-contents-btn{
	max-width: 240px;
	font-size: 2rem;
}
@media screen and (max-width: 767px){
	.top-contents-wrap-body .top-contents-btn-wrap{
		margin: 0 auto;
		width: 240px;
		height: 50px;
		overflow: hidden;
	}
	.top-contents-wrap-body .top-contents-btn{
		font-size: 1.6rem;
	}
}
.top-contents-wrap-body .top-contents-btn::after{
	width: 180px;
	margin: 10px auto 0;
}
.top-contents-wrap-body .top-contents-btn::before{
    width: 40px;
    height: 40px;
	right: -21px;
	top: 13px;
}
_::-webkit-full-page-media, _:future, :root .top-contents-wrap-body .top-contents-btn::before {
	right: -48px;
}
.plan-section{
	border-top: 1px dashed #333;
	padding-bottom: 100px;
}
.plan-section .top-contents-wrap{
	flex-direction: row-reverse;
}
.plan-section .top-contents-wrap-body{
	width: 30%;
	margin-left: 13%;
}
@media screen and (max-width: 767px){
	.top-contents-wrap-body .top-contents-btn::before{
		width: 30px;
		height: 30px;
		right: 13px;
		top: 14px;
	}
	_::-webkit-full-page-media, _:future, :root .top-contents-wrap-body .top-contents-btn::before {
		right: -53px;
	}
	.plan-section{
		padding-bottom: 80px;
	}
	.plan-section .top-contents-wrap-body{
		width: 90%;
		margin-left: auto;
	}
}
.brand-section{
	position: relative;
}
.brand-section:before{
	content: "";
    background-image: url(../images/home/brand-bg.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    background-position: top;
}
.brand-section img{
	width: 100%;
}
.brand-head-img{
	margin: 30px auto 80px;
}
.brand-section .copy{
	color: #cd8791;
    line-height: 1.8;
    padding: 30px 0;;
}
.brand-section ul{
	display: flex;
    justify-content: space-around;
    gap: 100px;
    width: 80%;
    margin: 50px auto 80px;
	position: relative;
}
.brand-section ul .caption{
	bottom: -1vw;
	color: #2c2c2c;
}
@media screen and (max-width:767px) {
.brand-section ul {
    gap: 50px;
    flex-wrap: wrap;
}
.brand-section:before{
	background-size: 150%;
    background-position: 0 25%;
}
}

.plans-section{
	position: relative;
}
.plans-section:before{
	content: "";
    background-image: url(../images/home/plans-bg.webp);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    background-position: top;
}
.plans-section img{
	width: 100%;
}
.plans-head-img{
	margin: 30px auto 80px;
}
.plans-section .copy{
	color: #cd8791;
    line-height: 1.8;
    padding: 30px 0;;
}
.plans-section ul{
	display: flex;
    justify-content: space-around;
    gap: 100px;
    width: 80%;
    margin: 50px auto 80px;
}
.plans-section .mb80{
	margin-bottom: 80px;
}
@media screen and (max-width:767px) {
.plans-section .mb80 {
    margin-bottom: 32px;
}
.plans-head-img {
    margin: 30px auto 30px;
}
.plans-section:before {
    background-size: 150%;
    background-position: 0 50%;
}
}
/* .gallery-section{
	border-top: 1px dashed #333;
} */
.gallery-section a.link{
	display: block;
	color: #2c2c2c;
}
.gallery-section .inner{
	max-width: 1400px;
	padding: 120px 0 0;
}
.gallery-box{
	margin: 0 auto;
    /* padding: 80px 100px 20px;
	background-color: #F3EFED;
	border: 5px solid #E3C6C8; */
	position: relative;
}
.gallery-box::before{
	content: "";
    display: block;
    width: 100%;
    height: 9px;
    margin: 50px auto 20px;
	background: #e9c5c7;
}
@media screen and (max-width: 767px){
	.gallery-box::before{
		height: 5px;
		margin: 10px auto 0;
	}
}

.gallery-section .title{
    margin-bottom: 32px;
    margin-top: 120px;
}
.gallery-section .title + .note{
    margin-bottom: 100px;
}
.gallery-section .title::after{
}
.gallery-section .lead{
	line-height: 2.2;
	font-size: 1.8rem;
}
.gallery-items{
	display: flex;
	justify-content: center;
	gap: 20px;
    margin: 60px auto 0;
	padding-bottom: 40px;
}
.gallery-item .caption{
	text-align: left;
}
.gallery-btn {
    margin: 0 auto 80px;
    border: 1px solid #594C3C;
	background-color: #fff;
    color: #32281E;
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 2.4rem;
    transition: .4s;
	position: relative;
}
.gallery-btn::after {
	content: '';
	width: 16px;
	height: 16px;
	border: 0;
	border-top: solid 1px #594C3C;
	border-right: solid 1px #594C3C;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
		letter-spacing: .1rem;
}
@media screen and (max-width: 767px){
	.gallery-section .inner{
		padding: 0;
		width: 100%;
	}
	.gallery-box{
        padding: 50px 20px 10px 20px;
		border: none;
	}
	.gallery-section .title{
		font-size: 1.8rem;
		line-height: 1.4;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.gallery-section .lead{
		line-height: 1.8;
		font-size: .9rem;
		letter-spacing: .1rem;
	}
	.gallery-items{
		flex-direction: column;
		gap: 20px;
		margin: 30px auto 0;
		padding-bottom: 30px;
	}
	.gallery-btn {
		margin: 0 auto 40px;
		max-width: 400px;
		height: 60px;
		font-size: 1.8rem;
	}
	.gallery-section .title + .note{
    margin-bottom: 32px;
	}
}
@media screen and (max-width: 767px){
	.home .small-btn{
        width: calc(100% - 32px);
	}
}
.gallery-photos div {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.gallery-photos {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.8vw;
}
.gallery-section .caption-small{
	margin-top: 30px;
}
.gallery-bnr{
	max-width: 800px;
  margin: 80px auto 10px;
}
.gallery-photos .fit-img{
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px){
	.gallery-photos {
		margin-top: 32px;
		padding: 0 20px;
	}
	.gallery-section .caption-small{
		padding: 0 20px;
		margin-top: 10px;
	}
	.gallery-bnr{
		margin: 40px auto 10px;
		width: 90%;
	}
}
.gallery-section .company-btn{
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.gallery-section .company-btn{
		margin-top: 50px;
		padding: 0 20px;
	}
}
.contents-lists{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}
.contents-list{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: calc(100% / 3);
}
.contents-list a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
	font-size: 3rem;
	color: #332C24;
}
.contents-list:nth-child(3),
.contents-list:nth-child(6),
.contents-list:nth-child(9){
	border-right: none;
}
/* .contents-list:last-child{
	width: 100%;
	border-bottom: 1px solid #000;
	border-right: none;
} */
@media screen and (max-width: 767px){
	.contents-lists{
	}
	.contents-list{
		width: calc(100% / 2);
	}
	.contents-list:nth-child(even){
		border-right: none;
	}
	.contents-list:nth-child(odd){
		border-right: 1px solid #000;
	}
	.contents-list:last-child{
		width: 100%;
		border-right: none;
	}
	.contents-list a{
		height: 50px;
        font-size: 1.4rem;
        letter-spacing: .1rem;
	}
}


.banner-space{
	margin: 0 auto;
	padding-top: 16px;
	max-width: 960px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}
.home .banner-space{
	display: flex;
}
.banner-space .banner-item{
	width: calc(25% - 9px);
}
.banner-space .banner-item.wide-item{
	width: 100%;
	max-width: 100%;
}
.wide-item-inner{
	max-width: 680px;
	margin: 0 auto 20px;
}
@media screen and (max-width: 767px){
	.banner-space .banner-item{
		width: calc(50% - 6px);
	}
	.wide-item-inner{
		margin: 0 auto;
	}
}
.link-btn{
	margin: 20px auto 30px;
	max-width: 400px;
	width: 100%;
	background-color: #19322F;
}
.link-btn.res{
	background-color: #b3767a;
	margin-bottom: 0;
}
.link-btn.seminar-btn{
	margin-top: 24px;
	background-color: #886E6D;
}
.link-btn:hover a::before{
	right: 0;
}
.link-btn a{
	padding: 16px 10px;
	display: block;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .4rem;
	position: relative;
	font-feature-settings: "palt";
}
.link-btn a::before{
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 10%;
	background-color: #fff;
	transition: all .5s ease-in-out;
}
.border-b{
	padding-bottom: 3rem;
	position: relative;
}
.border-b::before{
	content: '';
	width: 80%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #968a8b;
}
@media screen and (max-width: 767px){
	.border-b::before{
		width: 100%;
	}
}
.padding-none{
	padding: 0;
}
.request-box{
	padding: 2.4em 0 24px;
}
.font-ttl{
	margin-bottom: 20px;
	font-size: 3rem;
}
.is-red2{
	color: #892626;
}
@media screen and (max-width: 767px){
	.link-btn{
		margin: 20px auto 26px;
		width: 90%;
	}
	.link-btn a{
		padding: 14px 8px;
		font-size: 1.7rem;
		letter-spacing: .3rem;
	}
	.link-btn a::before{
		width: 24px;
		right: 6%;
	}
	.font-ttl{
		margin-bottom: 22px;
		font-size: 2.2rem;
	}
}
/*--------------------------------
concept
--------------------------------*/


/*--------------------------------
plan
--------------------------------*/

/*--------------------------------
access
--------------------------------*/


/*--------------------------------
location
--------------------------------*/


/*--------------------------------
map
--------------------------------*/
.map-wrap + .map-wrap{
	margin-top: 48px;
}
.map .general-section .inner.padding-none {
    padding-top: 0;
}
.sub-title{
	font-size: clamp(1.2rem, 1.4vw ,1.6rem);
}
.map-btns{
	margin-top: 60px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
.map-btn{
	max-width: 300px;
	width: 100%;
}
.map-btn a{
	width: 100%;
	display: block;
	height: 60px;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #594c3c;
	border: 1px solid #594c3c;
	position: relative;
}
.map-icon {
	display: inline-block;
	width: 14px;
}
.map-wrap{
	margin: 0 auto;
	/* max-width: 800px; */
}
.map-wrap02{
	border: 2px #594c3c solid;
	max-width: 700px;
}
@media (max-width: 767px) {
	.map-btns{
		margin-top: 40px;
		gap: 16px;
	}
	.map-wrap + .map-wrap{
		margin-top: 32px;
	}
	.map-wrap02{
		border: 1px #594c3c solid;
		max-width: 100%;
	}
}
.map .detail-caption{
	color: #a00;
	font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
	.map .detail-caption{
		font-size: 3.75vw;
		margin-bottom: 30px;
	}
}



@media print {
	.new-header .logo {
		width: 100%;
		background: none;
	}
	.new-header .logo::before {
		content: url(../images/common/logo.svg);
	}

	.nav-container,
	.hamburger,
	.map-btns,
	.sp-fixed-btn,
	.banner-space,
	.foot-logo,
	.footer-gnav,
	.footer-banner-inner{
		display: none !important;
	}

	.new-header{
		height: auto;
		position: relative;
		transform: none !important;
	}
	.has-navigation .container{
		margin-top: 0;
	}

	.general-section .inner {
		padding: 20px 0;
	}

	.footer-nav-wrap{
		padding: 20px;
		border-top: 1px solid #ddd;
	}
}

/*--------------------------------
state
--------------------------------*/
.position-section{
	position: relative;
}
.disabled {
	opacity: 0.1;
	cursor: default;
	pointer-events: none;
}
.none{
	opacity: 0.3;
	cursor: default;
	pointer-events: none;
}
.is-none{
	display: none;
}
.coming-soon{
	box-shadow: none;
	pointer-events: none;
}
.is-fv {
	opacity: 0;
	animation-fill-mode: both;
	visibility: hidden;
}
.is-light{
	color: #fff;
}
.is-key{
	color: #223c3d;
}
.is-dark{
	color: #2c2c2c;
}
.is-gld{
	color: #B39B4E;
}
.is-bug{
	color: #5D161B;
}
.is-brn{
	color: #3c2314;
}
.is-lbrn{
	color: #594C3C;
}
.is-bug2{
	color: rgba(68, 0, 0, 0.56);
}
.is-red{
	color: #E6211A;
}
.is-shadow{
	text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 4px rgba(0,0,0,.4);
}
.has-border {
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 40%);
}
.bg-beg{
	background: #f2edea;
}
.line-wide{
	line-height: 2.4;
}
.letter-wide{
	letter-spacing: .1em;
}
.is-alert{
	color: #c90000;
}
.is-karning{
	font-feature-settings: "palt";
}
.unscrollable{
	overflow-y: hidden;
}
.mt-80{
	margin-top: 80px;
}
.mb-80{
	margin-bottom: 80px;
}
@media screen and (max-width: 767px){
	.sp-none{
		display: none!important;
	}
	.slick-slide img.sp-none{
		display: none;
	}
	.mb-80{
		margin-bottom: 32px;
	}
}
@media screen and (min-width: 768px){
	.pc-none{
		display: none;
	}
	.slick-slide img.pc-none{
		display: none;
	}

}



/*--------------------------------
modelroom
--------------------------------*/
.slide-area .general-section .inner{
	padding: 0 0 80px;
    margin: -50px auto 0;
}
.modelroom .visitor-modelroom-slick-container{
	margin-bottom: 16px;
	font-family: "Times New Roman", "A1明朝", 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif; /*明朝体*/
	position: relative;
}
.modelroom .visitor-modelroom-slick-container .slide-arrow{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: unset;
	right: unset;
	transform: translate(0%, -50%);
	width: 3%;
	height: auto;
}
.modelroom .visitor-modelroom-slick-container .slide-arrow.prev-arrow{
	left: 1%;
}
.modelroom .visitor-modelroom-slick-container .slide-arrow.next-arrow{
	right: 1%;
}
@media (max-width: 768px) {
	.modelroom .visitor-modelroom-slick-container .slide-arrow{
		width: 5%;
	}
	.modelroom .visitor-modelroom-slick-container .slide-arrow.prev-arrow{
		left: 1.5%;
	}
	.modelroom .visitor-modelroom-slick-container .slide-arrow.next-arrow{
		right: 1.5%;
	}
}
/* slick矢印設定 */
.modelroom .slick-next{
	right: 0;
}
.modelroom .slick-prev{
	left: 0;
}
.modelroom .slick-nav{
	margin: 0 auto;
	max-width: 800px;
}
.modelroom .slick-nav .slick-item{
	margin: 8px;
	width: calc(100% / 4 - 16px) !important;
	cursor: pointer;
	outline: none;
	background:#333;
	position: relative;
}
.modelroom .slick-nav .slick-item .caption{
	font-family: "Times New Roman", "A1明朝", 'Noto Serif JP', "游明朝", YuMincho, "Hiragino Mincho ProN", "MS 明朝", serif; /*明朝体*/
	position: absolute;
	inset: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modelroom .slick-nav .slick-item.slick-current .caption{
	opacity: 0;
}

.modelroom .slick-nav .fit-img{
	opacity: 0.4;
}
.modelroom .slick-nav .slick-item.slick-current .fit-img{
	opacity: 1;
}
.modelroom .slick-item .caption{
	position: absolute;
	right: 1.2%;
    bottom: .5%;
	font-size: 1.2rem;
	color: #fff;
}
.modelroom .slick-item .is-dark{
	color: #333;
}
.is-none{
	display: none;
}
@media (max-width: 1000px) {
	.modelroom .modelroom-container{
		padding: 40px 0;
	}
}
@media (max-width: 768px) {
	.modelroom .modelroom-tabs{
		margin-bottom: 16px;
	}
	.modelroom .modelroom-tabs .flex-wrapper{
		flex-wrap: wrap;
	}
	.modelroom .mr-tab-list{
		flex: 0 1 100%;
	}
	.modelroom .mr-tab-link span{
		font-size: 2.3rem;
	}
	.modelroom .mr-tab-link,
	.modelroom a.mr-tab-link{
		font-size: 1.1rem;
		width: 75%;
	}
  .modelroom .modelroom-container{
    padding: 7% 0;
  }
	.modelroom .slick-item .caption{
		font-size: .7rem;
	}
	.modelroom .slick-nav{
		margin: 0 0 0 -2px;
	}
	.modelroom .slick-nav .slick-item{
		margin: 2px;
		width: calc(100% / 3 - 4px) !important;
	}
	.modelroom .slick-nav .slick-item .caption{
		font-size: 12px;
	}
}
.modelroom .page-footer-area{
	max-width: 1200px;
    margin: 0 auto 40px;
}
@media (max-width: 768px) {
	.modelroom .page-footer-area{
		width: 94%;
	}
}


