@charset "UTF-8";
/* 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;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  width: 100%;
}

a {
  -webkit-touch-callout: none;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-style: normal;
  font-family: futura-pt, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-touch-callout: none;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.snsList:after,
.navList:after,
.box02:after,
.castList li .up:after,
.castList02 li:after,
.biographyList:after,
.staffList:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after,
.aaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  pointer-events: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

a.disable {
  pointer-events: none !important;
  text-decoration: none !important;
}

/*-------------------------------------
POPUP	
-------------------------------------*/
.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
  background-color: #000;
  background-color: #d5c093;
}

.mfp-container {
  padding: 0;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 80px;
}
.popupBox img {
  pointer-events: none;
}
.popupBox img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
  max-height: calc(100vh - 210px);
  margin-bottom: 20px;
}
.popupBox .despArea {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  min-height: 70px;
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../images/arr_left.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../images/arr_right.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 25px center;
}

.white-popup-block {
  -webkit-animation: open 1s;
          animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
          animation: close 1s;
}

@-webkit-keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-------------------------------------
SLIDER	
-------------------------------------*/
.slick-dots {
  bottom: -35px;
}
.slick-dots li {
  width: 7px;
}
.slick-dots li button {
  width: 7px;
}
.slick-dots li button:before {
  width: 7px;
}

/*-------------------------------------
MOTION
-------------------------------------*/
.fadeSimple {
  -webkit-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);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  -webkit-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);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  -webkit-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);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  -webkit-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);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.fadeDelay1 {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.fadeDelay4 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-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);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-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);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-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);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-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);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

img {
  width: 100%;
}

section {
  background-color: #fff;
  position: relative;
  z-index: 4;
}

/*-------------------------------------
LAYOUT	
-------------------------------------*/
#opening {
  position: absolute;
  z-index: 5;
  height: 100vh;
  width: 100%;
  background-color: #d7ecdd;
  background-color: #fff;
  overflow: hidden;
}
#opening.active .movie {
  width: 100%;
  height: 100vh;
}
#opening .movie {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-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);
  width: 50vw;
  height: 28.55vw;
  background-color: #000;
  will-change: all;
}
#opening .movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.005);
      -ms-transform: scale(1.005);
          transform: scale(1.005);
  vertical-align: top;
}

#titleBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 100vh;
  width: 100%;
  background-color: #d7ecdd;
  overflow: hidden;
}
#titleBox .overArea {
  position: absolute;
  left: 50%;
  bottom: 9vw;
  bottom: 130px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  margin-top: -20px;
}
#titleBox .overArea .img {
  margin-bottom: 40px;
}
#titleBox .overArea .img img {
  width: 19vw;
  border: 10px solid #fff;
}
#titleBox .overArea .logo {
  margin-bottom: 15px;
}
#titleBox .overArea .logo img {
  width: 19vw;
}
#titleBox .overArea .season {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
}
#titleBox .bg {
  width: 100%;
  height: 100%;
}
#titleBox .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mainVisualMargin {
  width: 100%;
  height: 100vh;
}

.scrollBox {
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
}
.scrollBox a {
  font-weight: 500;
  font-family: "futura-pt", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  z-index: 2;
  padding-bottom: 40px;
}
.scrollBox a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #fff;
}
.scrollBox a:after {
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.mainVisual {
  position: relative;
  padding: 160px 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
  /*
  	&.active{
  		.overArea{
  			.copy{
  				opacity: 1;
  			}
  			.logo{
  				opacity: 1;
  			}
  			.season{
  				opacity: 1;
  			}
  		}
  		.img{
  			img{
  				opacity: 1;
  				transform: scale(1.0);
  			}
  		}
  	}
  */
  /*
  	.overArea{
  		text-align: center;
  		padding: 50px 0;

  		.logo{
  			margin-bottom: 15px;
  			opacity: 0;
  			transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
  			transition-delay: 1.4s;

  			img{
  				width: 29.6vw;
  			}
  		}
  		.season{
  			opacity: 0;
  			transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1);	
  			transition-delay: 1.8s;

  			font-weight: 700;
  			font-size: 12px;
  		}	
  	}

  */
}
.mainVisual .img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.mainVisual .img img {
  margin-left: auto;
  margin-right: auto;
  width: 67.5vw;
  border: 2.8px solid #000;
}

.messageFirst {
  opacity: 0;
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.messageFirst.active {
  opacity: 1;
}

.message {
  padding: 80px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

section {
  background-color: #fff;
}

.sec {
  padding: 160px 0;
  text-align: center;
  background-color: #fff;
}

.gray {
  background-color: #f5f2ec;
}

.black {
  background-color: #000;
  color: #fff;
}
.black a {
  color: #fff;
}

.secPb {
  padding-bottom: 0;
}

.picList3 {
  padding: 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.caption {
  font-size: 10px;
  font-weight: 500;
  padding-top: 60px;
  margin-bottom: -30px;
  height: 96px;
  line-height: 1.8;
}
.caption a {
  display: inline-block;
  margin: 0 3px;
  text-decoration: underline;
}

.mainImg img {
  width: 67.5vw;
}

.subImg img {
  width: 61.5vw;
}

.borderImg {
  border: 2.8px solid #000;
}

.borderWhite {
  border: 2.8px solid #fff;
}

.borderImg2 {
  border: 2.8px solid #000;
}

.picList.active li .img img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.picList li .img {
  background-color: #f5f5f5;
  overflow: hidden;
}
.picList li .img img {
  opacity: 0;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-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);
}

.picList2 li:nth-child(2n) img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.picList3 li:nth-child(3n+2) img {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.picList3 li:nth-child(3n) img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.picList2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.picList2 li {
  width: 30vw;
}

/*
#sec4{
	img{
		position: relative;
		top: -50px;
	}
}
*/
#sec4,
#sec10,
#sec14 {
  padding-bottom: 160px;
  text-align: center;
}

#sec11 {
  background-image: url("../images/bg_sky.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*
  	padding: 0;
  	height: 74vw;

  	.contentBox{
  		position: absolute;
  		padding: 160px 0;
  		width: 100%;
  	}

  	.bg{
  		height: 100%;

  		img{
  			width: 100%;
  			height: 100%;
  			object-fit:cover;
  		}
  	}
  */
}

.picList1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.picList1 li {
  width: 36vw;
}

#creditSec {
  padding: 80px 0;
}
#creditSec .logo {
  margin-bottom: 15px;
}
#creditSec .logo img {
  width: 14vw;
}
#creditSec .season {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 60px;
}

