@charset "utf-8";
/* CSS Document */

/*_______________________________


    【西葛西 GirlsBar Cinderella】
　　　　　
       (PC/TB/SP)

_______________________________*/




/*    全体 共通
____________________*/


body{
    font-size: 16px;
    color: #797979;
    font-family: "Noto Serif JP", serif;
    overflow-x: hidden;
    line-height: 1.75;
    position: relative;
    width: 100%;
    background: #fff;
    font-weight: 500;
}
img{
    vertical-align: bottom;
	max-width: 100%;
}
a{
	text-decoration: none;
	color: #797979;
}
@media(hover:hover){
	a{
		transition: opacity 0.5s ease-out;
	}
    a:hover{
		opacity: 0.5;
		transition: opacity 0.5s ease-out;
    }
}


section{
	padding: min(30vw,150px) 0;
	box-sizing: border-box;
	/* max-width: 1920px; */
	margin: auto;
}
.inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}
* .pc_only{
	display: block;
}
* .sp_only{
	display: none;
}


section h2{
    font-size: min(8vw,48px);
    margin-bottom: min(10vw,50px);
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    color:#1eb7b5;
    line-height: 1;
}
h2 span{
	font-size: min(4.6vw,24px);
	display: block;
	color:#797979;
	margin-top: min(5vw,30px);
	font-weight: 500;
	line-height: 1.5em;
}


.action{
	opacity: 0;
}
.action.trigger {
	animation-name: triggerAnime;animation-fill-mode:backwards;
	animation-duration:1s;
	animation-timing-function:ease;
	animation-delay: 0.1s;
	animation-direction:normal;
	flex-basis: calc(100% /3);
	opacity: 1;
	transform: translateY(0px) ;
}

@keyframes triggerAnime{
  0% {
    opacity: 0;
	  transform: translateY(15px) ;
  }

  100% {
    opacity: 1;
	  transform: translateY(0px) ;
  }
}

.sp_100vh{
	height: 100vh; /* Fallback */
	height: calc(var(--vh, 1vh) * 100);
}

header{
  position: fixed;
  height: 90px;/*Headerの高さ設定*/
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  text-align: center;
  color: #000;
  padding: 0 min(5%,60px);
  box-sizing: border-box;
  z-index: 10000;
}
header .logo{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    z-index: 1000;
}
nav {
    display: flex;
    gap: 20px;
    margin: 0 0 0 auto;
}
nav ul {
    display: flex;
    gap: 50px;
}

nav ul li a{
  display: block;
  padding: 10px 0;
  font-weight: 600;
  font-size: 18px;
}

nav ul li.current a{
  color:#1eb7b5; 
}
@media(hover:hover){
nav ul li a{
		transition:color 0.5s ease-out;
	}
nav ul li a:hover{
	    color:#1eb7b5;
		opacity: 1;
		transition:color 0.5s ease-out;
    }
}

.top{
	padding: 90px min(5%,60px)  60px;
	display: flex;
	box-sizing: border-box;
}
.top .mv{
	position: relative;
	width: 100%;
	height: 100%;
}
.top .mv .inner{
	height: 100%;
	display: flex;
}
.top .mv .title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background: rgb(255 255 255 / 30%);
	color: #fff;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	margin-top: auto;
	margin-bottom: 100px;
	text-shadow: 0 0 9px rgb(0 0 0 / 20%);
	text-align: center;
}
.top .mv .title h1 {
    font-size: min(3.3vw,36px);
    font-weight: 600;
    letter-spacing: 0.03em;
}
.top .mv .title h1 span{
	font-size: min(5vw,48px);
	display: block;
}
.top .mv .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
}

 /*========================

　　　MVスライドの設定

　======================== */

 /*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 100%;
  height     : 750px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
 
 /*=== 画像の設定 ======================================= */
.slide li{
  display    : block;
  position   : absolute;
  background-size: cover;
  background-position: center;
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 20s infinite;
}

 /*=== スライドのアニメーションを段差で開始する ========= */
.slide li:nth-of-type(1) { animation-delay: 0s }
.slide li:nth-of-type(2) { animation-delay:10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity:0; transform: scale(1); }
   25% { opacity: 1;}
  25% { opacity: 1;}
  50% { opacity: 1;}
  75% { opacity: 0;}
 100% { opacity: 0; transform: scale(1.25); }
}




.scroll {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    width: 0;
    padding: 0 15px 60px;
    overflow: hidden;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    font-weight: 600;
}
.scroll::before{
	/* content: ''; */
	position:absolute;
	width:100%;
	height: 100%;
	background: rgb(255 255 255 / 50%);
	display:block;
	left:0;
	bottom: 100px;
	z-index: -1;
}
.scroll::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 60px;
	background: #f6f5f2;
	animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    opacity: 1;
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  30.1%, 70% {
    transform: scale(1, 1);

    transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}





.photo{
	background: url("../img/section_bg.jpg") no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.photo ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: min(2vw, 20px);
}

.system .text {
    text-align: center;
    margin-bottom: 30px;
}
.system dl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: min(2vw, 20px);
    margin-bottom: 30px;
}
.system dl > div{
	background: #f6f5f2;
	text-align: center;
	border-radius: 8px;
	padding: 20px;
}
.system dl > div dt{
	font-size: min(4.6vw,24px);
	color: #1eb7b5;
	font-weight: 700;
}
.system dl > div dd > em{
	color: #1eb7b5;
    background: #fff;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    font-weight: 700;
    margin: 5px auto 10px;
    letter-spacing: 0.15em;
}
.system dl > div dd li{
	font-size: min(4.6vw,24px);
}
.system dl > div dd small{
	font-size: min(4vw,18px);
}
.system .credit_card {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #1eb7b5;
    margin-bottom: 10px;
    padding: 20px;
}
.system .credit_card em{
    color: #1eb7b5;
    font-weight: 700;
	display: block;
}
.system .inner > small{
	display: block;
	text-align: center;
	font-size: min(3vw,14px);
}

.access{
	background: #f4fbfb;
}
.access .img_wrap {
	margin-top: 50px;
}
.access .img_wrap ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: min(2vw, 20px);
    align-items: center;
    text-align: center;
}

.access .wrap{
	display: flex;
	flex-flow: column;
	gap: 50px;
	align-items: center;
    text-align: center;
}

.access .wrap iframe{
	width: 100%;
	height: 300px;
	box-sizing: border-box;
}
.access .bar_detail{
	padding: 0 5%;
}
.access .bar_detail ul{
	display: flex;
	flex-flow: column;
	gap:10px;
}
.access .bar_detail em {
    font-size: min(4.6vw,24px);
    font-weight: 500;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center;
    line-height: 1.25;
}
.access .bar_detail address{
	display: block;
	margin-top: 20px;
}
.access .bar_detail address a{
	border-bottom: 1px solid #797979;
}

.recruit{
    background: url(../img/section_bg.jpg) no-repeat;
    background-size: 160%;
    background-position: bottom center;
}
.recruit .text_box {
    text-align: center;
    padding: 50px 0 20px;
    background: url(../img/cinderella_girl.png) no-repeat center;
    background-size: contain;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 2;
}
.recruit .contact{
	display: flex;
	align-items: center;
	justify-content: center;
    gap: min(2vw, 20px);
	margin-bottom: 100px;
	flex-wrap: wrap;
}
.recruit .contact a{
	height: 40px;
	border-radius: 20px;
	border: 1px solid #1eb7b5;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	color:  #1eb7b5;
	width: 280px;
}
.recruit .contact a img{
	width: 20px;
}
.recruit .recruit_img{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: min(2vw, 20px);
	align-items: center;
	text-align: center;
}



footer{
	background: #f6f5f2;
	padding: 30px 5% 10px;
}
footer .footer_nav {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
}
footer .footer_nav .sitemap {
    display: flex;
    gap: 10px min(6vw,50px);
    flex-wrap: wrap;
}
footer .footer_nav .sns {
    display: flex;
    gap: 10px;
}
footer .footer_nav .sns a{
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}
footer .copy{
	border-top: 1px solid #fff;
	font-size: 11px;
	text-align: center;
	display: block;
	padding-top: 10px;
	letter-spacing: 0.1em;
}




