@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;
}

@font-face {
  font-family: 'NotoSans-black';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Black.ttf") format("truetype");
}

.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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
  background: url("../img/common/bg_body.jpg") center top repeat;
}

body.is__wide {
  background-size: 100% auto;
}

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;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

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

.m--botton {
  display: inline-block;
}

.m--botton a {
  display: block;
  background-color: #000000;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  text-decoration: none;
  padding-top: 25px;
  padding-bottom: 25px;
}

.btn__ticket {
  position: fixed;
  right: -79px;
  bottom: -80px;
  z-index: 999;
}

.btn__ticket a {
  display: block;
}

.btn__ticket a img {
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transition: all .3s;
}

.btn__ticket a:hover img {
  transform: rotate(-5deg);
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9000;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.blind__inner {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  background: url("../img/common/preloader.png") center center no-repeat;
}

.blind__text {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #FFF4D1;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  line-height: 1.0em;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background: url("../img/common/hd_nav_bg.png") center top repeat;
}

.header__inner {
  width: 1072px;
  height: 49px;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
}

.header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-146px);
  top: 0;
  z-index: 2;
}

.header__nav {
  display: block;
  zoom: 1;
  width: 100%;
  height: 100%;
  background: url("../img/common/hd_nav_bg.png") center top repeat;
  position: relative;
  z-index: 1;
}

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

.header__nav ul {
  display: block;
  zoom: 1;
}

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

.header__nav li {
  float: left;
  margin: 0 6px;
}

.header__nav li.is__none {
  pointer-events: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}

.header__nav .header__nav__01 {
  margin-left: 82px;
}

.header__nav .header__nav__05 {
  margin-left: 312px;
}

.header__nav .header__nav__07 {
  margin-left: 4px;
  margin-right: 4px;
}

.header__nav .header__nav__08 {
  margin-right: 0;
}

.header__megaSpecial {
  width: 152px;
  position: absolute;
  right: 0;
  z-index: 0;
  text-align: center;
  top: 48px;
  transform: translateY(-250px);
}

.header__megaSpecial__inner {
  position: relative;
  background: url("../img/common/hd_bg_mega_repeat.png") center bottom no-repeat;
  padding-bottom: 6px;
}

.header__megaSpecial__inner:after {
  display: block;
  content: '';
  width: 100%;
  height: 24px;
  background: url("../img/common/hd_bg_mega_btm.png") center top no-repeat;
  position: absolute;
  left: 0;
  bottom: -24px;
  z-index: 1;
}

.header__megaSpecial__inner nav {
  display: block;
  width: 100%;
  padding-top: 8px;
}

.header__megaSpecial__inner ul {
  display: block;
  width: 100px;
  margin: 0 auto;
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

.header__megaSpecial__inner li {
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
}

.header__megaSpecial__inner a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3em;
  padding: 5px 0;
  display: block;
}

.header__ham,
.header__snsSp {
  display: none;
}

.fixedsns {
  position: fixed;
  left: 20px;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}

.fixedsns li {
  margin-bottom: 20px;
}

.fixedsns li:nth-child(3) {
  margin-bottom: 0;
}

.footer {
  width: 100%;
}

.footer__inner {
  width: 1072px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 95px;
}

.footer__sns {
  background: url("../img/common/ft_sns_bg.png") center top no-repeat;
  width: 745px;
  height: 387px;
  margin: 0 auto 80px auto;
  text-align: center;
}

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

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

.footer__sns__inner {
  padding-top: 120px;
}

