@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  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: 10002;
  width: 100%;
  height: 100%;
  background-color: #FFF9E5;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

.container {
  display: block;
  position: relative;
  z-index: 0;
  min-width: 1000px;
  min-height: calc(100% - 300px);
  width: 100%;
}

.m--button {
  line-height: 1.0em;
}

.m--button a {
  display: inline-block;
  color: #ff8cbd;
  border: #ff8cbd solid 1px;
  box-sizing: border-box;
  line-height: 1.0em;
  vertical-align: top;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: .11em;
  line-height: 38px;
  padding-right: 25px;
  padding-left: 66px;
  border-radius: 5px;
  position: relative;
  font-family: 'Sen', sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
}

.m--button a:hover {
  background-color: #ff8cbd;
  color: #FFF9E5;
}

.m--button a:hover .m--button--icon {
  transform: translate(5px, -45%);
}

.m--button a:hover .m--button--icon polygon {
  fill: #FFF9E5;
}

.m--button--icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translate(0, -45%);
  transition: all .2s;
}

.m--button--icon polygon {
  transition: all .2s;
}

.header {
  width: 100%;
  position: relative;
  z-index: 1;
}

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

.header__title {
  text-align: center;
  padding-top: 83px;
}

.header__title a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.0em;
  border: none;
}

.header__glnav {
  position: fixed;
  right: 0;
  top: 50px;
  z-index: 10;
}

.header__ham a {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  position: relative;
  line-height: 1.0em;
  position: relative;
}

.header__ham a:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: url("../img/common/hd_bg_ham.png") center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -4px;
  top: 0;
}

.header__ham a:hover .header__ham__text {
  color: #ffc7d2;
}

.header__ham.is--active .header__ham__triger span:nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
}

.header__ham.is--active .header__ham__triger span:nth-child(2) {
  transform: translate(0, 4px) scaleX(0);
}

.header__ham.is--active .header__ham__triger span:nth-child(3) {
  transform: translate(0, 0px) rotate(-45deg);
}

.header__ham__text {
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #FF8CBD;
  font-size: 19px;
  letter-spacing: .15em;
  padding-top: 22px;
  padding-bottom: 13px;
  padding-right: 13px;
  padding-left: 52px;
  background-color: #FFF9E5;
  line-height: 1.0em;
  vertical-align: top;
  display: inline-block;
  position: relative;
  transition: all .2s;
}

.header__ham__triger {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.header__ham__triger span {
  width: 100%;
  height: 4px;
  line-height: 4px;
  background-color: #FF8CBD;
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  border-radius: 4px;
  transition: all .2s;
}

.header__ham__triger span:nth-child(1) {
  transform: translate(0, 0);
}

.header__ham__triger span:nth-child(2) {
  transform: translate(0, 4px);
}

.header__ham__triger span:nth-child(3) {
  transform: translate(0, 8px);
}

.header__nav li {
  line-height: 1.0em;
}

.header__nav a {
  display: block;
  color: #645245;
  font-family: adobe-caslon-pro, serif;
  font-weight: 700;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .15em;
  text-decoration: none;
  line-height: 1.0em;
  transition: all .2s;
}

.header__nav a:hover {
  color: #FF8CBD;
}

.header__nav span {
  display: inline-block;
  font-size: 17px;
  line-height: 1.0em;
  background-color: #FFF9E5;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 3px;
  padding-right: 13px;
  padding-left: 12px;
  position: relative;
}

.header__nav span:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: -4px;
  top: 0;
}

.header__nav span.frame--1:before {
  background: url("../img/common/hd_bg_nav1.png") center top no-repeat;
  background-size: 100% 100%;
}

.header__nav span.frame--2:before {
  background: url("../img/common/hd_bg_nav2.png") center top no-repeat;
  background-size: 100% 100%;
}

.header__nav span.frame--3:before {
  width: 8px;
  left: -8px;
  background: url("../img/common/hd_bg_nav3.png") center top no-repeat;
  background-size: 100% 100%;
}

.header__nav__sns {
  display: inline-block;
  background-color: #FFF9E5;
  line-height: 1.0em;
  zoom: 1;
  padding: 15px 16px;
  position: relative;
}

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

.header__nav__sns:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: url("../img/common/hd_bg_sns.png") center top no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -4px;
  top: 0;
}

.header__nav__sns p {
  float: left;
  line-height: 1.0em;
  margin-right: 23px;
}

.header__nav__sns p:last-child {
  margin-right: 0;
}

.header__nav__sns a {
  display: block;
}

.header__nav__sns svg {
  line-height: 1.0em;
  vertical-align: top;
}

.header__shareSp {
  display: none;
}

.footer {
  width: 100%;
  z-index: 1;
  padding-top: 6px;
}

.footer__inner {
  position: relative;
  width: 100%;
  border: none solid 1px;
  background-color: #645245;
  position: relative;
  zoom: 1;
  padding-top: 17px;
  padding-bottom: 11px;
}

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

