@charset "utf-8";
/* ver=1.1 */


html{
	font-size: 62.5%;
}

body{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	position: relative;
	overscroll-behavior-y: none;
	background-color: #0E0F0F;
}
@media (max-width: 599px){
body{
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0;
}
}


/* Reset ========================================================= */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
table{
	border-spacing: 0;
}
fieldset,img{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-weight: normal;
	font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
abbr,acronym{
	border: 0;
}
img{
	display: block;
}


/* ==========================================================================
   common
   ========================================================================== */
#wrapper{
	margin: 0 auto;
	position: relative;
  overflow-x: hidden;
}

.transition{
  position: fixed;
	width: 100%;
	height: 100%;
	background-color: #12181A;
  z-index: 10000;
  transition: all 0s ease-out 0.05s;
	opacity: 1;
}

.transition.active{
	opacity: 0;
  z-index: -1;
}

.wrap{
  width: 100%;
	position: relative;
	padding: 0 9% 0 24.4%;
  box-sizing: border-box;
}
@media (max-width: 1024px){
.wrap{
	padding: 0 6%;
}
}
@media (max-width: 599px){
.wrap{
	padding: 0 5%;
}
}

.pc{
	display: block;
}
@media (max-width: 1024px){
.pc{
	display: none;
}
}
@media (max-width: 599px){
.pc{
	display: none;
}
}

.tb{
	display: none;
}
@media (max-width: 1024px){
.tb{
	display: block;
}
}
@media (max-width: 599px){
.tb{
	display: none;
}
}

.sp{
	display: none;
}
@media (max-width: 1024px){
.sp{
	display: none;
}
}
@media (max-width: 599px){
.sp{
	display: block;
}
}

.pc-tb{
	display: block;
}
@media (max-width: 1024px){
.pc-tb{
	display: block;
}
}
@media (max-width: 599px){
.pc-tb{
	display: none;
}
}

.white{
	color: #FAFAFA!important;
}


/* ==========================================================================
   loading
   ========================================================================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #0E0F0F;
	text-align:center;
}

#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash_logo img{
  width: 260px;
}
@media (max-width: 1024px){
#splash_logo img{
	width: 240px;
}
}
@media (max-width: 599px){
#splash_logo img{
	width: 180px;
}
}


/* ==========================================================================
   scroll-effect
   ========================================================================== */
.fadeUp{
  transform: translateY(30px);
  transition: all 0.4s ease-out 0.05s;
	opacity: 0;
}

.fadeUp.active{
  transform: translateY(0);
	opacity: 1;
}

.fadeL{
  transform: translateX(-30px);
  transition: all 0.5s ease-out 0.1s;
	opacity: 0;
}

.fadeL.active{
  transform: translateX(0);
	opacity: 1;
}

.fadeR{
  transform: translateX(30px);
  transition: all 0.5s ease-out 0.1s;
	opacity: 0;
}

.fadeR.active{
  transform: translateX(0);
	opacity: 1;
}

.fadeIn{
  transition: all 0.5s ease-out 0.1s;
	opacity: 0;
}

.fadeIn.active{
	opacity: 1;
}


/* ==========================================================================
   header
   ========================================================================== */
.logo-header{
	width: 15.4vw;
	height: auto;
	z-index: 110;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 34px 0 0 0;
}
@media (max-width: 1024px){
.logo-header{
	width: 100%;
	height: 90px;
	align-items: flex-start;
	padding: 26px 0 0 30px;
}
}
@media (max-width: 599px){
.logo-header{
	height: 60px;
	padding: 14px 0 0 20px;
}
}

.logo-header img{
	width: 10.0vw;
	height: auto;
	display: block;
}
@media (max-width: 1024px){
.logo-header img{
	width: 170px;
}
}
@media (max-width: 599px){
.logo-header img{
	width: 130px;
}
}


/* ==========================================================================
   header
   ========================================================================== */
header{
	width: 15.4vw;
	height: 100vh;
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	mix-blend-mode: difference;
	padding: 40px 0 38px 0;
}
@media (max-width: 1024px){
header{
	width: 100%;
	height: 90px;
	align-items: flex-start;
	padding: 0 0 0 30px;
}
}
@media (max-width: 599px){
header{
	height: 60px;
	padding: 0 0 0 20px;
}
}

header .logo img{
	width: 10.66vw;
	height: auto;
	display: block;
	opacity: 0;
}
@media (max-width: 1024px){
header .logo img{
	width: 170px;
}
}
@media (max-width: 599px){
header .logo img{
	width: 90px;
}
}

.global-nav{
	width: auto;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1024px){
.global-nav{
	display: none;
}
}

.global-nav li{
	width: auto;
	margin-right: 16px;
	display: block;
	position: relative;
}

