@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
input[type=button],
input[type=text],
input[type=email],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}

@media (max-width: 768px) {
  .disp_pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .disp_pc {
    display: block;
  }
}

@media (max-width: 768px) {
  .disp_sp {
    display: block;
  }
}
@media (min-width: 769px) {
  .disp_sp {
    display: none;
  }
}

html, body {
  background-color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}
html p, body p {
  font-weight: 500;
  line-height: 1.55;
}
html .eng, body .eng {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}
html a, body a {
  text-decoration: none;
}
html img, body img {
  display: block;
}
html a, body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
html a:hover, body a:hover {
  opacity: 0.6;
}

.container {
  width: 100vw;
  overflow-x: hidden;
}

.inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

header .inner {
  /*アニメーション設定。右から左に流す、を繰り返す*/
  /*@keyframes ticker {
  	0% {
  		transform: translate(0, 0);
  		opacity: 0;
  	}
  	5%{
  		transform: translate(0, 0);
  		opacity: 1;

  	}
  	10%{
  		transform: translate(0, 0);
  		opacity: 1;

  	}
  	90%{
  		transform: translate(-105%, 0);
  		opacity: 1;
  	}
  	95%{
  		transform: translate(-105%, 0);
  		opacity: 0;
  	}
  	100% {
  		transform: translate(-105%, 0);
  		opacity: 0;
  	}
  }*/
}
@media (max-width: 768px) {
  header .inner {
    margin: 0 3.8461538462vw;
    padding: 4.5vw 0;
    width: auto;
    height: auto;
  }
}
@media (min-width: 769px) {
  header .inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    height: 90px;
  }
}
header .inner .logo {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  header .inner .logo {
    width: 25vw;
    height: auto;
    /*top:4.5vw;*/
  }
}
@media (min-width: 769px) {
  header .inner .logo {
    width: 167px;
    height: 25px;
    top: 30px;
  }
}
header .inner .logo img {
  width: 100%;
  height: auto;
}
header .inner .ticker {
  /*overflow: hidden;*/
  height: 1em;
}
@media (max-width: 768px) {
  header .inner .ticker {
    margin-top: 0.3em;
    /*width: 42vw;
          left: 32vw;
          top: 5vw;*/
  }
}
@media (min-width: 769px) {
  header .inner .ticker {
    position: absolute;
    left: 200px;
    width: 350px;
    top: 35px;
  }
}
header .inner .ticker p {
  /*border-bottom: 1px solid #000;*/
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  /*animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 21s;*/
}
@media (max-width: 768px) {
  header .inner .ticker p {
    font-size: 3.0769230769vw;
    padding-bottom: 2px;
  }
}
@media (min-width: 769px) {
  header .inner .ticker p {
    font-size: 12px;
    padding-bottom: 2px;
    position: absolute;
    top: 0;
  }
}
header .inner .youtube {
  color: #000;
}
@media (max-width: 768px) {
  header .inner .youtube {
    background-image: url(../images/common/icon_youtube.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 5.8974358974vw;
    height: 4.1025641026vw;
    text-indent: -9999px;
    position: absolute;
    right: 14.1025641026vw;
    top: 4.6153846154vw;
  }
}
@media (min-width: 769px) {
  header .inner .youtube {
    font-size: 12px;
    position: absolute;
    right: 90px;
    top: 36px;
  }
}
@media (min-width: 769px) {
  header .inner .youtube:after {
    content: "";
    display: inline-block;
    background-image: url(../images/common/icon_youtube.png);
    background-size: contain;
    position: relative;
    vertical-align: middle;
    width: 25px;
    height: 17px;
    margin-left: 10px;
    top: -1px;
  }
}
header .inner a.ichijo {
  display: block;
  position: absolute;
}
@media (max-width: 768px) {
  header .inner a.ichijo {
    top: 3.8461538462vw;
    right: 0;
    width: 10.2564102564vw;
  }
}
@media (min-width: 769px) {
  header .inner a.ichijo {
    top: 28px;
    right: 0;
    width: 55px;
  }
}
header .inner a.ichijo img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  footer {
    padding: 35vw 0 10.2564102564vw 0;
  }
}
@media (min-width: 769px) {
  footer {
    padding: 300px 0 35px 0;
  }
}
footer p.shoulder {
  text-align: center;
}
@media (max-width: 768px) {
  footer p.shoulder {
    font-size: 3.0769230769vw;
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) {
  footer p.shoulder {
    font-size: 12px;
    margin-bottom: 1.5em;
  }
}
footer a.logo {
  display: block;
}
@media (max-width: 768px) {
  footer a.logo {
    width: 52.3076923077vw;
    height: 7.9487179487vw;
    margin: 0 auto 12.8205128205vw auto;
  }
}
@media (min-width: 769px) {
  footer a.logo {
    margin: 0 auto 75px auto;
    width: 305px;
    height: 46px;
  }
}
footer a.logo img {
  width: 100%;
  height: auto;
}
footer ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer ul.sns {
    margin: 0 auto 12.8205128205vw auto;
    width: 60vw;
  }
}
@media (min-width: 769px) {
  footer ul.sns {
    margin: 0 auto 75px auto;
    width: 170px;
  }
}
footer ul.sns li a {
  display: block;
}
footer ul.sns li a img {
  /*&.youtube{
  	@include sp{
  		width: auto;
  		height: get_vw(26)
  	}
  	@include pc{
  		width: auto;
  		height: 18px;
  	}
  }
  &.instagram{
  	@include sp{
  		width: auto;
  		height: get_vw(26)
  	}
  	@include pc{
  		width: 18px;
  		height: 18px;
  	}
  }*/
}
@media (max-width: 768px) {
  footer ul.sns li a img {
    width: auto;
    height: 6.6666666667vw;
  }
}
@media (min-width: 769px) {
  footer ul.sns li a img {
    width: auto;
    height: 20px;
  }
}
footer a.ichijo {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer a.ichijo {
    width: 21.0256410256vw;
    height: 10.2564102564vw;
    margin-bottom: 8.9743589744vw;
  }
}
@media (min-width: 769px) {
  footer a.ichijo {
    width: 81px;
    height: 39px;
    margin-bottom: 35px;
  }
}
footer a.ichijo img {
  width: 100%;
  height: auto;
}
footer ul.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer ul.contact {
    margin: 0 auto 7vw auto;
    width: 80vw;
  }
}
@media (min-width: 769px) {
  footer ul.contact {
    margin: 0 auto 40px auto;
    width: 270px;
  }
}
footer ul.contact li a {
  color: #000;
  border: 1px solid #000;
  display: block;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  footer ul.contact li a {
    border-radius: 2.8205128205vw;
    font-size: 3.0769230769vw;
    margin-bottom: 3.8461538462vw;
    padding: 1em 0;
    width: 37vw;
  }
}
@media (min-width: 769px) {
  footer ul.contact li a {
    border-radius: 6px;
    font-size: 12px;
    padding: 0.3em 0 0.35em 0;
    width: 116px;
  }
}
footer ul.contact li a:hover {
  color: #fff;
  background-color: #000;
}
footer p.notice {
  margin-bottom: 0.8em;
  text-align: center;
}
@media (max-width: 768px) {
  footer p.notice {
    font-size: 3.0769230769vw;
  }
}
@media (min-width: 769px) {
  footer p.notice {
    font-size: 12px;
  }
}
footer p.copyrights {
  text-align: center;
}
@media (max-width: 768px) {
  footer p.copyrights {
    font-size: 3.0769230769vw;
  }
}
@media (min-width: 769px) {
  footer p.copyrights {
    font-size: 12px;
  }
}

