@charset "UTF-8";
/* line 1, _base.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* line 4, _base.scss */
body {
  position: relative;
  padding: 0;
  margin: 0 auto;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .4s;
  animation-fill-mode: forwards;
}

/* line 11, _base.scss */
img {
  max-width: 100%; }

/* line 14, _base.scss */
a {
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  border: none;
  outline: none;
}

/* line 18, _base.scss */
ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

/* line 23, _base.scss */
body.show-modal {
  overflow: hidden; }

@media (min-width: 768px) {
  /* line 28, _base.scss */
  .for-sp {
    display: none !important; }
 }
@media (max-width: 767px) {
  /* line 49, _base.scss */
  .for-pc {
    display: none !important; }
  }

/* font */
body {
  line-height: 1.7;
  font-size: 16px;
  color: #000;
}

body.jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
body.cn {
  font-family: 'PingFang SC','Microsoft YaHei',sans-serif;
  font-weight: 400;
}
body.tw {
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 400;
}
body.kr {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}

/* header */
header {
  width: 100%;
  background: #fff;
  height: 70px;
  position: relative;
  z-index: 99;
}
header .inner {
  padding: 23px 15px 15px;
  height: 100%;
  position: relative;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}
header .catchcopy {
  width: 29%;
  margin: 0;
z-index: 2;}
header .catchcopy img {
  width: 100%;
  height: 100%;
}
header .logo {
  width: 28%;
  max-width: 140px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
z-index: 2;}
header .logo img {
  width: 100%;
  height: 100%;
}

body.en header .logo {
  line-height: 1.9;
}

@media (min-width: 768px) {
  header {
    height: 113px;
  }
  header .inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 27px 0;
  }
  header .catchcopy {
    width: 236px;
  }
  header .logo {
    width: 40%;
    max-width: 360px;
    top: 35px;
  }
}

/* lang-switch */
@media (min-width: 768px) {
  /* line 1, _lang-switch.scss */
  .lang-switch {
    position: absolute;
    right: 0;
    top: 38px; }
    /* line 6, _lang-switch.scss */
    .lang-switch .current {
      padding: 10px 21px 10px 30px;
      background: url("../svg/icon-lang.svg") no-repeat 3px 9px;
      background-size: 18px 18px;
      display: block;
      position: relative; }
      /* line 11, _lang-switch.scss */
      .lang-switch .current:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 5px solid #8c8c8c;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 4px;
        top: 16px; }
      /* line 23, _lang-switch.scss */
      .lang-switch .current .ja {
        background: url("../png/lang-current-ja.png") no-repeat 50% 50%;
        background-size: contain;
        height: 19px;
        text-indent: -9999px;
        width: 57px; }
      /* line 26, _lang-switch.scss */
      .lang-switch .current .cn {
        background: url("../png/lang-current-cn.png") no-repeat 50% 50%;
        background-size: contain;
        height: 16px;
        text-indent: -9999px;
        width: 55px; }
      /* line 29, _lang-switch.scss */
      .lang-switch .current .tw {
        background: url("../png/lang-current-tw.png") no-repeat 50% 50%;
        background-size: contain;
        height: 15px;
        text-indent: -9999px;
        width: 67px; }
      /* line 32, _lang-switch.scss */
      .lang-switch .current .ko {
        background: url("../png/lang-current-ko.png") no-repeat 50% 50%;
        background-size: contain;
        height: 15px;
        text-indent: -9999px;
        width: 55px; }
      /* line 23, _lang-switch.scss */
      .lang-switch .current .en {
        background: url("../png/lang-current-en.png") no-repeat 50% 50%;
        background-size: contain;
        height: 19px;
        text-indent: -9999px;
        width: 57px; }    /* line 37, _lang-switch.scss */
    .lang-switch.opened .current:after {
      border-top: none;
      border-bottom: 5px solid #8c8c8c; }
    /* line 42, _lang-switch.scss */
    .lang-switch ul {
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 7px 5px;
      position: absolute;
      right: 0;
      top: 39px;
      display: none;
      min-width: 112px; }
      /* line 52, _lang-switch.scss */
      .lang-switch ul li a {
        display: block;
        padding: 9px 15px 9px 25px;
        position: relative; }
        /* line 56, _lang-switch.scss */
        .lang-switch ul li a:before {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          content: '';
          display: block;
          width: 5px;
          height: 5px;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff;
          position: absolute;
          left: 10px;
          top: 13px; }
        /* line 68, _lang-switch.scss */
        .lang-switch ul li a span {
          display: block;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box;
          border-bottom: 1px solid transparent; }
        /* line 73, _lang-switch.scss */
        .lang-switch ul li a:hover span {
          border-bottom: 1px solid #fff; }
        /* line 77, _lang-switch.scss */
        .lang-switch ul li a.ja span {
          background: url("../png/lang-ja.png") no-repeat 50% 50%;
          background-size: contain;
          height: 16px;
          text-indent: -9999px;
          width: 49px; }
        /* line 82, _lang-switch.scss */
        .lang-switch ul li a.cn span {
          background: url("../png/lang-cn.png") no-repeat 50% 50%;
          background-size: contain;
          height: 13px;
          text-indent: -9999px;
          width: 47px; }
        /* line 87, _lang-switch.scss */
        .lang-switch ul li a.ko span {
          background: url("../png/lang-ko.png") no-repeat 50% 50%;
          background-size: contain;
          height: 13px;
          text-indent: -9999px;
          width: 47px; }
        /* line 92, _lang-switch.scss */
        .lang-switch ul li a.tw span {
          background: url("../png/lang-tw.png") no-repeat 50% 50%;
          background-size: contain;
          height: 13px;
          text-indent: -9999px;
          width: 57px; }
        .lang-switch ul li a.en span {
          background: url("../png/lang-en.png") no-repeat 50% 50%;
          background-size: contain;
          height: 16px;
          text-indent: -9999px;
          width: 55px; } }
@media (max-width: 767px) {
  /* line 1, _lang-switch.scss */
  .lang-switch {
    position: absolute;
    right: 0;
    left: 0;
    top: 17px; z-index: 1;}
    /* line 105, _lang-switch.scss */
    .lang-switch .current {
      padding: 9px 25px 9px 24px;
      background: url("../svg/icon-lang.svg") no-repeat 3px 9px;
      background-size: 15px 15px;
      display: block;
      position: relative;
      float: right; margin-right: 16px;}
      /* line 112, _lang-switch.scss */
      .lang-switch .current:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 4px solid #8c8c8c;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 10px;
        top: 14px; }
      /* line 124, _lang-switch.scss */
      .lang-switch .current .ja {
        background: url("../png/lang-current-ja-sp.png") no-repeat 50% 50%;
        background-size: contain;
        height: 15.5px;
        text-indent: -9999px;
        width: 48.5px; }
      /* line 127, _lang-switch.scss */
      .lang-switch .current .cn {
        background: url("../png/lang-current-cn-sp.png") no-repeat 50% 50%;
        background-size: contain;
        height: 13px;
        text-indent: -9999px;
        width: 46px; }
      /* line 130, _lang-switch.scss */
      .lang-switch .current .tw {
        background: url("../png/lang-current-tw-sp.png") no-repeat 50% 50%;
        background-size: contain;
        height: 12.5px;
        text-indent: -9999px;
        width: 56.5px; }
      /* line 133, _lang-switch.scss */
      .lang-switch .current .ko {
        background: url("../png/lang-current-ko-sp.png") no-repeat 50% 50%;
        background-size: contain;
        height: 12.5px;
        text-indent: -9999px;
        width: 46.5px; }
      /* line 124, _lang-switch.scss */
      .lang-switch .current .en {
        background: url("../png/lang-current-en-sp.png") no-repeat 50% 50%;
        background-size: contain;
        height: 15.5px;
        text-indent: -9999px;
        width: 48.5px; }
    /* line 138, _lang-switch.scss */
    .lang-switch.opened .current:after {
      border-top: none;
      border-bottom: 5px solid #8c8c8c; }
    /* line 143, _lang-switch.scss */
    .lang-switch ul {
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 0;
      position: absolute;
      right: 0;
      top: 54px;
      left: 0;
      display: none; }
      /* line 39, _mixin.scss */
      .lang-switch ul:before, .lang-switch ul:after {
        content: " ";
        display: table; }
      /* line 44, _mixin.scss */
      .lang-switch ul:after {
        clear: both; }
      /* line 153, _lang-switch.scss */
      .lang-switch ul li {
        float: left;
        width: 33.33%; }

      body.en .lang-switch ul li {
        width: 25%; }

        /* line 156, _lang-switch.scss */
        .lang-switch ul li a {
          display: block;
          padding: 15px 15px 15px 25px;
          border-left: 1px solid #7f7f80; }
          /* line 160, _lang-switch.scss */
          .lang-switch ul li a span {
            display: block;
            -webkit-box-sizing: content-box;
                    box-sizing: content-box;
            border-bottom: 1px solid transparent;
            margin: 0 auto;
            position: relative; }
            /* line 166, _lang-switch.scss */
            .lang-switch ul li a span:before {
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
              content: '';
              display: block;
              width: 5px;
              height: 5px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              position: absolute;
              left: -13px;
              top: 3px; }
          /* line 179, _lang-switch.scss */
          .lang-switch ul li a:hover span {
            border-bottom: 1px solid #fff; }
          /* line 183, _lang-switch.scss */
          .lang-switch ul li a.ja span {
            background: url("../png/lang-ja-sp.png") no-repeat 50% 50%;
            background-size: contain;
            height: 15px;
            text-indent: -9999px;
            width: 45.5px; }
          /* line 188, _lang-switch.scss */
          .lang-switch ul li a.cn span {
            background: url("../png/lang-cn-sp.png") no-repeat 50% 50%;
            background-size: contain;
            height: 12px;
            text-indent: -9999px;
            width: 43.5px; }
          /* line 193, _lang-switch.scss */
          .lang-switch ul li a.ko span {
            background: url("../png/lang-ko-sp.png") no-repeat 50% 50%;
            background-size: contain;
            height: 12px;
            text-indent: -9999px;
            width: 44px; }
          /* line 198, _lang-switch.scss */
          .lang-switch ul li a.tw span {
            background: url("../png/lang-tw-sp.png") no-repeat 50% 50%;
            background-size: contain;
            height: 12px;
            text-indent: -9999px;
            width: 53.5px; }
          .lang-switch ul li a.en span {
            background: url("../png/lang-en-sp.png") no-repeat 50% 50%;
            background-size: contain;
            height: 16px;
            text-indent: -9999px;
            width: 50px; }
        /* line 203, _lang-switch.scss */
        .lang-switch ul li:first-child a {
          border-left: none; } }


/* line 1, _footer.scss */
.footer {
  background: #535353;
  color: #fff; }
  @media (min-width: 768px) {
    /* line 1, _footer.scss */
    .footer {
      padding: 23px 0; }
      /* line 6, _footer.scss */
      .footer .container {
        max-width: 1360px;
        margin: 0 auto;
        padding: 0 30px; }
        /* line 39, _mixin.scss */
        .footer .container:before, .footer .container:after {
          content: " ";
          display: table; }
        /* line 44, _mixin.scss */
        .footer .container:after {
          clear: both; }
      /* line 12, _footer.scss */
      .footer .logo {
        background: url("../png/logo-footer.png") no-repeat 50% 50%;
        background-size: contain;
        height: 16px;
        text-indent: -9999px;
        width: 82px;
        float: left;
        margin: 0 40px 0 0; }
      /* line 17, _footer.scss */
      .footer ul {
        float: left; }
        /* line 19, _footer.scss */
        .footer ul li {
          float: left;
          font-size: 14px;
          border-left: 1px solid #fff;
          padding-left: 1em;
          margin-left: 1em;
          line-height: 16px; }
          /* line 26, _footer.scss */
          .footer ul li:first-child {
            border-left: none;
            padding-left: 0;
            margin-left: 0; }
          /* line 31, _footer.scss */
          .footer ul li a {
            color: inherit;
            position: relative;
            top: 1px; }
            /* line 35, _footer.scss */
            .footer ul li a:hover {
              text-decoration: underline; }
      /* line 41, _footer.scss */
      .footer .copyright {
        float: right;
        font-size: 12px; } }
  @media (max-width: 767px) {
    /* line 1, _footer.scss */
    .footer {
      text-align: center;
      padding: 0 0 12px; }
      /* line 39, _mixin.scss */
      .footer ul:before, .footer ul:after {
        content: " ";
        display: table; }
      /* line 44, _mixin.scss */
      .footer ul:after {
        clear: both; }
      /* line 51, _footer.scss */
      .footer ul li {
        float: left;
        width: 50%;
        font-size: 10px;
        border-bottom: 1px solid #6b6b6b; }
        /* line 56, _footer.scss */
        .footer ul li a {
          color: #fff;
          padding: 14px 0;
          display: block;
          position: relative; }
          /* line 61, _footer.scss */
          .footer ul li a:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: '';
            display: inline-block;
            width: 4px;
            height: 4px;
            border-right: 1px solid #fff;
            border-top: 1px solid #fff;
            margin: 0 5px 1px 0;
            vertical-align: middle; }
        /* line 73, _footer.scss */
        .footer ul li:last-child {
          border-left: 1px solid #6b6b6b; }
      /* line 79, _footer.scss */
      .footer .logo a {
        background: url("../png/logo-footer-sp.png") no-repeat 50% 50%;
        background-size: contain;
        height: 14px;
        text-indent: -9999px;
        width: 76px;
        margin: 12px auto;
        display: block; }
      /* line 85, _footer.scss */
      .footer .copyright {
        font-size: 11px; } }


/* container */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .container {
    padding: 0;
  }
}

/* visual */
.slick-slide img {
  display: block;
  width: 100%;
}
.visual {
  position: relative;
  /* min-height: 70vh;
  max-height: calc(100vh - 113px); */
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .5s;
  animation-fill-mode: forwards;
}
.visual a {
  display: block;
  position: relative;
  color: #fff;
}
.visual-ttl {
  position: absolute;
  top: 10px;
  right: 30px;
  text-align: right;
  margin: 0;
}
.visual-ttl .name {
  display: block;
  font-weight: 600;
}
.visual-ttl .keyword {
  display: block;
  font-size: 13px;
}
.visual-message {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 33px;
  text-align: center;
  letter-spacing: 10px;
  line-height: 1.5;
  position: absolute;
  bottom: 67px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  width: 100%;
  height: 0;
  padding: 0 0 0 20px;
  text-shadow: 0 0 20px rgba(0,0,0,.5);
  /*opacity: 0;
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-iteration-count: 1;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;*/
}
.visual-message.season2 {
  font-size: 29px;
  letter-spacing: 2px;
  padding: 0;
  bottom: 105px;
}

body.en .visual-message {
  letter-spacing: 2px;
  padding: 0;
  font-size: 26px;
  bottom: 50px;
}
body.en .visual-message.season2 {
  font-size: 19px;
  bottom: 70px;
}
body.cn .visual-message {
  font-family: SimSun,STSong,serif;
  font-weight: 400;
}
body.kr .visual-message {
  font-family: 'Noto Sans KR', sans-serif;
}

@media (min-width: 768px) {
  .visual, .visual a {
    max-height: calc(100vh - 113px - 20px);
  }
  .visual-ttl {
    /*text-align: left;*/
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: absolute;
    /*top: inherit;
    left: 0;
    right: 0;
    bottom: 15px;*/
  }
  .visual-ttl .name {
    font-size: 21px;
  }
  .visual-ttl .keyword {
    font-size: 16px;
  }
  .visual-message {
    font-size: 58px;
    width: 100%;
    height: 0;
    top: 0;
    bottom: 0;
    letter-spacing: 20px;
    padding: 0 0 120px 20px;
  }
  .visual-message.season2 {
    font-size: 58px;
    letter-spacing: 5px;
    padding: 0 0 70px 0;
    bottom: 75px;
  }
  body.en .visual-message {
    font-size: 50px;
    letter-spacing: 4px;
    bottom: 135px !important;
  }
  body.en .visual-message.season2 {
    font-size: 50px;
  }
}

/* slider */
.slider_item, .slider_item a {
  width: 100%;
  height: 34vh;
  height: 72vw;
  position: relative;
}
.slider_item.video04 {
    background: url("../jpg/mv07-pc.jpg") no-repeat center center;
    background-size: auto 100%;
}
.slider_item.video05 {
    background: url("../jpg/mv08-pc.jpg") no-repeat center top;
    background-size: auto 100%;
}
.slider_item.video06 {
    background: url("../jpg/mv09-pc.jpg") no-repeat right center;
    background-size: auto 100%;
}
.slider_item.video07 {
    background: url("../jpg/mv10-pc.jpg") no-repeat center top;
    background-size: 160%;
}
.slider_item.video01 {
    background: url("../jpg/mv04-pc.jpg") no-repeat center center;
    background-size: auto 100%;
}
.slider_item.video02 {
    background: url("../jpg/mv05-pc.jpg") no-repeat left bottom;
    background-size: auto 100%;
}
.slider_item.video03 {
    background: url("../jpg/mv03-pc.jpg") no-repeat center top;
    background-size: auto 100%;
}

@media (min-width: 768px) {
  .slider_item, .slider_item a {
    width: 100%;
    height: calc(100vh - 113px - 7vh);
    position: relative;
  }
  .slider_item.video04 {
      background-size: cover;
  }
  .slider_item.video05 {
      background-size: cover;
  }
  .slider_item.video06 {
      background-size: cover;
  }
  .slider_item.video07 {
      background-size: cover;
  }
  .slider_item.video01 {
      background-size: cover;
  }
  .slider_item.video02 {
      background-size: cover;
  }
  .slider_item.video03 {
      background-size: cover;
  }
}

/* ドットインジケーター */
.slide-dots {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 2px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 4px;
  width: 39px;
  height: 2px;
}
.slide-dots li button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
  position: relative;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}
.slide-dots li button::before {
  background: #afafaf;
  content: "";
  cursor: pointer;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-dots li.slick-active button::before {
  background: #4b4b4b;
}

@media (min-width: 768px) {
  .slide-dots {
  }
  .slide-dots li {
    width: 53px;
    margin: 0 8px;
  }
}

/* scroll */
.visual .scroll {
  position: absolute;
  right: -18px;
  bottom: -41.5vh;
  margin: 0;
  padding: 0 0 80px;
}
.visual .scroll .txt {
  color: #000;
  letter-spacing: 1.2px;
  font-size: 15px;
  transform: rotate(90deg);
}
.visual .scroll .line {
  display: block;
  position: relative;
  margin: 25px auto 0;
  width: 1px;
  height: 70px;
  overflow: hidden;
}
.visual .scroll .line::after, .visual .scroll .line::before {
  content: "";
  display: block;
  position: absolute;
  right: 33px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.visual .scroll .line::after {
  top: 0;
  background: rgba(0,0,0,.2);
}
.visual .scroll .line::before {
  background: #000;
  transform: translate(0,-100%);
  animation-name: scrollLine;
  animation-duration: 5.0s;
  animation-iteration-count: infinite;
  animation-delay: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.22,1.01,.63,.99);
}

@keyframes scrollLine {
    0% {
      transform: translate(0,-100%);
      opacity: .2;
    }
    30% {
      transform: translate(0,0);
      opacity: .8;
    }
    50% {
      transform: translate(0,0);
      opacity: 1;
    }
    80% {
      transform: translate(0,100%);
      opacity: .2;
    }
    100% {
      transform: translate(0,180%);
    }
}

body.cn .visual .scroll, body.tw .visual .scroll {
  right: 0;
}
body.kr .visual .scroll {
  right: -9px;
}
body.jp .visual .scroll .txt, body.en .visual .scroll .txt {
  font-family: 'Montserrat', sans-serif;
}
body.cn .visual .scroll .line, body.tw .visual .scroll .line {
  margin-top: -3px;
}
body.kr .visual .scroll .line {
  margin-top: 0;
}

@media (min-width: 768px) {
  .visual .scroll {
    right: 5% !important;
    bottom: 0;
    padding: 0;
  }
  .visual .scroll .txt {
    color: #fff;
    letter-spacing: 1.2px;
    font-size: 18px;
  }
  .visual .scroll .line {
    height: 15.7vh;
    right: 0;
    background: rgba(255,255,255,.2);
    margin: 30px auto 0;
  }
  .visual .scroll .line::after, .visual .scroll .line::before {
    right: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .visual .scroll .line::after {
    top: 0;
    background: rgba(255,255,255,.2);
  }
  .visual .scroll .line::before {
    background: #fff;
  }
}

/* intro */
.intro-txt {
  padding: 40px 0 10px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .intro-txt {
    margin: 30px 0 0;
    padding: 65px 0 40px;
    text-align: center;
    font-size: 18px;
  }
}

/* video */
.video-list-item {
  margin: 0 0 50px;
}
.video {
  margin: 0 0 25px;
}
.video-ttl {
  display: flex;
  align-items: center;
}
.video-ttl .icon {
  flex: 0 0 90px;
  margin: 0 15px 0 0;
  font-size: 0;
}
.video-ttl .name {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 5px 0 0;
  font-feature-settings: "palt";
  letter-spacing: .03em;
}
body.cn .video-ttl .name {
  text-indent: -10px;
}
.video-ttl .keyword {
  font-size: 14px;
  margin: 10px 0 0;
}
.video-desc {
  margin: 24px 0 0;
  font-size: 15px;
}

.video-list-item.no01 .video-ttl .name {
  color: #FD6925;
}
.video-list-item.no02 .video-ttl .name {
  color: #A21942;
}
.video-list-item.no03 .video-ttl .name {
  color: #BF8B2E;
}
.video-list-item.no04 .video-ttl .name {
  color: #ff3a21;
}
.video-list-item.no05 .video-ttl .name {
  color: #dd1367;
}
.video-list-item.no06 .video-ttl .name {
  color: #c5192d;
}
.video-list-item.no07 .video-ttl .name {
  color: #19486a;
}

@media (min-width: 768px) {
  .video-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .video-list-item {
    flex: 0 1 48%;
    max-width: 537px;
    margin: 0 0 70px;
  }
  .video {
    margin: 0 0 20px;
  }
  .video-ttl .icon {
    flex: 0 0 118px;
  }
  .video-ttl .name {
    font-size: 21px;
  }
  .video-ttl .keyword {
    font-size: 15px;
  }
  .video-ttl, .video-desc {
    padding: 0 54px;
  }
  .video-desc {
    margin: 25px 0 0;
    font-size: 16px;
  }
}

/* relatedSites */
.l-footer_contents {
    position: relative;
    padding: 40px 0 120px;
    background: #F5F5F5;
}
.l-footer_heading {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #333333;
    color: #51489d;
    font-size: 18px;
    font-weight: 700;
}
.l-footer_relatedSites {
    display: flex;
    flex-wrap: wrap;
}
.l-footer_relatedSites_item {
    position: relative;
    width: auto;
    margin: 10px 0 0 0;
    padding-right: 7%;
    font-size: 16px;
}
.l-footer_relatedSites_item a {
    position: relative;
    color: #333333;
    padding-left: 15px;
}
.l-footer_relatedSites_item a:hover {
  text-decoration: underline;
}
.l-footer_relatedSites_item a::before {
    content: "";
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-style: solid;
    border-color: #333333;
    border-width: 0 2px 2px 0;
}
.l-footer_relatedSites_item a.-external::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
    width: 12px;
    height: 12px;
    background: url("../svg/ico_external_02-2.svg") 50% 50%/contain no-repeat;
    content: "";
}
body.en .l-footer_relatedSites_item a::before {
    top: 4px;
}

@media (max-width: 768px) {
  .l-footer_contents {
      padding: 25px 0 50px;
  }
  .l-footer_relatedSites {
      display: block;
      margin-left: 0;
  }
  .l-footer_relatedSites_item {
      position: relative;
      width: auto;
      margin: 0;
  }
  .l-footer_relatedSites_item+.l-footer_relatedSites_item {
      margin-top: 10px;
  }

}

/* pagetop */
.l-footer_pagetop {
    z-index: 1;
    position: fixed;
    right: 40px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}
.l-footer_pagetop.is-show {
    opacity: 1;
    visibility: visible;
}

.l-footer_pagetop a {
    display: block;
    position: relative;
    height: 100%;
    padding: 14px 0 0;
    background: #51489d;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
body.cn .l-footer_pagetop a {
  font-size: 11px;
}

.l-footer_pagetop a::before, .l-header_contact::before {
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    content: "";
}
.l-footer_pagetop a::before {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

@media (max-width: 768px) {
  .l-footer_pagetop {
      right: 20px;
      bottom: 20px;
      width: 48px;
      height: 48px;
  }
  .l-footer_pagetop a {
      padding-top: 13px;
      font-size: 12px;
  }
}

/* Animation
---------------------------*/
/* body {
    animation-name: fadein;
    animation-duration: .8s;
    animation-iteration-count: 1;
}
 */
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* vimeo modal
---------------------------*/
.modal-video-close-btn {
  cursor: pointer;
}
.js-modal-btn {
  width: 100%;
  height: 24vw;
  max-height: 298px;
  margin: 0 0 10px;
  border: none;
  padding: 0;
  text-indent: -999pc;
  cursor: pointer;
}
@media (max-width: 767px) {
  .js-modal-btn {
    padding-top: 52%;
    height: auto;
    max-height: inherit;
    margin: 0;
  }
}

#story-video-1-btn {
  background: url("../jpg/video-tmb01.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-2-btn {
  background: url("../jpg/video-tmb02.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-3-btn {
  background: url("../jpg/video-tmb03.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-4-btn {
  background: url("../png/video-tmb04.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-5-btn {
  background: url("../png/video-tmb05.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-6-btn {
  background: url("../png/video-tmb06.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-7-btn {
  background: url("../png/video-tmb07.png") no-repeat 0 0;
  background-size: contain;
}

#story-video-1-btn-en {
  background: url("../jpg/video-tmb01-en.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-2-btn-en {
  background: url("../jpg/video-tmb02-en.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-3-btn-en {
  background: url("../jpg/video-tmb03-en.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-4-btn-en {
  background: url("../png/video-tmb04-en.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-5-btn-en {
  background: url("../png/video-tmb05-en.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-6-btn-en {
  background: url("../png/video-tmb06-en.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-7-btn-en {
  background: url("../png/video-tmb07-en.png") no-repeat 0 0;
  background-size: contain;
}

#story-video-1-btn-tw {
  background: url("../jpg/video-tmb01-tw.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-2-btn-tw {
  background: url("../jpg/video-tmb02-tw.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-3-btn-tw {
  background: url("../jpg/video-tmb03-tw.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-4-btn-tw {
  background: url("../png/video-tmb04-tw.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-5-btn-tw {
  background: url("../png/video-tmb05-tw.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-6-btn-tw {
  background: url("../png/video-tmb06-tw.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-7-btn-tw {
  background: url("../png/video-tmb07-tw.png") no-repeat 0 0;
  background-size: contain;
}

#story-video-1-btn-kr {
  background: url("../jpg/video-tmb01-kr.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-2-btn-kr {
  background: url("../jpg/video-tmb02-kr.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-3-btn-kr {
  background: url("../jpg/video-tmb03-kr.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-4-btn-kr {
  background: url("../png/video-tmb04-kr.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-5-btn-kr {
  background: url("../png/video-tmb05-kr.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-6-btn-kr {
  background: url("../png/video-tmb06-kr.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-7-btn-kr {
  background: url("../png/video-tmb07-kr.png") no-repeat 0 0;
  background-size: contain;
}


/* China Video
---------------------------*/
.open-modal {
  display: block;
  padding: 56% 0 0;
  height: 0;
  text-indent: -9999px;
}
#story-video-1-btn-cn {
  background: url("../jpg/video-tmb01-cn.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-2-btn-cn {
  background: url("../jpg/video-tmb02-cn.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-3-btn-cn {
  background: url("../jpg/video-tmb03-cn.jpg") no-repeat 0 0;
  background-size: contain;
}
#story-video-4-btn-cn {
  background: url("../png/video-tmb04-cn.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-5-btn-cn {
  background: url("../png/video-tmb05-cn.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-6-btn-cn {
  background: url("../png/video-tmb06-cn.png") no-repeat 0 0;
  background-size: contain;
}
#story-video-7-btn-cn {
  background: url("../png/video-tmb07-cn.png") no-repeat 0 0;
  background-size: contain;
}

/* line 1, _modal.scss */
.modal-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none; }
  /* line 10, _modal.scss */
  .modal-wrapper .container {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0; }
    /* line 16, _modal.scss */
    .modal-wrapper .container .wrap {
      max-width: 800px;
      margin: 0 auto;
      padding: 0 10px; }
  /* line 22, _modal.scss */
  .modal-wrapper .close {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 10px auto;
    text-indent: -99999px;
    overflow: hidden;
    position: relative; }
    /* line 30, _modal.scss */
    .modal-wrapper .close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 50%; }
    /* line 41, _modal.scss */
    .modal-wrapper .close:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      top: 50%; }
  /* line 53, _modal.scss */
  .modal-wrapper video {
    display: block;
    width: 100%; }
  @media (min-width: 768px) {
    /* line 58, _modal.scss */
    .modal-wrapper .container {
      padding: 0 10px 50px; }
    /* line 61, _modal.scss */
    .modal-wrapper .close {
      width: 50px;
      height: 50px; }
    }


/* Section
---------------------------*/
.stories-sec {
  border-top: solid 2px #000000;
}
.sec-ttl {
  text-align: center;
  margin: 40px 0 0;
}
.sec-ttl .num {
  display: block;
  font-size: 0;
}
.sec-ttl .num img {
  width: 70px;
  height: 34px;
}
.sec-ttl .txt {
  display: block;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: .04em;
  font-size: 27px;
  margin: 16px 0 0;
  text-shadow: 0 0 3px rgba(0,0,0,.4);
}

body.en .sec-ttl .txt {
  font-size: 24px;
}
body.cn .sec-ttl .txt {
  font-family: SimSun,STSong,serif;
  font-weight: 600;
}
body.kr .sec-ttl .txt {
  font-family: 'Noto Sans KR', sans-serif;
}

@media (min-width: 768px) {
  .stories-sec {
    border-top: solid 1px #000000;
  }
  .sec-ttl {
    margin: 30px 0 0;
  }
  .sec-ttl .num {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: -152px;
  }
  .sec-ttl .num img {
    width: 108px;
    height: 52px;
  }
  .sec-ttl .txt {
    display: inline-block;
    vertical-align: middle;
    font-size: 46px;
    margin: 4px 0 0 60px;
  }
  body.en .sec-ttl .txt {
    font-size: 46px;
  }
}

.sec-intro-txt {
  padding: 3px 0 20px;
  margin: 5px 0 10px;
  line-height: 1.8;
  font-size: 15px;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}
@media (min-width: 768px) {
  .sec-intro-txt {
    padding: 20px 0 40px;
    margin: 5px 0 15px;
    text-align: center;
    font-size: 18px;
  }
}