@charset "UTF-8";




@font-face {
  font-family:"AmericanTypewriter";
  src: url("../font/AmericanTypewriter.woff") format('woff');
}


@font-face {
  font-family:"Gravity-Book";
  src: url("../font/Gravity-Book.woff") format('woff');
}


@font-face {
  font-family:"cinecaption";
  src: url("../font/cinecaption.woff") format('woff');
}



img{
  width:100%;
  height:auto;
}



/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}




#iena2022 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  line-height: 160%;
  font-weight: 400;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


#iena2022 a{
  color: #000;
  text-decoration:none;
  display: block;
}


#iena2022 img {
  vertical-align: top;
}

#iena2022 * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}





#iena2022 .onlyPc {
  display: block;
}

#iena2022 .onlySp {
  display: none;
}


#iena2022 .sec {
  position: relative;
  height: 150vh;
  z-index:999;
}


#iena2022 .movie_sec.sec {
  height: 100vh;
}


#iena2022 .sec.movie_sec {
  z-index:99;
}


#iena2022 .white {
  background-color: #fff;
}


#iena2022 #nav {
  position: fixed;
  z-index: 10;
  left: 60px;
  top: 40px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#iena2022 #nav.show {
  opacity: 1;
}

#iena2022 #nav .logo {
  float: left;
  margin-right: 30px;
}

#iena2022 #nav .logo img {
  width: 88px;
}

#iena2022 #nav .season {
  float: left;
  font-size: 15px;
  margin-top: 7px;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
}


#iena2022 #chapter00 {
  height: 100vh;
}

#iena2022 #chapter00 .overArea {
  position: absolute;
  top: 50%;
  left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 5;
  color: #fff;
}




#iena2022 #chapter00 .topSlider {
  overflow: hidden;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#iena2022 #chapter00 .topSlider.show {
  opacity: 1;
}
#iena2022 #chapter00 .img {
  height: 100vh;
}
#iena2022 #chapter00 .img img {
  width: 100%;
}




#iena2022 .secBox {
  height: 100vh;
  position: relative;
  position: sticky;
  display: block;
  top: 0;
  left: 0;
}
#iena2022 .imgFade1 {
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
}
#iena2022 .imgFade1.show {
  opacity: 1;
}


#iena2022 .imgFade2 {
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  top: 30px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
}
#iena2022 .imgFade2.show {
  opacity: 1;
  top: 0;
}


#iena2022 #chapter01 .secBox {
  background-image: url("../images/bg_main01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}
#iena2022 #chapter01 .overArea {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 0;
}
#iena2022 #chapter01 .overArea .imgThum {
  display: inline-block;
}
#iena2022 #chapter01 .overArea .imgThum .img {
  float: left;
  position: relative;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  /*
  				&.show{
  					opacity: 1;
  				}
  */
}
#iena2022 #chapter01 .overArea .imgThum .img:hover {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#iena2022 #chapter01 .overArea .imgThum.show .img {
  opacity: 1;
  top: 0;
}
#iena2022 #chapter01 .overArea .imgThum .img1 {
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  top: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#iena2022 #chapter01 .overArea .imgThum .img2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  top: 120px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#iena2022 #chapter01 .overArea .imgThum .img3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  top: 120px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#iena2022 #chapter01 .overArea .imgThum .img4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
  top: 120px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#iena2022 #chapter01 .overArea .imgThum img {
  max-height: calc(50vh - 100px);
  max-width: calc(50vw - 400px);
}
#iena2022 #chapter01 .concept {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 28px;
  font-size: 22px;
  font-family: bodoni-urw, serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.4;
  margin-top: -5px;
  pointer-events: none;
}
#iena2022 #chapter01 .concept .line {
  overflow: hidden;
}
#iena2022 #chapter01 .concept .line:nth-child(1) span {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
#iena2022 #chapter01 .concept .line:nth-child(2) span {
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#iena2022 #chapter01 .concept .line:nth-child(3) span {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#iena2022 #chapter01 .concept .line:nth-child(4) span {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#iena2022 #chapter01 .concept .line:nth-child(5) span {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#iena2022 #chapter01 .concept .line:nth-child(6) span {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#iena2022 #chapter01 .concept .line:nth-child(7) span {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#iena2022 #chapter01 .concept .line:nth-child(8) span {
  -webkit-transition-delay: 0.7s;
       -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#iena2022 #chapter01 .concept .line span {
  -webkit-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  display: block;
}
#iena2022 #chapter01 .concept.show span {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#iena2022 .secHeight {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 40px;
}




