@charset "utf-8";
/* CSS Document */

/*_______________________________


    【ナイトアンジュ公式サイト】
　　　　　
       (PC/TB/SP)

_______________________________*/




/*    全体 共通
____________________*/


body{
    font-size: 16px;
    color: #000;
    font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-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: #000;
}
@media(hover:hover){
	a{
		transition: opacity 0.5s ease-out;
	}
    a:hover{
		opacity: 0.5;
		transition: opacity 0.5s ease-out;
    }
}

main{padding-top: 100px;}
section{
	padding: min(18vw,100px) 0;
	box-sizing: border-box;
	max-width: 1920px;
	margin: auto;
}
.inner{
	max-width: calc(1200px + 10%);
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	box-sizing: border-box;
}
* .pc_only{
	display: block;
}
* .sp_only{
	display: none;
}

.btn{
    background: #cde8dd;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius:25px;
    width: min(70vw,250px);
    font-weight: bold;
    position: relative;
    /* padding-right: 15px; */
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
.btn::after {
    content: '';
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 25px;
}
.btn.contact{
	background: #ccc;
}
h2{
	max-height:220px;
	margin-bottom: -50px;
	margin-left: 0;
	height: 15vw;
}
h2 img{
	height: 100%;
}
section:nth-of-type(even) h2{
	text-align:right;
	margin: 0 0 -50px 0;
}
h3{
    font-size: min(7.5vw,40px);
    margin-bottom: min(12vw,60px);
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
h3 span {
    display: block;
    font-size: 60%;
}
.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) ;
  }
}


#home .concept li:nth-of-type(1).action.trigger{
	animation-delay: 0.1s;
}
#home .concept li:nth-of-type(2).action.trigger{
	animation-delay: 1s;
}
#home .concept li:nth-of-type(3).action.trigger{
	animation-delay: 2s;
}


#header{
  position: fixed;
  height: 100px;/*Headerの高さ設定*/
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
	background: #fff;
	text-align: center;
	color: #000;
	padding: 0 5%;
	box-sizing: border-box;
	z-index: 10000;
}
nav {
    display: flex;
    gap: 20px;
    margin: 0 50px 0 auto;
}
nav ul {
    display: flex;
    gap: 30px;
}

nav ul li a{
  display: block;
  padding:10px;
  font-weight: 600;
  font-size: 18px;
}

nav ul li.current a{
  color:#cde8dd; 
}
@media(hover:hover){
nav ul li a{
		transition:color 0.5s ease-out;
	}
nav ul li a:hover{
	    color:#cde8dd;
		opacity: 1;
		transition:color 0.5s ease-out;
    }
}


#top{
    display: flex;
    position: relative;
	padding: 0 5% 100px;
}
#top .title{
    background: #cde8dd;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 30px;
    flex-basis: 35%;
    padding: 0 2%;
    box-sizing: border-box;
    height: calc(100vh - 200px);
    max-height: 1000px;
}
#top .title h1{
	text-align: center;
}
#top .title h1 em{
    font-size: min(5vw,20px);
    margin-bottom: min(1.5vw,10px);
    font-weight: 500;
    display: block;
}
#top .title div{
	display: flex;
	justify-content: center;
}
#top .title div span{
	/* width:50%; */
	max-height: 180px;

	height: 20vw;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top .title div span img{
	height: 100%;
}
#top .mv_img{
    flex-basis: 65%;
    height: calc(100vh - 200px);
    max-height: 1000px;
}
#top .mv_img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.scroll {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: auto;
    width: 13px;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    font-weight: 600;
    text-shadow: 0 0 5px rgb(0 0 0 / 30%);
}
.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: 100px;
	background: #cde8dd;
	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%;
  }
}
#concept {
	padding-top: 20px;
}
#concept h3,
#concept span{
    font-size: min(7.5vw,40px);
    
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: block;
    line-height: 1;
}
#concept h3{
	margin-bottom: -0.5em;
}
#concept span{
	margin-top: -0.5em;
}
#concept h3::before{
	content: '';
	width: 30px;
	height: 30px;
	background: url("../img/icon_heart.svg") no-repeat;
	background-size: contain;
	/* position: absolute; */
	left: 0;
	right: 0;
	top: -30px;
	margin: 0 auto 10px;
	display: block;
}
#concept ul{
	display: flex;
	gap:10px;
	position: relative;
	z-index: 0;
	margin: 100px auto;
	padding: 0 5%;
}
#concept ul::before{
	content: "";
	position: absolute;
	width: calc(100% - 20%);
	height: calc(100% + 200px);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgb(248 246 242);
	z-index: -1;
}
#concept li{
	position: relative;
	background: #000;
}