.global-nav li a{
	color: #fff;
	width: 10.66vw;
	font-size: 1.4rem;
	font-family: "Lexend Exa";
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.02em;
	transition: all 0.2s ease;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 19px;
	margin: 9px 0 0 0;
}

.global-nav li a:before{
	content: '';
	position: absolute;
	top: 7px;
	left: 4px;
	width: 8px;
	height: 2px;
	transition: all 0.2s ease;
	background-color: rgba(255, 74, 129, 0.1);
	background-color: #444;
}

.global-nav li a:hover:before{
	background-color: rgba(255, 74, 129, 1);
}


/* ==========================================================================
   mv
   ========================================================================== */
.mv{
	width: 100vw;
  height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #0E0F0F;
}
@media (max-width: 1024px){
.mv{
	height: 92vh;
}
}
@media (max-width: 599px){
.mv{
	height: 600px;
}
}


/* slide ============================== */
#mv_slide{
	width: calc( 100vw - 15.4% );
	height: calc( 100vh - 72px );
	margin-left: 15.4%;
	z-index: 0;
}
@media (max-width: 1024px){
#mv_slide{
	width: calc( 100vw - 15% );
	height: calc( 92vh - 90px );
	margin-top: 90px;
	margin-left: 15%;
}
}
@media (max-width: 599px){
#mv_slide{
	width: calc( 100vw - 15% );
	height: calc( 600px - 60px );
	margin-top: 60px;
	margin-left: 15%;
}
}

#mv_slide .swiper-container-wrap{
	width: 100%;
	height: 100%;
  position: relative;
}

#mv_slide .swiper-container{
  width: 100%;
	height: 100%;
  overflow: hidden;
}

#mv_slide li.swiper-slide{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	overflow: hidden;
}

#mv_slide li.slide1{
	background-image: url(../images/mv_slide1.jpg);
}
@media (max-width: 1024px){
#mv_slide li.slide1{
	background-image: url(../images/mv_slide1_sp.jpg);
}
}

#mv_slide li.slide2{
	background-image: url(../images/mv_slide2.jpg);
}
@media (max-width: 1024px){
#mv_slide li.slide2{
	background-image: url(../images/mv_slide2_sp.jpg);
}
}

#mv_slide li.slide3{
	background-image: url(../images/mv_slide3.jpg);
}
@media (max-width: 1024px){
#mv_slide li.slide3{
	background-image: url(../images/mv_slide3_sp.jpg);
}
}

#mv_slide li.swiper-slide figure{
	padding: 0;
	margin: 0;
	display: block;
}

/* catch ============================== */
.mv h2.catch{
	color: #fff;
	font-size: 2.7rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.55;
	position: absolute;
	top: 28%;
	left: 11.2%;
	z-index: 5;
}
@media (max-width: 1500px){
.mv h2.catch{
	font-size: 2.1rem;
	top: 25%;
}
}
@media (max-width: 1024px){
.mv h2.catch{
	font-size: 2.0rem;
	top: 36%;
	left: 7%;
}
}
@media (max-width: 599px){
.mv h2.catch{
	font-size: 1.6rem;
	letter-spacing: 0.04em;
	top: 38%;
	left: 7%;
}
}

/* text_ticker ============================== */
.text-ticker{
	width: 100vw;
	height: auto;
	overflow: hidden;
	white-space:nowrap;
	mix-blend-mode: difference;
	position: absolute;
	top: 42%;
	left: 0;
	z-index: 10;
}
@media (max-width: 1500px){
.text-ticker{
	top: 38%;
}
}
@media (max-width: 1024px){
.text-ticker{
	top: 45%;
}
}
@media (max-width: 599px){
.text-ticker{
	top: 54%;
}
}

@keyframes hscroll {
	0% { transform:translateX(4px); }
	100% { transform:translateX(-100%); }
}

.text-ticker ul{
	display:inline-block;
	margin:0;
	padding:0;
	animation:hscroll 360s linear infinite;
}
@media (min-width: 440px){
.text-ticker ul{
	animation:hscroll 360s linear infinite;
}
}

.ticker .text-ticker li{
	color: #fff;
	font-size: 16.0rem;
	font-family: "Lexend Exa";
	font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
	display: inline-block;
}
@media (max-width: 599px){
.ticker .text-ticker li{
	font-size: 6.0rem;
}
}


/* ==========================================================================
   btn-reserve
   ========================================================================== */
.btn-reserve{
	width: 400px;
	height: 110px;
	letter-spacing: 0.02em;
	display: flex;
  align-items: center;
  justify-content: space-between;
	background-color: #FF4A81;
	padding: 0 35px 0 36px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s ease;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
}
@media (max-width: 599px){
.btn-reserve{
	width: 100%;
	height: 72px;
	padding: 0 22px 0 24px;
	margin: 0;
}
}