.creditList {
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.4;
}
.creditList li {
  margin-bottom: 5px;
}
.creditList li .job {
  font-size: 10px;
}
.creditList li .name {
  font-size: 13px;
}

.copyright {
  font-size: 11px;
}

.fullImg img {
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.spSlider div {
  vertical-align: top;
}

.movieAll {
  text-align: center;
}
.movieAll video {
  width: 67.5vw;
  background-color: #000;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  .mainVisual {
    height: 100vh;
    overflow: hidden;
  }
  .mainVisual .overArea {
    position: relative;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    top: initial;
    padding-top: 14.8vw;
    height: 30vh;
  }
  .mainVisual .overArea .logo img {
    width: 67.2vw;
  }
  .mainVisual .overArea .season {
    margin-bottom: 13vw;
    font-size: 10px;
  }
  .mainVisual .img {
    top: 0;
  }
  .mainVisual .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .message {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    padding-left: 15vw;
    padding-right: 15vw;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 1.6;
    font-size: 13px;
  }
  .spSlider {
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }
  .sec {
    padding: 70px 0;
  }
  .secPb {
    padding-bottom: 0;
  }
  .caption {
    padding-top: 25px;
    padding-left: 5.5vw;
    padding-right: 5.5vw;
    line-height: 1.8;
    height: 100px;
    margin-bottom: -44px;
  }
  .caption a {
    text-decoration: underline;
    margin: 0 2px;
  }
  .mainImg {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
  .mainImg img {
    width: 100%;
  }
  .subImg {
    padding-left: 0;
    padding-right: 0;
  }
  .subImg img {
    width: 100%;
  }
  #sec2,
  #sec12 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  #sec4 {
    padding-bottom: 0;
  }
  #sec5 {
    padding-top: 105px;
    padding-bottom: 70px;
  }
  #sec6 {
    padding: 70px 0;
  }
  #sec8 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sec8 .mainImg {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  #sec8 .mainImg img {
    width: 100%;
  }
  #sec10 {
    padding: 70px 0;
  }
  #sec14 {
    padding: 70px 0;
  }
  .borderImg {
    border-width: 2.8px;
  }
  .picList1 {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
  .picList1 li {
    width: auto;
  }
  .picList1 li .img img {
    width: 100%;
  }
  #creditSec .logo img {
    width: 36vw;
  }
  #creditSec .season {
    font-size: 10px;
  }
  .creditList li {
    margin-bottom: 5px;
  }
  .creditList li .name {
    font-size: 13px;
  }
  #creditSec {
    padding: 70px 0 30px 0;
  }
  #creditSec .season {
    margin-bottom: 40px;
  }
  .copyright {
    font-size: 10px;
    letter-spacing: 0.03em;
  }
  .fullImg img {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .fullImgBottom img {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .borderWhite {
    border: none;
  }
  #opening {
    position: relative;
    z-index: 10;
  }
  #opening .movie {
    width: 80vw;
    height: 30vh;
  }
  section {
    position: relative;
    z-index: 5;
  }
  .sec {
    position: relative;
    z-index: 5;
  }
  #titleBox {
    position: fixed;
    left: 0;
    top: 0;
  }
  #titleBox .overArea {
    margin-top: 0;
    bottom: 110px;
  }
  #titleBox .overArea .img {
    margin-bottom: 20px;
  }
  #titleBox .overArea .img img {
    width: 69vw;
  }
  #titleBox .overArea .logo img {
    width: 45vw;
  }
  .movieAll {
    margin-left: 5.5vw;
    margin-right: 5.5vw;
  }
  .movieAll video {
    width: 100%;
  }
  #sec8 .mainImg img {
    border: none;
  }
  .mainVisual {
    height: auto;
    padding-top: 0;
  }
  .mainVisual {
    padding: 0 0;
    padding-bottom: 0;
  }
  .mainVisual .img img {
    border: none;
  }
  #sec6 {
    padding-bottom: 0;
  }
  .mainVisual .img {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */