@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: source-han-sans-japanese, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  zoom: 1;
}

body:after {
  content: "";
  clear: both;
  display: block;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9001;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

.container {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 1092px;
}

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% - 127px);
  z-index: 10;
}

.header.is--fix {
  position: fixed;
  top: 30px;
}

.header__inner {
  width: 100%;
  position: relative;
  text-align: center;
}

.header__inner ul {
  letter-spacing: 0;
  font-size: 0;
}

.header__inner li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin-right: 30px;
}

.header__inner li:last-child {
  margin-right: 0;
}

.header__inner li.is--none {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.header__inner a {
  display: block;
}

.footer {
  width: 100%;
  z-index: 1;
}

.footer__inner {
  position: relative;
  width: 1092px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  padding: 100px 0 80px 0;
}

.footer__official {
  margin-bottom: 80px;
}

.footer__official a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

.footer__official span {
  display: block;
  line-height: 1.0em;
  font-family: vdl-logojrblack, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 5px;
  font-size: 15px;
}

.footer__share {
  width: 100%;
  margin-bottom: 20px;
}

.footer__share ul {
  letter-spacing: 0;
  font-size: 0;
}

.footer__share li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 20px;
}

.footer__share a {
  display: block;
}

.footer__elr {
  margin-bottom: 20px;
}

.footer__copyright {
  color: #000000;
  font-family: aktiv-grotesk-extended, sans-serif;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
}

.swiper-wrapper {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  display: none;
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}

.modal__btnClose {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.modal__btnClose a {
  display: block;
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__image {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: none;
}

.modal__image__inner {
  position: relative;
  zoom: 1;
  text-align: center;
  display: inline-block;
}

.modal__image__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__image__details__ph {
  pointer-events: none;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  z-index: 0;
}

.modal__image__btnClose {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -80px;
  top: 0px;
  z-index: 2;
  display: table;
}

.modal__image__btnClose a {
  background-color: #1428ff;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
  transition: all .2s;
}

.modal__image__btnClose a:hover {
  background-color: #000000;
}

.modal__movie {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__movie__inner {
  position: relative;
  zoom: 1;
  margin: 0 50px;
  background-color: #000000;
}

.modal__movie__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__movie__details__frame {
  position: relative;
  line-height: 1.0em;
  text-align: center;
}

.modal__movie__details__frame iframe {
  vertical-align: top;
}

.modal__movie__btnClose {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  top: 20px;
}

.modal__movie__btnClose a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all .2s;
}

.modal__movie__btnClose a:before, .modal__movie__btnClose a:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.modal__movie__btnClose a:before {
  transform: translate(-50%, -50%) rotate(135deg);
}

.modal__movie__btnClose a:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__movie__btnClose a:hover {
  transform: rotate(90deg);
}

.modal__movie__btnClose a:hover:before {
  transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 1);
}

.modal__movie__btnClose a:hover:after {
  transform: translate(-50%, -50%) rotate(90deg) scale(0.8, 1);
}

@keyframes headerBg {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -885px;
  }
}