/*== TOP ========*/
#top .mv {
  position: relative;
  overflow: hidden;
  /*スライドの高さを指定　overflow: hidden;を入れる*/
  /*スライドは背景画像にする*/
  /*スライド画像を指定*/
  /* アニメーションを指定 */
  /*.add-zoom {
  	animation: fadezoom 20s 0s forwards;
  }*/
}
@media (min-width: 769px) {
  #top .mv {
    width: 100vw;
    height: auto;
  }
}
#top .mv .slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
@media (min-width: 769px) {
  #top .mv .slider {
    max-height: 700px;
  }
}
#top .mv .slider .slider-wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#top .mv .slider .slider-wrap a {
  color: #fff;
  position: absolute;
  z-index: 5;
}
@media (max-width: 768px) {
  #top .mv .slider .slider-wrap a {
    font-size: 4.358974359vw;
    left: 4.1025641026vw;
    bottom: 15.3846153846vw;
  }
}
@media (min-width: 769px) {
  #top .mv .slider .slider-wrap a {
    font-size: 24px;
    left: 70px;
    bottom: 110px;
  }
}
#top .mv .slider .slider-wrap p {
  color: #fff;
  position: absolute;
  z-index: 5;
}
@media (max-width: 768px) {
  #top .mv .slider .slider-wrap p.pager {
    font-size: 2.5641025641vw;
    left: 10.7692307692vw;
    bottom: 8vw;
  }
}
@media (min-width: 769px) {
  #top .mv .slider .slider-wrap p.pager {
    font-size: 12px;
    left: 106px;
    bottom: 51px;
  }
}
#top .mv .slider-img {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*スライド画像の高さ*/
}
@media (max-width: 768px) {
  #top .mv .slider-img {
    aspect-ratio: 2060/1124;
  }
}
@media (min-width: 769px) {
  #top .mv .slider-img {
    width: 120%;
    max-height: 700px;
  }
}
@media (max-width: 768px) {
  #top .mv .slider-img-01 {
    background-image: url(../images/top/mv_11.jpg);
  }
}
@media (min-width: 769px) {
  #top .mv .slider-img-01 {
    background-image: url(../images/top/mv_11.jpg);
  }
}
@media (max-width: 768px) {
  #top .mv .slider-img-02 {
    background-image: url(../images/top/mv_10.jpg);
  }
}
@media (min-width: 769px) {
  #top .mv .slider-img-02 {
    background-image: url(../images/top/mv_10.jpg);
  }
}
@media (max-width: 768px) {
  #top .mv .slider-img-03 {
    background-image: url(../images/top/mv_09.jpg);
  }
}
@media (min-width: 769px) {
  #top .mv .slider-img-03 {
    background-image: url(../images/top/mv_09.jpg);
  }
}
#top .mv .slick-list {
  width: 100%;
}
@media (min-width: 769px) {
  @-webkit-keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      /* 拡大率 */
    }
  }
  @keyframes fadezoom {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      /* 拡大率 */
    }
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes fadezoom {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
      opacity: 0;
    }
  }
  @keyframes fadezoom {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-80%);
              transform: translateX(-80%);
      opacity: 0;
    }
  }
}
@media (max-width: 768px) {
  #top .mv .add-zoom {
    -webkit-animation: fadezoom 11s linear infinite;
            animation: fadezoom 11s linear infinite;
  }
}
@media (min-width: 769px) {
  #top .mv .add-zoom {
    -webkit-animation: fadezoom 20s 0s forwards;
            animation: fadezoom 20s 0s forwards;
  }
}
#top .mv .scrollDown {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(1px 2px 3px #000);
          filter: drop-shadow(1px 2px 3px #000);
}
@media (max-width: 768px) {
  #top .mv .scrollDown {
    right: 6.4102564103vw;
    bottom: 3.8461538462vw;
    -moz-column-gap: 5.1282051282vw;
    -webkit-column-gap: 5.1282051282vw;
            column-gap: 5.1282051282vw;
  }
}
@media (min-width: 769px) {
  #top .mv .scrollDown {
    right: 30px;
    bottom: 35px;
    -moz-column-gap: 24px;
    -webkit-column-gap: 24px;
            column-gap: 24px;
  }
}
#top .mv .scrollDown .scrollDown--text {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  #top .mv .scrollDown .scrollDown--text {
    font-size: 2.5641025641vw;
  }
}
@media (min-width: 769px) {
  #top .mv .scrollDown .scrollDown--text {
    font-size: 13px;
  }
}
@-webkit-keyframes scroll-line {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  39% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scroll-line {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  39% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  40% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
#top .mv .scrollDown .scrollDown--line {
  position: relative;
  width: 1px;
}
@media (max-width: 768px) {
  #top .mv .scrollDown .scrollDown--line {
    height: 8.7179487179vw;
  }
}
@media (min-width: 769px) {
  #top .mv .scrollDown .scrollDown--line {
    height: 42px;
  }
}
#top .mv .scrollDown .scrollDown--line span {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
#top .mv .scrollDown .scrollDown--line span:first-of-type {
  background-color: rgba(207, 204, 195, 0.4);
}
#top .mv .scrollDown .scrollDown--line span:last-of-type {
  background-color: #f2f1ee;
  -webkit-animation: scroll-line 3s infinite both;
          animation: scroll-line 3s infinite both;
}
#top .mv .slick-prev,
#top .mv .slick-next {
  background-size: contain;
  z-index: 10;
  text-indent: -9999px;
}
@media (max-width: 768px) {
  #top .mv .slick-prev,
  #top .mv .slick-next {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    top: auto;
    bottom: 6vw;
  }
}
@media (min-width: 769px) {
  #top .mv .slick-prev,
  #top .mv .slick-next {
    width: 20px;
    height: 20px;
    top: auto;
    bottom: 40px;
  }
}
#top .mv .slick-next {
  background-image: url(../images/top/slick_btn_next.png);
}
@media (max-width: 768px) {
  #top .mv .slick-next {
    left: 23.0769230769vw;
  }
}
@media (min-width: 769px) {
  #top .mv .slick-next {
    left: 160px;
  }
}
#top .mv .slick-prev {
  background-image: url(../images/top/slick_btn_prev.png);
}
@media (max-width: 768px) {
  #top .mv .slick-prev {
    left: 3.8461538462vw;
  }
}
@media (min-width: 769px) {
  #top .mv .slick-prev {
    left: 70px;
  }
}
@media (max-width: 768px) {
  #top section.movie {
    margin-top: 12.8205128205vw;
  }
}
@media (min-width: 769px) {
  #top section.movie {
    margin-top: 95px;
  }
}
#top section.movie h2 {
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  #top section.movie h2 {
    font-size: 7.4358974359vw;
    margin-bottom: 12.8205128205vw;
  }
}
@media (min-width: 769px) {
  #top section.movie h2 {
    font-size: 60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 769px) {
  #top section.movie h2 span.eng {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
  }
}
#top section.movie h2 span.small {
  display: block;
}
@media (max-width: 768px) {
  #top section.movie h2 span.small {
    font-size: 3.0769230769vw;
    margin-top: 1.2em;
  }
}
@media (min-width: 769px) {
  #top section.movie h2 span.small {
    font-size: 12px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  #top section.movie .movie_container {
    width: auto;
    margin: 0 6.4102564103vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container {
    margin-left: auto;
    margin-right: auto;
    width: 1028px;
  }
}
#top section.movie .movie_container .movier_wrap {
  position: relative;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap {
    margin-bottom: 12.8205128205vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
#top section.movie .movie_container .movier_wrap.first {
  margin-bottom: 0;
}
#top section.movie .movie_container .movier_wrap a.youtube {
  display: block;
  position: relative;
  overflow: hidden;
  /*.numbers{
  	position: absolute;
  	z-index: 5;
  	@include sp{
  		right: get_vw(7);
  		bottom: get_vw(7);
  	}
  	@include pc{
  		right:7px;
  		bottom:7px;
  	}
  	img{
  		width: auto;
  		@include sp{
  			height: get_vw(12);
  		}
  		@include pc{
  			height: 15px;
  		}
  	}
  }*/
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a.youtube {
    width: 100%;
    height: 47.6923076923vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a.youtube {
    width: 470px;
    height: 257px;
  }
}
#top section.movie .movie_container .movier_wrap a.youtube .new {
  position: absolute;
  z-index: 5;
  display: block;
  height: auto;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a.youtube .new {
    width: 12vw;
    top: 1.7948717949vw;
    left: 1.7948717949vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a.youtube .new {
    width: 50px;
    top: 12px;
    left: 15px;
  }
}
#top section.movie .movie_container .movier_wrap a.youtube .thumb {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a.youtube .thumb {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a.youtube .thumb {
    width: 470px;
    height: auto;
  }
}
#top section.movie .movie_container .movier_wrap a.youtube:before {
  content: "";
  background-image: url(../images/story/share/movie_play.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 5;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a.youtube:before {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    bottom: 1.7948717949vw;
    right: 1.7948717949vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a.youtube:before {
    width: 20px;
    height: 20px;
    right: 7px;
    bottom: 7px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
#top section.movie .movie_container .movier_wrap a.youtube:hover {
  opacity: 1;
}
#top section.movie .movie_container .movier_wrap a.youtube:hover .thumb {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a.youtube:hover:before {
    width: 24px;
    height: 24px;
    right: 7px;
    bottom: 7px;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .text_box {
    width: 450px;
  }
}
#top section.movie .movie_container .movier_wrap a .text_box h3 {
  color: #000;
  font-weight: 600;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a .text_box h3 {
    font-size: 3.8461538462vw;
    line-height: 1.6;
    /*margin-bottom: get_vw(25);*/
    padding: 5.1282051282vw 0 5.1282051282vw 0;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .text_box h3 {
    border-bottom: 1px solid #000;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#top section.movie .movie_container .movier_wrap a .text_box p {
  color: #000;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a .text_box p.name {
    font-size: 3.0769230769vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .text_box p.name {
    font-size: 12px;
  }
}
#top section.movie .movie_container .movier_wrap a .text_box p.time {
  font-weight: 400;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a .text_box p.time {
    font-size: 3.0769230769vw;
    margin-top: 1em;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .text_box p.time {
    font-size: 12px;
    margin-top: 15px;
  }
}
#top section.movie .movie_container .movier_wrap a .text_box p.time:before {
  content: "";
  display: inline-block;
  background-image: url(../images/top/icon_time.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a .text_box p.time:before {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin-right: 1.7948717949vw;
    top: 0.5vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .text_box p.time:before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    top: 1px;
  }
}
#top section.movie .movie_container .movier_wrap a .story_link {
  border: 1px solid #999999;
  color: #999999;
  font-weight: 600;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a .story_link {
    font-size: 3.0769230769vw;
    border-radius: 2.8205128205vw;
    padding: 1.5vw 2.5vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .story_link {
    border-radius: 10px;
    font-size: 12px;
    padding: 8px 15px;
  }
}
#top section.movie .movie_container .movier_wrap a .story_link:after {
  content: "";
  display: inline-block;
  background-image: url(../images/top/icon_story.png);
  background-size: contain;
  position: relative;
}
@media (max-width: 768px) {
  #top section.movie .movie_container .movier_wrap a .story_link:after {
    background-repeat: no-repeat;
    width: 13.0769230769vw;
    height: 1.7948717949vw;
    margin-left: 2.5641025641vw;
  }
}
@media (min-width: 769px) {
  #top section.movie .movie_container .movier_wrap a .story_link:after {
    background-position: left 0 center;
    width: 51px;
    height: 7px;
    margin-left: 10px;
    top: 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
#top section.movie .movie_container .movier_wrap a:hover .story_link {
  opacity: 1;
}
#top section.movie .movie_container .movier_wrap a:hover .story_link:after {
  background-position: left 51px center;
}