.btn-reserve:hover{
  background-color: #EB326A;
}

.btn-reserve .section_title_en{
  color: #fff;
	font-size: 2.2rem;
	font-family: "Lexend Exa";
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: left;
	margin-left: -2px;
}
@media (max-width: 599px){
.btn-reserve .section_title_en{
	display: none;
}
}

.btn-reserve h2.section_title{
	color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
	text-align: left;
	letter-spacing: 0.04em;
  white-space: nowrap;
	margin: 10px 0 4px 0;
}
@media (max-width: 599px){
.btn-reserve h2.section_title{
	font-size: 1.6rem;
	margin: 0 0 1px 0;
}
}

.btn-reserve img{
	height: 32px;
  width: 32px;
	display: block;
}
@media (max-width: 599px){
.btn-reserve img{
	height: 30px;
  width: 30px;
}
}


/* ==========================================================================
   modal(popup)
   ========================================================================== */
.modal{
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.85);
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}

.modal .modal-base{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
	align-items: center;
	justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  box-sizing: border-box;
}

.modal .modal-box{
	width: 70%;
	max-width: 800px;
	height: auto;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
	transition: all 0.5s ease-in-out;
	box-sizing: border-box;
	background-color: #fff;
	padding: 52px 60px 50px 60px;
}
@media (max-width: 1024px){
.modal .modal-box{
	width: 70%;
	max-width: 770px;
  padding: 24px 20px 24px 20px;
}
}
@media (max-width: 599px){
.modal .modal-box{
	width: 86%;
  padding: 24px 20px 24px 20px;
}
}

.modal .modal-box h3{
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 599px){
.modal .modal-box h3{
  font-size: 1.55rem;
	letter-spacing: 0;
}
}
.modal .modal-box p.text{
	color: #12181A;
}

.modal .modal-box .modalClose{
  color: #ff4a81;
  font-size: 3.4rem;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  position: absolute;
	top: -5px;
  right: -44px;
	z-index: 100;
}
@media (max-width: 599px){
.modal .modal-box .modalClose{
  font-size: 2.6rem;
	line-height: 1;
	top: -36px;
  right: -4px;
}
}


/* modal_reserve ================== */
#modal_reserve .modal-box{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#modal_reserve .modal-box .section_title_en{
  color: #12181a;
	font-size: 3.4rem;
	font-family: "Lexend Exa";
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-left: -4px;
}
@media (max-width: 599px){
#modal_reserve .modal-box .section_title_en{
	font-size: 2.4rem;
}
}

