@charset "UTF-8";
/* 一番外側のブロック */
body{
background-size: cover;
font-family: 'Noto Sans JP', sans-serif;
}

img{
  flex-shrink: 0
}

.outer{
  font-weight: bold;
    overflow-x: hidden;
}

.fadein-ex {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

.fadein-ex.scrollin{
    opacity : 1;
	transform : translate(0, 0);
}

.fadein-zoom {
	opacity : 0.1;
	transform : scale(0.2);
	transition : all 500ms;
	}

.fadein-zoom.scrollin{
    opacity : 1;
	transform : scale(1);
}

.col-2 a{color: #000000;text-decoration: none;}

/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 11;
  right : 0px;
  top   : 0px;
  width : 72px;
  height: 72px;
  cursor: pointer;
  text-align: center;
  background-color: #240407;
  border-radius: 0 0 0 25px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 23px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  
}
.hamburger span:nth-child(1) {
  top: 25px;
}
.hamburger span:nth-child(2) {
  top: 35px;
}
.hamburger span:nth-child(3) {
  top: 45px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 35px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  z-index: 10;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}

.nav-link{color: black;background-color: white;margin-top: 10px;box-shadow: 0 3px;font-size: 0.6rem;}
.nav-home{border-radius: 5px 0 0 5px;}
.nav-vr{border-radius: 0 5px 5px 0;}
.nav-home:hover{background-color: #E51C52;color: white;}
.nav-news:hover{background-color: #D6D6D6;color: white;}
.nav-info:hover{background-color: #169AEA;color: white;}
.nav-acti:hover{background-color: #F6E300;color: white;}
.nav-nin:hover{background-color: #FF9B27; color: white;}
.nav-free:hover{background-color: #52A420;color: white;}
.nav-oto:hover{background-color: #80CEAD;color: white;}
.nav-vr{background-color: #169AEA;color: white;}
.nav-vr:hover{background-color: #169AEA;color: white;}


.top{text-align: center;}

.retop img{position: fixed;width: 60px;bottom: 30px;right: 30px; transition: 0.2s;z-index: 20;}
.retop img:hover{transform: scale(1.2);}

.ac-top{position: relative;}
.tximg img{position: absolute;width: 100%;top: 0%;left: 0%;}

.sen2{margin-top: 100px;}

.bana-{text-align: center;margin-top: 100px;}
.bana- img{width: 500px;}
.bana{margin-top: 100px;}

.fot-sns{margin-top: 100px;background-color: #F6E300;padding-top: 30px;padding-bottom: 30px;}
.insta{background-color: white;padding: 20px;border-radius: 45px;}


.fot-rain{height: 6px;background: url(../img/fot-rain.png);background-size: cover;}
.fot-c{background-color: #169AEA;color: white;padding: 40px 0;text-align: center;}


.ac-tx1{text-align: center;line-height: 40px;margin-top: 100px;}
.ac-tx1-blue{color: #169AEA;}
.ac-text{
  width: 80%;
  max-width: 1000px;
  margin: 50px auto 200px;
}

.flex-box{display: flex;width: 1000px;gap: 0 2%;}
.mar-t150{margin:150px auto;}
.mar-t50{margin: 50px auto;}
.mar-a{margin: 0 auto;}
.border-d{border-top: 5px dotted;width: 1000px; margin: 100px auto 0;}

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

.pcbr::before{content:"\A";
    white-space:pre;}


/* vr css */
.VR-thanks p,
.VR-movie p{
  line-height: 35px;
  margin: 0;
}
.VR-thanks span,
.VR-movie span,
.VR-movie a{
  display: inline-block;
}

.VR-thanks{
  margin: 50px auto;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  background-color: #169AEA;
  padding: 2rem;
}

.VR-movie{
  width: 77%;
  margin: 100px auto;
  text-align: center;
  max-width: 1000px;
  font-size: 0.9rem;
  font-weight: 400;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.font-L{
  font-size: 1.2rem;
  font-weight: bold;
}
.mg-b{
  margin-bottom: 1rem!important;
}

.vrmidashi{
  width: 90%;
  max-width: 1200px;
  margin: 100px auto 50px;
  text-align: center;
  font-size: 1.5rem;
  color: #169AEA;
  border-top: 5px dotted;
  border-bottom: 5px dotted;
  padding: 30px 0;
}

.vrmidashi p{
  font-size: 0.9rem;
}

.vrflex{
  display: flex;
  width: 80%;
  max-width: 1000px;
  gap: 4%;
  margin: 50px auto;
}

.vrflex img{
  width: 48%;
}

.vrtext{
  font-size: 0.9rem;
  font-weight: 400;
  width: 80%;
  max-width: 1000px;
  margin: 30px auto;
  line-height: 35px;
  text-align: center;
}

.vrform{
  width: 60%;
  max-width: 600px;
  background-color: #169AEA;
  color: #fff;
  text-decoration: none;
  text-align: center;
  margin: 30px auto;
  padding: 10px 0;
}

.vrform-text{
  font-size: 0.9rem;
  font-weight: 400;
  width: 80%;
  max-width: 1000px;
  margin: 30px auto 100px;
  color: #169AEA;
  line-height: 35px;
  text-align: center;
}

.vrflex2{
  display: flex;
  width: 60%;
  max-width: 600px;
  margin: 30px auto;
  font-weight: 400;
  gap: 5%;
  align-items: stretch;
}

.vrflex2 div:nth-of-type(1){
  border: 1px solid;
  padding: 0px 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.vrflex2 div:nth-of-type(2){
  line-height: 35px;
  font-size: 0.9rem;
}

.vrflex2-bold{
  font-weight: bold;
}

.gentei{
  text-align: center;
  margin-bottom: 100px;
}

.gentei img{
  width: 80%;
  max-width: 1000px;
}

.bosyu{
  margin: 100px 0;
  position: relative;
}

.vrform2{
  position: absolute;
  color: #169AEA;
  background-color: #fff;
  text-decoration: none;
  transform: translate(-50%,0);
  left: 50%;
  bottom: 15%;
  width: 60%;
  max-width: 600px;
  text-align: center;
  padding: 5px 0;
}

.atten{
  color: #169AEA;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
  padding: 0 5%;
}

.atten-midasi{
  border-top: 1px solid #169AEA;
  border-bottom: 1px solid #169AEA;
  line-height: 50px;
  padding: 5px;
}

.border-d{
  margin: 100px auto;
}

/* vr css */


@media screen and (max-width:1200px){

}

@media screen and (max-width:1100px){

}

@media screen and (max-width:991px){
  .flex-box{width: 700px;}
  .kazari-tube1 iframe{width: 700px;height: 400px;}
  .sisetu{width: 700px;}
  .tx-unagi{width: 700px;}
  .border-d{width: 700px;}
  .def-kaza{bottom: -30px;}
  
}


@media screen and (max-width:770px){
  .sp-hide{display: none;}
  
}

@media screen and (max-width:767px){
  
}

@media screen and (min-width:771px){
  .hamburger{display: none;}
}

@media screen and (max-width:575px){
  
}

@media screen and (max-width:430px){
  .ac-tx1{width: 77%;margin: 50px auto;}
  .insta{padding: 10px;}
  .itiran{margin: 0 50px 0 auto;}
  .area-tx{font-size: 16px;}
  .flex-box{width: 300px;display: block;margin: 50px auto;}
  .kazari-tube1{margin-top: 15px;}
  .kazari-tube1 iframe{width: 320px;height: 200px;}
  .sisetu{width: 300px;}
  .tx-unagi{width: 300px;}
  .border-d{width: 300px;}
  .flex-box div{width: 100%;}
  .kazari-ga img{margin-top: 50px;}
  .flex-boxu{display: block;width: 300px;}
  .una{width: 100%;}
  .una-tx{width: 100%;}
  .pc-hidex{display: block;}
  .sp-hidex{display: none;}
  .def-kaza{bottom: -100px;right: -10px;width: 100px;}
  .tximg img{width: 100%;top: 0%;left: 0%;}
  .pcbr::before{display: none;}
  .spbr::before{content:"\A";white-space:pre;}
  .mart-sp img{margin-top: 55px;}
  .zen-tx{line-height: 32px;font-size: 18px;}


  .vrflex{
    flex-direction: column;
  }
  .vrflex img{
    width: 100%;
  }
  .vrflex img:nth-of-type(2){
    margin-top:30px;
  }

  .vrform{
    width: 80%;
  }

  .vrform-text{
    text-align: left;
  }

  .vrflex2{
    flex-direction: column;
    width: 80%;
  }
  .vrflex2 div:nth-of-type(1){
    padding: 10px;
  }
}


@media screen and (max-width:320px){
  .fot-c{padding: 40px 10px;}
}


/*IE対応CSS(<_<)*/
@media all and (-ms-high-contrast:none) {
  .news {
    background-color: #fff;
  }
}