.footer__sns__headline {
  color: #74552D;
  font-size: 18px;
  font-family: 'NotoSans-black', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .08em;
  position: relative;
  display: inline-block;
  line-height: 34px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.footer__sns__headline:before, .footer__sns__headline:after {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background-color: #74552D;
  position: absolute;
  top: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.footer__sns__headline:before {
  left: -20px;
  transform: rotate(-10deg);
}

.footer__sns__headline:after {
  right: -20px;
  transform: rotate(10deg);
}

.footer__banner {
  text-align: center;
  margin-bottom: 40px;
}

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

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

.footer__logos {
  text-align: center;
  margin-bottom: 60px;
}

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

.footer__logos li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 26px;
  vertical-align: middle;
}

.footer__logos a {
  display: block;
  cursor: pointer;
}

.footer__copyright {
  text-align: center;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 2.0em;
}

.modal--paper {
  width: 862px;
  margin: 0 auto;
  background: url("../img/common/modal_bg_middle.png") center top repeat-y;
  position: relative;
}

.modal--paper:before, .modal--paper:after {
  content: '';
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
  position: absolute;
  left: 0;
}

.modal--paper:before {
  height: 11px;
  background: url("../img/common/modal_bg_top.png") center top no-repeat;
  top: -11px;
}

.modal--paper:after {
  height: 80px;
  background: url("../img/common/modal_bg_bottom.png") center top no-repeat;
  bottom: -80px;
}

.modal--paper__inner {
  width: 640px;
  margin: 0 auto;
  padding: 80px 0;
}

.modal--reald {
  display: none;
  padding: 80px 0;
  width: 100%;
}

.modal--reald__headline {
  text-align: center;
  margin-bottom: 60px;
}

.modal--reald__movie {
  margin-bottom: 50px;
  text-align: center;
}

.modal--reald__text {
  font-size: 15px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 40px;
}

.modal--reald__btn {
  text-align: center;
}

.modal--reald__btn a {
  padding-left: 45px;
  padding-right: 45px;
}

.modal--lls {
  display: none;
  padding: 80px 0;
}

.modal--lls__headline {
  text-align: center;
  margin-bottom: 20px;
}

.modal--lls__img {
  text-align: center;
  margin-bottom: 20px;
}

.modal--lls__text {
  font-size: 15px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 40px;
}

.modal--lls__btn {
  text-align: center;
}

.modal--lls__btn a {
  padding-left: 45px;
  padding-right: 45px;
}

.modal--maeuri {
  display: none;
  padding: 80px 0;
}

.modal--maeuri__title {
  text-align: center;
  margin-bottom: 40px;
}

.modal--maeuri__lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.6em;
}

.modal--maeuri__lead span {
  background-color: #f3e76a;
}

.modal--maeuri__img {
  text-align: center;
  width: 80%;
  margin: 0 auto 20px auto;
}

.modal--maeuri__caps {
  text-align: center;
  margin-bottom: 60px;
  font-size: 12px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.5em;
}

.modal--maeuri__headline {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.6em;
  color: #22598D;
}

.modal--maeuri__text1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.6em;
}

.modal--maeuri__text2 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.6em;
}

.modal--nazo__hint {
  display: none;
  padding: 80px 0;
}

.modal--nazo__hint__text {
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 2.0em;
  text-align: center;
}

.modal--nazo__hint__btn {
  width: 90%;
  margin: 0 auto;
}

.modal--nazo__hint__btn a {
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4em;
  display: block;
  text-align: center;
  padding: 20px 0;
  text-decoration: none;
}

.modal--nazo__correct {
  display: none;
  padding: 80px 0;
}

.modal--nazo__correct__head {
  font-size: 48px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.0em;
  color: #c00;
  text-align: center;
  margin-bottom: 40px;
}

.modal--nazo__correct__text {
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 2.0em;
  text-align: center;
  margin-bottom: 40px;
}

.modal--nazo__correct__share {
  text-align: center;
}

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

.modal--nazo__correct__share li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  margin: 0 11px;
}

.modal--nazo__correct__share__head {
  font-size: 18px;
  font-family: 'NotoSans-black', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .08em;
  position: relative;
  display: inline-block;
  line-height: 34px;
  vertical-align: middle;
  margin-bottom: 15px;
}