#iena2022 .secBox3 {
  text-align: center;
  font-size: 0;
}
#iena2022 .secBox3 .each {
  margin: 0 20px;
}
#iena2022 .secBox3 .left {
  display: inline-block;
  top: 30px;
}
#iena2022 .secBox3 .right {
  display: inline-block;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  top: 60px;
}
#iena2022 .secBox3 img {
  max-width: calc(50vw - 160px);
}
#iena2022 .secBox4 {
  text-align: center;
  font-size: 0;
}
#iena2022 .secBox4 .each {
  margin: 0 10px;
}
#iena2022 .secBox4 .left {
  display: inline-block;
  top: 30px;
}
#iena2022 .secBox4 .center {
  display: inline-block;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  top: 60px;
}
#iena2022 .secBox4 .right {
  display: inline-block;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
  top: 90px;
}
#iena2022 .secBox4 img {
  max-width: calc(33.33vw - 100px);
}
#iena2022 .each {
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}
#iena2022 .each.show {
  opacity: 1;
  top: 0;
}
#iena2022 .imgBox {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#iena2022 #chapter06 .img {
  height: 100vh;
}






#iena2022 .box{
  display: flex;
  justify-content: space-between;

}

#iena2022 #chapter03 .box{
flex-direction: row-reverse;
}


#iena2022 .box .right {
  width: 50%;
  text-align: center;
}





#iena2022 .box .right .img {
  display: block;
  vertical-align: top;
  overflow: hidden;
  height: 100vh;
}
#iena2022 .box .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


#iena2022 .box .right .img > span {
  height: 100%;
  display: inline-block;
  background:#981a1d;
}




#iena2022 .box .left {
  width: 50%;
  height: 100vh;
  z-index: 2;
  position: relative;
}

#iena2022 .box .left .img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}









#iena2022 .box .right2 {
  float: left;
}
#iena2022 .box .left2 {
  float: right;
}
#iena2022 .box .left2 .img {
  left: initial;
}


























.secHeight img {
  max-height: calc(100vh - 200px);
  max-width: calc(100vw - 120px);
}










#chapter00 .overArea .logo {
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.open #chapter00 .overArea .logo {
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
}


#chapter00 .overArea .logo p {
  width: 240px;
  display:inline-block;
}









.top_movie {
  position:relative;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.top_movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}








.inner{
  max-width:1280px;
  padding:0 5%;
  margin:0 auto;
}






.bg_img{
  width: 100%;
  height: 86%;
}



.bg_img > div{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}


.n_caption{
margin-top:30px;
  opacity:0;
}


#chapter10 .n_caption {
  margin-top: 20px;
}



.n_caption a{
  display:block;
}





.active .n_caption{
  opacity:1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
}



#iena2022 .box .left img {
  max-height: calc(65vh - 0px);
  width: auto;
}


#iena2022 .box .left video {
  max-height: calc(65vh - 0px);
  width: auto;
}

#iena2022 .box .left .img > span {
  height: 100%;
  display: inline-block;
}






.img_caption {
  margin: 20px auto 0;
  max-width: calc(52vh - 0px);
  opacity:0;
}

.active .img_caption{
  opacity:1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
}

.img_caption a{
  text-align:left;
  display:block;
}


.c_p a{
  font-size:10pt;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  margin-bottom: 10px;
}





.theme_sec{
  z-index: 999;
  position: relative;
  padding:120px 0;
}


.c_season p{
  font-size: min(2.4vw, 24pt);
  text-align:center;
  color:#981a1d;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
}






.c_theme{
  margin-top:40px;
}

.c_theme p{
  cursor: pointer;
  font-size: min(4vw, 40pt);
  text-align:center;
  color:#981a1d;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
}