.reserve_list{
  width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 599px){
.reserve_list{
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
}

.reserve_list .card{
	width: 47.6%;
	letter-spacing: 0.04em;
	background-color: #12181A;
  box-sizing: border-box;
}
@media (max-width: 599px){
.reserve_list .card{
	width: 100%;
	margin: 0 0 10px 0;
}
}

.reserve_list .card:nth-of-type(2){
  margin: 0;
}

.reserve_list .card a{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	transition: all 0.2s ease;
}

.reserve_list .card a:before{
	content: '';
	position: absolute;
	bottom: 17px;
	right: 18px;
	width: 15px;
 	height: 15px;
  background-image: url(../images/icon_arrow_rp.svg);
 	background-size: 15px 15px;
 	background-repeat: no-repeat;
	transition: all 0.2s ease;
	opacity: 0.3;
}
@media (max-width: 599px){
.reserve_list .card a:before{
	bottom: 10px;
	right: 10px;
}
}

.reserve_list .card a:hover:before{
	opacity: 1;
}

.reserve_list .card .header{
	color: #FF4A81;
	font-size: 1.4rem;
	font-family: "Lexend Exa";
	font-weight: 600;
	line-height: 1;
  letter-spacing: 0em;
	padding: 14px 0 0 0;
  box-sizing: border-box;
}
@media (max-width: 1024px){
.reserve_list .card .header{
	padding: 0 0 0 0;
}
}

.reserve_list .card .inner{
	color: #fff;
	width: 100%;
	height: 200px;
	font-size: 2.2rem;
	font-family: "Lexend Exa", "Noto Sans JP", sans-serif;
	font-weight: 400;
	line-height: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
@media (max-width: 599px){
.reserve_list .card .inner{
	color: #fff;
	width: 100%;
	height: 130px;
}
}

.reserve_list .card .inner img.instagram{
	width: 160px;
	height: auto;
	display: block;
}
@media (max-width: 599px){
.reserve_list .card .inner img.instagram{
	width: 150px;
}
}

.reserve_list .card .inner img.tel{
	width: 18px;
	height: auto;
	display: block;
	margin-right: 8px;
}

.reserve_list .card .text{
	color: #fff;
	font-size: 1.4rem;
	font-family: "Lexend Exa", "Noto Sans JP", sans-serif;
	font-weight: 500;
	line-height: 1;
	padding: 0 0 18px 18px;
	box-sizing: border-box;
}
@media (max-width: 1024px){
.reserve_list .card .text{
	font-size: 1.4rem;
	padding: 0 0 14px 14px;
	display: none;
}
}
@media (max-width: 599px){
.reserve_list .card .text{
	display: none;
}
}


/* ==========================================================================
   section_title
   ========================================================================== */
.section_title_en{
  color: #12181a;
	color: #fafafa;
	font-size: 4.8rem;
	font-family: "Lexend Exa";
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-left: -4px;
}
@media (max-width: 599px){
.section_title_en{
	font-size: 2.8rem;
	margin-left: 0;
}
}

h2.section_title{
	color: #ccc;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
	letter-spacing: 0.02em;
  white-space: nowrap;
	margin: 10px 0 0 0;
}
@media (max-width: 599px){
h2.section_title{
	font-size: 1.3rem;
	margin: 10px 0 0 0;
}
}

/* scroll-effect */
.mask{
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 4px;
}

/* motion-txt */
.motion-txt{
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 0.5px 0.5px 5px 0.5px;
}

.motion-txt:after{
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
	background-color: #fafafa;
  transform: translate3d(-101%, 0, 0);
}

#faq .motion-txt:after,
#access .motion-txt:after{
	background-color: #0E0F0F;
}

.motion.show .motion-txt:after{
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

.motion.done .motion-txt:after{
  transition-property: transform;
  transition-duration: 0.4s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner{
  display: inline-block;
  opacity: 0;
}

.motion.done .motion-txt .motion-inner{
  opacity: 1;
}


/* ==========================================================================
   concept
   ========================================================================== */
#concept{
	width: 100%;
	background-color: #0E0F0F;
	padding: 120px 0 0 0;
	overflow-y: hidden;
}
@media (max-width: 1024px){
#concept{
	padding: 100px 0 0 0;
}
}
@media (max-width: 599px){
#concept{
	padding: 50px 0 0 0;
}
}

.feature_list{
  width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 599px){
.feature_list{
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
}

.feature_list .card{
	width: 48.8%;
	letter-spacing: 0.04em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #FAFAFA;
  box-sizing: border-box;
	margin: 0 0 20px 0;
}
@media (max-width: 1024px){
.feature_list .card{
	padding: 10px 0;
	margin: 0 0 12px 0;
}
}
@media (max-width: 599px){
.feature_list .card{
	width: 100%;
	padding: 4px 0;
	margin: 0 0 10px 0;
}
}

@media (max-width: 599px){
.feature_list .card:nth-of-type(4){
  margin: 0;
}
}

.feature_list .card .text_block{
	padding: 4px 0 0 20px;
}
@media (max-width: 599px){
.feature_list .card .text_block{
	padding: 4px 0 0 20px;
}
}

.feature_list .card .icon{
	width: 9.8vw;
	height: auto;
}
@media (max-width: 1024px){
.feature_list .card .icon{
	width: 120px;
}
}
@media (max-width: 599px){
.feature_list .card .icon{
	width: 100px;
}
}

.feature_list .card .icon img{
	width: 100%;
	height: auto;
	display: block;
}

.feature_list .card .header{
	color: #FF4A81;
	font-size: 1.4rem;
	font-family: "Lexend Exa";
	font-weight: 600;
	line-height: 1;
  letter-spacing: 0;
  box-sizing: border-box;
}
@media (max-width: 599px){
.feature_list .card .header{
	font-size: 1.4rem;
}
}

.feature_list .card .text{
	color: #0E0F0F;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 26px 0 0 0;
	box-sizing: border-box;
}
@media (max-width: 1024px){
.feature_list .card .text{
	font-size: 1.7rem;
}
}
@media (max-width: 599px){
.feature_list .card .text{
	font-size: 1.7rem;
	padding: 14px 0 0 0;
}
}

#concept h3{
	color: #ff4a81;
  font-size: 2.9rem;
  font-weight: 600;
	line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 599px){
#concept h3{
  font-size: 2.0rem;
	line-height: 1.6;
	letter-spacing: 0.06em;
}
}

#concept p.text{
	color: #0E0F0F;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 2.0;
}
@media (max-width: 1024px){
#concept p.text{
  font-size: 1.4rem;
  letter-spacing: 0;
}
}