.modal--nazo__correct__share__head:before, .modal--nazo__correct__share__head:after {
  content: '';
  display: block;
  width: 1px;
  height: 34px;
  background-color: #000000;
  position: absolute;
  top: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.modal--nazo__correct__share__head:before {
  left: -20px;
  transform: rotate(-10deg);
}

.modal--nazo__correct__share__head:after {
  right: -20px;
  transform: rotate(10deg);
}

.modal--nazo__incorrect {
  display: none;
  padding: 80px 0;
}

.modal--nazo__incorrect__head {
  font-size: 48px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.0em;
  color: #004986;
  text-align: center;
  margin-bottom: 40px;
}

.modal--nazo__incorrect__text {
  font-size: 18px;
  font-weight: bold;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 2.0em;
  text-align: center;
}

.modal--sif__correct__text {
  font-size: 20px;
  font-family: 'NotoSans-black', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 50px;
}

.modal--sif__correct__detail {
  font-size: 18px;
  font-family: 'NotoSans-black', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -.04em;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 80px;
}

.modal--sif__correct__detail strong {
  font-size: 28px;
  display: block;
  margin-top: 5px;
}

.modal--nazo__correct__sifBtn {
  text-align: center;
  padding-top: 30px;
}

.modal--nazo__correct__sifBtn.is__first {
  padding-top: 60px;
}

.modal--nazo__correct__sifBtn .m--botton a {
  font-family: 'NotoSans-black', sans-serif;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  position: relative;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 0px;
  background-color: transparent;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  /*-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
  /*-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) */
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  /*overflow: hidden */
}

.fancybox-type-iframe .fancybox-inner {
  /*-webkit-overflow-scrolling: touch */
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  background-image: url("../img/fancybox/fancybox_close.png");
  position: absolute;
  bottom: auto;
  top: 20px;
  left: auto;
  right: -61px;
  margin: auto;
  width: 122px;
  height: 122px;
  cursor: pointer;
  z-index: 8040;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  transition: 0.3s;
}

.fancybox-close:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  transition: 0.3s;
}

@media screen and (max-width: 800px) {
  .fancybox-close {
    background-image: url("../img/fancybox/fancybox_close.png");
    background-size: 100% auto;
    width: 40px;
    width: 12.5vw;
    height: 40px;
    height: 12.5vw;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 10px;
    bottom: 3.125vw;
    transform: translateX(-50%);
  }
  .fancybox-wrap {
    margin-top: 0px;
  }
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("../img/fancybox/blank.gif");
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
  }
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  /*overflow: visible !important */
}

/* Overlay helper */
.fancybox-lock {
  /*overflow: hidden !important */
  width: auto;
}

.fancybox-lock body {
  /*overflow: hidden !important */
}

