@charset "utf-8";
/* CSS Document */
.InlineBox {
  height: 100vh;
}
/* movie ---------------------------------------- */
.movie {
  position: relative;
}

#videoBox {
    position: absolute;
    top:20%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    margin: auto;
    object-fit: cover;
}
.mask{
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
}
/* header ---------------------------------------- */
.trigger {
  margin: 0;
  width: 100%; 
  height: 100%;
  position: relative;
  color: #fff;
}
.trigger .play {
  margin: 0;
  position: absolute; 
  top: 140px; 
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.trigger .play h1{
  font-size: 40px;
  font-weight: bold;
}
.trigger .play h1 span{
  font-size: 170%;
}
.trigger .play p{
  width: 140px;
  margin: auto;
  font-family: 'Anton', sans-serif;  
  letter-spacing: 2px;
}
.trigger .play p img{
  width: 4vw;
  margin: 24px auto 16px;
}
.modal {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, .7);
  transform: translate3d(0, 0, 0);
}
.modal-enter.on {
  transition: opacity .2s;
}
.modal-enter {
  opacity: 0;
}
.modal-enter-to {
  opacity: 1;
}
.modal-leave.on {
  transition: opacity .6s;
}
.modal-leave {
  opacity: 1;
}
.modal-leave-to {
  opacity: 0;
}
.modal__close {
  position: absolute; 
  top: 100px; 
  right: 100px;
  color: #fff;
  cursor: pointer;
  font: bold 40px sans-serif;
  line-height: 1;
}
.modal__content {
  position: absolute; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 5px;
}
.modal__content * {
  display: block;
  position: relative;
}
.views {
  position: absolute; 
  top: 16px; 
  right: 16px;
  font: bold 12px sans-serif;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
}
video{
    width: 100%;
}
/* common ---------------------------------------- */
#content h2{
  font-family: 'Anton', sans-serif;
  letter-spacing: 2px;
  font-size: 48px;
}
#content h2 span{
  font-family: sans-serif;
  display: block;
  font-size: 16px;
}
/* service ---------------------------------------- */
#service{
  position: relative;
  margin: 180px 0;
}
.serviceBg{
  position: absolute;
  top: 0;
  right: 0;
  width:80%;
  height: 780px;
  z-index: -1;
  opacity:0;
}
.serviceBg.on{
  animation-name: black;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.serviceBg.Anime.on.BG{
  opacity:1;
  background:#f4f4f4; 
}
@keyframes black {
  0%{    
    opacity:1;
    background:#f4f4f4; 
    transform:translateX(100%);
  }
  100%{ 
    opacity:1;
    background:#f4f4f4;   
    transform:translateX(0);
  }
}
#service h2{
  padding: 60px 0 60px 10%;
  font-size: 80px;
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s ease-in-out 0.8s;
}
#service h2.Anime.on{
  opacity : 1;
  transform : translate(0, 0);
}
#service .text{
  width: 100%;
  max-width: 1600px;
  margin: auto;
  z-index: 1;
  height: auto;
}
#service .text p{
  width: 100%;
  max-width: 740px;
  float: right;
  /*
  font-size: 16px;
  line-height: 30px; 
  */
  padding: 0 40px 0 0;
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s ease-in-out 1.2s;

  text-align: right;
  font-size: 24px;
  line-height: 40px;
}
#service .text p.on{
  opacity : 1;
  transform : translate(0, 0);
}
.Events {
  width: 100%;
  max-width: 1600px;
  margin: 120px auto 0;
}
.Events h3{
  font-size: 24px;
  text-align: center;
  margin: 0 0 100px;
  line-height: 40px;
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s ease-in-out 1.5s;
}
.Events h3.Anime.on{
  opacity : 1;
  transform : translate(0, 0);
}
.Events ul{
  text-align: center;
}
.Events li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.Events li:nth-child(1){
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s ease-in-out 1.8s;
}
.Events li:nth-child(2){
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s ease-in-out 2.1s;
}
.Events li:nth-child(3){
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.5s ease-in-out 2.4s;
}
.Events li.Anime.on{
  opacity : 1;
  transform : translate(0, 0);
}
.Events .imgLR {
  margin: 0 4%;
}
.Events p{
  padding: 16px 0;
  font-size: 15px;
}
/* Characteristic ---------------------------------------- */
#Characteristic{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 180px;
}
#Characteristic h2{
  text-align: center;
  margin: 0 0 60px;
}
#Characteristic .text{
  font-size: 16px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#Characteristic .text dt,#Characteristic .text dd{
  display: inline-block;
}
#Characteristic .text dl{
   border-bottom: 2px dotted #999;
   padding: 32px 0;
}
#Characteristic .text dl:first-child{
     border-top: 2px dotted #999;
}
/*
#Characteristic .text dl:last-child{
  padding: 0;
}
*/
#Characteristic .text dt{
  width: 28%;
  vertical-align: top;
  font-weight: bold;
  font-size: 20px;
}
#Characteristic .text dd{
  width: 70%;
}

