@charset "utf-8";
/*
	Theme Name: deity
	Template: oops_tcd048
 */


:root{
	--gold:#DDAE45;
	--gray:#333;
	/*--dgray:#706963;
	--lgray:#f2f2f2;
	--lblk:#1a1a1a;*/
	--size40:clamp(2rem, 1.786vw + 1.643rem, 2.5rem);
	--size42:clamp(1.375rem, 3.333vw + 0.583rem, 2.625rem);
	--size36:clamp(1.25rem, 1.818vw + 0.886rem, 2.25rem);
	--size32:clamp(1.375rem, 1.136vw + 1.148rem, 2rem);
	--size24:clamp(1.125rem, 0.682vw + 0.989rem, 1.5rem);
	--size22:clamp(1.125rem, 0.455vw + 1.034rem, 1.375rem);
}

/*base*/

*,*:before,*:after,li{
	box-sizing: border-box!important;
}

html{scroll-padding-top: 70px;}

body{
	background:#000;
	color:#fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	line-height:1.6;
}

p,.noto-s{font-family: "Noto Sans JP", sans-serif;}

ul:not(.list,.p-footer-nav,.p-global-nav,.p-breadcrumb,.slick-dots){margin:0; padding:0; list-style-type: none;}
p,li:not(.p-breadcrumb__item,.menu-item),table td{font-size:16px; line-height:1.6; color:var(--blk);}
img {max-width: 100%;}
a,a:link,a:visited{text-decoration: none;}
a:hover {opacity:0.8;}


h2,h3,h4,h5,h2 span,h3 span,h4 span,h5 span{font-weight:bold;}

.pconly{display:none;}
.sponly{display:block;}

@media only screen and (min-width: 768px){
	.pconly{display:block;}
	.sponly{display:none;}
}

span.br{display:inline-block;}

.br-sp {display: block;}
.br-pc {display: none;}

@media screen and (min-width: 768px){
.br-sp {display: none;}
.br-pc {display: block;}
}

.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

@media (max-width: 767px){
.center-sp{text-align:center;}
}

.flex,.flex-sp{
	display:flex;
	justify-content: center;
	align-content: center;
}
@media (max-width: 767px){
	.flex:not(.reverse){flex-direction: column;}
	.flex.reverse{flex-direction: column-reverse;}
	}

.note{
	color: var(--blk);
	margin:0; 
	padding:1rem 0;
	text-align: left;
	font-size:1rem;
	list-style-type: none;
}
.note li{
	position: relative;
	text-indent: -1em;
	padding-left: 1em;
}
.note>li:before{
	content:"※";
	left:0;
}

.list{
	list-style: disc;
}



/*Contactform用調整*/
.wpcf7 p,.wpcf7,.wpcf7 select, .wpcf7 .wpcf7-list-item-label{font-size:16px;}


/*PC電話リンク*/
@media (min-width: 768px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*レイアウト*/


body:not(.home){
	display:flex;
	flex-flow:column;
	min-height:100vh;
}

main:not(.home){
	flex:1;
}


section .inner{
	width:100%;
	max-width:980px;
	padding:40px 20px;
	margin:0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

/*font*/

.tt-gs{
	font-family: "Girassol", serif;
	text-align: center;
	margin-bottom: 2rem;
	font-size: var(--size40);
	color: #fff;
}

.tt-gs span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

#feature .tt-gs,#flow .tt-gs,#salon .tt-gs{
	border: solid 1px #fff;
	margin: 1rem auto 0;
	max-width: 400px;
}

.u-line{
	padding: 2rem 1rem;
}

.u-line:not(:last-child){
	border-bottom: solid 1px #fff;
}

.wrap-wh{
	position: relative;
	border: solid 1px #fff;
	padding: clamp(2rem, 3.571vw + 1.286rem, 3rem);
}

#case .tt-gs,#menu .tt-gs,#company .tt-gs{
	position: absolute;
	width: clamp(13.75rem, 17.857vw + 10.179rem, 18.75rem);
	background: #000;
	margin: auto;
	top: -30px;
	left: 0;
	right: 0;
}



/*btn*/