.fancybox-lock-test {
  /*overflow-y: hidden !important */
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /*overflow: hidden */
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  /*overflow: auto */
  /*overflow-y: scroll */
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

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

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 15.625vw 0 21.875vw

  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000000;
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 24px;
    line-height: 7.5vw;
    background: url("../img/common/bg_body.jpg") center top repeat;
    background-size: 195% auto;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: 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: 9000;
    width: 100%;
    height: 100%;
    background-color: #000000;
  }
  .blind__inner {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    background: url("../img/common/preloader.png") 70% center no-repeat;
    background-size: 100% auto;
  }
  .blind__text {
    position: absolute;
    left: 0;
    bottom: 40px;
    bottom: 12.5vw;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 3.75vw;
    color: #FFF4D1;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1em;
    line-height: 1.0em;
  }
  .m--botton {
    display: inline-block;
  }
  .m--botton a {
    display: block;
    background-color: #000000;
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    text-decoration: none;
    padding-top: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
  .btn__ticket {
    position: fixed;
    right: -45px;
    right: -14.0625vw;
    top: auto;
    bottom: -60px;
    bottom: -18.75vw;
    z-index: 999;
    transform: translateX(50px) translateY(110px);
    transform: translateX(15.625vw) translateY(34.375vw);
    transition: all .5s;
  }
  .btn__ticket.is__scroll {
    transform: translateY(0);
  }
  .btn__ticket img {
    width: 137px;
    width: 42.8125vw;
    height: auto;
  }
  .btn__ticket a {
    display: block;
  }
  .btn__ticket a img {
    transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transition: none;
  }
  .btn__ticket a:hover img {
    transform: none;
  }
  .container {
    position: relative;
    padding: 0;
  }
  .container.is__enter {
    padding: 0;
    height: auto;
  }
  .header {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: none;
    background-color: rgba(41, 29, 29, 0.98);
    display: none;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    color: #ffffff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header__logo {
    position: relative;
    left: auto;
    transform: none;
    top: auto;
    z-index: 2;
    text-align: center;
    padding-top: 29px;
    padding-top: 9.0625vw;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .header__logo img {
    width: 142.5px;
    width: 44.53125vw;
    height: auto;
  }
  .header__nav {
    display: block;
    zoom: 1;
    width: 90.625%;
    margin: 0 auto;
    height: auto;
    background: none;
    position: relative;
    z-index: 1;
  }
  .header__nav:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__nav ul {
    display: block;
    zoom: 1;
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
  }
  .header__nav ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__nav li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    float: none;
    margin: 0;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
    width: 50%;
  }
  .header__nav li.is__none {
    pointer-events: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
  }
  .header__nav img {
    height: 24.5px;
    height: 7.65625vw;
    width: auto;
  }
  .header__nav .header__nav__01 {
    margin-left: 0;
  }
  .header__nav .header__nav__05 {
    margin-left: 0;
  }
  .header__nav .header__nav__07 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .header__nav .header__nav__08 {
    margin-right: 0;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
    display: block;
    width: 100%;
  }
  .header__megaSpecial {
    width: 90.625%;
    margin: 0 auto;
    height: auto;
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    z-index: 0;
    text-align: center;
    transform: none;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .header__megaSpecial__inner {
    position: relative;
    background: none;
    padding-bottom: 0;
  }
  .header__megaSpecial__inner:after {
    display: none;
  }
  .header__megaSpecial__inner nav {
    display: block;
    width: 100%;
    padding-top: 0;
  }
  .header__megaSpecial__inner ul {
    display: block;
    width: 68.9%;
    margin: 0 auto;
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
  }
  .header__megaSpecial__inner li {
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  }
  .header__megaSpecial__inner a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
    padding: 8px 0;
    padding: 2.5vw 0;
    display: block;
  }
  .header__ham {
    display: block;
    width: 59.5px;
    width: 18.59375vw;
    height: 49.5px;
    height: 15.46875vw;
    position: fixed;
    z-index: 1001;
    left: 0;
    top: 0;
  }
  .header__ham a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/common/hd_btn_ham.png") 0 0 no-repeat;
    background-size: auto 100%;
  }
  .header__ham a.is__active {
    background-position: -59.5px 0;
    background-position: -18.59375vw 0;
  }
  .header__snsSp {
    display: block;
    width: 90.625%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px;
    padding-bottom: 15.625vw;
  }
  .header__snsSp ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .header__snsSp li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 11px;
  }
  .header__snsSp img {
    width: 35px;
    width: 10.9375vw;
    height: auto;
  }
  .header__snsSp__headline {
    color: #ffffff;
    font-size: 10px;
    font-size: 3.125vw;
    font-family: 'NotoSans-black', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .08em;
    position: relative;
    display: inline-block;
    line-height: 15px;
    line-height: 4.6875vw;
    vertical-align: middle;
    margin-bottom: 9px;
    margin-bottom: 2.8125vw;
  }
  .header__snsSp__headline:before, .header__snsSp__headline:after {
    content: '';
    display: block;
    width: 1px;
    width: 0.3125vw;
    height: 15px;
    height: 4.6875vw;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .header__snsSp__headline:before {
    left: -10px;
    left: -3.125vw;
    transform: rotate(-10deg);
  }
  .header__snsSp__headline:after {
    right: -10px;
    right: -3.125vw;
    transform: rotate(10deg);
  }
  .fixedsns {
    position: fixed;
    left: 15px;
    left: 4.6875vw;
    top: auto;
    z-index: 999;
    transform: none;
    bottom: 15px;
    bottom: 4.6875vw;
    transform: translateY(60px);
    transform: translateY(18.75vw);
    transition: all .5s;
  }
  .fixedsns.is__scroll {
    transform: translateY(0);
  }
  .fixedsns ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .fixedsns li {
    letter-spacing: normal;
    font-size: medium;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 25px;
    margin-right: 7.8125vw;
  }
  .fixedsns li:nth-child(3) {
    margin-bottom: 0;
  }
  .fixedsns img {
    width: 40px;
    width: 12.5vw;
    height: auto;
  }
  .footer {
    width: 100%;
  }
  .footer__inner {
    width: 90.625%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
    padding-bottom: 31.25vw;
  }
  .footer__sns {
    background: url("../img/common/ft_sns_bg.png") center top no-repeat;
    background-size: cover;
    width: 302px;
    width: 94.375vw;
    height: 157px;
    height: 49.0625vw;
    margin: 0 auto 35px auto;
    margin: 0 auto 10.9375vw auto;
    text-align: center;
  }
  .footer__sns ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__sns li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 11px;
  }
  .footer__sns img {
    width: 35px;
    width: 10.9375vw;
    height: auto;
  }
  .footer__sns__inner {
    padding-top: 40px;
    padding-top: 12.5vw;
  }
  .footer__sns__headline {
    color: #74552D;
    font-size: 10px;
    font-size: 3.125vw;
    font-family: 'NotoSans-black', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .08em;
    position: relative;
    display: inline-block;
    line-height: 15px;
    line-height: 4.6875vw;
    vertical-align: middle;
    margin-bottom: 9px;
    margin-bottom: 2.8125vw;
  }
  .footer__sns__headline:before, .footer__sns__headline:after {
    content: '';
    display: block;
    width: 1px;
    width: 0.3125vw;
    height: 15px;
    height: 4.6875vw;
    background-color: #74552D;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .footer__sns__headline:before {
    left: -10px;
    left: -3.125vw;
    transform: rotate(-10deg);
  }
  .footer__sns__headline:after {
    right: -10px;
    right: -3.125vw;
    transform: rotate(10deg);
  }
  .footer__banner {
    text-align: center;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .footer__banner ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__banner li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 13px;
    margin-bottom: 4.0625vw;
  }
  .footer__banner img {
    width: 230px;
    width: 71.875vw;
    height: auto;
  }
  .footer__logos {
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .footer__logos ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__logos li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 13px;
    margin: 0 4.0625vw;
    vertical-align: middle;
  }
  .footer__logos a {
    display: block;
    cursor: pointer;
  }
  .footer__logos__reald img {
    width: 62px;
    width: 19.375vw;
    height: auto;
  }
  .footer__logos__lls img {
    width: 121px;
    width: 37.8125vw;
    height: auto;
  }
  .footer__copyright {
    text-align: center;
    color: #FFFFFF;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 2.0em;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.7);
  }
  .modal--paper {
    width: 90%;
    margin: 0 auto;
    background: url("../img/common/modal_bg_middle.png") center top repeat-y;
    background-size: 100% auto;
    position: relative;
  }
  .modal--paper:before, .modal--paper:after {
    content: '';
    display: block;
    width: 100%;
    line-height: 0;
    font-size: 0;
    position: absolute;
    left: 0;
  }
  .modal--paper:before {
    height: 5.5px;
    height: 1.71875vw;
    background: url("../img/common/modal_bg_top.png") center top no-repeat;
    top: -5.5px;
    top: -1.71875vw;
    background-size: 100% 100%;
  }
  .modal--paper:after {
    height: 40px;
    height: 12.5vw;
    background: url("../img/common/modal_bg_bottom.png") center top no-repeat;
    bottom: -39px;
    bottom: -12.1875vw;
    background-size: 100% 100%;
  }
  .modal--paper__inner {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
    padding: 9.375vw 0;
  }
  .modal--reald {
    display: none;
    padding: 40px 0;
    padding: 12.5vw 0;
    width: 320px;
    width: 100vw;
  }
  .modal--reald__headline {
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .modal--reald__headline img {
    width: 178.5px;
    width: 55.78125vw;
    height: auto;
  }
  .modal--reald__movie {
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    text-align: center;
  }
  .modal--reald__movie iframe {
    width: 100%;
    height: 152px;
    height: 47.5vw;
  }
  .modal--reald__text {
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal--reald__btn {
    text-align: center;
  }
  .modal--reald__btn p {
    display: block;
  }
  .modal--reald__btn a {
    padding-left: 0;
    padding-right: 0;
  }
  .modal--lls {
    display: none;
    padding: 40px 0;
    padding: 12.5vw 0;
    width: 320px;
    width: 100vw;
  }
  .modal--lls__headline {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
  .modal--lls__headline img {
    width: 90%;
    height: auto;
  }
  .modal--lls__img {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
  .modal--lls__img img {
    width: 100%;
    height: auto;
  }
  .modal--lls__text {
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal--lls__btn {
    text-align: center;
  }
  .modal--lls__btn p {
    display: block;
  }
  .modal--lls__btn a {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4em;
  }
  .modal--maeuri {
    display: none;
    padding: 40px 0;
    padding: 12.5vw 0;
    width: 320px;
    width: 100vw;
  }
  .modal--maeuri__title {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
  .modal--maeuri__title img {
    height: 20px;
    height: 6.25vw;
    width: auto;
  }
  .modal--maeuri__lead {
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.6em;
  }
  .modal--maeuri__lead span {
    background-color: #f3e76a;
  }
  .modal--maeuri__img {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px auto;
    margin: 0 auto 3.125vw auto;
  }
  .modal--maeuri__caps {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.5em;
  }
  .modal--maeuri__headline {
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
    font-size: 16px;
    font-size: 5vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.6em;
    color: #22598D;
  }
  .modal--maeuri__text1 {
    text-align: center;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.6em;
  }
  .modal--maeuri__text2 {
    text-align: left;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.6em;
  }
  .modal--nazo__hint {
    display: none;
    padding: 40px 0;
    padding: 12.5vw 0;
    width: 320px;
    width: 100vw;
  }
  .modal--nazo__hint__text {
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 2.0em;
    text-align: center;
  }
  .modal--nazo__hint__btn {
    width: 100%;
    margin: 0 auto;
  }
  .modal--nazo__hint__btn a {
    background-color: #000000;
    color: #ffffff;
    font-size: 10px;
    font-size: 3.125vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.4em;
    display: block;
    text-align: center;
    padding: 10px 0;
    padding: 3.125vw 0;
    text-decoration: none;
  }
  .modal--nazo__correct {
    display: none;
    padding: 40px 0;
    padding: 12.5vw 0;
    width: 320px;
    width: 100vw;
  }
  .modal--nazo__correct__head {
    font-size: 24px;
    font-size: 7.5vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.0em;
    color: #c00;
    text-align: center;
    margin-bottom: 40px;
  }
  .modal--nazo__correct__text {
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 2.0em;
    text-align: center;
    margin-bottom: 40px;
  }
  .modal--nazo__correct__share {
    text-align: center;
  }
  .modal--nazo__correct__share ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .modal--nazo__correct__share li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0 5px;
    margin: 0 1.5625vw;
  }
  .modal--nazo__correct__share img {
    width: 35px;
    width: 10.9375vw;
    height: auto;
  }
  .modal--nazo__correct__share__head {
    font-size: 10px;
    font-size: 3.125vw;
    font-family: 'NotoSans-black', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .08em;
    position: relative;
    display: inline-block;
    line-height: 15px;
    line-height: 4.6875vw;
    vertical-align: middle;
    margin-bottom: 9px;
    margin-bottom: 2.8125vw;
  }
  .modal--nazo__correct__share__head:before, .modal--nazo__correct__share__head:after {
    content: '';
    display: block;
    width: 1px;
    width: 0.3125vw;
    height: 15px;
    height: 4.6875vw;
    background-color: #74552D;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .modal--nazo__correct__share__head:before {
    left: -10px;
    left: -3.125vw;
    transform: rotate(-10deg);
  }
  .modal--nazo__correct__share__head:after {
    right: -10px;
    right: -3.125vw;
    transform: rotate(10deg);
  }
  .modal--nazo__incorrect {
    display: none;
    padding: 40px 0;
    padding: 12.5vw 0;
    width: 320px;
    width: 100vw;
  }
  .modal--nazo__incorrect__head {
    font-size: 24px;
    font-size: 7.5vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.0em;
    color: #004986;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal--nazo__incorrect__text {
    font-size: 12px;
    font-size: 3.75vw;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 2.0em;
    text-align: center;
  }
  #modalNazo01Hint .modal--paper__inner,
  #modalNazo02Hint .modal--paper__inner,
  #modalNazo03Hint .modal--paper__inner,
  #modalNazo04Hint .modal--paper__inner,
  #modalNazo05Hint .modal--paper__inner,
  #modalNazo06Hint .modal--paper__inner,
  #modalNazo07Hint .modal--paper__inner,
  #modalNazo08Hint .modal--paper__inner,
  #modalNazo09Hint .modal--paper__inner {
    padding: 40 0 30 0;
    padding: 12.5vw 0 9.375vw 0;
  }
  #modalNazo01Hint .modal--nazo__hint__text,
  #modalNazo02Hint .modal--nazo__hint__text,
  #modalNazo03Hint .modal--nazo__hint__text,
  #modalNazo04Hint .modal--nazo__hint__text,
  #modalNazo05Hint .modal--nazo__hint__text,
  #modalNazo06Hint .modal--nazo__hint__text,
  #modalNazo07Hint .modal--nazo__hint__text,
  #modalNazo08Hint .modal--nazo__hint__text,
  #modalNazo09Hint .modal--nazo__hint__text {
    text-align: left;
  }
  #modalNazo08Hint .modal--nazo__hint__text img {
    width: 100%;
    height: auto;
  }
  .modal--sif__correct__text {
    font-size: 12px;
    font-size: 3.75vw;
    font-family: 'NotoSans-black', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.7em;
    text-align: left;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal--sif__correct__detail {
    font-size: 12px;
    font-size: 3.75vw;
    font-family: 'NotoSans-black', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -.04em;
    line-height: 1.7em;
    text-align: center;
    margin-bottom: 50px;
    margin-bottom: 15.625vw;
  }
  .modal--sif__correct__detail strong {
    font-size: 24px;
    font-size: 4.375vw;
    display: block;
    margin-top: 5px;
    margin-top: 1.5625vw;
  }
  .modal--nazo__correct__sifBtn {
    text-align: center;
    padding-top: 10px;
    padding-top: 3.125vw;
  }
  .modal--nazo__correct__sifBtn.is__first {
    padding-top: 50px;
    padding-top: 15.625vw;
  }
  .modal--nazo__correct__sifBtn .m--botton {
    width: 100%;
  }
  .modal--nazo__correct__sifBtn .m--botton a {
    display: block;
    font-family: 'NotoSans-black', sans-serif;
    padding: 15px 0;
    padding: 4.6875vw;
    font-size: 10px;
    font-size: 3.125vw;
    position: relative;
    line-height: 1.4em;
    letter-spacing: -.05em;
  }
}
