@charset "UTF-8";

.shippori-mincho-b1 {
	font-family: "Shippori Mincho B1", serif;
	font-weight: 500;
	font-style: normal;
}

.cormorant-garamond {
	font-family: "Cormorant Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: normal;
}

.plus-jakarta-sans {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-feature-settings: normal;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}


html,
body {
	line-height: 1.75;
	font-size: 66%;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 400;
	font-style: normal;
	font-optical-sizing: auto;
	color: #000000;
	font-feature-settings: "pwid" 1;
	width: 100%;
	letter-spacing: 0.15em;
}

.palt {
	font-feature-settings: "palt";
}

body {
	opacity: 0;
	transition: 0.7s;
}

body.loaded {
	opacity: 1;
}

.abs {
	position: absolute;
	display: block;
}

.rel {
	position: relative;
	display: block;
}

.flexBlock {
	display: flex;
	justify-content: space-between;
}

.anim {
	transition: 0.3s ease-out;
}

#kv .swiper-slide {
	overflow: hidden;
	width: 100%;
	height: 100dvh;
}

#kv .swiper-slide>picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 0.5s ease 5.5s;
}

#kv .swiper-slide-active>picture img {
	transform: scale(1.1);
	transition: transform 6s ease;
}

#kv .swiper-slide-prev>picture img,
#kv .swiper-slide-next>picture img {
	transform: scale(1);
}

#kv .swiper-slide .logo {
	width: 550px;
	height: auto;
	left: 40px;
	bottom: 50px;
}

#kv .swiper-slide .logo img {
	width: 100%;
}

#kv .swiper-slide .top-text {
	width: 230px;
	height: auto;
	top: 65px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#kv .swiper-slide .logo {
		width: 85%;
		max-width: 318px;
		height: auto;
		bottom: auto;
		top: 60px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.wrapper>header {
	position: fixed;
	width: 100%;
	height: 50px;
	display: block;
	z-index: 999;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(15px);
}

.wrapper>header>.flexBlock {
	justify-content: space-between;
	align-items: center;
}

.wrapper>header>.flexBlock>.btn-navi {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	background: #000000;
	cursor: pointer;
}

.wrapper>header>.flexBlock>.btn-navi>span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	left: 15px;
	background: #FFFFFF;
	transform-origin: center center;
	transition: 0.3s ease-out;
}

.wrapper>header>.flexBlock>.btn-navi>span:nth-child(1) {
	top: 18px;
}

.naviOpen .wrapper>header>.flexBlock>.btn-navi>span:nth-child(1) {
	top: 24px;
	transform: rotate(150deg);
}

.wrapper>header>.flexBlock>.btn-navi>span:nth-child(2) {
	top: 24px;
}

.naviOpen .wrapper>header>.flexBlock>.btn-navi>span:nth-child(2) {
	transform: rotate(-150deg);
}

.wrapper>header>.flexBlock>.btn-navi>span:nth-child(3) {
	top: 30px;
	width: 12px;
}

.naviOpen .wrapper>header>.flexBlock>.btn-navi>span:nth-child(3) {
	opacity: 0;
}

.wrapper>header>.flexBlock>nav {
	position: fixed;
	display: block;
	transform-origin: left top;
	transform: scale(1, 0);
	top: 50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.85);
	padding-left: 40px;
	transition: 0.5s ease-out;
}

.wrapper>header>.flexBlock>nav>ul {
	height: 110px;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	font-size: 1.6rem;
}

.wrapper>header>.flexBlock>nav>ul li {
	opacity: 0;
	transform: translateY(-35px);
	transition: 0.2s;
	transition-delay: 0 !important;
}

.naviOpen .wrapper>header>.flexBlock>nav>ul li {
	opacity: 1;
	transform: translateY(0px);
	transition: 1s ease-out;
}

.wrapper>header>.flexBlock>nav>ul li>a {
	color: #FFFFFF;
}

.naviOpen .wrapper>header>.flexBlock>nav {
	transform: scale(1, 1);
}

.wrapper>header>.flexBlock>nav>ul li.logo>img {
	width: 100%;
}

@media (max-width: 1360px) {
	.wrapper>header>.flexBlock>nav>ul li.logo {
		width: 180px;
	}

	.wrapper>header>.flexBlock>nav>ul {
		gap: 18px;
		font-size: 1.5rem;
	}
}

