 body{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.trans{
  animation-name: fadein;
  animation-duration: .6s; 
  animation-delay: .5s;
  animation-fill-mode: forwards;
  position: relative;
  opacity: 0; 
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*common*/
#main_contents{
  position: relative;
  z-index: -2;
}
.inner{
  width: 90%;
  margin: 0 auto;
  max-width: 950px;
  position: relative;
}

.flex{
  display: flex;
  flex-wrap: wrap;
}
img,
video{
  width: 100%;
}
.pc_none{
  display: none;
}
.sp_none{
  display: block;
}
/*component*/

/*mv*/
#mv{
  text-align: center;
}
.main_ttlbox{
  padding: 0 0 70px;
  position: relative;
  background-color: #dbe5ec;
  margin: 0 auto;
}
.main_txt01{
  margin: 0 auto 25px;
  max-width: 340px;
  width: 60%;
}
.main_txt02{
  width: 60%;
  max-width: 340px;
  margin: 0 auto;
}
.main_txt03{
}
.main_ttl{
  position: relative;
  margin: -40px auto 0;
  width: 100%;
  max-width: 960px;
}
.main_ttl_in{
  overflow: hidden;
  max-width: 960px;
  width: 95%;
  display: inline-block;
}
.main_subttl{
  width: 20%;
  max-width: 140px;
  position: absolute;
  left: 60px;
  bottom: -60px;
  display: inline-block;
}
/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name:slideTextX100;
  animation-delay: 3s;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
  transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name:slideTextX-100;
  animation-delay: 3s;
  animation-duration:1.5s;
  animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
  transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
  transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
.main_date{
  width: 55%;
  max-width: 335px;
  margin: 0 auto 70px;
}
.door_area{
  flex-wrap: nowrap;
}
.door_box .box_img{
  position: relative;
}
/*doors*/
.door_area{
  background-color: #f4f6f7;
  padding-bottom: 70px;
  position: relative;
}

.door_box{
  position: relative;
  z-index: 1;
/*  overflow: hidden;*/
}
.my-door{
  position: absolute;
  left: 1%;
  top: 1%;
  z-index: -1;
  width: 98%;
  height: 98%;
  overflow: hidden;
}
.my-door canvas{
  min-height: 98%!important;
  min-width: 98%!important;
  height: 98%!important;
  width: 98%!important;
}