.reserve a{
	text-align: center;
	display: inline-block;
	padding: 0.5rem 1.5rem;
	background-color: var(--gold);
	box-shadow: 0 5px 0 var(--gray);
	border-radius: 60px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
}


.reserve a:active {
  box-shadow: none;
  transform: translateY(5px);
}


/*header,menu*/

.header-r{
    display: flex;
}

.c-menu-button{display:block!important;}


.l-header--large{
	height: 60px!important;
	line-height: 60px!important;
	background: none!important;
}

.c-menu-button::before{font-size:;}

.l-header__inner{
	display:flex!important;
	width: 100%;
	max-width: 100%;
}

.l-header, .l-header--large.is-active {
    background: rgba(0, 0, 0, 0.8)!important;
}

.l-header__logo{padding-left:10px!important;}

.l-header__logo img{
	height: 100%;
	padding: 6px 0;
}



.menu-btn {
	position: relative;
	display: flex;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	z-index: 90;
	/*background-color:var(--dblue);*/
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 26px;
    border-radius: 3px;
    background-color: var(--gold);
    position: absolute;
}
.menu-btn span:before {
    bottom: 10px;
}
.menu-btn span:after {
    top: 10px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-btn:hover,.menu-btn:active,.menu-btn:focus{background-color:var(--blk);}

#menu-btn-check:checked ~ .menu-btn{background-color:var(--blk);}

.menu-btn p{
    font-size: 12px;
    color: #fff;
	padding-top:36px;
}

.menu-inner {
	width: 84%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 80;
	background-color: var(--gray);
	transition: all 0.7s;
}

.menu-inner ul {
    padding: 70px 10px 0;
}
.menu-inner ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-inner ul li a {
	display: block;
	width: 100%;
	font-size: 18px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 15px 10px;
	margin: 6px 0;
	position: relative;
}
.menu-inner ul li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 21px;
}

.menu-inner ul li a:hover{
	background-color: rgba(0,0,0,0.3);
}

#menu-btn-check:checked ~ .menu-inner {
    right: 0;
}

.menu-inner ul li span{
	font-size:0.8rem;
	padding-left:10px;
}

.l-header.is-fixed{position: sticky;}

.l-header.is-active{animation: none!important;}






/*mv*/

#mv{
	position: relative;
}

#mv .pconly .swiper-wrapper{
	height: 60vh;
}

#mv .sponly .swiper-wrapper{
	height: 70vh;
}

#mv .swiper-slide img{
	width:100%;
	height: 100%;
	object-fit:cover;
}

/*
#mv .pconly{
	height: 70vh;
	background: url(./img/mv.jpg) no-repeat center / cover;
}

#mv .sponly{
	height: 70vh;
	background: url(./img/mv_sp.jpg) no-repeat center / cover;
}
*/

/*#mv h2{
    position: absolute;
    color: #fff;
    top: 70%;
    left: 10%;
    font-size: var(--size40);
    font-family: serif;
}
*/

#mv h2{
	position: absolute;
	transform: rotate(-5deg);
	color: #fff;
	top: 70%;
	left: 20%;
	font-size: var(--size40);
	font-family: serif;
	text-align:left;
}

@media (min-width: 768px){
	#mv h2{top: 40%;}
}

#mv h2 span{
	display:inline-block;
	background:#000;
	margin-bottom:4px;
}

#mv h2 span:last-child{
	margin-left:2rem;
}


/*about*/

#about{
	position: relative;
	min-height: 300px;
	background: url(./img/shop_img.jpg) no-repeat center / cover;
}

#about::before,#salon .shop::before{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#about .inner{
	position: relative;
	z-index: 2;
	color:#fff;
}

#about h2{
	max-width: 600px;
	margin: 0 auto;
	color: #fff;
	font-size: 18px;
}

@media (min-width: 768px){
	#about h2{text-align:center;}
}

#about h2,#about h2 span{
	font-weight: normal;
}


/*feature*/

#feature .inner {
    padding: 30px 20px 10px;
}

@media (min-width: 768px){
	#feature .inner{
	padding: 4rem 0;
	}
}