@media (max-width: 1200px) {
	.wrapper>header>.flexBlock>nav {
		padding-left: 25px;
	}

	.wrapper>header>.flexBlock>nav>ul li.logo {
		width: 150px;
	}

	.wrapper>header>.flexBlock>nav>ul {
		gap: 10px;
	}
}

@media (max-width: 1100px) {
	.wrapper>header>.flexBlock>nav>ul {
		gap: 10px;
		font-size: 1.4rem;
	}

	.wrapper>header>.flexBlock>nav>ul li.logo {
		display: none;
	}
}

@media (max-width: 980px) {
	.wrapper>header>.flexBlock>nav {
		padding-left: 15px;
	}

	.wrapper>header>.flexBlock>nav>ul {
		gap: 7px;
		font-size: 1.3rem;
	}
}

@media (max-width: 850px) {
	.wrapper>header>.flexBlock>nav {
		padding-left: 10px;
	}

	.wrapper>header>.flexBlock>nav>ul {
		gap: 5px;
		font-size: 1.25rem;
	}
}

.wrapper>header>.flexBlock>h1 {
	color: #000000;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-left: 160px;
}

.wrapper>header>.flexBlock>.contact {
	width: 210px;
	height: 50px;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: #B49D6D;
	font-size: 1.6rem;
	color: #FFFFFF;
	overflow: hidden;
	line-height: 1.5;
}

.wrapper>header>.flexBlock>.contact>span>small {
	font-size: 1.1rem;
	display: block;
}

main {
	overflow-x: hidden;
	position: relative;
}

section.contents {
	padding: 150px 15px;
	background: #FFFFFF;
	position: relative;
}

section.contents.bg-color {
	background: #F6F4F1;
}

section.contents.hasLink {
	padding-bottom: 100px;
}