@media screen and (max-width: 1024px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw
  @include spimg(width, 346)
  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000000;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9001;
    width: 100%;
    height: 100%;
    background-color: 000000;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 100%;
  }
  .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(100% - 55px);
    top: calc(100% - 14.66667vw);
    z-index: 10;
  }
  .header.is--fix {
    position: fixed;
    top: 20px;
    top: 5.33333vw;
  }
  .header.is--fix .header__inner li {
    margin-bottom: 2.5px;
    margin-bottom: 0.66667vw;
  }
  .header__inner {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .header__inner ul {
    letter-spacing: 0;
    font-size: 0;
    line-height: 1.0em;
    vertical-align: top;
  }
  .header__inner li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin-right: 7.5px;
    margin-right: 2vw;
    margin-left: 7.5px;
    margin-left: 2vw;
    margin-bottom: 8px;
    margin-bottom: 2.13333vw;
    line-height: 1.0em;
    vertical-align: top;
  }
  .header__inner li:last-child {
    margin-right: 7.5px;
    margin-right: 2vw;
  }
  .header__inner li.is--none {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  }
  .header__inner a {
    display: block;
    line-height: 1.0em;
    vertical-align: top;
    padding-top: 5px;
    padding-top: 1.33333vw;
  }
  .header__inner img {
    height: 9px;
    height: 2.4vw;
    width: auto;
    line-height: 1.0em;
  }
  .footer {
    width: 100%;
    z-index: 1;
  }
  .footer__inner {
    position: relative;
    width: 89.866%;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    padding-top: 100px;
    padding-top: 26.66667vw;
    padding-bottom: 100px;
    padding-bottom: 26.66667vw;
  }
  .footer__official {
    margin-bottom: 50px;
    margin-bottom: 13.33333vw;
  }
  .footer__official img {
    width: 225px;
    width: 60vw;
    height: auto;
  }
  .footer__official a {
    display: inline-block;
    text-decoration: none;
    color: #000000;
  }
  .footer__official span {
    display: block;
    line-height: 1.0em;
    font-family: vdl-logojrblack, sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding-top: 5px;
    padding-top: 1.33333vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .footer__share {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .footer__share ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__share li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin-right: 20px;
    margin-right: 5.33333vw;
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .footer__share a {
    display: block;
  }
  .footer__share img {
    height: 40px;
    height: 10.66667vw;
    width: auto;
  }
  .footer__elr {
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .footer__elr img {
    height: 33px;
    height: 8.8vw;
    width: auto;
  }
  .footer__copyright {
    color: #000000;
    font-family: aktiv-grotesk-extended, sans-serif;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 65px 0;
    padding: 17.33333vw 0;
  }
  .modal__btnClose {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .modal__btnClose a {
    display: block;
  }
  .modal__btnClose img {
    width: 37.5px;
    width: 10vw;
    height: auto;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__image__inner {
    position: relative;
    zoom: 1;
  }
  .modal__image__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__image__details {
    position: relative;
    z-index: 0;
    background-color: #000000;
  }
  .modal__image__details__ph {
    pointer-events: none;
    position: relative;
  }
  .modal__image__details__ph img {
    width: 87.5%;
    height: auto;
  }
  .modal__image__btnClose {
    width: 40px;
    width: 10.66667vw;
    height: 40px;
    height: 10.66667vw;
    position: absolute;
    left: 20px;
    left: 5.33333vw;
    top: -40px;
    top: -10.66667vw;
    z-index: 1;
    display: table;
  }
  .modal__image__btnClose a {
    background-color: #1428ff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.0em;
    transition: none;
  }
  .modal__image__btnClose img {
    width: 14px;
    width: 3.73333vw;
    height: auto;
  }
  .modal__movie {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
    margin-left: 20px;
    margin-left: 5.33333vw;
    margin-right: 20px;
    margin-right: 5.33333vw;
    background-color: #000000;
  }
  .modal__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details__frame {
    position: relative;
    line-height: 1.0em;
    text-align: center;
  }
  .modal__movie__details__frame iframe {
    vertical-align: top;
  }
  .modal__movie__btnClose {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-top: 5.33333vw;
  }
  .modal__movie__btnClose a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.0em;
    transition: none;
  }
  .modal__movie__btnClose a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .modal__movie__btnClose img {
    width: 92.5px;
    width: 24.66667vw;
    height: auto;
  }
  .modal__movie__btnClose {
    width: 50px;
    width: 13.33333vw;
    height: 50px;
    height: 13.33333vw;
    position: fixed;
    right: 10px;
    right: 2.66667vw;
    top: 10px;
    top: 2.66667vw;
  }
  .modal__movie__btnClose a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: none;
  }
  .modal__movie__btnClose a:before, .modal__movie__btnClose a:after {
    content: '';
    display: block;
    width: 40px;
    width: 10.66667vw;
    height: 2px;
    height: 0.53333vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .modal__movie__btnClose a:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .modal__movie__btnClose a:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__movie__btnClose a:hover {
    transform: rotate(0deg);
  }
  .modal__movie__btnClose a:hover:before {
    transform: translate(-50%, -50%) rotate(135deg) scale(1, 1);
  }
  .modal__movie__btnClose a:hover:after {
    transform: translate(-50%, -50%) rotate(45deg) scale(1, 1);
  }
  @keyframes headerBg {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -355px;
      background-position-x: -94.66667vw;
    }
  }
}