#feature ul{
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#feature li{
	padding: 2rem 1rem;
	overflow: hidden;
}

@media (min-width: 768px){
	#feature li{padding: 2rem 0rem;}
}

#feature li:nth-child(2n+1){
	justify-content: flex-start;
}

#feature li:nth-child(2n){
	justify-content: flex-end;
}

#feature .f-img{
	max-width: 460px;
	margin: 0 auto;
}

@media (min-width: 768px){
	#feature .f-img{
	width: 40%;
	margin: 0;
	}
}

#feature .f-txt{
	position: relative;
	margin: 1rem;
}

@media (min-width: 768px){
	#feature .f-txt{
	width: 50%;
	margin: 1rem;
	}
}

#feature li h3{
	font-family: "Girassol", serif;
	font-size: var(--size24);
	margin-bottom: 1rem;
	border-bottom: solid 2px var(--gray);
	position: relative;
	z-index: 1;
}

#feature li h3 span{
	position: absolute;
	font-size: 100px;
	font-weight: normal;
	color: var(--gray);
	top: -80px;
	z-index: -1;
}

#feature li:nth-child(2n+1) h3 span{
	left: -40px;
}

#feature li:nth-child(2n) h3 span{
	left: auto;
	right: -40px;
}

@media (min-width: 768px){
	#feature li:nth-child(2n) h3 span{
	left: 86%;
	}
}


/*case*/

#case{margin-bottom:3rem;}

#case .wrap-wh{text-align: center;}

#case h4{
	font-family: "Girassol", serif;
	font-size: var(--size22);
	margin-top:1rem;
}

#case .case-txt{
	max-width: 550px;
	margin: 0 auto;
}

#case h4,#case p{text-align:left;}

.swiper-wrapper{text-align: center;}

.swiper-slide{
	position:relative;
	width:100%;
	height:80vh;
}

@media (min-width: 768px){
	.swiper-slide img{height: 100%;}
}

.swiper-button-prev svg,.swiper-button-next svg{display:none;}

.swiper-button-prev,
.swiper-button-next {
	height: 50px;
	width: 50px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	margin: auto;
	width: 50px;
	position:absolute;
}

.swiper-button-prev::after {
	background-image: url(./img/arrow-left.png);
	left:-30px;
}

.swiper-button-next::after {
	background-image: url(./img/arrow-right.png);
	right:-30px;
}

.swiper-slide1 img {
	height: auto;
	width: 100%;
}

.slide-wrap{
	margin-inline: auto;
	max-width: 600px;
	position: relative;
}

.swiper-slide1{max-width: 600px;}


/*menu*/

#menu h3,#menu h4{
	font-family: "Girassol", serif;
}

#menu h3{font-size: var(--size22);}

#menu h4{
	color:var(--gold);
	font-size: var(--size20);
}

#menu .wrap-wh{padding: 0;}



/*flow*/

#flow ul{
	max-width: 980px;
	margin: 0 auto;
}

#flow ul li .num,#flow ul li h3{
	font-family: "Girassol", serif;
}

#flow .flex-sp{
	justify-content: flex-start;
	align-items: center;
	margin: 1rem 1rem 0 1rem;
	position: relative;
}

#flow .flex-sp:after{
	content:"";
	position: absolute;
	width: 100%;
	bottom: 0;
	left: -30px;
	border-bottom:solid 2px var(--gray);
}

@media (min-width: 768px){
	#flow .flex-sp:after{left: 0;}
}

#flow ul li .num{
	color:var(--gray);
	font-size: 23px;
}

#flow ul li .num span{
	font-size: var(--size40);
	margin: 0 4px;
}

#flow h3{
	font-size: var(--size24);
}

#flow ul li p{padding: 1rem;}

#flow .reserve,#salon .reserve{
	text-align: center;
	padding: 1rem;
}

#flow .reserve a,#salon .reserve a{
	width: 200px;
	padding: 0.8rem;
}

@media (min-width: 768px){
	#flow .reserve{text-align: left;}

}


/*salon*/

#salon .shop{
	position: relative;
	background: url(./img/shop_img.jpg) no-repeat center / cover;
}

.shop-inner{
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	padding:2rem 2rem 0.3rem 2rem;
	position: relative;
	z-index: 2;
}

#salon .shop img{width:120px;}

#salon h3,#salon .tt-access{
	font-family: "Girassol", serif;
}

#salon h3{
	font-size: var(--size24);
	margin-bottom: 1rem;
}

#salon .tt-access{
	font-size: var(--size40);
	margin-top:1rem;
	text-align:center;
}

/*company*/

#company .wrap-wh{
	margin-top: 3rem;
	padding: 0;
}



/*fc加盟店*/


#fc h2{
	font-family: "Girassol", serif;
	font-size: var(--size24);
	text-align: center;
	color: var(--gold);
	margin: 0 auto 2rem;
	border: solid 1px var(--gold);
	padding: 0.7rem 0 0.5rem;
	max-width: 400px;
}

/*footer*/

.l-footer {
	background: #000 !important;
}

.l-footer__logo {
	margin-bottom: 10px;
	padding: 0;
	font-size: 0 !important;
}

@media only screen and (max-width: 991px) {
    .l-footer__logo {
	margin-bottom: 0;
	padding: 0;
	font-size: 0 !important;
    }
}

.l-footer__logo img{
	width: 140px;
	margin-bottom: 1rem;
}

.l-footer__inner{padding-bottom: 10px;}

@media only screen and (max-width: 767px) {
	.l-footer__inner {
	padding-bottom: 20px !important;
	}
}

.l-footer__inner p{
	text-align:center;
	font-size:14px;
	margin-bottom: 0.5rem;
}

.p-address{display:none;}

.p-social-nav{
	margin-bottom:1rem!important;
	display: flex;
	justify-content: center;
}

.p-social-nav__item{margin:0;}

.p-social-nav__item a{
	border: solid 1px #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-social-nav__item:not(:last-child) a{
	border-right: none;
}

.p-social-nav__item--line a::before,.p-social-nav__item--instagram a::before,.p-social-nav__item--tiktok a::before{
	font-size: 24px;
	color: #fff;
	margin-top: 2px;
}

.p-copyright{
    display: flex;
    align-items: center;
}

.p-copyright small{float: unset;}

.p-copyright .u-clearfix{text-align: center;}

.p-pagetop a,.p-pagetop a:hover{background:var(--gold);}

.p-pagetop {
        line-height: 50px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
}

.p-pagetop a {
        width: 50px;
        height: 50px;
        text-align: center;
}

@media (min-width: 768px){
	.p-pagetop a {line-height: 20px;}
}



/*animation*/

@keyframes fadein{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes zoom {
	0% {transform: scale(1);}
	50% {transform: scale(1.1);}
	100% {transform: scale(1);}
}

@keyframes pulse {
	0% {transform: scale(1);}

	50% {transform: scale(1.05);}

	100% {transform: scale(1);}
}


@keyframes scaleup {
	0% {
		opacity: 0;
		transform: scale(0.2);
	}

	50%{transform: scale(1.3);}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes shake {
	0%,100%{transform: rotate(0deg);}
	10% {transform: rotate(1deg);}
	20%,40%,60% {transform: rotate(-2deg);}
	30%,50%,70% {transform: rotate(2deg);}
	80% {transform: rotate(-1deg);}
	90% {transform: rotate(1deg);}
}

@keyframes slideout-bottom {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(50px);
	}
}

@keyframes slideleft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

/*親要素にoverflow: hidden;を入れる*/

.slide-right.fade{
	opacity: 0;
	transition: all 0.6s ease;
	transform: translate(100px, 0);
}

.slide-left.fade{
	opacity: 0;
	transition: all 0.6s ease;
	transform: translate(-100px, 0);
}

.fadein-center.fade{
	opacity: 0;
	transition: all 1.2s ease;
}

.slide-up.fade{
	opacity: 0;
	transition: all 0.6s ease;
	transform: translate(0, 100px);
}

.slide-right.fade.active,.slide-left.fade.active,.fadein-center.fade.active,.slide-up.fade.active{
	opacity: 1;
	transform: none;
}