section .inner {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

section .line-title {
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

section .line-title:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	background: #231815;
}

section .line-title.middle-line {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

section .line-title>span {
	position: relative;
	display: block;
	padding: 0 20px;
	background: #FFFFFF;
}

section.contents.bg-color .line-title>span {
	background: #F6F4F1;
}

.ordermade-wrapper .line-title>span {
	background: #EBE8E1 !important;
}

section.contents h2 {
	font-size: 4.0rem;
	line-height: 1.75;
	margin-bottom: 50px;
	text-align: center;
}

section.contents h2 .line-title {
	font-size: 4.0rem;
	margin-bottom: 0px;
	width: calc(100% - 30px);
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.main-text {
	font-size: 1.4rem;
}

.info-text {
	font-size: 1.6rem;
}

.sub-text {
	text-align: center;
	line-height: 2.1;
}

.fade-item {
	opacity: 0;
	filter: blur(1rem);
	transform: scale(1.2);
	transition: 1.5s ease-out;
}

.fade-item.visible {
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}

.text-img-block {
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}

section .text-img-block {
	margin-bottom: 100px;
}

section .text-img-block:last-child {
	margin-bottom: 0;
}

.text-img-block>.img-block {
	width: 47%;
	position: relative;
}

.text-img-block>.img-block img {
	width: 100%;
	height: auto;
}

.text-img-block>.img-block .movie-area {
	width: 110%;
}

.movie-area iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	display: block;
}

.yt-box {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	background: #000;
	overflow: hidden;
}

.yt-play-btn {
	position: absolute;
	inset: 0;
	background: url('../img/urban-movie.jpg') center center no-repeat;
	background-size: cover !important;
	cursor: pointer;
	z-index: 2;
	transition: opacity .5s ease 0.3;
}

#stay .yt-play-btn {
	background: url('../img/stay-movie.jpg') center center no-repeat;
}

.yt-box.playing .yt-play-btn {
	opacity: 0;
	pointer-events: none;
}

.yt-box.ended .yt-play-btn {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 1186px) {
	.text-img-block>.img-block .movie-area {
		width: calc(100% + 15px);
	}
}

.text-img-block {
	align-items: stretch;
}

.text-img-block>.text-block {
	width: 47%;
}

.text-img-block>.text-block.flexBlock {
	flex-direction: column;
	align-items: flex-start;
}

.text-img-block>.text-block.flexBlock .info-text {
	margin-top: auto;
	padding-top: 20px;
}

.text-img-block>.text-block svg {
	max-width: 100%;
	height: auto;
}

.text-img-block>.text-block svg path {
	fill-opacity: 0;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.text-img-block>.text-block .top-plate {
	padding: 0px 15px;
	color: #FFFFFF;
	font-size: 2.0rem;
	margin-bottom: 30px;
	display: inline-block;
	background: #B49D6D;
}

.text-img-block>.text-block h3 {
	margin-bottom: 30px;
	opacity: 0;
}

.svgReady .text-img-block>.text-block h3 {
	opacity: 1;
}

.text-img-block>.text-block .subTitle {
	font-size: 2.4rem;
	margin-bottom: 15px;
}

.text-img-block>.text-block .main-text .info {
	margin-top: 20px;
}

.main-text .info strong {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

#ordermade,
.ordermade-wrapper {
	background: #EBE8E1;
	padding: 50px 15px;
}

.ordermade-wrapper .text-img-block {
	margin-bottom: 0;
}

section.contents.hasLink {
	padding: 70px 15px 100px;
}

.diagonal {
	margin: 0 auto 50px;
	background:
		linear-gradient(135deg,
			transparent 0,
			transparent calc(50% - 0.5px),
			#000 calc(50% - 0.5px),
			#000 calc(50% + 0.5px),
			transparent calc(50% + 0.5px),
			transparent 100%);
}

.diagonal.w80 {
	width: 80px;
	height: 80px;
}

.spark:before,
.spark:after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at center,
			rgba(255, 255, 255, 0.35),
			transparent 70%);
	opacity: 0;
	transform: scale(0.6);
	transition: opacity 0.6s ease, transform 0.6s ease;
	pointer-events: none;
	animation-play-state: paused;
}

.spark:before {
	animation: floatGlow 3s ease-in-out infinite;
	transform: translate(-20%, -20%) scale(0.5);
}

.spark:after {
	animation: floatGlow 5s ease-in-out infinite;
	transform: translate(20%, 10%) scale(0.5);
}

@keyframes floatGlow {
	0% {
		transform: translate(0%, 0%) scale(1);
	}

	30% {
		transform: translate(17%, -12%) scale(1.5);
	}

	60% {
		transform: translate(-12%, 17%) scale(1.2);
	}

	100% {
		transform: translate(0%, 0%) scale(1);
	}
}

.video-js .vjs-big-play-button {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	padding: 0;
	margin-top: -40px;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder {
	line-height: 80px;
	font-size: 5rem;
}

.veil-reveal {
	position: relative;
	overflow: hidden;
}

.veil-reveal img,
.veil-reveal .video-js {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(0.8);
	transition: 2s ease-out;
}

.veil-reveal.movie-area img {
	transform: scale(1);
}

.veil-reveal .veil {
	position: absolute;
	top: 0;
	width: 50%;
	height: 107%;
	opacity: 0.9;
	transform: translateX(0);
	pointer-events: none;
	z-index: 3;
	transition: transform 3s;
	background: #FFFFFF;
}

.veil.left {
	left: 0;
	transform-origin: left;
}

.veil.right {
	right: 0;
	transform-origin: right;
}

.veil-reveal.is-visible .veil.left {
	transform: translateX(-110%);
}

.veil-reveal.is-visible .veil.right {
	transform: translateX(110%);
}

.veil-reveal.is-visible .video-js,
.veil-reveal.is-visible img {
	opacity: 1;
	transform: scale(1);
}

.main-pagination.flexBlock,
.middle-link.flexBlock {
	align-items: center;
	justify-content: center;
	width: 680px;
	margin: 0 auto;
	font-size: 1.8rem;
}

.main-pagination.flexBlock {
	margin-bottom: 110px;
}

.main-pagination.flexBlock>div,
.middle-link.flexBlock>li {
	width: 33.33%;
	position: relative;
	cursor: pointer;
}

.main-pagination.flexBlock>div {
	padding: 0px 15px;
}

.main-pagination.flexBlock>div:after,
.middle-link.flexBlock>li:after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 37px;
	background: #231815;
	right: 0;
	top: 0;
}

.main-pagination.flexBlock>div:last-child:after,
.middle-link.flexBlock>li:last-child:after {
	display: none;
}

.main-pagination.flexBlock>div>span,
.middle-link.flexBlock a {
	color: #231815;
	padding: 5px 15px;
	min-width: 150px;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.5;
	transition: 0.3s ease-out;
}

.main-pagination.flexBlock>div>span.is-active {
	background: #B49D6D;
	color: #FFFFFF;
}

.middle-link.flexBlock a:after {
	content: '';
	position: relative;
	width: 30px;
	height: 30px;
	background: url('../img/btn_down-arrow.svg') no-repeat;
	background-size: contain;
	margin-top: 7px;
	transition: 0.3s ease-out;
}

.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}

