.site-main {
  /* max-width: 1400px;
  margin: 0 auto; */
}

/** PAGE -- TOP
==============================================*/
.inview.slideIn {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 120px);
  transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}

.masker {
  display: inline-block;
  overflow: hidden;
}

.masker .typo {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1600ms cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.masker.animate .typo {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.chasein.slideIn {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

.chasein.slideIn.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.chasein.slideIn:nth-child(3n + 1) {
  transition-delay: 0ms;
}

.chasein.slideIn:nth-child(3n + 2) {
  transition-delay: 100ms;
}

.chasein.slideIn:nth-child(3n + 3) {
  transition-delay: 200ms;
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn:nth-child(3n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn:nth-child(3n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn:nth-child(3n + 3) {
    transition-delay: 200ms;
  }
}

@media only screen and (max-width: 767px) {
  .chasein.slideIn:nth-child(2n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn:nth-child(2n + 2) {
    transition-delay: 100ms;
  }
}

.chasein.slideIn5 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

.chasein.slideIn5.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn5:nth-child(5n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn5:nth-child(5n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn5:nth-child(5n + 3) {
    transition-delay: 200ms;
  }
  .chasein.slideIn5:nth-child(5n + 4) {
    transition-delay: 300ms;
  }
  .chasein.slideIn5:nth-child(5n + 5) {
    transition-delay: 400ms;
  }
}

@media only screen and (max-width: 767px) {
  .chasein.slideIn5:nth-child(2n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn5:nth-child(2n + 2) {
    transition-delay: 100ms;
  }
}

.chasein.slideIn6 {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

.chasein.slideIn6.animate {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media only screen and (min-width: 768px) {
  .chasein.slideIn6:nth-child(6n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn6:nth-child(6n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn6:nth-child(6n + 3) {
    transition-delay: 200ms;
  }
  .chasein.slideIn6:nth-child(6n + 4) {
    transition-delay: 300ms;
  }
  .chasein.slideIn6:nth-child(6n + 5) {
    transition-delay: 400ms;
  }
  .chasein.slideIn6:nth-child(6n + 6) {
    transition-delay: 500ms;
  }
}

@media only screen and (max-width: 767px) {
  .chasein.slideIn6:nth-child(4n + 1) {
    transition-delay: 0ms;
  }
  .chasein.slideIn6:nth-child(4n + 2) {
    transition-delay: 100ms;
  }
  .chasein.slideIn6:nth-child(4n + 3) {
    transition-delay: 200ms;
  }
  .chasein.slideIn6:nth-child(4n + 4) {
    transition-delay: 300ms;
  }
}

.chasein.fadeIn {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.chasein.fadeIn.animate {
  opacity: 1;
}

/** HEADER
==============================================*/

@media only screen and (min-width: 768px) {
  .site-header .header-wrap .header_menu {
    padding: 70px 70px;
  }
  .site-header .header-wrap.fixed .header_menu {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .header-wrap {
    padding: 0;
  }
  .site-header .header-wrap .header_menu {
    padding: 25px 20px 25px 25px;
  }
}
/* .site-header.nav-open {
  z-index: 11;
} */

.site-header .cover {
  /* transition: left 600ms 1s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: left 20s;
    transition: left 20s; */
}
.nav-open .site-header .cover {
  /* left: -450px; */
  /* transition: left 600ms cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: left 20s;
  transition: left 20s; */
}
/* @media only screen and (max-width: 767px) {
  .nav-open .site-header .cover {
    left: -76%;
  }
} */

/** MAIN CONTAINERS
==============================================*/
.section {
  padding-top: 150px;
}

.section .section-content .headline {
  text-align: center;
}

.section .section-content .headline .headline__title {
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .section-content .headline .headline__title {
    font-size: 22px;
  }
}

.section-hero {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

@media only screen and (min-width: 768px) {
  .section-hero {
    min-height: 700px;
  }
}

.section-hero .section-content {
  padding: 40px;
  height: 100%;
}

.section-hero .content {
  position: relative;
  top: 0;
  height: calc(100% - 52px);
  border-radius: 35px;
  overflow: hidden;
  z-index: 0;
}
.section-hero .content {
  top: 52px;
}
/* .nav-open .section-hero .content {
  z-index: 10;
} */

.section-hero .content .headline__title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.section-hero .content .headline__title img {
  height: 320px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.8));
}

@media only screen and (max-width: 767px) {
  .section-hero .content .headline__title img {
    height: 240px;
  }
}

.section-hero .content #bg_video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.section-hero .content #bg_video,
.section-hero .content .hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 80% top;
  z-index: 0;
}
.section-hero .content #bg_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) scale(1.1);
}

@media only screen and (max-width: 768px) {
  .section {
    padding-top: 75px;
  }
  .section-hero {
    position: relative;
    padding-top: 0;
  }
  .section-hero .section-content {
    padding: 15px;
    height: calc(100% - 45px);
  }
  .section-hero .content {
    height: 100%;
    top: 45px;
  }
  .section-hero .content #bg_video,
  .section-hero .content .hero-img {
    width: 100vw;
    height: calc(100% - 92px);
    border-radius: 17.5px;
    object-position: 30% top;
  }
  .section-hero .content #bg_video iframe {
    transform: translateX(-50%) scale(1.2);
  }
}

/* .nav-open .section-hero .content #bg_video iframe {
  display: none;
} */
/* @media only screen and (max-width: 768px) {
  .nav-open .section-hero .content #bg_video iframe {
    left: -76%;
    transform: none;
    width: 100% !important;
  }
} */

/** SCROLLER **/
.scroller {
  position: absolute;
  bottom: 25px;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  margin: auto;
  width: 85px;
  height: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.nav-open .scroller {
  display: none;
}
/* @media only screen and (max-width: 768px) {
  .nav-open .scroller {
    left: -76%;
  }
} */

.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 85px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

.arrowInner p {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.1));
}

@media only screen and (max-width: 767px) {
  .arrowInner p {
    font-size: 10px;
  }
}

.arrow {
  position: relative;
  overflow: hidden;
  margin: 50px auto 0;
  width: 1px;
  height: 60px;
  background-color: transparent;
}

.arrow::before {
  display: inline-block;
  margin: 0 auto;
  width: 2px;
  height: 60px;
  background-color: #fff;
  content: "";
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -webkit-animation: arrow 3s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite normal;
  animation: arrow 3s cubic-bezier(0.77, 0, 0.175, 1) 0s infinite normal;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.section-lead {
  position: relative;
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .section-lead .intro {
    text-align: center;
  }
  .section-lead .intro__txt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
  }
  .section-lead .intro__txt span {
    float: right;
    vertical-align: top;
    display: inline-block;
    margin: 0 7px;
  }
  .section-lead .intro .txt {
    margin: 0 0.75em;
  }
}

.section-lead .intro__txt span {
  opacity: 0;
}

.section-lead .kusu_identity {
  position: absolute;
  z-index: -1;
}

.section-lead .kusu_identity span {
  display: block;
  height: 100%;
}

.section-lead .kusu_identity .grade {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  background-size: 700% 100%;
  -webkit-animation: gradient 16s linear infinite;
  animation: gradient 16s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.section-lead .kusu_identity span.masker {
  display: block;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/lead_bg.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-lead .kusu_identity.top {
  opacity: 0.7;
  top: -25vw;
  left: -5vw;
  width: 62vw;
  height: calc(62vw * 0.619);
}

@media only screen and (max-width: 767px) {
  .section-lead .kusu_identity.top {
    top: -23vw;
    left: -10vw;
    width: 90vw;
    height: calc(90vw * 0.619);
  }
}

.section-lead .kusu_identity.top .grade {
  background-image: linear-gradient(120deg, #f1b3cf, #e2b8d5, #fbde8f, #f6c285, #d6e48c, #adddde, #aaddf7);
}

.section-lead .kusu_identity.btm {
  width: 50vw;
  height: calc(50vw * 0.619);
  bottom: -5vw;
  right: -5vw;
  opacity: 0.5;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

@media only screen and (max-width: 767px) {
  .section-lead .kusu_identity.btm {
    right: -36vw;
    width: 100vw;
    height: calc(100vw * 0.619);
  }
}

.section-lead .kusu_identity.btm .grade {
  background-image: linear-gradient(120deg, #aaddf7, #adddde, #d6e48c, #f6c285, #fbde8f, #e2b8d5, #f1b3cf);
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .section-lead {
    /* padding-bottom: 40px; */
    padding-top: 60px;
  }
  .section-lead .section-content .content {
    text-align: center;
  }
  .section-lead .section-content .content .txt {
    display: inline-block;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    text-align: left;
    font-size: 15px;
    -webkit-text-orientation: inherit;
    text-orientation: inherit;
  }
}

@media only screen and (min-width: 768px) {
  .section-lineup {
    padding-top: 100px;
  }
}

.section-lineup .section-content .headline {
  padding: 0 40px;
}

.section-lineup .section-content .headline .headline__title {
  padding: 95px 80px;
  border-radius: 35px;
  background: url(../img/lineup_headline_bg.jpg) no-repeat center center;
  text-align: left;
  background-size: cover;
  color: #fff;
  font-size: 30px;
  line-height: 1;
}

.section-lineup .section-content .content {
  position: relative;
}

.section-lineup .section-content .content .content__headline {
  position: absolute;
  right: 0;
  bottom: 40%;
  z-index: 1;
  margin: 0 auto;
  padding: 5vw 8vw 10vw 10vw;
  background-position: 90px center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: right;
}

.section-lineup .section-content .content:nth-child(odd) .content__headline {
  right: inherit;
  left: 0;
  padding: 5vw 10vw 10vw 8vw;
  background-position: -90px center;
  text-align: left;
}

.section-lineup .section-content .content .content__headline.bg_pk {
  background-image: url(../img/headline_bg-pk.png);
}

.section-lineup .section-content .content .content__headline.bg_cr {
  background-image: url(../img/headline_bg-cr.png);
}

.section-lineup .section-content .content .content__headline.bg_or {
  background-image: url(../img/headline_bg-or.png);
}

.section-lineup .section-content .content .content__headline.bg_lb {
  background-image: url(../img/headline_bg-lb.png);
}

.section-lineup .section-content .content .content__headline .content__title {
  padding-bottom: 1.3vw;
  font-size: 2.8vw;
}

.section-lineup .section-content .content .content__headline p {
  font-size: 1.25vw;
}

.section-lineup .section-content .content .block {
  display: flex;
  padding: 50px 40px 0;
  justify-content: space-between;
}

.section-lineup .section-content .content:nth-child(odd) .block {
  flex-direction: row-reverse;
}

.section-lineup .section-content .content .block__visual {
  width: 61%;
}

.section-lineup .section-content .content .block__visual .visual img {
  width: 100%;
}

.section-lineup .section-content .content .block__buy {
  position: relative;
  /* IE6-9 */
  display: flex;
  width: 36%;
  border-radius: 35px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,f5f9fa+14,c7d8dc+100 */
  background: #fff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fff 45%, #f5f9fa 50%, #c7d8dc 140%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7d8dc',GradientType=0 );
  justify-content: flex-end;
  align-items: flex-end;
}

.section-lineup .section-content .content:nth-child(odd) .block__buy {
  flex-direction: row-reverse;
}

.section-lineup .section-content .content .block__buy .sub_visual {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  padding-top: 30px;
  height: 50%;
  text-align: center;
}

.section-lineup .section-content .content .block__buy .sub_visual img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.section-lineup .section-content .content .block__buy .buy_btn {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 30%;
  height: 100%;
}

.section-lineup .section-content .content:nth-child(even) .block__buy .buy_btn {
  right: 20px;
}

.section-lineup .section-content .content:nth-child(odd) .block__buy .buy_btn {
  left: 20px;
}

.section-lineup .section-content .content .block__buy .buy_btn a {
  position: absolute;
  bottom: 20px;
  display: flex;
  box-sizing: border-box;
  padding-top: calc(100% - 1em - 20%);
  padding-bottom: 20%;
  width: 100%;
  border-radius: 50%;
  background: url(../img/ico_cart-pk.svg) no-repeat center 30% #fff;
  background-size: 30%;
  font-size: 60%;
  line-height: 1;
  justify-content: center;
  align-items: flex-end;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.section-lineup .section-content .content .block__buy .buy_btn a:hover {
  background: url(../img/ico_cart-wh.svg) no-repeat center 30% #fd9ba6;
  background-size: 30%;
  color: #fff;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

.section-lineup .section-content .content:nth-child(even) .block__buy .buy_btn a {
  right: 0;
}

.section-lineup .section-content .content:nth-child(odd) .block__buy .buy_btn a {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .section-lineup .section-content .headline {
    margin-bottom: -60px;
    padding: 15px;
  }
  .section-lineup .section-content .headline .headline__title {
    padding: 45px 25px;
    border-radius: 17.5px;
    background-position: left center;
    background-size: 145%;
    font-size: 18px;
  }
}

@media only screen and (max-width: 1100px) {
  .section-lineup .section-content .content .content__headline {
    padding: 5vw 8vw 10vw 15vw;
  }
  .section-lineup .section-content .content:nth-child(odd) .content__headline {
    padding: 5vw 15vw 10vw 8vw;
  }
}

@media only screen and (max-width: 768px) {
  .section-lineup .section-content .content {
    text-align: center;
  }
  .section-lineup .section-content .content .content__headline {
    position: relative;
    top: 35px;
    display: inline-block;
    margin-bottom: 100px;
    padding: 50px 0;
    max-width: calc(100% - 70px);
    width: 300px;
    background-position: center center;
    text-align: center;
  }
  .section-lineup .section-content .content:nth-child(odd) .content__headline {
    left: inherit;
    padding: 50px 0;
    background-position: center center;
    text-align: center;
  }
  .section-lineup .section-content .content .content__headline .content__title {
    display: inline-block;
    text-align: left;
    font-size: 20px;
  }
  .section-lineup .section-content .content .content__headline p {
    position: absolute;
    top: 95%;
    left: 0;
    text-align: left;
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .section-lineup .section-content .content .block {
    flex-direction: column;
    padding: 25px 15px 0;
  }
  .section-lineup .section-content .content:nth-child(odd) .block {
    flex-direction: column;
  }
  .section-lineup .section-content .content .block__visual,
  .section-lineup .section-content .content .block__buy {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .section-lineup .section-content .content .block__buy {
    padding-top: 25px;
    background: none;
  }
  .section-lineup .section-content .content .block__buy .sub_visual {
    display: none;
  }
  .section-lineup .section-content .content .block__buy .buy_btn {
    position: relative;
    width: 100%;
    border-radius: 30px;
    background-color: #b3c5c9;
  }
  .section-lineup .section-content .content:nth-child(even) .block__buy .buy_btn,
  .section-lineup .section-content .content:nth-child(odd) .block__buy .buy_btn {
    left: 0;
  }
  .section-lineup .section-content .content .block__buy .buy_btn a {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px 0;
    border-radius: 30px;
    background: none;
    color: #fff;
    text-align: center;
    font-size: 18px;
    align-items: center;
  }
  .section-lineup .section-content .content .block__buy .buy_btn a:before {
    display: inline-block;
    margin-right: 10px;
    width: 19.5px;
    height: 25.5px;
    background: url(../img/ico_cart-wh.svg) no-repeat center center;
    background-size: contain;
    content: "";
  }
}

.section-story .story-slide .slick-slide {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .section-story .story {
    display: block !important;
  }
  .section-story .story::after {
    content: "";
    display: block;
    clear: both;
  }
}

@media only screen and (max-width: 767px) {
  .section-story .story {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .section-story .story__txt {
    padding-bottom: 100px;
    width: 47%;
    float: left;
  }
}

.section-story .story__headline {
  padding-left: 20%;
  width: 100%;
  background-image: url(../img/headline_bg-cr02.png);
  background-repeat: no-repeat;
  background-position: 20% 0;
}

.section-story .story__title {
  display: inline-block;
  padding: 90px 0 0;
  font-size: 60px;
}

.section-story .story__title:after {
  display: block;
  margin: 0 auto;
  width: 1em;
  height: 1px;
  background-color: #464646;
  content: "";
}

.section-story .story__lead {
  padding: 1.5em 0;
  font-size: 26px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .section-story .story__lead {
    padding: 1em 0;
  }
}

.section-story .story__content {
  padding-right: 45px;
  padding-left: 20%;
  width: 100%;
}

.section-story .story__content .txt {
  font-size: 16px;
  line-height: 1.758;
}

.section-story .story__content .notes {
  padding: 4em 0 0;
  font-size: 12px;
}

.section-story .story__content .timer_switch .timer {
  display: flex;
  justify-content: center;
}

.section-story .story__content .timer_switch .timer > li {
  position: relative;
  padding: 0 25px;
  color: #969696;
  text-align: center;
  font-size: 18px;
}

.section-story .story__content .timer_switch .timer > li:before {
  position: absolute;
  display: block;
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #c8c8c8;
  content: "";
}

.section-story .story__img {
  padding-top: 100px;
  width: 53%;
  float: right;
}

.section-story .story__img img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .section-story .section-content .story-slide .slick-slide {
    flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .section-story .section-content .content {
    padding-bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .section-story .section-content .content .story__headline {
    padding: 0 35px;
    width: 100%;
    background-position: -40px 0;
    background-size: 300px auto;
  }
  .section-story .section-content .content .story__headline .story__title {
    padding-top: 55px;
    font-size: 45px;
  }
  .section-story .section-content .content .story__headline .story__lead {
    padding-top: 80%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .section-story .section-content .content .story__content {
    padding: 0 35px;
  }
  .section-story .section-content .content .story__content .txt {
    font-size: 14px;
  }
  .section-story .section-content .content .story__content .notes {
    padding-top: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .section-story .section-content .story__img {
    position: absolute;
    right: 0;
    top: 0;
    width: 76%;
    padding-top: 80px;
  }
}

.story-timer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 47%;
}

@media only screen and (max-width: 767px) {
  .story-timer {
    top: 180px;
    bottom: auto;
    left: 35px;
    width: 50px;
    height: 13%;
  }
}

.story-timer ul {
  text-align: center;
  font-size: 0;
}

@media only screen and (max-width: 767px) {
  .story-timer ul {
    text-align: left;
    margin-left: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .story-timer li {
    margin: 0 20px;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .story-timer li {
    padding: 3vw 0;
  }
}

.story-timer li.active .chart {
  display: none;
}

.story-timer .circle {
  width: 50px;
  height: 50px;
  position: relative;
}
.story-timer .circle:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .story-timer .circle {
    width: 25px;
    height: 25px;
  }
}

.story-timer .circle:after {
  content: " ";
  display: block;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
}

.story-timer .num {
  padding-top: 10px;
  color: #999;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .story-timer .num {
    font-size: 10px;
    text-align: center;
    padding-top: 0.5em;
  }
}

.story-timer circle {
  fill: transparent;
  stroke: #c3c3c4;
  stroke-width: 50;
  /* stroke-dasharray: 156 158; */
}

@media only screen and (max-width: 767px) {
  .story-timer circle {
    stroke-width: 25;
    /* stroke-dasharray: 78 79; */
  }
}

.story-timer svg {
  margin: 0 auto;
  /* -webkit-transform: rotate3d(-1, 1, 0, 180deg);
  transform: rotate3d(-1, 1, 0, 180deg); */
  border-radius: 50%;
  display: block;
}

.story-timer #canvas {
  width: 100%;
  height: 100%;
}
/*
.circle_timer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 50px;
  width: 47%;
  text-align: center;
}

.circle_timer li {
  display: inline-block;
  padding: 0 20px;
  height: 0;
  height: 0;
  text-align: center;
}

.circle_timer li:after {
  display: block;
  padding-top: 10px;
  color: #999;
  font-size: 18px;
}

.circle_timer li.slick-active:after {
  color: #464646;
}

.circle_timer li:nth-child(1):after {
  content: '01';
}

.circle_timer li:nth-child(2):after {
  content: '02';
}

.circle_timer li:nth-child(3):after {
  content: '03';
}

.circle_timer li button {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 50%;
  background: #c8c8c8;
}

.circle_timer li.slick-active button {
  background: #b3c5c9;
  background: linear-gradient(to right, #b3c5c9 50%, #fff 0);
}

.circle_timer li button:before {
  position: relative;
  top: 0;
  left: 50%;
  display: block;
  margin-bottom: 50%;
  width: 1px;
  height: 50%;
  background-color: #fff;
  content: '';
}

.circle_timer li.slick-active button::before {
  position: relative;
  top: inherit;
  left: inherit;
  display: block;
  margin-bottom: 0;
  margin-left: 50%;
  width: inherit;
  height: 100%;
  border-radius: 0 100% 100% 0 / 50%;
  background-color: #b3c5c9;
  content: '';
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: spin 7.5s linear .5s infinite,color 15s step-end .5s infinite;
          animation: spin 7.5s linear .5s infinite,color 15s step-end .5s infinite;
}



@media (min-width: 768px) {
  .circle_timer li button {
    cursor: pointer;
    transition: all 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .circle_timer li button:hover {
    opacity: 0.5;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(0.5turn);
            transform: rotate(0.5turn);
  }
}

@-webkit-keyframes color {
  50% {
    background: #fff;
  }
}

@keyframes color {
  50% {
    background: #fff;
  }
}

@media only screen and (max-width: 768px) {
  .circle_timer {
    top: 180px;
    bottom: inherit;
    left: 35px;
    width: 50px;
    height: 13%;
    text-align: left;
  }
  .circle_timer li {
    position: absolute;
    padding: 0 0 25px 0;
    width: 90%;
  }
  .circle_timer li:after {
    padding-top: 5px;
  }
  .circle_timer li:nth-child(1) {
    top: 0;
  }
  .circle_timer li:nth-child(2) {
    top: 50%;
  }
  .circle_timer li:nth-child(3) {
    top: 100%;
  }
  .circle_timer li:after {
    padding-bottom: 12px;
    font-size: 10px;
  }
  .circle_timer li button {
    width: 25px;
    height: 25px;
  }
} */

.slick-active .slick_fade {
  opacity: 0;
}

@-webkit-keyframes slide_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide_fade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.section-news .section-content .content {
  padding-top: 75px;
  text-align: center;
}

.section-news .section-content .content .news_list li {
  border-top: 1px solid #b3c5c9;
  text-align: left;
}

.section-news .section-content .content .news_list li:last-child {
  border-bottom: 1px solid #b3c5c9;
}

.section-news .section-content .content .news_list li a {
  padding: 20px 15px;
}

.section-news .section-content .content .news_list li dl {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.section-news .section-content .content .news_list li dt {
  display: flex;
  width: 300px;
  color: #b3c5c9;
  font-size: 16px;
  justify-content: flex-start;
  align-items: center;
}

.section-news .section-content .content .news_list li dt:before {
  display: inline-block;
  margin-right: 15px;
  padding: 10px 25px;
  width: 100px;
  border-radius: 20px;
  background-color: #b3c5c9;
  border: 2px solid #b3c5c9;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.section-news .section-content .content .news_list li dt.media:before {
  background-color: #fff;
  color: #b3c5c9;
}

.section-news .section-content .content .news_list li dt.info:before {
  content: "Information";
}
.section-news .section-content .content .news_list li dt.news:before {
  content: "News";
}
.section-news .section-content .content .news_list li dt.media:before {
  content: "Media";
}

.section-news .section-content .content .news_list li dt.up:before {
  content: "Updates";
}

.section-news .section-content .content .news_list li dd {
  width: calc(100% - 300px);
  font-size: 16px;
}

.section-news .section-content .content .btn {
  position: relative;
  display: inline-block;
  margin-top: 65px;
}

.section-news .section-content .content .btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.section-news .section-content .content .btn:before {
  position: absolute;
  top: calc(50% - 9px);
  left: 25px;
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(../img/ico_news-wh.png);
  content: "";
}

.section-news .section-content .content .btn a {
  display: inline-block;
  padding: 20px 75px 20px;
  border-radius: 10px;
  background-color: #b3c5c9;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.section-news .section-content .content .btn a:hover {
  opacity: 1;
}

.section-news .section-content .content .btn a.next-ico:before {
  right: 25px;
}

.section-news .section-content .content .btn a.next-ico:after {
  right: 25px;
  border-bottom: 1px solid #fff;
}

.section-news .section-content .content .btn a.next-ico:before {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
  .section-news .section-content .content {
    padding: 50px 15px 0;
  }
  .section-news .section-content .content .news_list li dl {
    flex-direction: column;
  }
  .section-news .section-content .content .news_list li a {
    padding: 15px 20px;
  }
  .section-news .section-content .content .news_list li dt {
    width: 100%;
    font-size: 15px;
  }
  .section-news .section-content .content .news_list li dt:before {
    font-size: 12px;
  }
  .section-news .section-content .content .news_list li dd {
    padding-top: 20px;
    width: 100%;
    font-size: 14px;
  }
}

.section-movie .content.inview.slideIn {
  transform: none;
}
.movie {
  padding-top: 80px;
  text-align: center;
  width: 100%;
}
.movie .modal-open_btn {
  display: inline-block;
  position: relative;
  line-height: 1;
  transition: all 0.3s ease;
  /* opacity: 0; */
}
.movie .modal-open_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.movie .modal-open_btn .next-ico:before {
  border-right: 1px solid #fff;
  right: 20px;
}
.movie .modal-open_btn .next-ico:after {
  border-bottom: 1px solid #fff;
  right: 20px;
}
.movie .modal-open {
  background-color: #f4b4d0;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  padding: 20px 68px;
  margin: 0 !important;
  float: none !important;
}
@media only screen and (max-width: 768px) {
  .movie .modal-open {
    font-size: 15px;
  }
}
.movie .modal-open:before {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  left: 20px;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 100%;
}
.movie .modal-open:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  left: 31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}
.movie .video_box {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.movie .video_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* =========================================================
common modal
========================================================= */
body.modal-active .site-header {
  z-index: 30;
}

.modal-overlay {
  z-index: 101;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal-open {
  display: inline-block;
}
.modal-open:hover {
  cursor: pointer;
}
.modal-content {
  position: fixed;
  display: none;
  width: 90%;
  max-width: 640px;
  max-height: 90%;
  height: auto;
  margin: 10px;
  padding: 40px 0;
  /* border-radius:20px; */
  /* background:#fff; */
  z-index: 102;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  margin: 0;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.modal-content::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.modal-content.active {
  display: block;
}
.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-family: "Spartan", "Noto Sans JP", sans-serif;
  font-weight: 100;
  z-index: 10;
}
.modal-close:hover {
  cursor: pointer;
}