#concept li img{
	opacity: 0.8;
}
#concept li em{
	color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 5px #000;
	font-size: min(5vw,28px);
}

#about .about_box{
    display: flex;
    background: #f8f6f2;
    margin-bottom: 100px;
    flex-flow: row-reverse;
    align-items: center;
}
#about .about_box .text{
	flex-basis: 50%;
	display: flex;
	align-items: center;
	padding: 5%;
	box-sizing: border-box;
}
#about .about_box .img{
	flex-basis: 50%;
}
#about .operator img{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	object-fit: cover;
	margin: auto;
	display: block;
}
#about .operator{
	text-align: center;
}
#about .operator em {
    font-weight: 600;
    margin: 20px 0 30px;
    display: block;
}
#about .operator em small{
	display: block;
}
#about .operator .performance{
	max-width: 800px;
	margin: auto;
}
#about .operator .performance span{
    font-weight: 600;
    margin: min(15vw,80px) auto 2px;
    display: block;
    padding: 5px;
    background: #cde8dd;
    box-sizing: border-box;
}
#about .operator .performance dl{
    margin: auto;
    /* border: 1px solid #000; */
    text-align: left;
    display: flex;
    flex-flow: column;
    gap: 2px;
    font-size: 80%;
}
#about .operator .performance dl > div{
	display: flex;
	gap: 2px;
}
#about .operator .performance dt{
	flex-basis: 230px;
	background: #f0f8f5;
	padding: 10px;
	font-weight: 600;
}
#about .operator .performance dd{
	flex-grow: 1;
	background: #f8f6f2;
	padding: 10px;
}
#about .operator .performance dd ul{
	display:flex;
	flex-flow: column;
	gap: 5px;
}
#about .operator .performance dd li{
	
padding-left: 15px;
	
position: relative;
}
#about .operator .performance dd li::before{
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/icon_heart.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
}
#about .operator .performance small{
	margin:10px auto 0;
	display:block;
}

#point .safety{
	margin-bottom: 100px;
}
#point .safety dl{
	display: flex;
	gap:20px;
	margin-bottom: 60px;
	flex-wrap: wrap;
}
#point .safety dl div{
	flex-basis: calc((100% - 60px) / 4);
}
#point .safety dt {
    font-size: min(6vw,26px);
    text-align: center;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    font-weight: 600;
}
#point .safety dt img{
	height: min(20vw,200px);
	display: block;
	text-align: center;
	font-weight: 600;
	margin: 0 auto 30px;
	min-height: 150px;
}
#point .safety dd{
	font-size: 90%;
	text-align: center;
}
#point .safety .text{
	max-width: 500px;
	margin: auto;
	border: 1px solid #000;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
    font-size: 90%;
}


#point .please_come dl{
	display: flex;
	gap: min(5vw,30px);
	flex-wrap: wrap;
	justify-content: center;
}
#point .please_come dl div{
	flex-basis: calc((100% - 60px) / 3);
}
#point .please_come dt {
	background: #f1ede6;
	width: 25vw;
	height: 25vw;
	max-width: 320px;
	max-height: 320px;
	min-width: 240px;
	min-height: 240px;
	border-radius: 50%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	text-align: center;
	gap: min(3vw,20px);
	margin-bottom: 30px;
}
#point .please_come dt span{
    font-size: min(15vw,74px);
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: -15%;
    line-height: 1.5;
    width: 100%;
}
#point .please_come dt span::after{
	content:'';
	width:50%;
	height:3px;
	background:#fff;
	display:block;
	margin:auto
}
#point .please_come dt em{
	font-size: min(5.5vw,26px);
	font-weight: 600;
	line-height: 1.25;
}

#point .please_come dd{
	text-align: center;
	font-size: 90%;
}
#activity .event > div{
    display: flex;
	margin-bottom: 80px;
}
#activity .event > div:nth-of-type(even){
    flex-flow: row-reverse;
}
#activity .event .img {
    display: flex;
    background: #cde8dd;
    flex-basis: 50%;
	flex-wrap: wrap;
}
#activity .event .img li{
	flex-basis:  calc(100% / 3);
}
#activity .event img{
	opacity: 0.8;
	height: 100%;
    object-fit: cover;
}
#activity .event .text {
    flex-basis: 50%;
    text-align: center;
    padding:0 5%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
#activity .event .text h4{
    /* padding-top: 5%; */
    margin-bottom: 20px;
}
#activity .event .text h4 span{
    background:linear-gradient(transparent 60%, #cde8dd 60%);
    font-size: min(6vw,26px);
    letter-spacing: -0.05em;
    font-weight: 600;
}
#activity .event .text p{
	
margin-bottom: 20px;
}
#activity .event .text ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
#activity .event .text li{
	border: 2px solid #f0f8f5;
	padding: 0 5px;
	/* color: #ffffff; */
	background: #f0f8f5;
	/* font-weight: 400; */
	box-sizing: border-box;
}
#activity .event .text small{
	margin: 5px 0 0;
	font-size: 70%;
}
#activity .real_time{
    background: #f8f6f2;
    padding: 50px 5%;
    border: 2px solid #c1c1c1;
}
#activity .real_time p{
	font-size: 130%;
	margin-bottom: 20px;
	text-align: center;
}
#activity .real_time .sns{
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#activity .real_time .sns li{
	width: calc((100% - 30px )/ 4);
	max-width: 200px;
}

#activity .real_time .sns a {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    gap:10px;
    font-size: 120%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #c1c1c1;
    border: 2px solid #fff;
    box-sizing: border-box;
}
#activity .real_time .sns a:hover{
	
	
}
#activity .real_time .sns a::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transform: translateY(-100%);
    transition: all 0.3s;
}

#activity .real_time .sns a:hover::after{
	    transform: translateY(0%);
}
#activity .real_time .sns .instagram::after {
	background: linear-gradient(to right, #5478f2 0%, #f23f79 60%, orange 100%);
}

#activity .real_time .sns .facebook::after{
	background: #3B5998;
}
#activity .real_time .sns .twitter::after{
	background: #00acee;
}
#activity .real_time .sns .line::after{
	background: #06c755;
}
#activity .real_time .sns a img{
    height: 50%;
}

#activity .tieup{
	margin: 100px 0;
}
#activity .tieup p{
    text-align: center;
    margin-bottom: 30px;
}
#activity .tieup img{
	display: block;
	margin: auto;
}
#activity .covid-19 img{
    max-width: 400px;
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
#activity .covid-19 .text{
    border: 1px solid #000;
    padding: 30px;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
#activity .covid-19 .text ul{
	counter-reset: number 0;
	display: flex;
	flex-flow: column;
	gap: 10px;
}
#activity .covid-19 .text li{
	position: relative;
	font-size: 90%;
}
#activity .covid-19 .text li::before {
    counter-increment: number 1;
    content: "0" counter(number) "";
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    border-bottom: 1px solid #000;
    width: 25px;
    color: #000;
}

aside{
    background: #f8f6f2;
    padding: 80px 12%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 100px;
    font-size: 130%;
}

aside .contact_form{
	margin:30px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px 20px;
	flex-wrap: wrap;
}
aside .contact_form li{
	max-width:350px;
	width: 100%;
}
aside .btn{
	max-width: 100%;
	width: 100%;
	height: 60px;
	border-radius: 30px;
}