.main-button-prev {
	background: url('../img/btn-prev.svg') no-repeat;
	left: -30px;
	z-index: 9;
}

.main-button-next {
	background: url('../img/btn-next.svg') no-repeat;
	right: -30px;
	z-index: 9;
}

.main-button-prev,
.main-button-next {
	width: 50px;
	height: 50px;
	background-size: contain;
	top: calc(50% + 70px);
	margin-top: -25px;
	text-indent: -99999px;
	cursor: pointer;
}

.main-swiper>.swiper-wrapper>.swiper-slide {
	padding: 0 30px;
}

.main-swiper>.swiper-wrapper>.swiper-slide .line {
	width: 40%;
	height: auto;
	aspect-ratio: 1 / 1;
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 15%;
	right: 0;
	margin: 0 auto;
}

.main-swiper>.swiper-wrapper>.swiper-slide .line:before {
	content: '';
	position: absolute;
	display: block;
	transform-origin: center center;
	transform: translate(-50%, -50%) rotate(-135deg);
	top: 25%;
	left: 55%;
	width: 1px;
	height: 100%;
	background: #000000;
}

.swiper-slide .text-img-block>.img-block {
	width: 56%;
	position: relative;
}

.swiper-slide .text-img-block>.text-block {
	width: 38%;
	position: relative;
}

@media (max-width: 1145px) {

	.main-button-prev,
	.main-button-next {
		width: 46px;
		height: 46px;
		margin-top: -23px;
	}

	.main-button-prev {
		left: -15px;
	}

	.main-button-next {
		right: -15px;
	}
}

.swiper-slide .text-img-block {
	margin-bottom: 0;
}

.inner-pagination {
	font-weight: 300;
	font-size: 1.4rem;
	text-align: center;
	margin-top: 10px;
}

.swiper-slide .text-img-block>.text-block h3 {
	font-size: 4.0rem;
}

.swiper-slide .text-img-block>.text-block h3 {
	color: #BD9540;
}

.swiper-slide .text-img-block>.text-block h4 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 1.75;
}

.btn-more {
	border: 1px solid #000;
	color: #231815;
	font-size: 1.8rem;
	padding: 0px 10px;
	width: 200px;
	margin-left: auto;
	margin-top: 40px;
	transition: 0.3s ease-out;
}

#urban:after {
	content: '';
	position: absolute;
	display: block;
	width: 200px;
	height: 1px;
	background: #231815;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}

.middle-logo {
	width: 68%;
	max-width: 450px;
	margin: 100px auto 150px;
}

.middle-logo svg {
	width: 100%;
	height: auto;
}

.long-line {
	width: 100%;
	height: 2px;
	background: #231815;
	position: relative;
	display: block;
	margin-bottom: 90px;
}

.steps-block {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 80px;
}

.steps-block>div {
	width: 49%;
}

.steps-block h3 {
	font-size: 3.0rem;
	text-align: center;
	margin-bottom: 5px;
}

.steps-block .line-title {
	max-width: 195px;
	font-size: 1.6rem;
	margin: 0 auto 20px;
}

.steps-block .diagonal {
	margin-bottom: 20px;
}

.steps-block .sub-title {
	font-size: 2.0rem;
	text-align: center;
	margin-bottom: 40px;
}

.steps-area {
	margin-bottom: 8px;
}

.steps-area:last-child {
	margin-bottom: 0;
}

.steps-area>.arrow {
	width: 30px;
	display: flex;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	z-index: 1;
}