.c_theme_jp{
  margin-top:40px;
  opacity:0;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.c_theme:hover .c_theme_jp{
  opacity:1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}


.c_theme_jp p{
  font-size: min(1.2vw, 13pt);
  letter-spacing: 1px;
  text-align:center;
  color:#981a1d;
  font-family: "cinecaption";
}

.c_theme_jp p img {
  height:100%;
  width:auto;
}


.chapter_title{
  text-align:center;
}

#chapter01 .chapter_title{
  margin-top:100px;
}



.chapter_title p{
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-size: min(4vw, 40pt);
  line-height:160%;
  display: inline-block;
  position: relative;
}

.chapter_title p:before{
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top:0;
  left: -80px;
  background-size: 150% 100%;
  background-image:url(../images/chapter_left.svg);
  background-position:left;
}


.chapter_title p:after{
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top:0;
  right: -80px;
  background-size: 150% 100%;
  background-image:url(../images/chapter_right.svg);
  background-position:right;
}




.chapter_title span{
  font-style: italic;
  text-decoration:underline;
  text-decoration-thickness: 1px;
}

.chapter_title b{
  font-weight: normal;
  font-style: italic;
}




  .carousel_index{
  overflow-x: hidden;
  position:relative!important;
  width:100%;
  padding-top:24px;
}



.carousel_index .carousel_box {
  max-height: calc(70vh - 0px);
  position: relative;
}


.carousel_index .carousel_box video{
width:100%;
}

/*
.carousel_index .carousel_box:after {
  content: "";
  background: #981a1d;
  position: absolute;
  width: 100%;
  height: 120%;
  z-index: 9999;
  top: 0;
  left: 0;
}

.active .carousel_index .carousel_box:after {
opacity:0;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
}
*/



.cal_sec{
  padding: 80px 0;
}


.cal_sec .n_caption{
  position:relative;
  width:100%;
  margin-top: 40px;
}




.cal_sec .n_caption .inner{
  display: flex;
  justify-content: space-between;
}



.middle_theme .middle_theme_en p{
  font-size: min(2.8vw, 28pt);
  line-height:120%;
  color:#981a1d;
  font-family: "AmericanTypewriter", "Domine", serif;
  cursor: pointer;
  letter-spacing: 1px;
  text-align: left;
}








.middle_theme_jp{
  margin-top:10px;
  opacity:0;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}


.middle_theme:hover .middle_theme_jp{
  opacity:1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
}



.middle_theme .middle_theme_jp p{
  font-size:11pt;
  letter-spacing: 1px;
  color:#981a1d;
  font-family: "cinecaption";
}

.middle_theme .middle_theme_jp p img{
  width:auto;
  height:100%;
}


#chapter11{
  padding-top:80px;
}

#chapter12 .middle_theme .middle_theme_en p, #chapter12 .middle_theme .middle_theme_jp p{
  color:#064475;
}





.c_right{
  text-align:right;
  opacity:0;
}


.TextTyping span {
  display: none;
}






.active .c_right{
  opacity:1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) .6s;
}




.normal_sec{
  position:relative;
  padding:80px 0;
  z-index:99;
}


.wrap{
  display: flex;
  justify-content: space-between;
}


.wrap > div{
  width:50%;
}

.wrap .left_img > span{
  width: 100%;
  display: inline-block;
}


.img_pora .wrap .left_img > span{
  background: #981a1d;
}


.img_pora .n_caption{
  margin-top:20px;
  padding: 0 10%;
}


.img_pora .pola_img{
  text-align:center;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  
}

.img_pora .pola_img p{
  width:40%;
  display:inline-block;
}

.img_pora .sub_img {
  text-align:center;
  margin-top:60px;
}

.img_pora .sub_img p{
  width:60%;
  display:inline-block;
}

.img_pora .sub_img p > span{
  height: 100%;
  display: block;
}

.img_pora .sub_img p a{
  display:block;
  text-align:left;
}

.img_pora .sub_img a:nth-child(2){
  margin-top:20px;
}



.img_center {
  padding:0 20%;
  margin:0 auto;
}

.img_center p{
background: #981a1d;
}

.img_center .n_caption{
  margin-top: 20px;
}


.img_center .n_caption{
  opacity:0;
}


.active .img_center .n_caption{
  opacity:1;
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1) 1s;
}




.pora_img .sub_img {
  text-align:center;
  margin-top:80px;
}