aside p{
	
}
aside small{
	font-size: 60%;
	margin: 40px 0 20px;
	display: block;
}
aside .contact_sns{
    display: flex;
    justify-content: center;
    gap: 10px;
}
aside .contact_sns a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px 0 10px;
    font-size: 12px;
    box-sizing: border-box;
    background: #fff;
    width: 120px;
    position: relative;
    border: 2px solid #ffffff;
    color: #c1c1c1;
    border-radius: 20px;
    border: 2px solid #c1c1c1;
}
aside .contact_sns a::after {
    content: '';
    border-left: 2px solid #c1c1c1;
    border-top: 2px solid #c1c1c1;
    width:5px;
    height: 5px;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
}
footer{
	background: #cde8dd;
	padding: 100px 5% 30px;
}
footer .logo{
    max-width: 500px;
    margin: auto;
    padding: 0 5%;
}
footer .nav{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
    flex-wrap: wrap;
    padding: 0px 10%;
}
footer .nav a{
	color: #fff;
	font-weight: 600;
	padding: 5px;
}
footer .sns{
    display: flex;
    gap: 15px 30px;
    justify-content: center;
    margin: 0 0 60px;
    flex-wrap: wrap;
    font-size: 18px;
}
footer .sns img {
    width: 42px;
}
footer .btm_nav{
	display:flex;
	justify-content: center;
	margin-bottom: 30px;
}
footer .btm_nav a{
	font-size:90%;
	color:#fff;
}
footer .copy{
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	text-align: center;
	display: block;
	padding-top: 30px;
}




/*========= ページトップCSS ===============*/
/*リンクの形状*/
#page-top a {
	color: #cde8dd;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	width: 40px;
	height: 150px;
	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;
}

/*ハートアイコンの表示*/
#page-top .heart::before,
#page-top .heart::after,
#page-top .heart span::before,
#page-top .heart span::after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../img/icon_heart.svg) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	margin: auto;
}

/*　footerに到達した時　*/
#page-top.bt a{/* font-size: 10px; *//* height: 110px; */}

/*ハート（上）の動き*/

#page-top .heart::before{
	transform: translateY(-6px) scale(0.8);
}
#page-top.bt .heart::before{
  animation: Bt_1_Anime 0.5s forwards;
}
@keyframes Bt_1_Anime{
  from {
  transform: translateY(-6px) scale(0.8);
  }
  to {
  transform: translateY(0px) scale(1) rotate(-360deg);
  }
}

/*ハート（下）の動き*/
#page-top .heart::after{
	opacity: 0;
	transform: translateY(26px) rotate(180deg);
}
#page-top.bt .heart::after{
  animation: Bt_2_Anime 1s forwards;
}
@keyframes Bt_2_Anime{
  from {
	opacity: 0; 
  transform: translateY(26px) rotate(180deg);
  }
  to {
  opacity: 1;  
  transform: translateY(20px) rotate(180deg);	  
  }
}
/*ハート（左）の動き*/
#page-top .heart span::before{
	opacity: 0;
	transform: translateY(13px) translateX(-15px) rotate(-90deg);
}
#page-top.bt .heart span::before{
  animation: Bt_3_Anime 1s forwards;
}
@keyframes Bt_3_Anime{
  from {
	  opacity: 0;
  transform: translateY(13px) translateX(-15px) rotate(-90deg);
  }
  to {
  opacity: 1;
	visibility:visible;  
	  transform: translateY(10px) translateX(-10px) rotate(-90deg);
  }
}
/*ハート（右）の動き*/
#page-top .heart span::after{
	opacity: 0;
	transform: translateY(13px) translateX(15px) rotate(90deg);
}
#page-top.bt .heart span::after{
  animation: Bt_4_Anime 1s forwards;
}
@keyframes Bt_4_Anime{
  from {
	  opacity: 0;
  transform: translateY(13px) translateX(15px) rotate(90deg);
  }
  to {
  opacity: 1; 
  transform: translateY(10px) translateX(10px) rotate(90deg);
  }
}

	

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  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);
  }
}