#concept .btn_block h3{
	color: #ff4a81;
  font-size: 2.0rem;
  font-weight: 600;
	line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 599px){
#concept .btn_block h3{
  font-size: 1.6rem;
	letter-spacing: 0.02em;
}
}

.btn_sns{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	padding: 14px 0;
}
@media (max-width: 599px){
.btn_sns{
	padding: 10px 0;
}
}

.btn_sns a{
	width: 50%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
@media (max-width: 599px){
.btn_sns a{
	width: 50%;
	height: 56px;
}
}

.btn_sns a.first{
	border-right: 1px solid #444;
}

.btn_sns a img{
	width: auto;
	height: 34px;
	transition: all 0.2s ease;
}
@media (max-width: 599px){
.btn_sns a img{
	width: auto;
	height: 26px;
}
}

.btn_sns a:hover img{
	transform: scale(1.1);
}


/* ticker ============================== */
.img-ticker{
	width: 100%;
	height: auto;
	overflow: hidden;
	white-space:nowrap;
}

.img-ticker ul{
	display: block;
	margin:0;
	padding:0;
	animation:hscroll 100s linear infinite;
}
@media (max-width: 1024px){
.img-ticker ul{
	animation:hscroll 60s linear infinite;
}
}
@media (max-width: 599px){
.img-ticker ul{
	animation:hscroll 40s linear infinite;
}
}

@keyframes hscroll {
	0% { transform:translateX(0px); }
	100% { transform:translateX(-200%); }
}

.img-ticker li{
	width: 20vw;
	aspect-ratio: 1 / 1;
	display: inline-block;
	margin-left: -4px;
}
@media (max-width: 1024px){
.img-ticker li{
	width: 33vw;
}
}
@media (max-width: 599px){
.img-ticker li{
	width: 50vw;
}
}

.img-ticker li img{
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	display: block;
}


/* ==========================================================================
   price
   ========================================================================== */
#price{
	width: 100%;
	background-color: #0E0F0F;
	padding: 120px 0 0 0;
}
@media (max-width: 1024px){
#price{
	padding: 80px 0;
}
}
@media (max-width: 599px){
#price{
	padding: 60px 0;
}
}

#price .title_block .text_block{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

#price .title_block .note{
  font-size: 1.3rem;
	font-weight: 300;
	text-align: right;
}
@media (max-width: 599px){
#price .title_block .note{
	font-size: 1.3rem;
}
}

#price h3{
  font-size: 1.8rem;
	font-weight: 600;
	background-color: #FF4A81;
	padding: 11px 20px;
}
@media (max-width: 599px){
#price h3{
  font-size: 1.6rem;
}
}

#price .menu_list{
  width: 100%;
}

#price .card{
	width: 100%;
	letter-spacing: 0.04em;
  box-sizing: border-box;
}

#price .card dl{
	width: 100%;
	display: flex;
  align-items: center;
  justify-content: space-between;
	border-bottom: 1px solid #444;
	box-sizing: border-box;
	padding: 14px 0;
}
@media (max-width: 599px){
#price .card dl{
	padding: 12px 0;
}
}

#price .card dt{
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.18em;
	font-feature-settings: "palt" 1;
	padding-left: 4px;
}
@media (max-width: 599px){
#price .card dt{
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	padding-left: 0;
}
}

#price .card dd{
	font-size: 1.8rem;
	font-family: "Lexend Exa";
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	margin-right: 4px;
}
@media (max-width: 599px){
#price .card dd{
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	margin-right: 0;
}
}

#price p.note{
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0;
}


/* ==========================================================================
   staff
   ========================================================================== */
#staff{
	width: 100%;
	background-color: #0E0F0F;
	padding: 120px 0 120px 0;
}
@media (max-width: 1024px){
#staff{
	padding: 80px 0;
}
}
@media (max-width: 599px){
#staff{
	padding: 50px 0;
}
}

#staff .staff-list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#staff .staff-list:before{
	content:"";
	width: 30.2%;
	display: block;
	order:1;
}
@media (max-width: 599px){
#staff .staff-list:before{
	width: 47.5%;
}
}

#staff .staff-list:after{
	content:"";
	width: 30.2%;
	display: block;
}
@media (max-width: 599px){
#staff .staff-list:after{
	width: 47.5%;
}
}

#staff .staff-list li{
	width: 30.2%;
	box-sizing: border-box;
	display: block;
	margin: 0 0 44px 0;
}
@media (max-width: 599px){
#staff .staff-list li{
	width: 47.5%;
	margin: 0 0 28px 0;
}
}

#staff .staff-list li .thumb{
	width: 100%;
	height: auto;
	aspect-ratio: 10 / 11.548;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#staff .staff-list li .thumb img{
	width: auto;
	height: 100%;
	display: block;
}