.steps-area>.arrow:after {
	content: '';
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	background: #BCBBAE;
	clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.steps-area>.arrow>span {
	height: calc(100% - 30px);
	background: #BCBBAE;
	color: #FFFFFF;
	font-size: 1.6rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.steps-area>.arrow.arrow01:after,
.steps-area>.arrow.arrow01>span {
	background: #4C4C4C;
}

.steps-area>.arrow.arrow02:after,
.steps-area>.arrow.arrow02>span {
	background: #A93738;
}

.steps-area>.steps {
	width: calc(100% - 38px);
}

.steps-area>.steps>.step {
	min-height: 150px;
	padding: 15px;
	align-items: center;
	background: #FFFFFF;
	margin-bottom: 8px;
}

.steps-area>.steps>.step:last-child {
	margin-bottom: 0;
}

.steps-area>.steps>.step>.icon {
	width: 95px;
}

.steps-area>.steps>.step>.info {
	width: calc(100% - 105px);
	display: flex;
	flex-direction: column;
	font-size: 1.8rem;
}

.steps-area>.steps>.step>.info>span {
	font-size: 1.4rem;
}

.steps-area>.steps>.step>.info>small {
	font-size: 1.4rem;
	margin-top: 10px;
}

#contact-section .btns {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 90px;
}

#contact-section .spark {
	background: #B49D6D;
	color: #FFFFFF;
	margin-bottom: 25px;
	font-size: 1.6rem;
	padding: 10px;
	text-align: center;
	min-height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contact-section .spark br {
	display: none;
}

#contact-section .btn-official {
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: #231815;
	position: relative;
	padding: 5px 0;
	text-align: center;
}

#contact-section .btn-official>span {
	padding-bottom: 3px;
	position: relative;
}

#contact-section .btn-official>span:after {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #231815;
	transform: scaleX(0);
	transition: 0.7s;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

#contact-section .btn-official>img {
	margin-left: 10px;
	transition: 0.7s;
}

#salon h2 {
	color: #35452F;
	margin: 60px auto 20px;
}

#salon .line-title.medium {
	max-width: 200px;
	margin: 0 auto 40px;
}

.address.main-text {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	margin-top: 50px;
}

.address.main-text .btn-more {
	margin: 15px auto 25px;
	width: 200px;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 15px;
}

.address.main-text dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 292px;
	margin: 0 auto;
	line-height: 1.75;
}

.address.main-text dl>dt {
	width: 75px;
}

.address.main-text dl>dd {
	width: calc(100% - 75px);
}

.address.main-text dl>dd a {
	color: #000000;
	text-decoration: underline;
}

.address .instagram-link {
	margin: 15px auto 0;
	padding: 5px;
	width: 60px;
}

.address .instagram-link>img {
	width: 100%;
	height: auto;
}

.caption {
	font-size: 1.2rem;
	margin-top: 7px;
	text-align: center;
}

footer {
	position: relative;
	display: flex;
	font-size: 1.6rem;
	text-align: center;
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	height: 146px;
	background: url('../img/footer-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}

@media screen and (min-width: 769px) {
	.address.main-text dl>dd a:hover {
		text-decoration: none;
	}

	#contact-section .btn-official:hover>span:after {
		transform: scaleX(1);
	}

	#contact-section .btn-official:hover>img {
		transform: translateX(10px);
	}

	.btn-more:hover {
		color: #FFFFFF;
		background: rgba(35, 24, 21, 0.7);
	}

	.middle-link.flexBlock a:hover {
		opacity: 0.7;
	}

	.middle-link.flexBlock a:hover:after {
		transform: translateY(3px);
	}

	.spark:hover:before,
	.spark:hover:after {
		opacity: 1;
		transform: translate(0, 0) scale(1.45);
		filter: blur(10px);
		animation-play-state: running;
	}
}