/*========= ページトップCSS ===============*/
/*リンクの形状*/
#page-top a {
	color: #1eb7b5;
	display: flex;
	justify-content: center;
	width: 40px;
	height: 90px;
	font-size: 1rem;
	transition: all 0.3s;
	flex-flow: column;
	box-sizing: border-box;
	line-height: 1;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
	font-weight: 600;
	text-align: left;
	font-size: 12px;
	text-align: center;
	background: #1eb7b5;
	color: #fff;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 0px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(200px);
  }
}




/* 　============================================


           メディアクエリ　切り替え


===============================================*/


/* 　＋＋＋＋＋＋＋　iPad Pro（12.9inch）/ （1024px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:1024px) {

	
main {
}	
header {
    height: 0;
}
	
.top {
    padding: 50px 5% 50px;
}
.scroll {
    bottom: -50px;
    padding: 0 15px 50px;
}
.scroll::after {
    height: 50px;
}	
	
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    visibility: hidden;
    top: 0;
    left: 0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: #f6f5f2;
    /*動き*/
    transition: all 0.3s;
    box-sizing: border-box;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
  visibility: visible;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 40%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  text-decoration: none;
  padding:10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
  position: absolute;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 0;
  background: rgb(255 255 255 / 90%);
  top: 0;
  /* border: 1px solid #1eb7b5; */
}
  
/*×に変化*/  
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: #1eb7b5;
    width: 50%;
  }

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
  margin-left: auto;
}

.openbtn span:nth-of-type(3) {
  bottom: 15px;
}

.openbtn.active span:nth-of-type(1) {
    top: 19px;
    transform: translateY(6px) rotate(-45deg);
    width: 60%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

	
    /*　---　*/
}
/* ＋＋end＋＋　iPad Pro（12.9inch）/ 以下 用　ここまで　＋＋end＋＋　*/







/* 　＋＋＋＋＋＋＋　iPad Pro（9.7inch～10.5inch）/（834px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:834px) {



    /*　---　*/
}
/* ＋＋end＋＋　TB 縦（834px）以下 用　ここまで　＋＋end＋＋　*/






/* 　＋＋＋＋＋＋＋　SP（767px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:767px) {
* .pc_only{
	display: none;
}
* .sp_only{
	display: block;
}	
body {
    font-size: 90%;
    letter-spacing: -0.05em;
}	
section h2 {
}
	
header .logo {
    width: 80px;
}	
.top .mv .title{
	height: 150px;
}	
.top .mv .title h1{
		font-size: 16px;
}	
.top .mv .title h1 span{
		font-size: 22px;
}	
		
	

 /*========================

　　　MVスライドの設定

　======================== */

 
 /*=== 画像の設定 ======================================= */
.slide li:nth-of-type(1){
  animation  : slideAnime1 30s infinite;
}
.slide li:nth-of-type(2){
  animation  : slideAnime2 30s infinite;
}

 /*=== スライドのアニメーションを段差で開始する ========= */
.slide li:nth-of-type(1) { animation-delay: 0s }
.slide li:nth-of-type(2) { animation-delay:15s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime1{
   0% { opacity:0; transform: scale(1); background-position: 45%; }
   25% { opacity: 1;}
  25% { opacity: 1;}
  50% { opacity: 1;}
  75% { opacity: 0;}	
 100% { opacity: 0; transform: scale(1); background-position: 80% center; }
}
@keyframes slideAnime2{
   0% { opacity:0; transform: scale(1);background-position:60% center;}
   25% { opacity: 1;}
  25% { opacity: 1;}
  50% { opacity: 1;}
  75% { opacity: 0;}
 100% { opacity: 0; transform: scale(1);background-position: 30%;}
}

	
	


.photo ul {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
	
.system .inner > small {
    text-align: left;
}
	
.access .img_wrap {
		overflow-x: auto;
		width: calc(100% + 5%);
}	
.access .img_wrap ul {
        display: flex;
        min-width:350%;
        padding-right: 5%;
}

	
.recruit {
    background-size: 300%;
    background-position: bottom left;
}	
.recruit .text_box {
    background-size: min(60%,250px);
    padding: 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 2;
}
	
	
footer .footer_nav .sitemap {
    margin: auto;
}	
footer .footer_nav .sns {
    margin: auto;
}	
	
	
	
	
    /*　---　*/
}
/* ＋＋end＋＋　SP（767px）以下 用　ここまで　＋＋end＋＋　*/