.footer__inner:before {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  line-height: 0;
  font-size: 0;
  background: url("../img/common/ft_bg.png") center top repeat-x;
  position: absolute;
  left: 0;
  top: -6px;
}

.footer__toei {
  float: right;
  line-height: 30px;
  margin-right: 23px;
}

.footer__toei__text {
  font-size: 13px;
  color: #FFF1D9;
  letter-spacing: .18em;
  margin-right: 13px;
}

.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(80, 68, 62, 0.8);
  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: 80px 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;
  text-align: center;
}

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

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

.modal__movie__details__frame iframe {
  vertical-align: top;
}

.modal__movie__btnClose {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: -68px;
}

.modal__movie__btnClose a {
  background-color: #FFF9E5;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
}

.modal__movie__btnClose a:before, .modal__movie__btnClose a:after {
  content: '';
  display: block;
  width: 26px;
  height: 6px;
  background-color: #FF8CBD;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

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

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

.modal__movie__btnClose a:hover:before {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.9);
}

.modal__movie__btnClose a:hover:after {
  transform: translate(-50%, -50%) rotate(0deg) scaleX(0.9);
}

@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: 10002;
    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;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
  }
  .m--button {
    line-height: 1.0em;
  }
  .m--button a {
    display: inline-block;
    color: #ff8cbd;
    border: #ff8cbd solid 1px;
    border: #ff8cbd solid 0.26667vw;
    box-sizing: border-box;
    line-height: 1.0em;
    vertical-align: top;
    text-decoration: none;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 27.5px;
    line-height: 7.33333vw;
    letter-spacing: .11em;
    padding-right: 20px;
    padding-right: 5.33333vw;
    padding-left: 50px;
    padding-left: 13.33333vw;
    border-radius: 5px;
    border-radius: 1.33333vw;
    position: relative;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: none;
  }
  .m--button a:hover {
    background: none;
    color: #ff8cbd;
  }
  .m--button a:hover .m--button--icon {
    transform: translate(0px, -45%);
  }
  .m--button a:hover .m--button--icon polygon {
    fill: #ff8cbd;
  }
  .m--button--icon {
    position: absolute;
    left: 18px;
    left: 4.8vw;
    top: 50%;
    transform: translate(0, -45%);
    transition: none;
  }
  .m--button--icon svg {
    width: 22.5px;
    width: 6vw;
    height: auto;
  }
  .m--button--icon polygon {
    transition: none;
  }
  .header {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .header__inner {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .header__title {
    text-align: center;
    padding-top: 71px;
    padding-top: 18.93333vw;
  }
  .header__title a {
    display: inline-block;
    vertical-align: top;
    line-height: 1.0em;
    border: none;
  }
  .header__title img {
    height: 38px;
    height: 10.13333vw;
    width: auto;
  }
  .header__glnav {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    z-index: 11;
    width: 100%;
  }
  .header__ham {
    width: 25px;
    width: 6.66667vw;
    height: 25px;
    height: 6.66667vw;
    position: absolute;
    right: 15px;
    right: 4vw;
    top: 15px;
    top: 4vw;
    z-index: 20;
  }
  .header__ham a {
    vertical-align: top;
    display: block;
    text-decoration: none;
    position: relative;
    line-height: 1.0em;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #FFF9E5;
    border-radius: 2px;
  }
  .header__ham a:before {
    display: none;
  }
  .header__ham a:hover .header__ham__text {
    display: none;
  }
  .header__ham.is--active .header__ham__triger span:nth-child(1) {
    transform: translate(-50%, 3px) rotate(45deg);
    transform: translate(-50%, 0.8vw) rotate(45deg);
  }
  .header__ham.is--active .header__ham__triger span:nth-child(2) {
    transform: translate(-50%, 0) scaleX(0);
  }
  .header__ham.is--active .header__ham__triger span:nth-child(3) {
    transform: translate(-50%, -3px) rotate(-45deg);
    transform: translate(-50%, -0.8vw) rotate(-45deg);
  }
  .header__ham__text {
    display: none;
  }
  .header__ham__triger {
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    display: block;
  }
  .header__ham__triger span {
    width: 11.5px;
    width: 3.06667vw;
    height: 2px;
    height: 0.53333vw;
    line-height: 2px;
    line-height: 0.53333vw;
    font-size: 0;
    background-color: #FF8CBD;
    display: block;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    transition: all .2s;
  }
  .header__ham__triger span:nth-child(1) {
    top: 8.5px;
    top: 2.26667vw;
    transform: translate(-50%, 0);
  }
  .header__ham__triger span:nth-child(2) {
    top: 11.5px;
    top: 3.06667vw;
    transform: translate(-50%, 0);
  }
  .header__ham__triger span:nth-child(3) {
    top: 14.5px;
    top: 3.86667vw;
    transform: translate(-50%, 0);
  }
  .header__nav {
    background-color: #FF8CBD;
    width: 100%;
    height: 100vh;
  }
  .header__nav ul {
    line-height: 1.0em;
  }
  .header__nav li {
    line-height: 1.0em;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
  .header__nav a {
    display: block;
    color: #FFF9E5;
    font-family: adobe-caslon-pro, serif;
    font-weight: 700;
    font-style: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .3em;
    text-decoration: none;
    line-height: 1.0em;
    transition: none;
  }
  .header__nav a:hover {
    color: #FFF9E5;
  }
  .header__nav span {
    display: inline-block;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.0em;
    background: none;
    vertical-align: top;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-top: 2.66667vw;
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
    position: relative;
  }
  .header__nav span.frame--1:before, .header__nav span.frame--3:before, .header__nav span.frame--2:before {
    display: none;
  }
  .header__nav__block {
    display: block;
    position: absolute;
    left: 50px;
    left: 13.33333vw;
    bottom: 120px;
    bottom: 32vw;
  }
  .header__nav__sns {
    display: block;
    background: none;
    line-height: 1.0em;
    zoom: 1;
    padding: 0;
    position: absolute;
    left: 50px;
    left: 13.33333vw;
    bottom: 50px;
    bottom: 13.33333vw;
  }
  .header__nav__sns:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__nav__sns:before {
    display: none;
  }
  .header__nav__sns p {
    float: left;
    line-height: 1.0em;
    margin-right: 15px;
    margin-right: 4vw;
    height: 33.5px;
    height: 8.93333vw;
    display: table;
  }
  .header__nav__sns p:last-child {
    margin-right: 0;
  }
  .header__nav__sns p:nth-child(2n) svg {
    height: 28px;
    height: 7.46667vw;
  }
  .header__nav__sns a {
    display: block;
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .header__nav__sns svg {
    line-height: 1.0em;
    vertical-align: top;
    height: 33.5px;
    height: 8.93333vw;
    width: auto;
  }
  .header__nav__sns path {
    fill: #FFF9E5;
  }
  .header__shareSp {
    display: block;
    position: absolute;
    left: 15px;
    left: 4vw;
    top: 15px;
    top: 4vw;
    z-index: 10;
  }
  .header__shareSp p {
    float: left;
    line-height: 1.0em;
    margin-right: 14px;
    margin-right: 3.73333vw;
    height: 23px;
    height: 6.13333vw;
    display: table;
  }
  .header__shareSp p:last-child {
    margin-right: 0;
  }
  .header__shareSp p:nth-child(2n) {
    margin-right: 12px;
    margin-right: 3.2vw;
  }
  .header__shareSp p:nth-child(2n) svg {
    height: 19.5px;
    height: 5.2vw;
  }
  .header__shareSp a {
    display: block;
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .header__shareSp svg {
    line-height: 1.0em;
    vertical-align: top;
    height: 23px;
    height: 6.13333vw;
    width: auto;
  }
  .footer {
    width: 100%;
    z-index: 1;
    padding-top: 6px;
  }
  .footer__inner {
    position: relative;
    width: 100%;
    border: none solid 1px;
    background-color: #645245;
    position: relative;
    zoom: 1;
    padding-top: 5px;
    padding-top: 1.33333vw;
    padding-bottom: 5px;
    padding-bottom: 1.33333vw;
  }
  .footer__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    height: 0.8vw;
    line-height: 0;
    font-size: 0;
    background: url("../img/common/ft_bg.png") center top repeat-x;
    position: absolute;
    background-size: auto 100%;
    left: 0;
    top: -3px;
    top: -0.8vw;
  }
  .footer__toei {
    float: right;
    line-height: 15px;
    line-height: 4vw;
    margin-right: 12.5px;
    margin-right: 3.33333vw;
  }
  .footer__toei__text {
    font-size: 10px;
    font-size: 2.66667vw;
    color: #FFF1D9;
    letter-spacing: .18em;
    margin-right: 5px;
    margin-right: 1.33333vw;
    line-height: 1.0em;
    transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: scale(0.75);
    display: inline-block;
  }
  .footer__toei__icon img {
    height: 15px;
    height: 4vw;
    width: auto;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(80, 68, 62, 0.8);
    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;
  }
  .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: 26px;
    width: 6.93333vw;
    height: 26px;
    height: 6.93333vw;
    position: absolute;
    right: 0;
    top: -36px;
    top: -9.6vw;
  }
  .modal__movie__btnClose a {
    background-color: #FFF9E5;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 2.5px;
    border-radius: 0.66667vw;
  }
  .modal__movie__btnClose a:before, .modal__movie__btnClose a:after {
    content: '';
    display: block;
    width: 14px;
    width: 3.73333vw;
    height: 3px;
    height: 0.8vw;
    background-color: #FF8CBD;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .2s;
  }
  .modal__movie__btnClose a:before {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__movie__btnClose a:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__movie__btnClose a:hover:before {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  }
  .modal__movie__btnClose a:hover:after {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  }
  @keyframes headerBg {
    0% {
      background-position-x: 0;
    }
    100% {
      background-position-x: -355px;
      background-position-x: -94.66667vw;
    }
  }
}
