@charset "UTF-8";



/* アニメーション */







/* MV */

.mv{
  padding-top: 16rem;
  position: relative;
}
.mvSlider{
  position: relative;
}
.mv .slideImg{
  width: 110rem;
  margin: 0 auto;
  
}
.mv .borderRed{border: 1.4rem solid #E4542C;}
.mv .borderGreen{border: 1.4rem solid #009E3B;}
.mvTxtBox{
  width: 42rem;
  height: 24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 10;
  bottom: 0rem;
  left: 20rem;
  background: #fff;
  border: 0.8rem solid #000;
}
.mvTxtBox h2{
  font-size: 4rem;
  line-height: 1.5;
  text-align: justify;
  margin-left: 2.5rem;
}
.mvTxtBox h2 span{
  display: block;
  line-height: 1.5;
}
.mvTxtBox h2 span:nth-of-type(1){
  letter-spacing: 0.08em;
}
.mvTxtBox h2 span:nth-of-type(2){
  letter-spacing: 0.34em;
}
.slick-dotted.slick-slider {
  margin-bottom: 5rem;
}
@media (max-width: 767px){

.mv{
  padding-top: 14rem;
}
.mv .slideImg{
  width: 50rem;
  margin: 0 auto;
}
.mv .pc{
  display: none !important;
}
.mv .borderRed{border: 1.5rem solid #E4542C;}
.mv .borderGreen{border: 1.5rem solid #009E3B;}
.mvTxtBox{
  width: 51.5rem;
  height: 31.6rem;
  background: #fff;
  border: 0.8rem solid #000;
  position: absolute;
    top: 80rem;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.mvTxtBox h2{
  font-size: 5.3rem;
  line-height: 1.875;
  margin-left: 3.5rem;
  letter-spacing: -0.04em;
}
.mvTxtBox h2 span{
  display: block;
  line-height: 1.875;
}
.mvTxtBox h2 span:nth-of-type(1){
  letter-spacing: 0.035em;
}
.mvTxtBox h2 span:nth-of-type(2){
  letter-spacing: 0.27em;
}
.slick-dotted.slick-slider {
  margin-bottom: 5rem;
}
.slick-dots{
margin-top: 25rem;
}
}




/* STORY */
.story{
  padding: 16rem 0 16rem;
  position: relative;
}
.story::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: url(../images/story_bg.png) center center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.story .inner{
  position: relative;
  z-index: 2;
}
.story h2{
  margin-bottom: 12rem;
}
.story .inner{
  padding: 0 2.5rem;
}
.storyList{
  margin-bottom: 10rem;
}
.storyList li{
  width: 34rem;
}

@media (min-width: 768px){
  .storyList.jcc li{
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
.storyTxtBox{
  margin-top: -2.9rem;
  position: relative;
  z-index: 2;
}
.storyTxtBox .number{
  font-size: 4.8rem;
  font-style: italic;
  margin-bottom: 0.7rem;
}
.storyTxtBox .storyTxt{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333;
  margin-bottom: 3.5rem;
}

.storyImg{
  overflow: hidden;
  position: relative;
}
.storyImg.comingsoon:after{
  content:  "COMMING SOON";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
@media (max-width: 767px){
  .storyImg.comingsoon:after{
    content:  "COMMING SOON";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
  }
}
.storyImg:hover img{
  transform: scale(1.1);
}
.storyImg img{
transition-duration: 0.7s;}
.linkBox{
  width: 23rem;
  height: 6rem;
  border: 0.3rem solid #E4542C;
  color: #E4542C;
  font-size: 1.8rem;
  font-style: italic;
  letter-spacing: 0.056em;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.linkBox::after{
  content: "";
  background: url(../images/arrow_r.png) center center no-repeat;
  background-size: contain;
  width: 1rem;
  height: 2rem;
  display: block;
  position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media (max-width: 767px){
  .story{
    padding: 24rem 0 24rem;
    position: relative;
  }
  .story::after{
    content: "";
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: url(../images/story_bg_sp.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .story h2{
    margin-bottom: 20rem;
  }
  .story .inner{
    padding: 0 3.2rem;
  }
  .storyList{
    margin-bottom: 18rem;
    display: block;
  }
  .storyList li{
    width: 100%;
  }
  .storyList li:not(:last-of-type){
    margin-bottom: 16rem;
  }
  .storyTxtBox{
    margin-top: -5.3rem;
  }
  .storyTxtBox .number{
    font-size: 8rem;
    margin-bottom: 2.5rem;
  }
  .storyTxtBox .storyTxt{
    font-size: 3.6rem;
    line-height: 1.5;
  }
  .linkBox{
    width: 23rem;
    height: 6rem;
    border: 0.3rem solid #E4542C;
    color: #E4542C;
    font-size: 1.8rem;
    font-style: italic;
    letter-spacing: 0.056em;
    margin: 0 auto;
    justify-content: center;
    position: relative;
  }
  
  .linkBox{
    width: 36rem;
    height: 10rem;
    border: 0.2rem solid #E4542C;
    color: #E4542C;
    padding-left: 0;
    font-size: 3.6rem;
    background: #FFF;
    
  }
  .linkBox::after{
    width: 6rem;
    height: 3.4rem;
    margin-left: 0;
    position: absolute;
      top: 50%;
      right: 1rem;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
  }
}


/* MOVIE */
.movie{
  padding: 16rem 0 4rem;
}
.movie h2{
  margin-bottom: 18rem;
}
.movie .movieBlock:not(:last-of-type){
  margin-bottom: 17rem;
}
.movie .movieBlock:last-of-type{
  margin-bottom: 13rem;
}
.movie .movieBlock:nth-of-type(odd){
  padding-left: 2.5rem;
  padding-right: 3rem;
}
.movie .movieBlock:nth-of-type(even){
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.movieBlock .movieTxtBox{
  width: 52rem;
}
.movieTxtBox h3{
  font-size: 6.4rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 4rem;
}
.movieTxtBox .cast{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.movieTxtBox .movieTxt{
  font-size: 1.8rem;
  line-height: 1.3333;
}
.movieImg{
  width: 56rem;
  position: relative;
  transition-duration: 0.2s;
  cursor: pointer;
}
.movieImg.active::before {
  content: "";
  width: 10rem;
  height: 5rem;
  background: url(/images/story01/movie_icon.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;

}
.movieImg.active:hover{
  opacity: 0.6;
}
.movieImg::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  
}

.movieImg.bgRed::after{
  background-image: url(../images/movie_img_bg_01.png);
  top: 2rem;
  left: 3rem;
}
.movieImg.bgGreen::after{
  background-image: url(../images/movie_img_bg_02.png);
  top: 2rem;
  right: 3rem;
}
/* MOVIE */
@media (max-width: 767px){
  .movie{
    padding: 24rem 0 0;
  }
  .movie .inner{
    padding: 0 3.2rem;
  }
  .movie h2{
    margin-bottom: 20rem;
  }
  .movie .movieBlock{
    display: block;
  }
  .movie .movieBlock:not(:last-of-type){
    margin-bottom: 16rem;
  }
  .movie .movieBlock:last-of-type{
    margin-bottom: 20;
  }
  .movie .movieBlock:nth-of-type(odd){
    padding: 0;
  }
  .movie .movieBlock:nth-of-type(even){
    padding: 0;
  }
  .movieBlock .movieTxtBox{
    width: 100%;
  }
  .movieTxtBox h3{
    font-size: 9rem;
    text-align: center;
    margin-bottom: 8rem;
  }
  .movieTxtBox .cast{
    font-size: 4.8rem;
    text-align: center;
    margin-bottom: 5rem;
  }
  .movieTxtBox .movieTxt{
    font-size: 3.6rem;
    line-height: 1.3333;
    margin-bottom: 8rem;
  }
  .movieImg{
    width: 66rem;
    position: relative;
  }
  .movieImg::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .movieImg.bgRed{
    margin-left: 1rem;
  }
  .movieImg.bgGreen{
    margin-right: 1rem;
    margin-left: auto;
  }
  .movieImg.bgRed::after{
    background-image: url(../images/movie_img_bg_01.png);
    top: 2rem;
    left: 2rem;
  }
  .movieImg.bgGreen::after{
    background-image: url(../images/movie_img_bg_02.png);
    top: 2rem;
    right: 2rem;
  }
}

/* MAP */
.map{
  padding: 16rem 0 16rem;
  background: url(../images/map_bg.png) center 16rem no-repeat;
  background-size: 100% 100%;
  margin-bottom: 16rem;
}
.map h2{
  margin-bottom: 12rem;
}
.map .mapImg{
  margin: 0 auto;
  width: 100rem;
}
@media (max-width: 767px){
  .map{
    background: url(../images/map_bg_sp.png) center 16.6rem no-repeat;
    background-size: 98rem 170rem;
  }
  .map{
    padding: 24em 0 32rem;
  }
  .map .inner{
    padding: 0 3.2rem;
  }
  .map h2{
    margin-bottom: 10rem;
  }
  .map .mapImg{
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: -1;
    transform: scale(1);

  }
}

.movieTxtBox a{
  font-size: 2.2rem;
  line-height: 1.333;
  display: block;
}
@media (max-width: 767px){
  .movieTxtBox a{
    font-size: 3.6rem;
    line-height: 1.333;
  }
}

@media (max-width: 767px){
  .about .spSizeL p{
    font-size: 4rem;
  }
  .about .spSizeM p{
    font-size: 3.6rem;
  }
}