@media (max-width: 768px) {
	.wrapper>header {
		height: 40px;
	}

	.wrapper>header>.flexBlock>h1 {
		font-size: 1.8rem;
		order: 1;
		padding-left: 15px;
	}

	.wrapper>header>.flexBlock>.btn-navi {
		width: 40px;
		height: 40px;
	}

	.wrapper>header>.flexBlock>.btn-navi>span {
		left: 10px;
	}

	.wrapper>header>.flexBlock>.btn-navi>span:nth-child(1) {
		top: 14px;
	}

	.wrapper>header>.flexBlock>.btn-navi>span:nth-child(2) {
		top: 19px;
	}

	.wrapper>header>.flexBlock>.btn-navi>span:nth-child(3) {
		top: 24px;
	}

	.naviOpen .wrapper>header>.flexBlock>.btn-navi>span:nth-child(1) {
		top: 19px;
	}

	section.contents.hasLink {
		padding: 35px 15px 50px;
	}

	.wrapper>header>.flexBlock>.btn-navi {
		order: 2;
	}

	.wrapper>header>.flexBlock>nav {
		height: calc(100dvh - 40px);
		z-index: 999;
		padding-right: 15px;
		top: 40px;
	}

	.wrapper>header>.flexBlock>nav>ul {
		flex-direction: column;
		height: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		gap: 30px;
		overflow: auto;
		font-size: 1.6rem;
	}

	section.contents {
		padding: 50px 15px;
	}

	section .line-title {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}

	section.contents h2 {
		font-size: 2.4rem;
		margin-bottom: 30px;
	}

	section.contents h2 .line-title {
		font-size: 2.4rem;
		margin-bottom: 0px;
		width: calc(100% - 30px);
		max-width: 380px;
	}

	.diagonal.w80 {
		width: 60px;
		height: 60px;
		margin-bottom: 30px;
	}

	.main-text {
		font-size: 1.2rem;
	}

	.main-text.info-text {
		font-size: 1.4rem;
	}

	.main-text.info-text.sp-only {
		order: 3;
		margin-top: 20px;
	}

	section .text-img-block {
		flex-direction: column;
	}

	section .text-img-block>.text-block {
		order: 1;
		width: 100%;
		margin-bottom: 20px;
	}

	section .text-img-block>.img-block {
		order: 2;
		width: 100%;
	}

	.text-img-block>.text-block .top-plate {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.text-img-block>.text-block svg {
		max-width: none;
		width: auto;
		height: 26px;
	}

	.text-img-block>.text-block .subTitle {
		font-size: 1.8rem;
	}

	.main-pagination.flexBlock>div>span,
	.middle-link.flexBlock a {
		padding: 5px 5px;
		min-width: 90px;
		line-height: 1.25;
	}

	.main-pagination.flexBlock>div>span>span,
	.middle-link.flexBlock a>span {
		min-height: 40px;
		display: flex;
		align-items: center;
	}

	.main-pagination.flexBlock,
	.middle-link.flexBlock {
		font-size: 1.6rem;
		width: 100%;
	}

	.text-img-block>.img-block .movie-area {
		margin-left: -15px;
		width: calc(100% + 30px);
	}

	section .text-img-block {
		margin-bottom: 50px;
	}

	.main-pagination.flexBlock>div {
		padding: 0px 5px;
	}

	.main-pagination.flexBlock>div::after,
	.middle-link.flexBlock>li::after {
		top: 0;
		bottom: 0;
		margin: auto 0;
	}

	.swiper-slide .text-img-block>.img-block {
		width: 100%;
	}

	.swiper-slide .text-img-block>.text-block {
		width: 100%;
	}

	.main-pagination.main-pagination--top.flexBlock {
		margin-bottom: 20px;
	}

	.swiper-slide .text-img-block>.text-block h3 {
		font-size: 3.0rem;
		margin-bottom: 15px;
	}

	.swiper-slide .text-img-block>.text-block h4 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}

	.main-pagination.main-pagination--bottom.flexBlock {
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.middle-logo {
		width: 255px;
		margin: 50px auto 100px;
	}

	.main-swiper>.swiper-wrapper>.swiper-slide {
		overflow: hidden;
		padding: 0 15px;
	}

	.main-swiper>.swiper-wrapper>.swiper-slide .line {
		left: -9%;
		top: -5%;
		right: auto;
	}

	.swiper-slide .text-img-block {
		padding-top: 0px;
	}

	.main-swiper {
		margin-left: -15px;
		margin-right: -15px;
	}

	.long-line {
		margin-bottom: 45px;
	}

	.steps-block {
		margin-bottom: 40px;
		flex-wrap: wrap;
	}

	.steps-block>div {
		width: 100%;
	}

	.steps-block h3 {
		font-size: 2.0rem;
	}

	.steps-block .sub-title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.steps-area>.arrow {
		width: 20px;
	}

	.steps-area>.arrow::after {
		width: 20px;
		height: 20px;
	}

	.steps-area>.arrow>span {
		font-size: 1.4rem;
		height: calc(100% - 20px)
	}

	.steps-area>.steps>.step>.icon {
		width: 65px;
	}

	.steps-area>.steps>.step>.info {
		width: calc(100% - 75px);
		font-size: 1.6rem;
	}

	.steps-area>.steps>.step>.info>span {
		font-size: 1.2rem;
	}

	.steps-area>.steps>.step>.info>small {
		font-size: 1.2rem;
		margin-top: 7px;
	}

	.steps-area>.steps>.step {
		min-height: 128px;
		padding: 10px;
	}

	.steps-area>.steps {
		width: calc(100% - 28px);
	}

	.conventional-part {
		margin-bottom: 50px;
	}

	#contact-section .btns {
		margin-top: 45px;
	}

	#salon .img-top {
		margin-left: -15px;
		margin-right: -15px;
	}

	#salon h2 {
		margin: 30px auto 10px;
	}

	.address.main-text dl {
		max-width: 257px;
	}

	.address.main-text dl>dt {
		width: 65px;
	}

	.address.main-text dl>dd {
		width: calc(100% - 65px);
	}

	footer {
		font-size: 1.2rem;
		height: 110px;
		padding-bottom: 50px;
	}

	section.contents h2 .letter {
		letter-spacing: -0.1em;
		font-feature-settings: "palt";
	}
}