#staff .staff-list li .text_block{
	padding: 11px 0 0 0;
}
@media (max-width: 599px){
#staff .staff-list li .text_block{
	padding: 8px 0 0 0;
}
}

#staff .staff-list li .title{
	color: #ff4a81;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0 0 8px 0;
	margin: 0 0 9px 0;
	border-bottom: 1px solid #444444;
}
@media (max-width: 599px){
#staff .staff-list li .title{
	font-size: 1.4rem;
	padding: 0 0 6px 0;
	margin: 0 0 7px 0;
}
}

#staff .staff-list p.text{
	color: #F8f8f8;
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 300;
	letter-spacing: 0.02em;
}
@media (max-width: 599px){
#staff .staff-list p.text{
	font-size: 1.3rem;
	line-height: 1.5;
}
}


/* ==========================================================================
   faq
   ========================================================================== */
#faq{
	background-color: #fff;
	padding: 120px 0;
}
@media (max-width: 1024px){
#faq{
	padding: 80px 0;
}
}
@media (max-width: 599px){
#faq{
	padding: 60px 0;
}
}

#faq .section_title_en{
	color: #12181A;
}

#faq h2.section_title{
	color: #333;
}

.faq_list{
  width: 100%;
}

.faq_list .card{
	border: 1px solid #bbb;
  box-sizing: border-box;
	margin: 0 0 12px 0;
}

.faq_list .card:last-child{
  margin: 0;
}

.faq_list .card .header{
	color: #12181A;
	font-size: 1.4rem;
	font-weight: 600;
  letter-spacing: 0.02em;
	padding: 14px 24px 14px 80px;
	position: relative;
  background-color: #fff7fa;
	border-bottom: 1px solid #bbb;
  box-sizing: border-box;
}
@media (max-width: 599px){
.faq_list .card .header{
	font-size: 1.4rem;
  line-height: 1.4;
  padding: 14px 18px 14px 60px;
}
}

.faq_list .card .header::before{
	content: "Q.";
	color: #12181A;
	font-size: 2.2rem;
	font-family: "Lexend Exa";
	font-weight: 500;
  position: absolute;
	top: 7px;
  left: 24px;
}
@media (max-width: 599px){
.faq_list .card .header::before{
	font-size: 2.2rem;
	top: 7px;
  left: 18px;
}
}

.faq_list .card .inner{
	color: #12181A;
	font-size: 1.3rem;
	padding: 16px 24px 16px 80px;
	box-sizing: border-box;
	position: relative;
}
@media (max-width: 599px){
.faq_list .card .inner{
	padding: 16px 18px 16px 60px;
}
}

.faq_list .card .inner::before{
	content: "A.";
	color: #12181A;
	font-size: 2.2rem;
	font-family: "Lexend Exa";
	font-weight: 500;
  position: absolute;
	top: 8px;
  left: 24px;
}
@media (max-width: 599px){
.faq_list .card .inner::before{
	font-size: 2.2rem;
	top: 8px;
  left: 18px;
}
}


/* ==========================================================================
   access
   ========================================================================== */
#access{
	padding: 120px 0;
	background-color: #FBFBFB;
}
@media (max-width: 1024px){
#access{
	padding: 80px 0;
}
}
@media (max-width: 599px){
#access{
	padding: 60px 0;
}
}

#access .wrap{
	padding: 0 0 0 24.4%;
}
@media (max-width: 1024px){
#access .wrap{
	padding: 0 0 0 6%;
}
}
@media (max-width: 599px){
#access .wrap{
	padding: 0 0 0 5%;
}
}

#access .section_title_en{
	color: #12181A;
	font-size: 2.8rem;
	margin-left: 0px;
}
@media (max-width: 599px){
#access .section_title_en{
	font-size: 2.6rem;
	text-align: left;
}
}

#access .map{
  width: 100%;
}

#access .map iframe{
  width: 100%;
	height: 450px;
	display: block;
}
@media (max-width: 1024px){
#access .map iframe{
	height: 400px;
}
}
@media (max-width: 599px){
#access .map iframe{
	height: 320px;
}
}

#access h3{
	color: #FF4A81;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
	letter-spacing: 0.02em;
}
@media (max-width: 599px){
#access h3{
	font-size: 1.7rem;
}
}

#access .data{
	color: #12181A;
  width: 100%;
}
@media (max-width: 599px){
#access .data{
  width: 100%;
}
}

#access .data dl{
  display: flex;
	flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 7px 0;
}
@media (max-width: 599px){
#access .data dl{
  margin: 0 0 7px 0;
}
}

#access .data dl dt{
	width: 7em;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