/* detail ---------------------------------------- */
#detail{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 180px;
}
#detail h2{
  text-align: center;
  margin: 0 0 60px;
}
.detailInner{
  padding: 0 0 240px;
}
.detailInner p{
  font-size: 32px;
  text-align: center;
  line-height: 60px;
}
.scroll_01,.scroll_02,.scroll_03{
  opacity : 0;
}
.scroll_01{
  transform : translate(0px, 30px);
  transition : all 1s ease-in-out 1.3s;
}
.scroll_02{
  transform : translate(0px, 30px);
  transition : all 1s ease-in-out 1.5s;
}
.scroll_03{
  transform : translate(0px, 30px);
  transition : all 1s ease-in-out 1.7s;
}
.scroll_01.Anime.on,
.scroll_02.Anime.on,
.scroll_03.Anime.on{
  opacity : 1;
  transform : translate(0, 0);
}
.detailBox{
  width: 50%;
  float: left;
}
.tv{
    background: url(../img/tv3.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 480px;
}
.detailBox #video{
    width: 100%;
    padding: 1.5%;
}
.detailBox img{
  padding: 32px; 
}
.detailBox dt{
  float: left;
  clear: left;
  width: 80px;
  margin: 0 0 18px 0;
  line-height: 30px;
  font-weight: bold;
}
.detailBox dd{
  margin: 0 0 20px 100px;
  padding: 0 0 0 18px;
  border-left: 1px solid #cecece;
  line-height: 30px;
}
.detailBox dl{
  padding: 0 0 0 120px;
}
/* contact ---------------------------------------- */
#contact{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 180px; 
  padding: 0 4%;
}
#contact .text h2,#contact .text p{
  text-align: center;
  margin: 0 0 60px;
}
#contact .contactBox p{
  text-align: left;
}

footer{
  background: #f4f4f4; 
}
.footer ul{
  text-align: center;
  padding: 60px 0 24px;
}
.footer li{
  display: inline-block;
}
#pagetop{
  opacity: 0;
}
#pagetop.appearUp{
  opacity: 1;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid gainsboro;
}
#pagetop a{
  line-height: 40px;
  font-size: 2.1rem;
  font-size: 21px;
}
#copy{
  text-align: center;
  font-family: 'Anton', sans-serif;
  letter-spacing: 1px;
  padding: 8px 0 60px;
}
@media screen and (max-width:1200px){
  #videoBox {
      width: 80%;
  }
  .trigger .play h2{
    font-size: 450%;
  }
}
@media screen and (max-width:900px){
  .SpBr{
    display: none;
  }
/* movie ---------------------------------------- */
  #videoBox {
      width: 100%;
  }
/* header ---------------------------------------- */
  .trigger .play {
    top: 200px;
  }
  .trigger .play h1{
    font-size: 5vw;
  }
  .trigger .play h1 span{
    font-size: 160%;
  }  
  .modal__close {
    position: absolute; 
    top: 100px; 
    right: 10px;
  }
  .trigger .play p img{
    width: 60px;
  }
  #js-modal video{
    width: 300px;
  }
/* service ---------------------------------------- */
  #service{
    margin: 80px 0 180px;
  }
  #service h2{
    padding: 60px 0 40px 8px;
    margin: 0 0 16px;
    font-size: 48px;
  }
  .serviceBg{
    height: 400px;
  }
  #service .text{
    padding: 0 4%;
  }
  #service .text p{
    float: none;
    font-size: 18px;
    padding: 0;
  }
  .Events{
    padding: 0 16px;
  }
  .Events li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .Events .imgLR {
    margin: 0;
  }
/* Characteristic ---------------------------------------- */
  #Characteristic .text{
    padding: 0 16px;
  }
  #Characteristic .text dt{
    width: 100%;
    vertical-align: top;
    padding: 0 0 16px
  }
  #Characteristic .text dd{
    width: 100%;
  }
/* detail ---------------------------------------- */
  .detailInner{
    padding: 0 0 160px;
  }  
  .detailInner p{
    font-size: 20px;
    line-height: 40px;
  }
  .detailBox{
    width: 100%;
    float: none;
    padding: 24px;
  }
  .detailBox dl {
      padding: 0;
  }  
  .detailBox dt{
    float:none;
    width:auto;
    display: block;
    margin:0;
    border-bottom:1px solid #cecece;
    padding: 0 0 4px;
   }
  .detailBox dd{
    margin:0 auto;
    padding:10px 0 20px;
    border-left:0;
    display: block;
   }
  .detailBox div{
    padding: 0;
  }
   .tv{
     margin: 0;
  }
/* contact ---------------------------------------- */
  .scroll_01{
    transition : all 1s ease-in-out 0.6s;
  }
  .scroll_02{
    transition : all 1s ease-in-out 0.8s;
  }
  .scroll_03{
    transition : all 1s ease-in-out 1s;
  }
}
@media screen and (max-width:600px){
  .tv{
     min-height: 360px;
  }
  .trigger .play{
    top:140px;
  }
}
@media screen and (max-width:414px){
  .tv{
    min-height: 220px;
  }
  .trigger .play h1{
    font-size: 190%;
  }

}
@media screen and (max-width:320px){
  .trigger .play h1{
    font-size: 160%;
  }

}