.pora_img .wrap{
  flex-direction: row-reverse;
}

.pora_img .sub_img p{
  width:60%;
  display:inline-block;
}

.pora_img .sub_img p > span{
  background: #981a1d;
  height: 100%;
  display: block;
}

.pora_img .sub_img p a{
  display:block;
  margin-top:20px;
  text-align:left;
}

.pora_img .pola_img{
  text-align:right;
  margin-right:10%;
  margin-top:20px;
}

.pora_img .pola_img p{
  width:60%;
  display:inline-block;
}

.active .pola_img p{
  animation: yurayura 1.5s ease-out 1 forwards;
}

@keyframes yurayura {
  0% , 100%{
    transform: rotate(2deg);
  }
  50%{
    transform: rotate(-3deg);
  }
}


#chapter07.active .pola_img p, #chapter13.active .pola_img p, #footer.active .model_pola p{
  animation: yurayura 1.5s ease-out 2 forwards;
}

@keyframes yurayura {
  0% , 100%{
    transform: rotate(2deg);
  }
  50%{
    transform: rotate(-3deg);
  }
}




#iena2022 .blue_b .box .right .img > span, .pora_img.blue_b .sub_img p > span, .blue_b .img_center p, .img_pora.blue_b .wrap .left_img > span {
  background: #064475;
}


#chapter13 .left_img > span{
  background: #064475;
}

#chapter13.pora_img.blue_b .sub_img p > span{
  background: #fff;
}







#chapter15 .sub_img video{
  width:100%;
}



.center_img  video{
  width:100%;
  display: block;
}








.model_detail{
  text-align:center;
}

.model_wrap{
  display: inline-block;
}


.name_en{
  width:300px;
  display: inline-block;
  padding:0 20px;
  vertical-align: middle;
}


.model_pola{
  width:300px;
  display: inline-block;
  padding:0 20px;
  vertical-align: middle;
}






.red_sec a{
  -webkit-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}

.red_sec a:hover{
  color:#981a1d!important;
  -webkit-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}


.blue_sec a{
  -webkit-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}

.blue_sec a:hover{
  color:#064475!important;
  -webkit-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition:.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}









#footer .warning{
  margin-top:80px;
}


#footer .warning p{
  text-align:center;
  font-size:9pt;
}


#footer .cresit{
  margin-top:30px;
}


#footer .cresit p{
  text-align:center;
  font-size:8pt;
  font-family: "Gravity-Book", "Helvetica", sans-serif;
}




.mute{
  position:absolute;
  z-index:9999;
  right:30px;
  bottom:30px;
  width:30px;
  height:30px;
}


.mute span{
  position:absolute;
  z-index:-99;
  top: 60%;
  left: 60%;
  width: 28px;
  height:3px;
  background:#000;
  transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);

}




.mute-video svg {
  padding: 7px;
  width: 40px;
  height: 40px;
}




















.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  background: #fff;
}


.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
  0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
  50%  { -webkit-transform: rotate(180deg); opacity: 1; }
  100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
  0% { -moz-transform: rotate(0deg); opacity: 0.4; }
  50%  { -moz-transform: rotate(180deg); opacity: 1; }
  100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}