@media (max-width: 599px){
#access .data dl dt{
  width: 60px;
	line-height: 1.8;
	letter-spacing: 0.02em;
}
}

#access .data dl dd{
	font-size: 1.4rem;
  line-height: 1.5;
	letter-spacing: 0.04em;
}
@media (max-width: 599px){
#access .data dl dd{
  width: 74.5%;
	line-height: 1.8;
}
}

#access .data2 dl dd{
  width: 81%;
}
@media (max-width: 599px){
#access .data2 dl dd{
  width: 74.5%;
	line-height: 1.8;
}
}

#access .data dl dd a{
	color: #000;
	font-size: 1.4rem;
  line-height: 1.5;
	letter-spacing: 0.04em;
}
@media (max-width: 599px){
#access .data dl dd a{
  width: 70%;
	line-height: 1.8;
	text-decoration: underline;
}
}


/* ==========================================================================
   footer
   ========================================================================== */
footer{
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #12181A;
	box-sizing: border-box;
	padding: 0 100px 0 50px;
}
@media (max-width: 1024px){
footer{
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
  padding: 50px 6% 20px;
}
}

footer .text_block{
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media (max-width: 1024px){
footer .text_block{
	flex-direction: column;
	align-items: center;
}
}

footer .logo-footer img{
	width: 130px;
	height: auto;
	display: block;
}
@media (max-width: 1024px){
footer .logo-footer img{
  width: 170px;
}
}

footer .nav{
	display: flex;
	flex-direction: row;
	margin: 0 0 0 40px;
}
@media (max-width: 1024px){
footer .nav{
	display: none;
}
}

footer .nav a{
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 0.02em;
	display: inline-block;
	transition: all .2s ease;
	padding: 0 14px 0 0;
}

footer .nav a:hover{
	opacity: 0.5;
}

footer .sns{
	display: flex;
	flex-direction: row;
	margin: 0 0 0 10px;
}
@media (max-width: 1024px){
footer .sns{
	margin: 20px 0 40px 0;
}
}

footer .sns a{
	width: 18px;
	height: 18px;
	display: block;
	transition: all .2s ease;
	padding: 0 0 0 26px;
}
@media (max-width: 1024px){
footer .sns a{
	width: 23px;
	height: 23px;
	padding: 0 10px;
}
}

footer .sns a img{
	width: 100%;
	height: auto;
	display: block;
}

footer .sns a:hover{
	opacity: 0.5;
}

footer .copyright{
	color: #666;
	font-size: 1.1rem;
	font-family: "Lexend Exa";
	font-weight: 300;
	letter-spacing: 0;
}
@media (max-width: 1024px){
footer .copyright{
	width: 100%;
}
}

.page_top a{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .2s ease;
}
@media (max-width: 1024px){
.page_top a{
	width: 74px;
	height: 80px;
}
}

.page_top a:hover{
	opacity: 0.5;
}

.page_top a img{
	width: 28px;
	height: 35px;
	display: block;
}


/* ==========================================================================
   drawer_menu
   ========================================================================== */
.drawer_menu{
	display: none;
	width: 90px;
	height: 90px;
	background: rgba(17, 17, 17, 0);
	position: fixed;
	top: 0;
	right: 0;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1100;
	display: none;
}
@media (max-width: 1024px){
.drawer_menu{
	width: 90px;
	height: 90px;
	display: flex;
}
}
@media (max-width: 599px){
.drawer_menu{
	width: 60px;
	height: 60px;
}
}

.drawer_menu .drawer_bg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 900;
	background-color: rgba(17, 17, 17, 0.8);
	display: none;
	top: 0;
	left: 0;
}

.drawer_menu .drawer_button{
	display: block;
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 1200;
	color: #282828;
}

.drawer_menu .drawer_nav_wrapper{
	width: 60%;
	height: 100%;
	transition: all 0.2s;
	transform: translate(100%);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media (max-width: 599px){
.drawer_menu .drawer_nav_wrapper{
	width: 86%;
	height: 100%;
	transform: translate(460px);
}
}

.drawer_menu .drawer_nav_wrapper.open{
	transform: translate(0);
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .2s;
	box-sizing: border-box;
}

.menu-trigger{
	position: relative;
	width: 26px;
	height: 18px;
}

.menu-trigger span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FF4A81;
}

.menu-trigger span:nth-of-type(1){
	top: 0;
}

.menu-trigger span:nth-of-type(2){
  width: 80%;
	top: 8px;
}

.menu-trigger span:nth-of-type(3){
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1){
	transform: translateY(8px) rotate(-45deg);
	background-color: #1a1a1a;
}

.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
	background-color: #1a1a1a;
}

.menu-trigger.active span:nth-of-type(3){
	transform: translateY(-8px) rotate(45deg);
	background-color: #1a1a1a;
}