.reserve_btn{
  position: fixed;
  right: 70px;
  bottom: 70px;
  width: 150px;
  height: 150px;
  transition: all .3s;
  z-index: 100;
}
.reserve_btn:hover{
  transform: scale(1.1);
}
#top01{
  padding: 70px 0 100px;
  text-align: center;
}
.top_ttl{
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.intro_txt{
  font-size: 18px;
  font-weight: 600;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
#top02{
  text-align: center;
/*  padding-bottom: 70px;*/
}
.head02{
  height: 35px;
  text-align: center;
  margin-bottom: 55px;
}
.head02 img{
  width: auto;
  height: 100%;
}
.time_txt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 45px;
}
.movie{
  position: relative;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
}
.movie::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
  opacity: 0;
  transition: all .3s;
}
.movie:hover::after{
  opacity: 1;
  pointer-events: none;
}
.movie::before{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/start_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
#top03{
  padding: 130px 0;
  background-color: #f7f8f8;
}
.soon_txt{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
}
#top04{
  padding: 90px 0 150px;
}
.anchor{
  padding-top: 50px;
  margin-top: -50px;
}
.contents_box{
  padding: 60px 20px 75px;
  position: relative;
  margin-bottom: 85px;
}
.contents_box:last-of-type{
  margin-bottom: 0;
}
.contents_box::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  left: 0;
  bottom: 0;
  background-position: center center;
  z-index: -1;
}
.contents_box.contents01{
  padding-top: 0;
}
.contents_box.contents01::after{
  height: calc(100% - 157px);
  background-image: url(../img/bg01.png);
  opacity: 0.6;
}
.contents_box.contents01 .movie{
  margin-bottom: 60px;
}
.txt_time{
  height: 72px;
  margin-bottom: 20px;
}
.txt_time02{
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.txt_part{
  height: 58px;
  margin-top: 70px;
}
.txt_time img,
.txt_time02 img,
.txt_part img{
  height: 100%;
  width: auto;
}
.head03{
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.head03::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 33px;
  height: 3px;
  background-color: #231815;
}
.head04{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.txt02{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.txt03{
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
.btn01{
  margin-bottom: 50px;
}
.btn01.soon{
  pointer-events: none;
}
.btn01 a{
  background-color: #dcdddd;
  display: inline-block;
  width: 185px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  margin: 0 auto;
  font-size: 19px;
  letter-spacing: 0.1em;
}
.btn01 a span{
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.btn01 a span::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 19px;
  background-image: url(../icon/icon_movie.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contents01 .img{
  max-width: 710px;
  margin: 0 auto;
}
.table_txt{
  position: absolute;
  left: 25px;
  bottom: 25px;
  letter-spacing: 0.08em;
  font-size: 14px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Roboto", sans-serif;
}
.contents_box.contents02::after{
  background-image: url(../img/bg02.png);
}
.contents02 .img{
  max-width: 680px;
  margin: 0 auto;
}
.contents_box.contents03::after{
  background-image: url(../img/bg03.png);
}
.contents03 .img{
  max-width: 246px;
  margin: 0 auto;
}
.ind_list{
  justify-content: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.ind_list li{
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
  align-items: center;
  letter-spacing: 0.16em;
}
.ind_list li::before{
  content: '●';
  font-size: 15px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
.pc_none{
  display: block;
}
.sp_none{
  display: none;
}
.reserve_btn{
  width: 100px;
  height: 100px;
  right: 20px;
  bottom: 20px;
}
.top_ttl{
  font-size: 20px;
  margin-bottom: 20px;
}
.intro_txt{
  font-size: 15px;
}
.head02{
  height: 20px;
  margin-bottom: 30px;
}
.time_txt{
  font-size: 16px;
}
.soon_txt{
  font-size: 20px;
}
.main_ttl{
  margin-top: -20px;
}
.main_date{
  margin-bottom: 40px;
}
.main_subttl{
  left: 5px;
}
#top01{
  padding: 40px 0 50px;
}
#top03{
  padding: 70px 0;
}
#top04{
  padding: 50px 0 120px;
}
.door_area{
  padding-bottom: 35px;
}
.door_area::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
  height: 3px;
  background-color: #f4f6f7;
  z-index: 2;
}
#my-door02 canvas{
  width: 200px!important;
  height: 200px!important;
}
.txt_time{
  height: 30px;
}
.txt_time02{
  height: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.txt_part{
  height: 25px;
  margin-top: 35px;
}
.contents_box.contents01::after{
  height: calc(100% - 75px);
}
.contents_box.contents01 .movie{
  margin-bottom: 30px;
}
.head03{
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.head03::after{
  width: 25px;
  height: 2px;
}
.head04{
  font-size: 20px;
  margin-bottom: 15px;
}
.txt02{
  font-size: 14px;
  margin-bottom: 25px;
}
.txt03{
  font-size: 13px;
  margin-bottom: 25px;
}
.ind_list li{
  font-size: 14px;
}
.ind_list li::before{
  font-size: 12px;
  margin-right: 3px;
}
.btn01{
  margin-bottom: 25px;
}
.btn01 a{
  height: 40px;
  font-size: 15px;
}
.table_txt{
  font-size: 10px;
  left: 5px;
  bottom: 15px;
}
.contents_box{
  padding: 30px 20px;
  margin-bottom: 40px;
}
.contents03 .img{
  max-width: 200px;
}
}