@media screen and (max-width: 719px) {
  
  
  
  #iena2022 .onlyPc {
    display: none;
  }
  
  #iena2022 .onlySp {
    display: block;
  }
  
  
  #iena2022 #chapter00 {
    padding-bottom: 0px;
  }
  
  
  #footer .cresit p {
    font-size: 7pt;
    line-height: 160%;
  }
  
  #footer .cresit p br{
 display:none;
  }
  
  
  .inner {
    padding: 0 20px;
  }
  
  
  
  #iena2022 .secBox {
    position: relative;
    height: auto;
  }
  
  #iena2022 .sec {
    height: auto;
    padding-bottom: 60px;
  }
  
  
  #chapter00 .overArea .logo p {
    width: 40%;
  }
  
  
  #chapter01, #chapter09 {
    padding: 60px 0;
  }
  
  
  
  
  
  .c_theme p {
    font-size: 18pt;
    line-height:160%;
  }
  
  .c_theme {
    margin-top: 20px;
  }
  
  
  .c_season p{
    font-size: 13pt;
  }
  
  
  
  
  .c_theme_jp {
    margin-top: 0px;
  }
  
  .c_theme_jp p{
    font-size: 10pt;
  }
  
  
  .c_theme_jp.active{
    opacity:1;
    -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  }

  
  
  
  .chapter_title p {
    font-size:15pt;
  }
  
  
  #chapter01 .chapter_title {
    margin-top: 20px;
  }
  
  
  
  #iena2022 .box .left video {
    width:100%;
  }
  
  
  .bg_img {
    height: 300px;
  }
  
  
  .c_p a {
    font-size: 8pt;
  }
  
  .c_p a:last-child {
    margin-bottom:0;
  }
  
  
  #chapter02 .n_caption {
    margin-top: 20px;
  }
  
  
  
  #chapter03.sec{
    padding-bottom: 0px;
  }
  
  
  #iena2022 .box{
    overflow:hidden;
    height:500px;
  }
  
  #iena2022 .box .right {
    width: 70%;
  }
  
  
  #iena2022 .box .left {
    position:absolute;
    left:20px;
    height:auto;
    top: auto;
    bottom: 95px;
    width: 40%;
  }
  
  
  
  #iena2022 .box .left .img {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  
  #iena2022 .box .right .img {
    height: auto;
  }
  
  #chapter03 .img_caption{
    padding: 0 20px;
    margin: 10px 0 0;
  }
  
  
  .normal_sec {
    padding:30px 0;
  }
  
  
  #chapter04 .n_caption .inner {
    display: block;
  }
  
  
  .middle_theme .middle_theme_en p {
    font-size:12pt;
  }
  
  .middle_theme .middle_theme_jp p{
    font-size: 9pt;
  }
  
  .middle_theme .middle_theme_jp.active{
    opacity:1;
    -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  }
  
  .c_right {
   margin-top:20px;
    text-align: left;
  }
  
  
  
  
  #chapter05 .sub_img {
    margin-top: 30px;
  }
  
  
  
  .img_center {
    padding: 0 0%;
    margin: 0 auto;
  }
  
  
  #chapter05 .pola_img {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  
  #chapter05 .pola_img p {
    width: 50%;
  }
  
  #chapter06 .img_center .n_caption{
    padding:0 20px;
  }
  
  
  
  
  #iena2022 #chapter08 {
    height: 100vh;
    margin-top: 40px;
    padding-bottom: 0px;
  }
  
  #chapter11 {
    padding-top: 0px;
  }
  
  
  
  #chapter11 .box .left {
   left:auto;
    right: 30px;
  }
  
  
  #chapter11 .img_caption{
    max-width:100%;
    padding:0 20px;
  }
  
  
  .middle_theme .middle_theme_jp p {
    font-size: 9pt;
  }
  
  
  
  .carousel_index {
    padding-top: 0;
  }
  
  .cal_sec .n_caption {
    margin-top: 20px;
  }
  
  .cal_sec {
    padding: 40px 0;
  }
  
  
  .cal_sec .n_caption .inner {
    display: block;
  }
  
  
  
  #chapter14 .img_center .n_caption, #chapter16 .img_center .n_caption {
    padding: 0 20px;
  }
  
  
  #chapter15 .wrap > div.left_img{
    width:70%;
  }
  
  #chapter15 .wrap > div.right_img {
    position: absolute;
    width: 40%;
    right: 30px;
    bottom: 95px;
  }
  
  
  #chapter15.img_pora .sub_img p {
    width: 100%;
  }
  
  #chapter15.img_pora .sub_img {
    margin-top: 0px;
  }
  
  #chapter15.img_pora .pola_img p {
    width: 52%;
    margin-left: 86px;
  }
  
  
  #chapter15 .img_caption {
    max-width: 100%;
    padding: 0 20px;
  }
  
  
  
  
  
  
  .name_en {
    width: 34%;
    padding: 0;
  }
  
  
  .model_pola {
    width: 23%;
    padding: 0;
    margin-right: 5%;
  }
  
  
  

  
  
  
  
  
  .top_movie video {
    height: 100%;
  }
  
  
  #footer .warning p {
    font-size: 8pt;
  }
  
  
  
  
}