@media (max-width: 400px) {
	section.contents#contact-section h2 {
		font-size: 2.2rem;
		letter-spacing: -0.001em;
	}
}

@media (max-width: 360px) {
	section.contents h2 {
		font-size: 2.1rem;
	}

	section.contents#contact-section h2 {
		font-size: 2.1rem;
		letter-spacing: -0.001em;
	}

	section.contents h2 .line-title {
		font-size: 2.1rem;
		width: 100%;
	}

	#contact-section .spark br {
		display: block;
	}

	.address.main-text dl>dt {
		width: 55px;
	}

	.address.main-text dl>dd {
		width: calc(100% - 55px);
	}
}

@media (max-width: 330px) {
	.address.main-text dl>dt {
		width: 52px;
		font-size: 1.1rem;
	}

	.address.main-text dl>dd {
		width: calc(100% - 52px);
		font-size: 1.1rem;
	}
}

.float-btn {
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	background: #B49D6D;
	justify-content: center;
	align-items: center;
}

.float-btn>a {
	height: 100%;
}

.float-btn>a:nth-child(1) {
	width: 65%;
	border-right: 0.5px solid #000;
}

.float-btn>a:nth-child(2) {
	width: 35%;
	border-left: 0.5px solid #000;
}

.float-btn>a>span {
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	color: #FFFFFF;
	display: flex;
	width: 100%;
	height: 100%;
	line-height: 1;
	position: relative;
	flex-direction: column;
	line-height: 1.45;
}

.float-btn>a:nth-child(2)>span {
	flex-direction: row;
}

.float-btn>a:nth-child(2)>span img {
	margin-right: 7px;
}

.float-btn>a>span>small {
	font-size: 1.1rem;
	display: block;
}

.pb100 {
	padding-bottom: 100px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.pc-only {
	display: block !important;
}

.pc-in {
	display: inline-block !important;
}

.pc-only.flexBlock {
	display: flex !important;
}

.sp-in,
.sp-only.flexBlock,
.sp-only {
	display: none !important;
}

@media (max-width: 768px) {

	.pc-only,
	.pc-in,
	.pc-only.flexBlock {
		display: none !important;
	}

	.sp-in {
		display: inline-block !important;
	}

	.sp-only {
		display: block !important;
	}

	.sp-only.flexBlock {
		display: flex !important;
	}

	.mb60 {
		margin-bottom: 30px !important;
	}

	.mb120 {
		margin-bottom: 60px !important;
	}

	.pb100 {
		padding-bottom: 50px !important;
	}
}