.drawer_menu .drawer_nav ul{
	width: 80%;
}

.drawer_menu .drawer_nav li a{
	color: #12181A;
	width: 340px;
	font-size: 1.8rem;
	font-family: "Lexend Exa";
	font-weight: 500;
	letter-spacing: 0.02em;
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
	padding: 10px 0 10px 0;
}
@media (max-width: 599px){
.drawer_menu .drawer_nav li a{
	font-size: 1.6rem;
	width: 240px;
	padding: 9px 0 9px 0;
}
}

.drawer_menu .drawer_nav li a:before{
	content: '';
	position: absolute;
	bottom: 17px;
	right: 0;
	width: 14px;
 	height: 14px;
  background-image: url(../images/icon_arrow_rp.svg);
 	background-size: 14px 14px;
 	background-repeat: no-repeat;
	transition: all 0.2s ease;
	opacity: 0.9;
}
@media (max-width: 599px){
.drawer_menu .drawer_nav li a:before{
	bottom: 15px;
	right: 0;
}
}

.drawer_menu .drawer_nav_wrapper.open li:nth-child(1) {
	animation-delay: 0.1s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(2) {
	animation-delay: 0.14s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(3) {
	animation-delay: 0.18s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(4) {
	animation-delay: 0.22s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(5) {
	animation-delay: 0.26s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(6) {
	animation-delay: 0.3s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(7) {
	animation-delay: 0.34s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(8) {
	animation-delay: 0.38s;
}
.drawer_menu .drawer_nav_wrapper.open li:nth-child(9) {
	animation-delay: 0.42s;
}

.drawer_menu .drawer_nav_wrapper.open li{
	animation-duration: 0.2s;
	animation-fill-mode: both;
	animation-name: fadeInRight;
	animation-timing-function:ease-out;
}

@keyframes fadeInRight{
	0% {
	opacity: 0;
  transform: translate3d(40px, 0, 0)
	}
	100% {
	opacity: 1;
  transform: translate3d(0, 0, 0)
}
}


/* ==========================================================================
   mt
   ========================================================================== */
.mt0{
	margin-top: 0!important;
}
.mt05{
	margin-top: 5px!important;
}
.mt10{
	margin-top: 10px!important;
}
.mt15{
	margin-top: 15px!important;
}
.mt20{
	margin-top: 20px!important;
}
.mt25{
	margin-top: 25px!important;
}
.mt30{
	margin-top: 30px!important;
}
.mt35{
	margin-top: 35px!important;
}
.mt40{
	margin-top: 40px!important;
}
.mt45{
	margin-top: 45px!important;
}
.mt50{
	margin-top: 50px!important;
}
.mt55{
	margin-top: 55px!important;
}
.mt60{
	margin-top: 60px!important;
}
.mt70{
	margin-top: 70px!important;
}
.mt80{
	margin-top: 80px!important;
}
.mt90{
	margin-top: 90px!important;
}
.mt100{
	margin-top: 100px!important;
}
.mt110{
	margin-top: 100px!important;
}
.mt120{
	margin-top: 120px!important;
}
.mt130{
	margin-top: 130px!important;
}
.mt140{
	margin-top: 140px!important;
}
.mt150{
	margin-top: 150px!important;
}


/* ==========================================================================
   mt_sp
   ========================================================================== */
@media (max-width: 599px){
.mt0_sp{
	margin-top: 0!important;
}
.mt05_sp{
	margin-top: 5px!important;
}
.mt10_sp{
	margin-top: 10px!important;
}
.mt15_sp{
	margin-top: 15px!important;
}
.mt20_sp{
	margin-top: 20px!important;
}
.mt25_sp{
	margin-top: 25px!important;
}
.mt30_sp{
	margin-top: 30px!important;
}
.mt35_sp{
	margin-top: 35px!important;
}
.mt40_sp{
	margin-top: 40px!important;
}
.mt45_sp{
	margin-top: 45px!important;
}
.mt50_sp{
	margin-top: 50px!important;
}
.mt55_sp{
	margin-top: 55px!important;
}
.mt60_sp{
	margin-top: 60px!important;
}
.mt70_sp{
	margin-top: 70px!important;
}
.mt80_sp{
	margin-top: 80px!important;
}
.mt90_sp{
	margin-top: 90px!important;
}
.mt100_sp{
	margin-top: 100px!important;
}
.mt110_sp{
	margin-top: 110px!important;
}
.mt120_sp{
	margin-top: 120px!important;
}
.mt130_sp{
	margin-top: 130px!important;
}
.mt140_sp{
	margin-top: 140px!important;
}
.mt150_sp{
	margin-top: 150px!important;
}