/*== STORY ========*/
@media (min-width: 769px) {
  #story {
    min-width: 1028px;
  }
}
#story .mv {
  position: relative;
}
@media (max-width: 768px) {
  #story .mv {
    width: 100vw;
  }
}
@media (min-width: 769px) {
  #story .mv {
    margin: 25px auto 0 auto;
    width: 1028px;
  }
}
#story .mv .mv-image_wrap {
  position: relative;
}
@media (max-width: 768px) {
  #story .mv .mv-image_wrap {
    overflow: hidden;
    width: 100vw;
  }
}
@media (min-width: 769px) {
  #story .mv .mv-image_wrap {
    border-radius: 35px;
    overflow: hidden;
    height: 560px !important;
  }
}
#story .mv .mv-image_wrap figure {
  position: relative;
}
@media (max-width: 768px) {
  #story .mv .mv-image_wrap figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;
    justify-content: center;*/
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  #story .mv .mv-image_wrap figure .mv-image {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  #story .mv .mv-image_wrap figure .mv-image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  @-webkit-keyframes imgHorizontal {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
    }
  }
  @keyframes imgHorizontal {
    0% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 0;
    }
  }
}
@media (max-width: 768px) {
  #story .mv .mv-image_wrap figure .mv-image.add-horizontal {
    -webkit-animation: imgHorizontal 10s linear infinite;
            animation: imgHorizontal 10s linear infinite;
  }
}
#story .mv .mv-image_wrap .number {
  display: block;
  position: absolute;
  z-index: 5;
}
@media (max-width: 768px) {
  #story .mv .mv-image_wrap .number {
    width: auto;
    height: 6.1538461538vw;
    bottom: 4.5vw;
    left: 6.4102564103vw;
  }
}
@media (min-width: 769px) {
  #story .mv .mv-image_wrap .number {
    bottom: 25px;
    left: 27px;
    height: 42px;
    width: auto;
  }
}
@media (max-width: 768px) {
  #story .mv h1 {
    font-size: 5.1282051282vw;
    font-weight: 700;
    margin: 0 6.4102564103vw;
    padding: 10.2564102564vw 0;
    line-height: 1.75;
  }
}
@media (min-width: 769px) {
  #story .mv h1 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 110px;
    margin-bottom: 45px;
    position: relative;
    left: 59px;
  }
}
@media (max-width: 768px) {
  #story section {
    margin-left: 6.4102564103vw;
    margin-right: 6.4102564103vw;
  }
}
@media (min-width: 769px) {
  #story section {
    margin-left: auto;
    margin-right: auto;
    width: 910px;
  }
}
#story section.title {
  border-bottom: 1px solid #000;
  position: relative;
}
@media (min-width: 769px) {
  #story section.title {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  #story section.title p.lead {
    font-size: 3.5897435897vw;
    line-height: 2;
  }
}
@media (min-width: 769px) {
  #story section.title p.lead {
    font-size: 15px;
    line-height: 2.2;
  }
}
@media (max-width: 768px) {
  #story section.title p.info {
    font-size: 3.0769230769vw;
    line-height: 1.75;
    margin: 12.8205128205vw 0;
  }
}
@media (min-width: 769px) {
  #story section.title p.info {
    position: absolute;
    top: -125px;
    right: 0;
    font-size: 12px;
    line-height: 1.75;
    text-align: right;
  }
}
@media (max-width: 768px) {
  #story section.contents .column {
    margin-top: 25.641025641vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column {
    margin-top: 120px;
  }
}
@media (max-width: 768px) {
  #story section.contents .column.first {
    margin-top: 11.5384615385vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column.first {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  #story section.contents .column h2 {
    font-size: 4.358974359vw;
    font-weight: 700;
    line-height: 1.8;
  }
}
@media (min-width: 769px) {
  #story section.contents .column h2 {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  #story section.contents .column p {
    font-size: 3.5897435897vw;
    font-weight: 400;
    line-height: 2;
    margin-top: 9vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column p {
    font-size: 15px;
    line-height: 2.2;
    margin-top: 50px;
  }
}
#story section.contents .column p .speaker {
  font-weight: 600;
}
@media (max-width: 768px) {
  #story section.contents .column p .speaker {
    display: block;
  }
}
@media (min-width: 769px) {
  #story section.contents .column p .speaker {
    display: inline-block;
    margin-right: 2em;
  }
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap {
    margin-top: 10.2564102564vw;
    margin-bottom: 11vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column .photo_wrap {
    margin-top: 80px;
  }
}
#story section.contents .column .photo_wrap .photo_box .photo {
  width: 100%;
  height: auto;
  /*@include pc{
  	margin-top: 50px;
  }*/
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap .photo_box p.caption {
    font-size: 3.0769230769vw;
    margin-top: 3.8461538462vw;
    line-height: 1.75;
  }
}
@media (min-width: 769px) {
  #story section.contents .column .photo_wrap .photo_box p.caption {
    font-size: 12px;
    margin-top: 16px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap.single .photo_box:nth-of-type(2) {
    margin-top: 10vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column .photo_wrap.single .photo_box:nth-of-type(2) {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap.double {
    margin-top: 11.5384615385vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column .photo_wrap.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 769px) {
  #story section.contents .column .photo_wrap.double .photo_box {
    width: 436px;
  }
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap.double .photo_box:nth-of-type(1) p.caption {
    margin-bottom: -6vw;
  }
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap.double .photo_box:nth-of-type(2) {
    margin-top: 11vw;
  }
}
@media (min-width: 769px) {
  #story section.contents .column .photo_wrap.double.narrow {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #story section.contents .column .photo_wrap.double.minus {
    margin-top: -5.5vw;
  }
}
#story section.movie {
  position: relative;
}
@media (max-width: 768px) {
  #story section.movie {
    margin-top: 30vw;
    padding-bottom: 17.9487179487vw;
  }
}
@media (min-width: 769px) {
  #story section.movie {
    margin-top: 200px;
  }
}
#story section.movie .title {
  text-align: center;
}
@media (max-width: 768px) {
  #story section.movie .title {
    font-size: 3.0769230769vw;
  }
}
@media (min-width: 769px) {
  #story section.movie .title {
    font-size: 12px;
  }
}
#story section.movie .thumb {
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  #story section.movie .thumb {
    margin: 7.6923076923vw auto 0 auto;
  }
}
@media (min-width: 769px) {
  #story section.movie .thumb {
    width: 475px;
    height: 260px;
    margin: 40px auto 0 auto;
    overflow: hidden;
  }
}
#story section.movie .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#story section.movie .thumb:before {
  content: "";
  background-image: url(../images/story/share/movie_play.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 768px) {
  #story section.movie .thumb:before {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    right: 2.5641025641vw;
    bottom: 2.5641025641vw;
  }
}
@media (min-width: 769px) {
  #story section.movie .thumb:before {
    width: 58px;
    height: 58px;
    right: 10px;
    bottom: 10px;
  }
}
#story section.movie .thumb:hover {
  opacity: 1;
}
#story section.movie .thumb:hover img {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
@media (min-width: 769px) {
  #story section.movie .thumb:hover:before {
    width: 64px;
    height: 64px;
  }
}
#story section.movie .pager {
  position: absolute;
  background-repeat: no-repeat;
  color: #000;
}
@media (max-width: 768px) {
  #story section.movie .pager {
    background-size: 3.5897435897vw auto;
    font-size: 3.0769230769vw;
    bottom: 0;
  }
}
@media (min-width: 769px) {
  #story section.movie .pager {
    background-size: 15px auto;
    font-size: 12px;
    top: 50%;
  }
}
#story section.movie .pager.prev {
  background-image: url(../images/story/share/pager_prev.png);
  background-position: left center;
  left: 0;
}
@media (max-width: 768px) {
  #story section.movie .pager.prev {
    padding-left: 6vw;
  }
}
@media (min-width: 769px) {
  #story section.movie .pager.prev {
    padding-left: 25px;
  }
}
#story section.movie .pager.next {
  background-image: url(../images/story/share/pager_next.png);
  background-position: right center;
  right: 0;
}
@media (max-width: 768px) {
  #story section.movie .pager.next {
    padding-right: 6vw;
  }
}
@media (min-width: 769px) {
  #story section.movie .pager.next {
    padding-right: 25px;
  }
}

/* fadein */
.fadein.fadein-active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadein-active;
  animation-name: fadein-active;
  visibility: visible !important;
}

.photo_box.active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadein-active;
  animation-name: fadein-active;
  visibility: visible !important;
}

@-webkit-keyframes fadein-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein-active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* スマホ MVの位置調整 */
@media (max-width: 768px) {
  #story .mv.vol03 .mv-image_wrap figure, #story .mv.vol04 .mv-image_wrap figure {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media (max-width: 768px) {
  #story .mv.vol09 .mv-image_wrap figure {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}