@charset "UTF-8";
/* CSS Document */

/*
Theme Name: OWL CAFE
*/


html, body {
	color: #931f50;
	background: #f8f0e3;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: .14em;
	font-feature-settings: "palt";
	font-family: "BIZ UDMincho",serif;
	font-weight: 500;
	font-style: normal;
	overflow-x: hidden;
}

body::selection {
  background: #931f50;
  color: #f8f0e3;
}

body.fitness::selection{
  background: #185aa5;
}

body.lab::selection{
  background: #802737;
}

.en{
	font-family: "optima";
	font-weight: 400;
	font-style: normal;
}

.pc{display: none!important;}


header{
	width: 100%;
	height: 6em;
	background: #f8f0e3;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 4vw;
	padding-right: calc(4vw + 4.5em);
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
	border-bottom: .5px solid #931f50;
	transition: .4s ease-out;
	z-index: 999;
}

header::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom:3px;
	left: 50%;
	transform: translateX(-50vw);
}

header .logo{
	width: 14em;
}

header .head-nav-wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;	
}

header .head-nav-wrap .gnav{
	display: flex;
	align-items: center;
	justify-content: space-between;	
	gap:1em;
}

header .head-nav-wrap .gnav li{
	font-size: .86em;
}

header .head-nav-wrap .gnav li a{
	display: block;
	position: relative;
	padding: 1em 1.6em;
	z-index: 1;
    transition: .4s ease-out;
}

header .head-nav-wrap .gnav li a:hover{
	color: #FFF;
}

header .head-nav-wrap .gnav li a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: .6em;
	background: #931f50;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
    scale: .9;
    transition: .4s ease-out;
    z-index: -1;
}

header .head-nav-wrap .gnav li a:hover::before{
	opacity: 1;
    scale: 1;
}

header .head-nav-wrap .in-link{
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background: url(img/common/icon_in_c.svg) no-repeat;
	background-size: contain;
	margin-left: 3em;
    transition: .2s ease;
}

header.open .head-nav-wrap .in-link{
	opacity: 0;
}

/* top header */
.top header{
	background: none;
	border: none;
	color: #FFF;
	opacity: 0;
	transition: opacity 1s ease 2s;
}

.load-on.top header{
	opacity: 1;
}

.top header::after{
	display: none;
}

.top header .head-nav-wrap .in-link{
	background: url(img/common/icon_in.svg) no-repeat;
	background-size: contain;
}

.foot-btn-wrap{
	border-top: .5px solid #931f50;
	display: flex;
	flex-flow: column;
}

.foot-btn-wrap .foot-btn{
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap:1em;
	padding: 2em 1em;
	line-height: 1;
	border-bottom: .5px solid #931f50;
	transition: .4s ease-out;
}

.foot-btn-wrap .foot-btn .en{
	font-size: 2em;
	letter-spacing: .08em;
}

.foot-btn-wrap .foot-btn .jp{
	letter-spacing: .2em;
}

.foot-btn-wrap .foot-btn .en{
	display: block;
	position: relative;
	overflow: hidden;
}

.foot-btn-wrap .foot-btn .en span{
	display: block;
    transition: opacity 1.2s,transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.foot-btn-wrap .foot-btn .en::before{
    content: attr(data-text);
    position: absolute;
    top: 130%;
    left: 0;
    opacity: 0;
    transition: opacity 650ms,transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a.more{
	display: table;
	line-height: 1;
	letter-spacing: .08em;
	position: relative;
}

a.more p{
	position: relative;
	padding-left: 1.6em;
}

a.more .m2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: bottom;
}

a.more span{
	display: block;
	width: .4em;
	height: .4em;
	background: #8c1f4d;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

a.more span::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	background: rgba(140,31,77,0.5);
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.img-fit{
	position: relative;
}

.img-fit img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.bgb{
	position: relative;
}

.bgb::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(66,33,11,0.2);
}

.l-contents{
	position: relative;
}

.l-contents::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}


/*
TOP
--------------------
*/


.top-slider-wrap{
	position: relative;
}

.top-slider {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.top-slider .slide{
	width: 100%; height: 100dvh; 
}

.top-slider img{ 
	width: 100%; 
	height: 100%;
	object-fit:cover; 
}

.top-slider .slick-list,
.top-slider .slick-track {
  height: 100%;
}

.top-slider .slick-track {
  transform: none !important;
}

.top-slider .slick-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 2s ease;
}

.top-slider .slick-slide.slick-active {
  opacity: 1;
  z-index: 2;
}

.top-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 12s ease;
}

.top-slider:not(.is-loaded) .slick-active img {
  transform: scale(1.1);
}

.top-slider.is-loaded .slick-active img {
  transform: scale(1);
}

.top-slider-wrap .top-copy{
	color: #FFF;
	position: absolute;
	bottom: 7em;
	right: 4vw;	
	font-size: 2.2em;
	letter-spacing: .1em;
	text-align: right;
}

.top-copy span {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.top-copy span.is-show {
  opacity: 1;
  transform: translateY(0);
}


.top-slider-wrap .scroll{
	width: 1px;
	height: 5em;
	background: #FFF;
	position: absolute;
	bottom: 4em;
	left: 50%;
	transform: translateX(-50%);
}

.top-concept-wrap{
	padding: 5em 5vw 4em;
}

.top-concept-wrap .concept-title .jp{
	font-size: .9em;
	letter-spacing: .2em;
}

.top-concept-wrap .concept-title .en {
    font-size: 11vw;
    line-height: 1;
    letter-spacing: .08em;
    display: block;
    margin-bottom: .2em;
}

.top-concept-read-wrap{
	padding: 3em 0 0;
	display: flex;
	flex-flow: column;
	gap:2em;
}

.top-concept-read-wrap .title{
	writing-mode: vertical-rl; 
	font-size: 1.6em;
	line-height: 2;
	letter-spacing: .4em;
	padding-top: .3em;
	padding-right: 1em;
}

.top-concept-read-wrap .text{
	line-height: 2.4;
	margin-bottom: 3em;
}

.top-location-wrap .title-wrap{
	padding: 3em 5vw;
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

.top-location-wrap .title-wrap .title{
	writing-mode: vertical-rl; 
	font-size: 1.6em;
	letter-spacing: .2em;
	padding-right: 1em;
}

.top-location-wrap .title-wrap .read{
	font-size: .9em;
	line-height: 2;
}

.top-location-wrap .top-location-icatch-wrap{
	width: 100vw;
	padding: 9em 0;
	text-align: center;
	position: relative;
	margin-bottom: 3em;
}

.top-location-wrap .top-location-icatch-wrap .title{
	color: #FFF;
	font-size: 12vw;
	line-height: 1;
	letter-spacing: .08em;
	position: relative;
	z-index: 1;
}

.top-location-wrap .top-location-icatch-wrap .location span {
  opacity: 0;
  transition: opacity 0.6s ease;
}


.top-location-wrap .top-location-icatch-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.top-location-wrap .location-slider-wrap{
	padding-left: 5vw;
	padding-bottom: 5em;
	margin-bottom: 4em;
	position: relative;
}

.top-location-wrap .location-slider .slide{
	padding: 0 1em;
}

.top-location-wrap .location-slider .slide .thumb-wrap{
	margin-bottom: 1em;
}

.top-location-wrap .location-slider .slide .title .jp{
	font-size: .9em;
	letter-spacing: .2em;
	display: block;
	margin-bottom: .4em;
}

.top-location-wrap .location-slider .slide .title .en{
	font-size: 1.4em;
	letter-spacing: 0;
}

.top-location-wrap .location-slider-wrap .arrow-wrap{
	display: flex;
	gap:2em;
	position: absolute;
	left: 3vw;
	bottom: 0;
}

.top-location-wrap .location-slider-wrap .arrow-wrap span{
	display: block;
	width: 3em;
	height: 3em;
	border: 1px solid #8c1f4d;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	transition: .4s ease-out;
}

.top-location-wrap .location-slider-wrap .arrow-wrap span:hover{
	background: rgba(140,31,77,0.05);
}

/* prev */
.top-location-wrap .location-slider-wrap .arrow-prev::after{
	content: "";
	display: block;
	width: 1.3em;
	height: .9em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.top-location-wrap .location-slider-wrap .arrow-prev:hover::after{
	transform: translate(-250%, -50%);
	opacity: 0;
	transition: .6s ease-out , opacity .3s ease;
}

.top-location-wrap .location-slider-wrap .arrow-prev::before{
	content: "";
	display: block;
	width: 1.3em;
	height: .9em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(250% , -50%);
}

.top-location-wrap .location-slider-wrap .arrow-prev:hover::before{
	transform: translate(-50%, -50%);
	opacity: 1;
	transition: .6s ease .2s;
}

/* next */
.top-location-wrap .location-slider-wrap .arrow-next::after{
	content: "";
	display: block;
	width: 1.3em;
	height: .9em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scaleX(-1);
}

.top-location-wrap .location-slider-wrap .arrow-next:hover::after{
	transform: translate(250%, -50%) scaleX(-1);
	opacity: 0;
	transition: .6s ease-out , opacity .3s ease;
}

.top-location-wrap .location-slider-wrap .arrow-next::before{
	content: "";
	display: block;
	width: 1.3em;
	height: .9em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-250%, -50%) scaleX(-1);
	opacity: 0;
}

.top-location-wrap .location-slider-wrap .arrow-next:hover::before{
	transform: translate(-50%, -50%) scaleX(-1);
	opacity: 1;
	transition: .6s ease .2s;
}

.top-news-wrap{
	padding-top: 4em;
}

.top-news-wrap .title-wrap{
	padding:0 5vw;
	display: flex;
	flex-flow: column;
	gap:3em;
	margin-bottom: 3em;
}

.top-news-wrap .top-news-contents-wrap{
	width: 100%;
	border-top: .5px solid #931f50;
}

.top-news-wrap .top-news-contents{
	display: flex;
	align-items: center;
	gap:3em;
	padding: 2em;
	border-bottom: .5px solid #931f50;
	transition: .4s ease-out;
}

.top-news-wrap .top-news-contents:hover{
	background: rgba(140,31,77,0.05);
}

.top-news-wrap .top-news-contents:last-of-type{
	border-bottom: none;
}

.top-news-wrap .top-news-contents .date{
	font-size: .8em;
	letter-spacing: .2em;
	width: 6em;
}

.top-column-wrap{
	padding: 4em 0;
}

.top-column-wrap .title-wrap{
	display: flex;
	flex-flow: column;
	padding:0 5vw;
	margin-bottom: 4em;
}

.top-column-wrap .title-wrap .page-title{
	margin-bottom: 3em;
}

.top-column-wrap .title-wrap .read{
	line-height: 2.2;
	margin-bottom: 2em;
}

.top-column-wrap .column-slider {
  display: flex;
  width: max-content;
  animation: scroll-column 30s linear infinite;
}

@keyframes scroll-column {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.top-column-wrap .column-slider .slide{
	padding: 0 1.3em;
}

.top-column-wrap .column-slider .slide .title{
	letter-spacing: .2em;
	margin-top: 1em;
}

.top-column-wrap .column-slider .slide .thumb-wrap{
	height: 0;
	position: relative;
}

.top-column-wrap .column-slider .slide .thumb-wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.top-column-wrap .column-slider .slide.slide1{
	width: 50vw;	
}
.top-column-wrap .column-slider .slide.slide1 .thumb-wrap{
	padding-top: 60%;
}

.top-column-wrap .column-slider .slide.slide2{
	width: 52vw;	
}
.top-column-wrap .column-slider .slide.slide2 .thumb-wrap{
	padding-top: 100%;
}

.top-column-wrap .column-slider .slide.slide3{
	width: 60vw;	
}
.top-column-wrap .column-slider .slide.slide3 .thumb-wrap{
	padding-top: 60%;
}

.top-column-wrap .column-slider .slide.slide4{
	width: 46vw;	
}
.top-column-wrap .column-slider .slide.slide4 .thumb-wrap{
	padding-top: 60%;
}
.top-column-wrap .column-slider .slide.slide5{
	width: 46vw;	
}
.top-column-wrap .column-slider .slide.slide5 .thumb-wrap{
	padding-top: 100%;
}

.top-service-wrap{
	padding: 3em 0 4em;
}

.top-service-wrap .title-wrap{
	padding: 0 5vw;
	margin-bottom: 3em;
}

.top-service-wrap .title-wrap .read{
	line-height: 2.2;
	margin-top: 2em;
}

.top-service-wrap .service-contents-wrap{
	width: 74%;
	max-width: 1700px;
	display: flex;
	flex-flow: column;
	gap:3em;
	margin: 0 auto;
}

.top-service-wrap .service-contents-wrap .service-contents .title{
	text-align: center;
	font-size: 1.1em;
	letter-spacing: .2em;
	margin-top: 1em;
}

/*
PAGE
--------------------
*/

.page-contents-wrap{
	margin-top: 6em;
}

.page-title-wrap{
	width: 90%;
	max-width: 1680px;
	padding: 5.3em 0 3.3em;
	margin: 0 auto;
	position: relative;
}

.page-title-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.page-title .en{
	display: block;
	font-size: 2.3em;
	line-height: 1;
	letter-spacing: .08em;
	margin-bottom: .3em;
}

.page-title .jp{
	line-height: 1;
	letter-spacing: .2em;
}

.thumb-slider{
  display: flex;
  width: max-content;
  animation: scroll-column 30s linear infinite;
}

.thumb-slider img{ 
	height: 14em;
}

.rotate-menu a{
	display: block;
	position: relative;
	overflow: hidden;
}

.rotate-menu a .menu{
	display: block;
    transition: opacity 1.2s,transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rotate-menu a::before{
    content: attr(data-text);
    position: absolute;
    top: 130%;
    left: 0;
    opacity: 0;
    transition: opacity 650ms,transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rotate-menu a:hover::before{
    opacity: 1;
    transform: translate3d(0, -130%, 0)
}

.rotate-menu a:hover .menu{
	opacity: 0;
    transform: translate3d(0, -130%, 0)
}

.page-fixed-nav{
	background: #f8f0e3;
	display: flex;
	justify-content: center;
	gap:1.2em;
	padding: 1.3em 2vw;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	z-index: 100;
}

.page-fixed-nav.is-fixed {
  position: fixed;
  top: calc(6em - 1px);
  left: 0;
  width: 100%;
  z-index: 100;
}

.page-fixed-nav a{
	position: relative;
	padding-right: 1.3em;
	letter-spacing: 0;
}

.page-fixed-nav a .arrow{
	display: block;
	width: 1rem;
	height: 1rem;
	background: #FFF;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.page-fixed-nav a:hover .arrow{
	background: #8c1f4d;
}

.fitness .page-fixed-nav a:hover .arrow{
	background: #185aa5;
}

.lab .page-fixed-nav a:hover .arrow{
	background: #802737;
}

.page-fixed-nav a .arrow::after{
	font-size: .8em;
	content: ">";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -43%) rotate(90deg);
	transition: .6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.page-fixed-nav a:hover .arrow::after{
	color: #FFF;
}

.page-fixed-nav::before{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.page-fixed-nav::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.anc-link{
	scroll-margin-top: 9em;
}


/*
CONCEPT
--------------------
*/

.concept-icatch-wrap{
	height: calc(100vh - 6em);
	display: flex;
	align-items: center;
	justify-content:center;
}

.concept-icatch-wrap video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.concept-icatch-wrap .title{
	color: #FFF;
	font-size: 11vw;
	letter-spacing: .08em;
	position: relative;
	z-index: 1;
}

.concept-read-wrap{
	width: 90%;
	margin: 0 auto;
	text-align: center;	
	padding-top: 4em;
	margin-bottom: 5em;
}

.concept-read-wrap .read-wrap .read{
	margin-bottom: 3em;
}

.concept-read-wrap .read-wrap .read .jp{
	font-size: 6vw;
	letter-spacing: .3em;
	text-indent: 1em;
	display: block;
	margin-bottom: .6em;
}

.concept-read-wrap .read-wrap .read .en{
	font-size: 1.2em;
}

.concept-read-wrap .text-wrap .text:nth-of-type(1){
	font-size: 1.16em;
	line-height: 2.4;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.concept-read-wrap .text-wrap .text:nth-of-type(2){
	line-height: 2.4;
	margin-bottom: 4em;
}

.concept-read-wrap .logo-wrap{
	margin-bottom: 5em;
}

.concept-read-wrap .thumb-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.concept-read-wrap .thumb-wrap .thumb1{
	width: 45%;
}

.concept-read-wrap .thumb-wrap .inner{
	width: 50%;
	display: flex;
	flex-flow: column;
	gap:3em;
	padding-left: 5%;
}

.concept-role-wrap{
	margin-bottom: 4em;
}

.concept-role-wrap::after{
	background: rgba(66,33,11,0.6);
}

.role-contents-wrap{
	padding: 5em 0;
	position: relative;
	z-index: 1;
	color: #FFF;
	width: 90%;
	max-width: 1650px;
	margin: 0 auto;
}

.role-contents-wrap .page-title{
	font-size: 1.1em;
	letter-spacing: .36em;
	margin-bottom: .5em;
}	

.role-contents-wrap .inner{
	display: flex;
	flex-flow: column;
	align-items: center;
	gap:4em;
}

.role-contents-wrap .inner .text-wrap .title{
	font-size: 1.2em;
	line-height: 2.2;
	letter-spacing: .2em;
	margin-bottom: 2.4em;
}

.role-contents-wrap .inner .text-wrap .text{
	line-height: 2.4;
}

.role-contents-wrap .inner .thumb-wrap{
	width: 80%;
}

.role-contents-wrap .inner .thumb-wrap img{
	width: 100%;
	height: auto;
	position: static;
	transform: none;
}

.concept-design-wrap{
	display: flex;
	flex-flow: column;
	align-items: center;
	gap:3em;
}

.concept-design-wrap .thumb-wrap{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.concept-design-wrap .thumb-wrap img{
	width: 40%;
}

.concept-design-wrap .text-wrap{
	width: 100%;
	padding-left: 5vw;
}

.concept-design-wrap .text-wrap .design-title{
	font-size: 1.4em;
	letter-spacing: .1em;
	margin-bottom: 2em;
}

.concept-design-wrap .text-wrap .design-contents{
	margin-bottom: 5em;
}

.concept-design-wrap .text-wrap .design-contents .title{
	font-size: 1.2em;
	letter-spacing: .2em;
	margin-bottom: 1.6em;
	position: relative;
	padding-right: 5vw;
}

.concept-design-wrap .text-wrap .design-contents .title span{
	display: inline-block;
	padding-right: 1.2em;
	background: #f8f0e3;
	position: relative;
}

.concept-design-wrap .text-wrap .design-contents .title::before{
	content: "";
	display: block;
	width: 100%;
	height: .5px;
	background: #931f50;
	position: absolute;
	top: 50%;
}

.concept-design-wrap .text-wrap .design-contents .text{
	padding-right: 5vw;
	line-height: 2.4;
}

.concept-tumb-slider-wrap{
	margin-bottom: 3.3em;
}


/*
FAQ
--------------------
*/


.faq-nav{
	display: flex;
	justify-content: center;
	gap:1.5em;
	padding: 1.3em 0;
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	margin-bottom: 4em;
	position: relative;
}

.faq-nav::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.faq-nav a{
	font-size: .8em;
	letter-spacing: 0;
	position: relative;
	padding-right: 1.2em;
}

.faq-nav a::after{
	font-size: 1.1em;
	content: ">";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(90deg);
}

.faq-contents-wrap{
	width: 90%;
	max-width: 1430px;
	margin: 0 auto 5em;
}

.faq-contents-wrap .faq-title{
	text-align: center;
	font-size: 1.16em;
	letter-spacing: .3em;
	margin-bottom: 2em;
}

.faq-contents-wrap .faq-contents{
	border-top: .5px solid #931f50;
}

.faq-contents-wrap .faq-contents:last-of-type{
	border-bottom: .5px solid #931f50;
}

.faq-contents-wrap .faq-contents dt{
	padding: 2rem 3rem;
	letter-spacing: .1em;
	position: relative;
	cursor: pointer;
	transition: .4s ease-out;
}

.faq-contents-wrap .faq-contents dt:hover{
	background: rgba(140,31,77,0.05);
}

.faq-contents-wrap .faq-contents dt::before{
	content: "Q.";
	font-family: "optima";
	font-weight: 400;
	font-size: 1.3em;
	font-style: normal;
	display: block;
	position: absolute;
	left: .6rem;
	top: 50%;
	transform: translateY(-50%);
}

.faq-contents-wrap .faq-contents dt .dot{
	content: "";
	display: block;
	width: .6rem;
	height: .6rem;
	background: #8c1f4d;
	border-radius: 100%;
	position: absolute;
	right:1em;
	top: 50%;
	transform: translateY(-50%);
}

.faq-contents-wrap .faq-contents dt .dot::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	background: rgba(140,31,77,0.5);
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.faq-contents-wrap .faq-contents dt:hover .dot::after{
	transform: scale(1.7);
}

.faq-contents-wrap .faq-contents dd{
	padding: 0 0 2rem 3rem;
	line-height: 2.2;
	display: none;
	position: relative;
	margin-top: 1.2rem;
}

.faq-contents-wrap .faq-contents dd::before{
	content: "A.";
	font-family: "optima";
	font-weight: 400;
	font-size: 1.3em;
	font-style: normal;
	display: block;
	position: absolute;
	left: .6rem;
	top: 0;
}



/*
LOCATION
--------------------
*/

.location-contents-wrap .location-contents{
	display: flex;
	flex-flow: column;
	gap:3em;
	align-items: center;
	padding: 2em 0 3em;
	border-bottom: .5px solid #931f50;
}

.location-contents-wrap .location-contents:last-of-type{
	border-bottom: none;
}

.location-contents-wrap .location-contents .text-wrap{
	padding: 0 5vw;
}

.location-contents-wrap .location-contents .text-wrap .title{
	display: flex;
	flex-flow: column;
	gap:2em;
	margin-bottom: 3em;
}

.location-contents-wrap .location-contents .text-wrap .text{
	line-height: 2.4;
}

.location-contents-wrap .location-contents .text-wrap .title .jp{
	font-size: 1.8em;
	padding-bottom: .2em;
	letter-spacing: .3em;
	position: relative;
}

.location-contents-wrap .location-contents .text-wrap .title .jp::after{
	content: "";
	display: block;
	width: 8.8rem;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 0;	
}

.location-contents-wrap .location-contents .text-wrap .title .en{
	font-size: 1.6em;
	line-height: 0;
}

.location-contents-wrap .location-contents .thumb-wrap{
	width: 100%;
}

/* single */

.location-single-wrap .main-title{
	padding: 3em 5vw;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap:.6em;
}

.location-single-wrap .main-title .jp{
	font-size: 1.6em;
	letter-spacing: .6em;
	transform: translateX(.2em);
}

.location-single-wrap .main-title .en{
	font-size: 1.8em;
}

.location-icatch-wrap{
	margin-bottom: 3em;
}

.location-icatch-wrap .location-icath-slider img{ 
	width: 100%; 
	height: 100%;
	object-fit:cover; 
}

.location-icatch-wrap .location-icath-slider .slide{
	padding: 0 .6em;
	height: 26vh;
}

.location-read-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto 4em;
	display: flex;
	flex-flow: column;
	gap:3em;
}

.location-read-wrap .text-wrap .read{
	font-size: 1.16em;
	line-height: 2.4;
	letter-spacing: .24em;
	margin-bottom: 1.3em;
}

.location-read-wrap .text-wrap .text{
	line-height: 2.4;
}

.location-read-wrap .thumb-wrap{
	width: 100%;
	display: flex;
	gap:2em;
	align-items: flex-start;
}

.location-reco-menu-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;	
	padding-top: 13em;
}

.location-reco-menu-wrap .reco-menu-wrap{
	max-width: 1240px;
	margin: 0 auto;
	padding-top: 4em;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu{
	cursor: pointer;
	margin-bottom: 4.6em;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu .inner{
	display: flex;
	flex-flow: column;
	gap:2em;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu .thumb-wrap{
	width: 100%;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu .text-wrap{
	width: 100%;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu .text-wrap .title{
	font-size: 1.16em;
	line-height: 2.2;
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu .text-wrap .text{
	font-size: .9em;
	line-height: 2.2;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu .text-wrap .btn{
	display: block;
	text-align: center;
	letter-spacing: .38em;
	padding: .4em;
	border: 1px solid #931f50;
	border-radius: 3em;
	margin-top: 2em;
	transition: .4s ease-out;
}

.location-reco-menu-wrap .reco-menu-wrap .reco-menu:hover .text-wrap .btn{
	background: rgba(140,31,77,0.05);
}

.location-thumb-slider-wrap{
	margin-bottom: 4em;
}

.location-info-wrap{
	width: 90%;
	max-width: 1680px;
	padding-top: 4em;
	margin: 0 auto 5em;	
}

.location-info-wrap .page-title{
	margin-bottom: 4em;
}

.info-contents{
	display: flex;
	flex-flow: column;
	gap:2em;	
}

.info-contents .slider-wrap{
	width: 100%;
}

.info-contents .slider-wrap .slide img {
  width: 100%;
  aspect-ratio: 677 / 846;
  object-fit: cover;
}

.info-contents .slider-wrap .slick-dots{
	display: flex;
	gap:8px;
	margin-top: 1em;
}

.info-contents .slider-wrap .slick-dots li{
	text-indent: -9999px;
	border: none;
	outline: none;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #b3b3b3;
}

.info-contents .slider-wrap .slick-dots li.slick-active{
	border: 1px solid #231815;
}

.info-contents .text-wrap{
	width: 100%;
}

.info-contents .text-wrap .title{
	font-size: 1.3em;
	line-height: 2.2;
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.info-contents .text-wrap .read{
	font-size: .9em;
	line-height: 2;
	margin-bottom: 3em;
}

.info-contents .btn-wrap{
	display: flex;
	flex-flow: column;
	gap:1.6em;
	margin-bottom: 3em;
}

.info-contents .btn-wrap .btn{
	font-size: 1.6em;
	line-height: 1;
	letter-spacing: .1em;
	text-align: center;
	color: #FFF;
	background: #931f50;
	padding: .7em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .3em;
	transition: .4s ease-out;
}

.info-contents .btn-wrap .btn:hover{
	background: rgba(140,31,77,0.1);
	color: #931f50;
}

.info-contents .btn-wrap .btn span{
	font-size: .76em;
	font-family: "BIZ UDMincho",serif;
	display: inline-block;
	margin-left: .3em;
}

.info-contents .btn-wrap .note{
	font-size: .8em;
	letter-spacing: .38em;
	text-align: center;
	margin-top: 1.2em;
}

.info-contents .detail-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: .5px solid #931f50;
}

.info-contents .detail-wrap dt{
	width: 6rem;
	letter-spacing: .28em;
	padding: 1.4rem 0 1rem;
	white-space: nowrap;
	border-bottom: .5px solid #931f50;
}

.info-contents .detail-wrap dd{
	width: calc(100% - 6rem);
	padding: 1rem 0;
	padding-left: 1.2rem;
	line-height: 2.2;
	border-bottom: .5px solid #931f50;
}

.info-contents .detail-wrap dd a.map{
	display: block;
	padding-left: 1.6rem;
	position: relative;
}

.info-contents .detail-wrap dd a.map::before{
	content: "";
	display: block;
	width: 1rem;
	height: 1.3rem;
	background: url(img/common/icon_pin.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.info-contents .detail-wrap dd a.map span{
	padding-bottom: .3rem;
	border-bottom: 1px solid rgba(147,31,80,0.25);
}

.info-contents .detail-wrap dd a.plink{
	padding-bottom: .3rem;
	border-bottom: 1px solid rgba(147,31,80,0.25);
}

.location-menu-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto 2em;
	padding-top: 4em;
}

.location-menu-wrap .page-title{
	margin-bottom: 3em;
}

.location-menu-wrap .menu-contents-wrap dt.ac-trigger{
	position: relative;
}

.location-menu-wrap .menu-contents-wrap dt.ac-trigger::before{
	content: "";
	display: block;
	width: 1.6rem;
	height: 1px;
	background: #931f50;
	position: absolute;
	top: 1rem;
	right: .2rem;
}

/*
.location-menu-wrap .menu-contents-wrap dt.ac-trigger::after{
	content: "";
	display: block;
	width: 1px;
	height: 2rem;
	background: #931f50;
	position: absolute;
	top: .5rem;
	right: 1.2rem;
}
*/

.location-menu-wrap .menu-contents-wrap dt .menu-title{
	font-size: 1.3em;
	letter-spacing: .2em;
	padding-bottom: 1em;
	padding-left: 2rem;
	margin-bottom: 1em;
	border-bottom: .5px solid #931f50;
	position: relative;
}

.location-menu-wrap .menu-contents-wrap dt .menu-title::before{
	content: "";
	display: block;
	width: .7rem;
	height: .7rem;
	background: #8c1f4d;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: .5em;
}

.location-menu-wrap .menu-contents-wrap .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location-menu-wrap .menu-contents-wrap .menu-contents{
	width: 48%;
	margin-bottom: 3em;
	cursor: pointer;
}

.location-menu-wrap .menu-contents-wrap .menu-contents .title{
	letter-spacing: .1em;
	margin: 1em 0;
}

.location-menu-wrap .menu-contents-wrap .menu-contents .cat-wrap span{
	font-size: .8em;
	padding: .66em 1em;
	min-width: 9em;
	border: 1px solid #931f50;
	border-radius: 3em;
	text-align: center;
	white-space: nowrap;
	transition: .4s ease-out;
}

.location-menu-wrap .menu-contents-wrap .menu-contents:hover .cat-wrap span{
	background: rgba(140,31,77,0.1);
}

.menu-popup{
	width: 90%;
	height: 90dvh;
	max-width: 1450px;
	position: fixed;
	top: 5%;
	left: 5%;
	background: #f8f0e3;
	display: flex;
	flex-flow: column;
	gap:2em;
	z-index: 999;
	padding: 2em;
	overflow-y: scroll;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease-out;
}

.menu-popup-bg{
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	background: rgba(66,33,11,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease-out;
}

.open .menu-popup-bg,
.open .menu-popup{
	visibility: visible;
	opacity: 1;
}

.menu-popup .close-btn{
	display: block;
	width: 3em;
	height: 3em;
	background: #FFF;
	border-radius: 100%;
	position: absolute;
	top: 1em;
	right: 1em;
	transform: rotate(45deg);
}

.menu-popup .close-btn::before{
	content: "";
	display: block;
	width: 1.6em;
	height: 1.5px;
	background:#231815;
	border-radius: .3em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.menu-popup .close-btn::after{
	content: "";
	display: block;
	width: 1.5px;
	height: 1.6em;
	background:#231815;
	border-radius: .3em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}

.menu-popup .contents-l{
	width: 100%;
}

.menu-popup .contents-l .thumb-wrap{
	width: 100%!important;
}

.menu-popup .contents-l .title {
    font-size: 1.2em;
    letter-spacing: .2em;
    margin: 1.2em 0 .8em;
}

.menu-popup .contents-l .text{
	line-height: 2.2;
}

.menu-popup .contents-r{
	width: 100%;
}

.menu-popup .contents-r .point-title{
	font-size: .8em;
	letter-spacing: .48em;
	color: #FFF;
	background: #931f50;
	padding: .4em 2em;
	display: table;
	border-radius: 3em;
	margin-bottom: 2em;
}

.menu-popup .contents-r .point-title span{
	font-size: 1.1em;
	letter-spacing: .28em;
}

.menu-popup .contents-r .point-list{
	padding-right: 5vw;
	margin-bottom: 3em;
}

.menu-popup .contents-r .point-list li{
	margin-bottom: 1em;
	line-height: 2.2;
	letter-spacing: 0;
	position: relative;
	padding-left: 1.6rem;
}

.menu-popup .contents-r .point-list li::before{
	content: "";
	display: block;
	width: .6rem;
	height: .6rem;
	background: #931f50;
	border-radius: 100%;
	position: absolute;
	top: .7em;
	left: 0;
}

.menu-popup .contents-r .menu-detail-title{
	font-size: 1.2em;
	padding: .6em 0;
	border-top: .5px solid #931f50;
	border-bottom: .5px solid #931f50;
	margin-bottom: 1em;
}

.menu-popup .contents-r .detail-wrap{
	margin-bottom: 4em;
	display: flex;
	justify-content: space-between;
	letter-spacing: 0;
}

.menu-popup .contents-r .detail-wrap div{
	width: 47%;
}

.menu-popup .contents-r .detail-wrap p{
	display: flex;
	gap:1em;
	margin-bottom: 1em;
}

.menu-popup .contents-r .detail-wrap p span:nth-of-type(1){
	width: 8em;
}

.menu-popup .contents-r .detail-wrap p span:nth-of-type(2){
	white-space: nowrap;
}

.menu-popup .contents-r .allergy-contents-wrap{
	display: flex;
	gap:1em;
	padding-right: 10vw;
}

.allergy-contents{
	display: block;
	width: 3.6em;
	height: 3.6em;
}

.allergy-contents.ar1{
	background: url(img/page/ar_icon/icon_01.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar2{
	background: url(img/page/ar_icon/icon_02.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar3{
	background: url(img/page/ar_icon/icon_03.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar4{
	background: url(img/page/ar_icon/icon_04.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar5{
	background: url(img/page/ar_icon/icon_05.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar6{
	background: url(img/page/ar_icon/icon_06.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar7{
	background: url(img/page/ar_icon/icon_07.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar8{
	background: url(img/page/ar_icon/icon_08.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar9{
	background: url(img/page/ar_icon/icon_09.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar10{
	background: url(img/page/ar_icon/icon_10.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar11{
	background: url(img/page/ar_icon/icon_11.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar12{
	background: url(img/page/ar_icon/icon_12.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar13{
	background: url(img/page/ar_icon/icon_13.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar14{
	background: url(img/page/ar_icon/icon_14.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar15{
	background: url(img/page/ar_icon/icon_15.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar16{
	background: url(img/page/ar_icon/icon_16.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar17{
	background: url(img/page/ar_icon/icon_17.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar18{
	background: url(img/page/ar_icon/icon_18.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar19{
	background: url(img/page/ar_icon/icon_19.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar20{
	background: url(img/page/ar_icon/icon_20.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar21{
	background: url(img/page/ar_icon/icon_21.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar22{
	background: url(img/page/ar_icon/icon_22.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar23{
	background: url(img/page/ar_icon/icon_23.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar24{
	background: url(img/page/ar_icon/icon_24.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar25{
	background: url(img/page/ar_icon/icon_25.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar26{
	background: url(img/page/ar_icon/icon_26.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar27{
	background: url(img/page/ar_icon/icon_27.svg) no-repeat;
	background-size: contain;
}
.allergy-contents.ar28{
	background: url(img/page/ar_icon/icon_28.svg) no-repeat;
	background-size: contain;
}

.grand-menu-wrap{
	width: 90%;
	margin: 0 auto 4em;
}

.grand-menu-wrap .text-wrap{
	display: block;
	background: #931f50;
	color: #FFF;
	padding: 2.6rem;
	border-bottom-left-radius: .8rem;
	border-bottom-right-radius: .8rem;
}

.grand-menu-wrap .text-wrap .title{
	margin-bottom: 2rem;
	padding-bottom: 1.2rem;
	position: relative;
}

.grand-menu-wrap .text-wrap .title::after{
	content: "";
	display: block;
	width: 2.3rem;
	height: 1px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.grand-menu-wrap .text-wrap .title .en{
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}

.grand-menu-wrap .text-wrap .title .jp{
	font-size: .9rem;
	letter-spacing: .3em;
}

.grand-menu-wrap .text-wrap .text{
	font-size: 1.06rem;
	line-height: 2.2;
	letter-spacing: .1em;
}

.grand-menu-wrap .text-wrap .text span{
	text-indent: -0.6em;
	display: inline-block;
}


/*
COLUMN
--------------------
*/

.column-contents-wrap .column-contents{
	display: block;
	position: relative;
	transition: background .4s ease-out , opacity 2s ease;
}

.column-contents-wrap .column-contents:hover{
	background: rgba(140,31,77,0.05);
}

.column-contents-wrap .column-contents .inner{
	width: 90%;
	max-width: 1680px;
	display: flex;
	align-items: center;
	gap:2em;
	padding: 1.6em 0;
	margin: 0 auto;
	position: relative;
}

.column-contents-wrap .column-contents .inner .dot{
	content: "";
	display: block;
	width: .6rem;
	height: .6rem;
	background: #8c1f4d;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.column-contents-wrap .column-contents .inner .dot::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: absolute;
	background: rgba(140,31,77,0.5);
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.column-contents-wrap .column-contents:hover .inner .dot::after{
	transform: scale(1.7);
}

.column-contents-wrap .column-contents::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.column-contents-wrap .column-contents:last-of-type:after{
	display: none;
}

.column-contents-wrap .column-contents .thumb-wrap{
	width: 30%;
	height: 0;
	padding-top: 21%;
	position: relative;
}

.column-contents-wrap .column-contents .thumb-wrap img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.column-contents-wrap .column-contents .text-wrap{
	width: 70%;
	display: flex;
	flex-flow: column;
	gap:.6em;
	padding-right: 1.6em;
}

.column-contents-wrap .column-contents .text-wrap .date{
	font-size: .8em;
	letter-spacing: .2em;
}

.column-contents-wrap .column-contents .text-wrap .title{
	letter-spacing: .1em;
}

/* single */

.column-single-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto 5em;
	padding-top: 3.3em;
	display: flex;
	flex-flow: column;
	gap:2em;
}

.column-single-wrap .title-wrap{
}

.column-single-wrap .title-wrap .date{
	font-size: .8em;
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.column-single-wrap .title-wrap .title{
	font-size: 1.2em;
	line-height: 2.4;
	letter-spacing: .2em;
}

.column-single-contents-wrap{
	width: 100%;
}

.column-single-contents{
	margin-bottom: 4em;
}

.column-single-contents .thumb-wrap{
	margin-bottom: 3em;
}

.column-single-contents .title{
	font-size: 1.16em;
	letter-spacing: .24em;
	margin-bottom: 2em;
}

.column-single-contents .text{
	line-height: 2.4;
}

.column-single-contents-wrap .reco-contents-wrap .title{
	font-size: 1.16em;
	letter-spacing: .38em;
	margin-bottom: 1em;
}

.column-single-contents-wrap .reco-contents-wrap .inner{
	border: .75px solid #931f50;
	padding: 2em;
	display: flex;
	flex-flow: column;
	gap:2em;
	margin-bottom: 1em;
}

.column-single-contents-wrap .reco-contents-wrap .inner .thumb-wrap{
	width: 100%;
}

.column-single-contents-wrap .reco-contents-wrap .inner .text-wrap{
	width: 100%;
}

.column-single-contents-wrap .reco-contents-wrap .inner .text-wrap .menu-title{
	font-size: 1.16em;
	letter-spacing: .38em;
	border-bottom: .5px solid #931f50;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.column-single-contents-wrap .reco-contents-wrap .inner .text-wrap .text{
	font-size: .9em;
	line-height: 2.2;
}

.column-new-wrap .new-title{
	font-size: 1.4em;
	letter-spacing: .2em;
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	padding: .6em 0;
}

.column-new-wrap .new-title::before{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.column-new-wrap .new-title::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}


/*
NEWS
--------------------
*/

.news-nav{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap:.6em;
	padding: 1.2em 0;
	margin-bottom: 3em;	
}

.news-nav a{
	padding: .66em 1em;
	min-width: 7em;
	border: .5px solid #931f50;
	border-radius: 3em;
	text-align: center;
	transition: .4s ease-out;
}

.news-nav a:hover{
	background: rgba(140,31,77,0.1);
}

.news-nav a.current{
	background: #931f50;
	color: #FFF;
}

.news-nav::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #931f50;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.news-contents-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-contents-wrap .news-contents{
	width: 48%;
	margin-bottom: 3em;
}

.news-contents-wrap .news-contents .thumb-wrap{
	margin-bottom: 1em;
}

.news-contents-wrap .news-contents .thumb-wrap img {
  width: 100%;
  aspect-ratio: 356 / 237;
  object-fit: cover;
}

.news-contents-wrap .news-contents .cat-wrap{
	display: flex;
	align-items: center;
	gap:2em;
	font-size: .8em;
	line-height: 1;
	margin-bottom: .8em;
}

.news-contents-wrap .news-contents .cat-wrap .date{
	letter-spacing: .03em;
	position: relative;
}

.news-contents-wrap .news-contents .cat-wrap .date::after{
	content: "";
	display: block;
	width: .5px;
	height: 100%;
	background: #931f50;
	position: absolute;
	top: 0;
	right: -0.7rem;
}

.news-contents-wrap .news-contents .cat-wrap ul{
	display: flex;
	align-items: center;
	gap:1em;
}

/* single */

.news-single-wrap{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 5em;
	padding-top: 4em;
}

.news-single-wrap .title-wrap{
	text-align: center;
	margin-bottom: 2em;
}

.news-single-wrap .title-wrap .date{
	font-size: .8em;
	letter-spacing: .2em;
	margin-bottom: 1.4em;
}

.news-single-wrap .title-wrap .title{
	font-size: 1.2em;
	line-height: 2.4;
	letter-spacing: .38em;
}

.news-single-wrap .text-wrap{
	padding-top: 2em;
	margin: 0 auto;
	line-height: 2.4; 
}

.single-nav{
	position: relative;
	margin: 0 auto;
	margin-top: 3em;
}

.single-nav .index{
	letter-spacing: .2em;
	text-align: center;
}

.single-nav .next a{
	content: "";
	display: block;
	width: 2.2em;
	height: 1.6em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
}

.single-nav .prev a{
	content: "";
	display: block;
	width: 2.2em;
	height: 1.6em;
	background: url(img/common/arrow.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right:0;
	transform: translateY(-50%) scaleX(-1);
}




/*
FITNESS
--------------------
*/

.fitness .page-contents-wrap{
	color: #185aa5;
}

.fitness .page-fixed-nav{
	color: #152198;
}

.fitness .page-fixed-nav::before,
.fitness .page-fixed-nav::after{
	background: #185aa5;
}

.lp-icatch-wrap{
	height: 40vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lp-icatch-wrap .title{
	position: relative;
	z-index: 1;
	font-size: 8vw;
	letter-spacing: .08em;
	color: #FFF;
}

.lp-read-wrap{
	text-align: center;
	padding: 8em 5vw 12em;
}

.fitness .lp-read-wrap{
	color: #152198;
}

.lp-read-wrap .title{
	font-size: 1.3em;
	letter-spacing: .2em;
	margin-bottom: 1.4em;
}

.lp-read-wrap .logo{
	width: 80%;
	margin:0 auto 3em;
}

.lab .lp-read-wrap .logo{
	margin: 2em auto;
}

.lp-read-wrap .text{
	line-height: 2.4;
}

.lp-read-wrap{
	position: relative;
}

.fitness .lp-read-wrap .thumb-wrap .thumb:nth-of-type(1) {
    width: 21%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
}

.fitness .lp-read-wrap .thumb-wrap .thumb:nth-of-type(2) {
    width: 36%;
    position: absolute;
    top: 0;
    right: 5%;
    transform: translateY(-50%);
}

.fitness .lp-read-wrap .thumb-wrap .thumb:nth-of-type(3) {
    width: 31%;
    position: absolute;
    right: 5%;
    bottom: 5%;
}

.lab .lp-read-wrap .thumb-wrap .thumb:nth-of-type(1) {
    width: 27%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-60%);
}

.lab .lp-read-wrap .thumb-wrap .thumb:nth-of-type(2) {
    width: 31%;
    position: absolute;
    right: 0;
    bottom: 2%;
}

.lp-ben-wrap{
	position: relative;
	z-index: 1;
	padding-top: 20vh;
	margin-bottom: 4em;
	margin-top: 8em;
}

.lp-ben-wrap .icatch-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 48vh;
	z-index: -1;
}

.lp-ben-wrap .title{
	text-align: center;
	color: #FFF;
	margin-bottom: 1.6em;
}

.lp-ben-wrap .title .en{
	display: block;
	font-size: 2.6em;
	letter-spacing: .1em;
}	

.lp-ben-wrap .title .jp{
	display: block;
	font-size: .9em;
	letter-spacing: .2em;
}	

.lp-ben-wrap .ben-contents-wrap{
	width: 90%;
	max-width: 1460px;
	margin: 0 auto 2em;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid #152198;
	border-top: 1px solid #152198;
}

.lab .lp-ben-wrap .ben-contents-wrap{
	border-bottom: 1px solid #802737;
	border-top: 1px solid #802737;
}

.lp-ben-wrap .ben-contents-wrap .ben-title{
	border-bottom: 1px solid #152198;
	padding: 1.3em 1em;
	font-size: 1em;
	letter-spacing: .38em;
}

.lab .lp-ben-wrap .ben-contents-wrap .ben-title{
	border-bottom: 1px solid #802737;
}

.lp-ben-wrap .ben-contents-wrap .ben-title span{
	font-size: 1.3em;
	margin: 0 .5em;
	position: relative;
	z-index: 1;
}

.lp-ben-wrap .ben-contents-wrap .ben-title span::before{
	content: "";
	display: block;
	width: 100%;
	height: 1rem;
	background: url(img/page/yl.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: -0.2em;
	z-index: -1;
}

.lp-ben-wrap .ben-contents-wrap .inner{
	display: flex;
	flex-flow: column;
	gap:1em;
}

.lp-ben-wrap .ben-contents-wrap .inner .clm-contents{
	width: 100%;
	padding: 1.6em 1em;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: relative;
}

.lp-ben-wrap .ben-contents-wrap .inner .clm-contents:nth-of-type(2)::before{
	content: "";
	display: block;
	width: calc(100% - 4em);
	height: 1px;
	background: #152198;
	position: absolute;
	top: 0;
	left: 2em;	
}

.lab .lp-ben-wrap .ben-contents-wrap .inner .clm-contents{
	width: 100%;
}

.lp-ben-wrap .ben-read{
	text-align: center;
	font-size: 1.06em;
	line-height: 1.7;
	letter-spacing: .2em;	
	margin-bottom: 1em;
}

.lab .lp-ben-wrap .ben-read{
	margin-bottom: 2em;
}

.lp-ben-wrap .ben-bg-title{
	font-size: .8em;
	line-height: 1;
	letter-spacing: .7em;
	color: #FFF;
	background: #185aa5;
	border-radius: .5em;
	width: 100%;
	min-width: 20em;
	padding: .6em;
	margin-bottom: 1.5em;
}

.lp-ben-wrap .ben-off-text{
	font-size: 3em;
	font-style: italic;
	line-height: 1;
}

.lp-ben-wrap .ben-off-text span:nth-of-type(1){
	font-size: 1.7em;
	letter-spacing: 0;
}

.lp-ben-wrap .ben-off-text span:nth-of-type(2){
	display: inline-block;
	margin-left: .15em;
	margin-right: .3em;
}

.lp-ben-wrap .ben-free-text{
	font-size: 4em;
	line-height: 1;
}

.lp-ben-wrap .ben-free-text span{
	display: block;
	font-size: .8rem;
	letter-spacing: .1em;
	text-align: center;
	margin-top: 1.5em;
}

.lab .lp-ben-wrap .ben-free-text span{
	margin-top: 2em;
	line-height: 1.6;
}

.lp-ben-wrap .ben-link-wrap{
	display: flex;
	flex-flow: column-reverse;
	align-items: center;
	gap:1em;
	padding-top: 1em;
}

.lp-ben-wrap .ben-link-wrap .btn-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 12em;
	height: 12em;
	border-radius: 100%;
	background: #185aa5;
	color: #FFF;
	transition: .6s ease-out;
}

.lp-ben-wrap .ben-link-wrap .btn-wrap .en{
	font-size: 1.6em;
	letter-spacing: .1em;
	display: block;
	position: relative;
	overflow: hidden;
}

.lp-ben-wrap .ben-link-wrap .btn-wrap:hover{
	background: rgba(24,90,165,0.1);
	color: #185aa5;
}

.lab .lp-ben-wrap .ben-link-wrap .btn-wrap{
	background: #802737;
}

.lab .lp-ben-wrap .ben-link-wrap .btn-wrap:hover{
	background: rgba(128,39,55,0.1);
	color: #802737;
}

.lp-ben-wrap .ben-link-wrap .btn-wrap .en span{
	display: block;
    transition: opacity 1.2s,transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lp-ben-wrap .ben-link-wrap .btn-wrap .en::before{
    content: attr(data-text);
    position: absolute;
    top: 130%;
    left: 0;
    opacity: 0;
    transition: opacity 650ms,transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lp-ben-wrap .ben-link-wrap .btn-wrap:hover .en::before{
    opacity: 1;
    transform: translate3d(0, -130%, 0)
}

.lp-ben-wrap .ben-link-wrap .btn-wrap:hover .en span{
	opacity: 0;
    transform: translate3d(0, -130%, 0)
}


.lp-ben-wrap .ben-link-wrap .btn-wrap .jp{
	font-size: .9em;
	letter-spacing: .2em;
}

.lp-ben-wrap .ben-link-wrap .text{
	font-size: 1.2em;
	line-height: 2;
	letter-spacing: .2em;
}

.fitness .lp-ben-wrap .ben-link-wrap .text{
	color: #152198;
}

.lp-ben-wrap .in-link{
	font-size: 1.11rem;
	display: table;
	border: 1px solid rgba(147,31,80,0.6);
	border-radius: 3rem;
	background: #FFF;
	padding: 1.5rem 4rem;
	padding-left: 7rem;
	margin: 3rem auto;
	position: relative;
}

.lp-ben-wrap .in-link::before{
	content: "";
	display: block;
	width: 1.66rem;
	height: 1.66rem;
	background: url(img/common/icon_in_lab.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 4rem;
	transform: translateY(-50%);
}

.fitness .lp-ben-wrap .ben-link-wrap .text{
	color: #152198;
}

/* fitness */

.fitness-program-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 4em 0;
}

.fitness-program-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: #FFF;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
	z-index: -2;
}

.fitness-program-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: rgba(186,217,232,0.3);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
	z-index: -1;
}

.fitness-program-wrap .program-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:.5em;
	margin-top: 3em;
}

.fitness-program-wrap .program-nav a{
	padding: 1em .3em;
	background: #185aa5;
	color: #FFF;
	font-size: 1.06em;
	letter-spacing: 0;
	border-radius: 1em;
	width: 49%;
	text-align: center;
	transition: .4s ease-out;
}

.fitness-program-wrap .program-nav a:hover{
	background: rgba(24,90,165,0.1);
	color: #185aa5;
}

.fitness-program-wrap .program-contents{
	padding-top: 4em;
	margin-bottom: 1em;
}

.fitness-program-wrap .program-contents .p-title{
	display: flex;
	flex-flow: column;
	gap:1em;
	line-height: 1;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
	position: relative;
}

.fitness-program-wrap .program-contents .p-title::after{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #185aa5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.fitness-program-wrap .program-contents .p-title .jp{
	font-size: 1.5em;
}

.fitness-program-wrap .program-contents .p-title .en{
	font-size: 1.3em;
	letter-spacing: .08em;
	padding-top: .3em;
}

.fitness-program-wrap .program-contents .read-wrap{
	display: flex;	
	align-items: center;
	flex-flow: column;
	gap:2em;
	margin-bottom: 3em;
}

.fitness-program-wrap .program-contents .read-wrap .text-wrap .title{
	font-size: 1.2em;
	line-height: 2.3;
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.fitness-program-wrap .program-contents .read-wrap .text-wrap .text{
	line-height: 2.3;
}

.fitness-program-wrap .program-contents .list-title{
	font-size: 1.3em;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents{
	width: 100%;
	margin-bottom: 2em;
	position: relative;
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents .mark-wrap{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	gap:.3rem;
	transform: translate(-1rem , -40%);
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents .mark-wrap .mark1{
	display: block;
	width: 4rem;
	height: 3.6rem;
	background: url(img/page/mark_01.png) no-repeat;
	background-size: contain;
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents .mark-wrap .mark2{
	display: block;
	width: 4rem;
	height: 3.6rem;
	background: url(img/page/mark_02.png) no-repeat;
	background-size: contain;
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents .thumb-wrap{
	border-radius: 1em;
	margin-bottom: 2em;
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents .title{
	font-size: 1.2em;
	letter-spacing: .2em;
	margin-bottom: 1em;
}

.fitness-program-wrap .program-contents .list-contents-wrap .list-contents .text{
	line-height: 2;
}

.fitness-program-wrap .program-contents .mark-contents-wrap{
	display: flex;
	flex-flow: column;
	background: #FFF;
	border-radius: 1em;
	overflow: hidden;
	margin-top: 2em;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .title-wrap{
	color: #FFF;
	background: #185aa5;
	padding: 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	text-align: center;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .title-wrap .title{
	font-size: 1.4em;
	letter-spacing: .4em;
	margin-bottom: .3em;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .title-wrap .text{
	font-size: .9em;
	letter-spacing: .2em;
	line-height: 2;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .mark-list-wrap{
	display: flex;
	flex-flow: column;
	align-items: center;
	gap:2em;
	width: 100%;
	padding: 2em 1em;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .mark-list-wrap.w100{
	justify-content: center;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .mark-list-wrap .mark-list{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .mark-list-wrap .mark-list .thumb-wrap{
	width: 20%;
}

.fitness-program-wrap .program-contents .mark-contents-wrap .mark-list-wrap .mark-list .text{
	width: 78%;
}

.lesson-link-wrap{
	max-width: 1080px;
	margin: 0 auto;
	margin-top: 4em;
	border-top: 1px solid #185aa5;
	border-left: 1px solid #185aa5;
	border-right: 1px solid #185aa5;
	position: relative;
}

.lesson-link-wrap .copy{
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.2em;
	padding: 0 1em 0 2em;
	letter-spacing: .2em;
	white-space: nowrap;
	border-top: 1px solid #FFF;
}

.lesson-link-wrap .copy span{
	display: block;
	transform: translateY(-50%);
	position: relative;
}

.lesson-link-wrap .copy span::before{
	content: "";
	display: block;
	width: 1px;
	height: 2rem;
	background: #185aa5;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-1em) rotate(-30deg);
}

.lesson-link-wrap .copy span::after{
	content: "";
	display: block;
	width: 1px;
	height: 2rem;
	background: #185aa5;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(.3em) rotate(30deg);
}

.lesson-link-wrap .read-wrap{
	background: #FFF;
	padding: 3em 1em 2em;
}

.lesson-link-wrap .read-wrap .read-contents .title{
	text-align: center;
	font-size: 1.2em;
	letter-spacing: .3em;
	color: #FFF;
	padding: .4em;
	background: #185aa5;
	border-radius: .3em;
	margin-bottom: 2rem;
}

.lesson-link-wrap .read-wrap .read-contents .price-wrap{
	display: flex;
	flex-flow: column;
	gap:1em;
	align-items: center;
	line-height: 1;
}

.lesson-link-wrap .read-wrap .read-contents .price-wrap .time{
	font-size: 1.2em;
	background: rgba(186,217,232,0.4);
	border-radius: .5em;
	padding: .6em 3em;
}

.lesson-link-wrap .read-wrap .read-contents .price-wrap .time span{
	font-size: 1.3em;
}

.lesson-link-wrap .read-wrap .read-contents .price-wrap .price{
	font-size: 1.6em;
	letter-spacing: 0;
}

.lesson-link-wrap .read-wrap .read-contents .price-wrap .price span{
	font-size: 2em;
	display: inline-block;
	margin-right: .1em;
}

.lesson-link-wrap .read-wrap .read-contents .note{
	font-size: .8em;
	margin-top: 1em;
	letter-spacing: .2em;
}

.lesson-link-wrap .link-wrap{
	background: #185aa5;
	color: #FFF;
	padding: 2em 1em;
	display: flex;
	flex-flow: column;
	gap:2em;
	position: relative;
}

.lesson-link-wrap .link-wrap .link-contents{
	width: 100%;
	text-align: center;
}

.lesson-link-wrap .link-wrap .link-contents .title{
	font-size: .83em;
	margin-bottom: 1em;
}

.lesson-link-wrap .link-wrap .link-contents .btn{
	font-size: 1.13em;
	letter-spacing: .2em;
	border: 1px solid #FFF;
	border-radius: .6em;
	padding: 1em;
	min-width: 7em;
	display:block;
	transition: .4s ease-out;
}

.lesson-link-wrap .link-wrap .link-contents .btn:hover{
	background: #FFF;
	color: #185aa5;
}

.lesson-link-wrap .link-wrap .link-contents .note{
	font-size: .83em;
	margin-top: 1em;
	letter-spacing: 0;
}

.fitness-schedule-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	z-index: 1;
	padding: 4em 0;
}

.fitness-schedule-wrap .read{
	margin: 2em 0;
	line-height: 2;
}

.fitness-schedule-wrap .note{
	text-align: center;
	line-height: 2.2;
	margin: 3em auto 0;
}

.fitness-schedule-wrap .calendar-wrap{
	width: 100%;
	height: 30vh;
	margin-bottom: 3em;
}

.calendar-wrap {
  width: 100%;
  aspect-ratio: 1 / 1.414; /* A4比率 */
  background: #eee;
}

.calendar-wrap iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a.dl-btn{
	font-size: 1.3em;
	letter-spacing: .4em;
	display: table;
	padding: 1em 2em;
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	background: #185aa5;
	color: #FFF;
	border-radius: .5em;
	text-align: center;
	transition: .4s ease-out;
}

a.dl-btn:hover{
	color: #185aa5;
	background: rgba(24,90,165,0.1);
}

a.dl-btn span{
	position: relative;
	padding-right: 3em;
}

a.dl-btn span::after{
	content: "";
	display: block;
	width: 1.6em;
	height: 1.35em;
	background: url(img/page/icon_dl.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: -0.2em;
	right: 0;
	transition: .4s ease-out;
}

a.dl-btn:hover span::after{
	background: url(img/page/icon_dl_b.svg) no-repeat;
	background-size: contain;
}

.lp-system-wrap{
	width: 90%;
	max-width: 1220px;
	margin: 0 auto;
	z-index: 1;
	padding: 3em 0;
	position: relative;
}

.lp-system-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #185aa5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.lab .lp-system-wrap::before{
	display: none;
}

.lp-system-wrap .page-title{
	text-align: center;
	margin-bottom: 2em;
}

.lp-system-wrap .page-title .en{
	margin-bottom: .6em;
}

.lp-system-wrap .read{
	text-align: center;
	line-height: 2;
	margin-bottom: 2em;
}

.system-contents{
	background: rgba(255,255,255,0.8);
	padding: 2em 1em;
	margin-bottom: 1em;	
	text-align: center;
	border-radius: 1em;
	border: 1px solid #185aa5;
}

.lab .system-contents{
	border: 1px solid #802737;
}

.lab .system-contents.bgn{
	background: none;
	border: none;
}

.system-contents .title-wrap{
	margin-bottom: 2em;
}	

.system-contents .title-wrap .title{
	font-size: 1.23em;
	letter-spacing: .2em;
	margin-bottom: .5em;
}

.system-contents .title-wrap .subtitle{
	font-size: .9em;
}

.system-contents .title-wrap .note{
	font-size: .8em;
	padding-top: 1.6em;
	margin-top: 1.3em;
	position: relative;
}

.system-contents .title-wrap .note::before{
	content: "";
	display: block;
	width: 4em;
	height: 1px;
	background: #185aa5;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.lab .system-contents .title-wrap .note::before{
	background: #802737;
}

.system-contents .clm-wrap.c1{
	justify-content: center;
}

.system-contents .price-contents{
	width: 100%;
	margin-bottom: 2em;
}

.system-contents .price-contents:last-of-type{
	margin-bottom: 0;
}

.system-contents .price-contents .price-title{
	font-size: 1.2em;
	padding: .4em 0;
	letter-spacing: .2em;
	border-top: 1px solid #15569b;
	border-bottom: 1px solid #15569b;
	margin-bottom: .6em;
}

.system-contents .price-contents .price-read{
	font-size: .9em;
	line-height: 2.2;
	margin-bottom: 2.5em;
}

.system-contents .price-contents .price-box{
	border: 1px solid #185aa5;
	background: rgba(186,217,232,0.3);
	position: relative;
	padding: 2em 1em 1.5em;
}

.lab .system-contents .price-contents .price-box{
	border: 1px solid #802737;
	background: #f8f0e3;
}

.lab .system-contents .price-contents .price-box.cw{
	background: #FFF;
}

.system-contents .price-contents .price-box .box-title{
	font-size: .9em;
	color: #FFF;
	background: #15569b;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50% , -50%);
	padding: .3em 1.5em;
	border-radius: 3em;
}

.lab .system-contents .price-contents .price-box .box-title{
	background: #802737;
}

.lab .system-contents .price-contents .price-box .box-title.cg{
	background: #f2e9eb;
	border: 1px solid #802737;
	color: #802737;
}

.system-contents .price-contents .price-box .price{
	line-height: 1;
}

.system-contents .price-contents .price-box .price span:nth-of-type(1){
	font-size: 1.5em;
}

.system-contents .price-contents .price-box .price span:nth-of-type(2){
	font-size: 2.2em;
	display: inline-block;
	transform: translateY(.1em);
	margin-right: .1em;
}

.system-contents .price-contents .price-note{
	padding: 0 5%;
	font-size: .8em;
	line-height: 2;
	text-align: left;
	margin-top: 1.5em;
}

.system-pre-wrap{
	margin-top: 2em;
	padding-top: 3em;
	position: relative;
}

.system-pre-wrap::before{
	content: "";
	display: block;
	width: calc(100% + 2em);
	height: 1px;
	position: absolute;
	top: 0;
	left: -1em;
	background-image : linear-gradient(to right, #15569b 8px, transparent 8px);
	background-size: 16px 1px;
	background-repeat: repeat-x; 
	background-position: left bottom;
}

.system-pre-wrap .pre-title{
	font-size: 1.16em;
	letter-spacing: .2em;
	margin-bottom: 2em;
}

.system-pre-wrap .pre-list-wrap{
	display: flex;
	flex-flow: column;
	gap:.6em;
	margin-bottom: 2em;
}

.system-pre-wrap .pre-list-wrap li{
	width: 100%;
	background: rgba(186,217,232,0.3);
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 1.2em;
}

.system-pre-wrap .pre-list-wrap li span:nth-of-type(1){
	font-size: 1.2em;
	position: relative;
}

.system-pre-wrap .pre-list-wrap li span:nth-of-type(1)::before{
	content: "";
	display: block;
	width: .8rem;
	height: .8rem;
	background: url(img/page/icon_check.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-160% , -50%);
}

.system-pre-wrap .pre-list-wrap li span:nth-of-type(2){
	font-size: .8em;
	letter-spacing: .08em;
}

.system-pre-wrap .pre-note{
	font-size: .8em;
	line-height: 2.4;
}

.lp-thumb-wrap{
	height: 30vh;
	margin-bottom: 4em;
}

.lp-info-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto 4em;	
}

.lp-info-wrap .page-title{
	margin-bottom: 4em;
}

.fitness .info-contents .btn-wrap .btn{
	background: #185aa5;
}

.lab .info-contents .btn-wrap .btn{
	background: #802737;
}

.fitness .info-contents .btn-wrap .btn:hover{
	background: rgba(24,90,165,0.1);
	color: #185aa5;	
}

.lab .info-contents .btn-wrap .btn:hover{
	color: #802737;
	background: rgba(128,39,55,0.1);
}

.fitness .info-contents .detail-wrap {
    border-top: .5px solid #185aa5;
}

.fitness .info-contents .detail-wrap dt,
.fitness .info-contents .detail-wrap dd {
    border-bottom: .5px solid #185aa5;
}


/* LAB */

.lab .page-contents-wrap{
	color: #802737;
}

.lab-page-nav{
	display: flex;
	flex-flow: column;
	gap:.6em;
}

.lab-page-nav span{
	font-size: 1.1em;
	letter-spacing: .24em;
	min-width: 15em;
	padding: .6em;
	border: 1px solid #802737;
	border-radius: 3em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: .4s ease-out;
}

.lab-page-nav span:hover{
	background: rgba(128,39,55,0.1);
}

.lab-page-nav span.current{
	background: #802737;
	color: #FFF;
}

.lab-mea-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 4em 0;
}

.lab-mea-wrap::before{
	content: "";
	display: block;
	width: 100vw;
	height: .5px;
	background: #802737;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
}

.lab-mea-wrap .lab-page-nav{
	margin-bottom: 2em;
}

.lab-mea-wrap .read{
	line-height: 2.2;
	margin: 3em 0;
}

.mea-contents-wrap .mea-contents{
	position: relative;
	padding: 3em 0;
	z-index: 1;
}

.mea-contents-wrap .mea-contents .contents-title{
	padding-bottom: 1em;
	border-bottom: .75px solid #802737;
	margin-bottom: 3em;
	display: flex;
	flex-direction: column;
	gap:.6em;
}

.mea-contents-wrap .mea-contents .contents-title .jp{
	font-size: 1.9em;
}

.mea-contents-wrap .mea-contents .contents-title .en{
	font-size: 1.6em;
}

.mea-contents-wrap .mea-contents::before{
	content: "";
	display: block;
	width: calc(100% + 6em);
	height: 100%;
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	left: -3em;
	z-index: -1;
	border-radius: 3em;
}

.mea-contents-wrap .mea-contents .mea-list-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list{
	width: 48%;
	background: rgba(248,240,227,0.5);
	border-radius: 1.5em;
	padding: 1em;
	padding-top: 2em;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list .status-wrap{
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: flex;
	gap: .3rem;
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list .paid{
	font-size: 1.06rem;
	letter-spacing: .3em;
	background: #931f50;
	border: 1px solid #931f50;
	color: #FFF;
	padding: .1em .6em;
	border-radius: .2rem;
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list .res{
	font-size: 1.06rem;
	letter-spacing: .3em;
	border: 1px solid #931f50;
	padding: .1em .6em;
	border-radius: .2rem;
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list .thumb-wrap{
	margin-bottom: 1.5em;
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list .text{
	letter-spacing: 0;
	margin-bottom: .4em;
	font-size: .9em;
}

.mea-contents-wrap .mea-contents .mea-list-wrap .mea-list .title{
	font-size: 1.16em;
	letter-spacing: .2em;
}

.lab-club-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	padding: 0 0 4em;
	display: flex;
	flex-flow: column;
	gap:3em;
	justify-content: space-between;
}

.lab-club-wrap .text-wrap{
	width: 100%;
}

.lab-club-wrap .text-wrap .club-title{
	margin-bottom: 2em;
}

.lab-club-wrap .text-wrap .club-title .jp{
	font-size: 1.3em;
	letter-spacing: .5em;
	display: table;
	border-bottom: 1px solid #7c2636;
	padding-bottom: .2em;
	margin-bottom: .4em;
}

.lab-club-wrap .text-wrap .club-title .en{
	font-size: 1.3em;
	letter-spacing: .1em;
}

.lab-club-wrap .text-wrap .text{
	line-height: 2.8;
	margin-bottom: 2em;
}

.lab-club-wrap .text-wrap .note{
	font-size: .8em;
}

.lab-club-wrap .thumb-wrap{
	width: 100%;
}

.lab-reco-wrap{
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 4em 0;
}

.lab-reco-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: rgba(128,39,55,0.1);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
	z-index: -1;
}

.lab-reco-wrap .title{
	font-size: 1.3em;
	letter-spacing: .6em;
	margin-bottom: 2.6em;
}

.lab-reco-wrap .title::after{
	content: "";
	display: block;
	width: 8rem;
	height: 1px;
	background: #802737;
	margin: .6em auto;
}

.lab-reco-wrap .reco-contents-wrap{
	display: flex;
	flex-flow: column;
	gap:2em;
}

.lab-reco-wrap .reco-contents-wrap .reco-contents{
	width: 100%;
	display: flex;
	flex-flow: column;
	gap:1em;
	align-items: center;
}

.lab-reco-wrap .reco-contents-wrap .reco-contents span:nth-of-type(1){
	font-size: 1.2em;
	width: 100%;
	min-height:4em;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: .2em;
	line-height: 2;
	background: #FFF;
	padding: 1em;
	border-radius: 3em;
	position: relative;
}

.lab-reco-wrap .reco-contents-wrap .reco-contents span:nth-of-type(1)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: .8rem solid transparent;
	border-left: .8rem solid transparent;
	border-top: 1.2rem solid #FFF;
	border-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50% , 100%);
}

.lab-reco-wrap .reco-contents-wrap .reco-contents span:nth-of-type(2){
	width: 50%;
}

.lab-movie-wrap{
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
	z-index: 1;
	padding: 4em 0 5em;
}

.lab-movie-wrap .movie-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.lab-movie-wrap .movie-wrap video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.lab-movie-wrap .title{
	font-size: 1.2em;
	letter-spacing: .3em;
	background: #802737;
	padding: .3em .5em .3em 1.6em;
	color: #FFF;
	display: table;	
}

.lab-point-wrap{
	width: 90%;
	margin: 0 auto 4em;
}

.lab-point-wrap .inner{
	padding-top: 2em;
	display: flex;
	flex-flow: column-reverse;
	gap:2em;
	margin-bottom: 2em;
}

.lab-point-wrap .inner .thumb-wrap{
	width: 100%;
}

.lab-point-wrap .inner .point-contents-wrap{
	width: 100%;
}

.lab-point-wrap .inner .point-contents-wrap .point-contents{
	background: rgba(128,39,55,0.1);
	margin-bottom: 1em;
	padding: 2em 1.5em;
}

.lab-point-wrap .inner .point-contents-wrap .point-contents .point-num{
	display: table;
	background: #802737;
	color: #FFF;
	padding: .3em 1.4em;
	letter-spacing: .1em;
	border-radius: 3em;
}

.lab-point-wrap .inner .point-contents-wrap .point-contents .point-num span{
	font-size: 1.4em;
	display: inline-block;
	vertical-align: middle;
	margin-left: .5em;
}

.lab-point-wrap .inner .point-contents-wrap .point-contents .title{
	font-size: 1.2em;
	line-height: 2.2;
	letter-spacing: .2em;
	margin: 1.6em 0 1em;
}

.lab-point-wrap .inner .point-contents-wrap .point-contents .point-list li{
	margin-bottom: 1.2em;
}

.lab-point-wrap .ad-wrap{
	max-width: 1300px;
	display: flex;
	flex-flow: column;
	gap:2em;
	align-items: center;
	background: #FFF;
	padding: 2em;
}

.lab-point-wrap .ad-wrap .thumb-wrap{
	width: 100%;
	padding: 0 10%;
	padding-bottom: 1em;
	border-bottom: .5px solid #4d4d4d;
}

.lab-point-wrap .ad-wrap .text-wrap{
	width: 100%;
	color: #1a1a1a;
}

.lab-point-wrap .ad-wrap .text-wrap .title{
	font-size: 1.16em;
	line-height: 2.2;
	margin-bottom: 1.6em;
}

.lab-point-wrap .ad-wrap .text-wrap .text{
	line-height: 2;
}

.lab-pamf-wrap{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	padding: 3em 0;
}

.lab-pamf-wrap::after{
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: rgba(128,39,55,0.1);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50vw);
	z-index: -1;
}

.lab-pamf-wrap .thumb-wrap {
    position: absolute;
    top: -2em;
    right: -1em;
    width: 46%;
}

.lab-pamf-wrap .text-wrap .note{
	display: table;
	text-align: center;
	line-height: 2;
	transform: translateX(-5%);
}

.lab-pamf-wrap .text-wrap a.dl-btn{
	background: #802737;
	color: #FFF;
	margin: 4em 0 1em;
}

.lab-pamf-wrap .text-wrap a.dl-btn:hover{
	color: #802737;
	background: rgba(128,39,55,0.1);
}

.lab-pamf-wrap .text-wrap a.dl-btn:hover span::after{
	background: url(img/page/icon_dl_r.svg) no-repeat;
	background-size: contain;
}

.lab .lp-info-wrap .lab-page-nav{
	margin-bottom: 3em;
}

.lab-pricecontents{
	margin-bottom: 4em;
}

.lab-pricecontents:last-of-type{
	margin-bottom: 0;
}

.lab-pricecontents .title{
	font-size: 1.16em;
	letter-spacing: .2em;
	color: #FFF;
	background: #802737;
	padding: .6em;
	border-radius: .5em;
	margin-bottom: 3em;
}

.lab-pricecontents .read{
	margin-top: -2.5em;
	margin-bottom: 3em;
}

.lab .price-note{
	margin-top: 1em;
}

.lab-pricecontents .note{
	margin-top: 2em;
	line-height: 2.2;
}

.lab .price-btn-wrap{
	display: flex;
	justify-content: center;
	gap:.5em;
}

.lab .price-btn-wrap p{
	font-size: 1.3em;
	letter-spacing: .64em;
	text-indent: 1em;
	background: #802737;
	color: #FFF;
	text-align: center;
	padding: .6em;
	width: 50%;
	border-radius: .5em;
}

.lab .lab-counseling .price-btn-wrap{
	margin-bottom: 3em;
}

.lab .lab-consulting .price-btn-wrap{
	margin-bottom: 3em;
}

.lab-consulting .area-contents .area-link{
	letter-spacing: .3em;
	background: #802737;
	color: #FFF;
	display: block;
	padding: .26em;
	border-radius: .5em;	
	margin-bottom: 6px;
	transition: .4s ease-out;
}

.lab-consulting .area-contents .area-link:hover{
	background: rgba(128,39,55,0.1);
	color: #802737;
}

.lab-consulting .area-contents .area-link span{
	font-size: 1.4em;
	letter-spacing: .4em;
}

.lab-consulting .area-contents .text{
	border-radius: .5em;
	font-size: .8em;
	line-height: 2.2;
	padding: 3em 1em;
	background: #f8f0e3;
	margin-top: 12px;	
}

.lab .info-contents{
	margin-bottom: 4em;
}

a.lab-contact-btn{
	display: block;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: .56em;
	text-indent: 2em;
	color: #FFF;
	background: #802737;
	padding: 1em;
	transition: .4s ease-out , opacity 2s ease;
}

a.lab-contact-btn:hover{
	color: #802737;
	background: rgba(128,39,55,0.1);
}

.tab-contents-wrap {
  position: relative;
}

.tab-contents {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.tab-contents.is-active {
  display: block;
  position: relative;
}

.lab-information-wrap .tab-contents {
	opacity: 0;
	transition: .6s ease .3s;
}

.lab-information-wrap .tab-contents.is-active {
	opacity: 1;
}

.lab-information-wrap .info-in-link{
	line-height: 1.9;
	display: block;
	background: #FFF;
	max-width: 1226px;
	margin: 0 auto;
	border-radius: 1rem;	
	padding: 1rem;
}

.lab-information-wrap .info-in-link .inner{
	display: flex;
	align-items: center;
	justify-content:center;
	gap:2rem;
	margin: 0 auto;
}

.lab-information-wrap .info-in-link .inner span:nth-of-type(1){
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	background: url(img/common/icon_in_lab.svg) no-repeat;
	background-size: contain;
}

.lab-information-wrap .info-in-link .inner span:nth-of-type(2){
	width: calc(100% - 6rem);
}



/*
CONTACT
--------------------
*/

.contact-contents-wrap{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto 8em;
}

.form-wrap{
	padding-top: 3em;
}

.form-wrap .read{
	text-align: center;
	line-height: 2;
	margin-bottom: 2em;
}

.form-wrap .read p:last-child{
	margin-top: 1em;
}

.form-wrap .red{
	color: #ce2e2e;
}

.form-wrap table th{
	display: block;
	width: 100%;
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: .5em;
}

.form-wrap table td{
	display: block;
	width: 100%;
	padding-bottom: 1.3em;
}

.form-wrap table td .note{
	font-size: .9em;
	margin-top: .5em;
}

.form-wrap .step-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-top: 1px solid #931f50;
	border-bottom: 1px solid #931f50;
	margin-bottom: 3em;
	padding: 1em 0;
}

.form-wrap .step-wrap div{
	text-align: center;
	width: 33.333%;
	opacity: .5;
}

.form-wrap .step-wrap div span:first-child{
	display: inline-block;
	margin-right: .6em;
}

.form-wrap .step-wrap div.current{
	opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
} 

input[type="number"] { 
  -moz-appearance:textfield; 
} 


input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea{
	width: 100%;
    padding: .6em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #931f50;
    margin-top: 0;
    transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    outline: none;
    -webkit-appearance: none;
    background: none;
    color: inherit;
}

.event-name input[type="text"]{
	border: none;
	pointer-events: none;
	padding: 0;
	font-size: 1.14em;
}

.form-wrap .btn-wrap{
	display: flex;
	justify-content: center;
	margin: 1em auto 0;
	position: relative;
}

input[type="reset"],
input[type="button"].back_button{
    color: inherit;
    background: none;
    position: absolute;
    display: block;
    -webkit-appearance: none;
    border: none;
    outline: none;
	cursor: pointer;
    bottom: -3em;
    left: 50%;
    transform: translateX(-50%);
}

input[type="submit"],
input[type="button"].confirm_button{
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: .2em;
	padding: 1.3em 3em;
	border: none;
    width: 100%;
    max-width: 354px;
    background: #931f50;
    color: #FFF;
    border-radius: .5em;
    font-family: inherit;
    -webkit-appearance: none;
    outline: none;
	cursor: pointer;
	text-align: center;
	display: block;
    transition: .4s ease-out;
	font-family: "BIZ UDMincho",serif;
	font-weight: 500;
	font-style: normal;
}

input[type="submit"]:hover,
input[type="button"].confirm_button:hover{
	opacity: .7;
}

input[type="reset"]{
	color: inherit;
}


input::-webkit-input-placeholder { color:#931f50; opacity: .5;}
input:-moz-placeholder { color:#931f50; opacity: .5;}
input::-moz-placeholder { color:#931f50; opacity: .5;}

textarea::-webkit-input-placeholder { color:#931f50; opacity: .5;}
textarea:-moz-placeholder { color:#931f50; opacity: .5;}
textarea::-moz-placeholder { color:#931f50; opacity: .5;}


select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
	-webkit-appearance: none;
	appearance: none;
    border-radius: 0;
	width: 100%;
    padding: 1em;
    font-size: 1em;
    line-height: 1.85714;
    letter-spacing: .1em;
    border: 1px solid #931f50;
    color: #931f50;
    background:none;
}

.select-wrap{
	position: relative;
	width: 100%;
}

.select-wrap::after{
  border-top: 1px solid #931f50;
  border-right: 1px solid #931f50;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 1.6em;;
  right: 20px;
  transform: rotate(130deg);
 }

.size-m{
	display: inline-block;
	width: 100%;
	max-width: 400px;
}

.size-mm{
	display: inline-block;
	width: 100%;
	max-width: 600px;
}

.size-s{
	display: inline-block;
	width: 6em;
	margin-right: 1em;
}

.size-zip{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	vertical-align: middle;
}

span.wpcf7-list-item{
	margin-left: 0;
	margin-right: 1em;
}

/* radio */

input[type="radio"]{
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label:before{
  content: '';
  background: none;
  border: 1px solid #931f50;
  border-radius: 100%;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

input[type="radio"]:checked + .wpcf7-list-item-label:before{
  background: #931f50;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 100%;
}

.custom-wpcf7c-confirmed input[type="radio"]{
  opacity: 1;
  position: static;
  margin-right: 5px;
}

.custom-wpcf7c-confirmed .wpcf7-list-item-label:before{
	display: none;
}

.form-wrap .policy-link a{
	text-decoration: underline;
}

.confirm{
	text-align: center;
	margin:0 0 40px;
	padding-top: 80px;
	font-weight: 700;
	font-size: 16px;
}

.conf-text{
	text-align: center;
	font-size: 1.08em;
	letter-spacing: .2em;
	margin-bottom: 3em;
	margin-top: 5em;
}

.submit{
	position: relative;
    margin: 0 auto;
	display: table;
	margin-top: 20px;
}

.wpcf7c-conf {
    background: none!important;
    border: none!important;
 }

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output,
.wpcf7-spinner {
	display: none!important;
}

.wpcf7-not-valid-tip {
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.form-wrap .policy-link a{
	text-decoration: underline;
}

.thanks-wrap{
	width: 100%;
	margin: 15vh auto 20vh;
	text-align: center;
}

.thanks-wrap .title{
	font-size: 1.73em;
	margin-bottom: 1em;
}

.thanks-wrap p{
	font-size: 1.1em;
	margin-bottom: 3em;
}

.thanks-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.thanks_area {
    display: none;
    padding-top: 9em;
}

.confirm_area table{
	margin: 4em auto;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{
    display: none;
}



/*
PRIVACY POLICY
--------------------
*/

.policy-contents-wrap{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto 6em;
}

.policy-read-wrap{
	line-height: 2;
	margin: 3em 0 4em;
}

.policy-contents{
	margin-bottom: 4em;
}

.policy-contents .title{
	font-size: 1.16em;
	margin-bottom: 1.3em;
}

.policy-contents .ls-title::before{
	top: 1.3em;
}

.policy-contents .text{
	line-height: 2;
}

.policy-contents .text a{
	text-decoration: underline;
}

.policy-contents ul{
	margin-top: 2em;
}

.policy-contents .text ul{
	margin: 2em 0;
	list-style-type: decimal;
	padding-left: 1.3em;
}


.policy-contents .text ul li{
	line-height: 1.6;
	padding-left: .5em;
    margin-bottom: 1.2em;
}

.policy-contents .text ul li li{
	line-height: 1.8;
}

.info404-wrap{
	width: 100%;
	height: 70dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-top: 6em;
}

.info404-wrap .title{
	font-size: 2em;
	margin-bottom: 2em;
}
.info404-wrap p{
	margin-bottom: 2em;
}
.info404-wrap a{
	font-size: 1.15em;
	text-decoration: underline;
}



/*
OPEN MENU
--------------------
*/


.open-menu-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 2.7em;
    height: .8em;
    top: calc(3em - 1.5px);
    right: 4vw;
    cursor: pointer;
    z-index: 999;
    transform: translateY(-50%);
    transition: top .4s ease-out;
}

.top .open-menu-btn-wrap{
	opacity: 0;
	transition: opacity 1s ease 2s;
}

.load-on.top .open-menu-btn-wrap{
	opacity: 1;
}

.open-menu-btn {
	display: block;
	border: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

.open-menu-btn .toggle {
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	background: #931f50;
	transition: .3s ease .3s , background 0s;
	overflow: hidden;
}

.top .open-menu-btn .toggle {
	background: #FFF;
}

.top .open .open-menu-btn .toggle {
	background: #931f50;
}

.open-menu-btn .toggle:nth-child(1) {
	top: 0;
}

.open-menu-btn .toggle:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.open-menu-btn .toggle:nth-child(3) {
	bottom: 0;
}

.open .open-menu-btn .toggle:nth-child(1){
	top: 50%;
	transform: translateY(-50%);
}

.open .open-menu-btn .toggle:nth-child(2) {
}

.open .open-menu-btn .toggle:nth-child(3){
	bottom: 50%;
	transform: translateY(50%);
}

.open-menu-bg {
	position: fixed;
    top: 0;
    right: 0;
	width: 100vw;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100%);
    z-index: 998;
    background: #f8f0e3;
    transition: .6s ease 0s;
}

.open .open-menu-bg {
	opacity: 1;
    transform: translateX(0);
    transition: transform .6s ease 0s , width 0s ease;
}

.open-menu-bg2 {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(66, 33, 11, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-out;
}

.open .open-menu-bg2 {
    visibility: visible;
	opacity: 1;
}

.open-menu-wrap {
	width: 0;
	height: 100vh;
	padding-bottom: 5em;
	position: fixed;
	top: 0;
	right: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	z-index: 998;
	-ms-overflow-style: none;
	scrollbar-width: none;
	pointer-events: none;
	opacity: 0;
    transform: translateX(100%);
    transition: transform .6s ease 0s , width 0s ease;
}

.open .open-menu-wrap {
	width: 100vw;
	opacity: 1;
    transform: translateX(0);
	pointer-events: visible;
}

.open-nav-wrap{
	padding-top: 7em;
}

.open-nav li a{
	display: block;
	padding: 1.6em 5vw;
	text-align: center;
	border-bottom: .5px solid rgba(140,31,77,0.5);
	transition: .4s ease-out;
}

.open-nav li a:hover{
	background: rgba(140,31,77,0.05);
}

.open-nav-wrap .in-link{
	display: block;
	width: 1.4em;
	height: 1.4em;
	background: url(img/common/icon_in_c.svg) no-repeat;
	background-size: contain;
    transition: .4s ease-out;
    margin: 2em auto 0;
}

.open-nav-wrap .in-link:hover{
	opacity: .6;
}

.open-nav-wrap .policy-link{
	font-size: .8em;
	float: right;
	margin-top: 5em;
	padding-right: 4vw
}