#privacy_policy h1{
    font-size: min(7.5vw,40px);
    margin-bottom: min(20vw,100px);
    text-align: center;
    font-weight: 600;
    position: relative;
    z-index: 1;
	height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
}
#privacy_policy dl div{
    margin: 80px 0;
}
#privacy_policy dt{
    font-size: min(6vw,26px);
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    font-weight: 600;
}
#privacy_policy dd ul{
	margin:20px 0;
	padding-left:1em;
	text-indent:-1em;
}
#privacy_policy dd ul li{
	margin: 5px 0;
}

/* 　============================================


           メディアクエリ　切り替え


===============================================*/


/* 　＋＋＋＋＋＋＋　iPad Pro（12.9inch）/ （1024px）以下　用　＋＋＋＋＋＋＋　*/

@media screen and ( max-width:1024px) {

main {
    padding-top: 80px;
}	
#header {
    height: 80px;
}
	
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
    z-index: -1;
    opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
    visibility: hidden;
    top: 80px;
    left: 0;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: rgb(248 246 242);
    /*動き*/
    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{
  /* color: #333; */
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}


/*========= ボタンのためのCSS ===============*/
.openbtn{
  position: absolute;
  z-index: 9999;/*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height:50px;
}
  
/*×に変化*/  
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: #000;
    width: 60%;
  }

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
}

.openbtn span:nth-of-type(3) {
  top: 35px;
}

.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: 31px;
    transform: translateY(-6px) rotate(45deg);
    width: 60%;
}

	

	
#top {
    display:block;
}	
	
#top .title {
    gap: 0;
    padding: 20px 5%;
    height: min(25vh,350px);
}
#top .title div{
	justify-content: space-between;
}	
#top .title div span {
    height:150px;
    /* flex-basis: 50%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 #top .title h1{
    margin: -50px 0;
    z-index: 2;
    position: relative;
}	
#top .mv_img {
    flex-basis: auto;
    height: min(55vh,650px);
}	

	
#concept ul {
    flex-wrap: wrap;
}	
#concept li {
    flex-basis: calc((100% - 20px) /3);
}	
	
#point .safety dl {
    gap: 50px 10px;
    flex-wrap: wrap;
    justify-content: center;
}	
#point .safety dl div {
    flex-basis: calc((100% - 10px) / 2);
}	
#point .please_come dl {
    justify-content: center;
	gap: 50px 30px;
}	
#point .please_come dl div {
    flex-basis: calc((100% - 30px) / 2);
}	
#activity .event > div {
    flex-flow: column !important;
}
#activity .event .img {
    margin-bottom: 30px;
}	
#activity .event .img img{
	height:auto;
}	
		
	

    /*　---　*/
}
/* ＋＋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 {
    margin: 0 0 -30px 0!important;
}
#concept ul{margin: 70px auto;}	
#concept ul::before {
    height: calc(100% + 140px);
}
	
#top {
    padding: 0 0 100px;
}	
#top .title {
    padding: 10px 50px;
    height: 150px;
}	
#top .title div {
    justify-content: center;
    gap: 30px;
}
#top .title div span {
    height: 100px;
    opacity: 0;
}
#top .mv_img {
    height: 340px;
}
#about .about_box {
    flex-flow: column;
    margin-bottom: 80px;
}
#about .about_box .text {
    padding: 7%;
}	
#about .operator img {
    width: 200px;
    height: 200px;

}
#about .operator .performance {
    width:90%;
}	
#about .operator .performance dl > div {
    flex-flow: column;
}	
#point .safety dl,
#point .please_come dl {
    flex-flow: column;
}
#about .operator .performance dt {
    flex-basis: auto;
}
#activity .covid-19 .text {
    padding: 7%;
}

#activity .real_time p {
    font-size: 100%;
}
#activity .real_time .sns {
    gap: 5px;
}
#activity .real_time .sns li {
    width: calc((100% - 5px) / 2);
}

#page-top {
    right: 10px;
}
#page-top.bt a {
    font-size: 10px;
    height: 110px;
}
aside .btn {
	font-size: 17px;
	/* letter-spacing: -0.05em; */
}

	
    /*　---　*/
}
/* ＋＋end＋＋　SP（767px）以下 用　ここまで　＋＋end＋＋　*/










