@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 {
  background-color: #000000;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: Poppins, dnp-shuei-gothic-kin-std, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  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;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

.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: #000000;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}

.blind__inner {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.blind__loader {
  position: relative;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.blind__loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

.blind__loader:after {
  background: #000000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.header {
  width: 100%;
  min-width: 1120px;
  height: 128px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: #000000;
  color: #ffffff;
  transition: all .3s;
}

.header.is--scroll {
  height: 80px;
}

.header.is--open {
  height: 128px;
}

.header.is--open .header__ham__icon span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header.is--open .header__ham__icon span:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}

.header.is--open .header__ham__icon span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.header__title {
  position: absolute;
  left: 300px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
  line-height: 1.0em;
  transition: all .3s;
}

.header__title a {
  display: block;
  line-height: 1.0em;
  transition: all .3s;
}

.header__title a:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.header__title svg {
  line-height: 1.0em;
}

.header__ham {
  position: absolute;
  left: 68px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: 48px;
}

.header__ham a {
  display: table;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.header__ham__icon {
  display: table-cell;
  width: 48px;
  position: relative;
}

.header__ham__icon span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .3s;
}

.header__ham__icon span:nth-child(1) {
  top: calc(50% - 10px);
}

.header__ham__icon span:nth-child(2) {
  top: 50%;
}

.header__ham__icon span:nth-child(3) {
  top: calc(50% + 10px);
}

.header__ham__text {
  display: table-cell;
  line-height: 1.0em;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

.header__glnav {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
}

.header__glnav__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: black;
  transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
}

.header__glnav__inner {
  border: none;
  height: 100%;
  margin: 0 80px;
  position: relative;
  z-index: 1;
}

.header__glnav__lang {
  display: none;
}

.header__glnav__block {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.header__glnav__block__inner {
  display: -ms-flexbox;
  display: flex;
}

.header__glnav__block__inner .glnav--logo {
  margin-right: 40px;
}

.header__glnav__block__inner .glnav--box {
  margin-right: 70px;
}

.header__glnav__block__inner .glnav--box:last-of-type {
  margin-right: 0;
}

.header__glnav__block__inner .glnav--box li {
  margin-bottom: 10px;
}

.header__glnav__block__inner .glnav--box li:last-of-type {
  margin-bottom: 0;
}

.header__glnav__block__inner .glnav--box a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-family: Poppins, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
}

.header__glnav__block__inner .glnav--box a:hover span {
  transform: translateX(10px);
}

.header__glnav__block__inner .glnav--box span {
  display: block;
  transition: all .3s;
}

.header__glnav__block__inner .glnav--box__sub {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.header__glnav__desc {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}

.header__glnav__desc__venue {
  margin-right: 70px;
}

.header__glnav__desc__venue .venue--text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 6px;
}

.header__glnav__desc__venue dl {
  border: none;
  display: -ms-flexbox;
  display: flex;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 6px;
}

.header__glnav__desc__venue dl:last-of-type {
  margin-bottom: 25px;
}

.header__glnav__desc__venue dt {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.header__glnav__desc__venue dd {
  -ms-flex-preferred-size: calc(100% - 90px);
      flex-basis: calc(100% - 90px);
}

.header__glnav__desc__venue .desc--copyright {
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.5em;
}

.header__glnav__desc__links {
  padding-bottom: 25px;
}

.header__glnav__desc__links .desc--banner {
  border: none;
  clear: both;
  padding-top: 40px;
}

.header__glnav__desc__links .desc--banner ul {
  display: -ms-flexbox;
  display: flex;
}

.header__glnav__desc__links .desc--banner li {
  margin-right: 20px;
}

.header__glnav__desc__links .desc--banner li:last-of-type {
  margin-right: 0;
}

.header__glnav__desc__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 0;
  bottom: 115px;
}

.header__glnav__desc__sns .sns--title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  margin-right: 20px;
}

.header__glnav__desc__sns ul {
  display: -ms-flexbox;
  display: flex;
}

.header__glnav__desc__sns li:first-of-type {
  margin-right: 0px;
}

.header__glnav__desc__sns a {
  display: table;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: #ffffff solid 1px;
  box-sizing: border-box;
  background-color: #000000;
  transition: all .2s;
}

.header__glnav__desc__sns a:hover {
  background-color: #ffffff;
}

.header__glnav__desc__sns a:hover path {
  fill: #000000;
}

.header__glnav__desc__sns a:hover polygon {
  fill: #ffffff;
}

.header__glnav__desc__sns span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
}

.header__glnav__desc__sns svg {
  line-height: 1.0em;
}

.header__glnav__desc__sns path, .header__glnav__desc__sns polygon {
  transition: all .2s;
}

.header__glnav__desc__rights {
  display: none;
}

.header__localnav {
  position: absolute;
  right: 300px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.header__localnav ul {
  display: -ms-flexbox;
  display: flex;
}

.header__localnav li {
  margin-left: 20px;
}

.header__localnav li.is--current {
  pointer-events: none;
}

.header__localnav li.is--current a:after {
  transform: scaleX(1) scaleY(1);
}

.header__localnav a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: all .4s;
}

.header__localnav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: scaleX(0) scaleY(1);
  transition: all .2s;
}

.header__localnav a:hover:after {
  transform: scaleX(1) scaleY(1);
}

.header__localnav.color--white a {
  color: #ffffff;
}

.header__localnav.color--white a:after {
  background-color: #fff;
}

.header__lang {
  position: absolute;
  right: 80px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  line-height: 18px;
/*  visibility: hidden;*/
/*  pointer-events: none;*/
}

.header__lang p {
  position: relative;
}

.header__lang p:first-of-type {
  padding-right: 12px;
  margin-right: 10px;
}

.header__lang p:first-of-type:after {
  content: '';
  display: block;
  width: 2px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
}

.header__lang p.is--current a {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: none;
}

.header__lang a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.footer {
  border: none;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 70px 0 70px;
}

.footer__inner {
  border: none;
  position: relative;
  margin: 0 80px;
}

.footer__logo {
  padding-top: 27px;
  margin-bottom: 70px;
}

.footer__sns {
  position: absolute;
  right: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.footer__sns .sns--title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  margin-right: 20px;
}

.footer__sns ul {
  display: -ms-flexbox;
  display: flex;
}

.footer__sns li:last-of-type {
  margin-left: 16px;
}

.footer__sns a {
  display: table;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: #ffffff solid 1px;
  box-sizing: border-box;
  background-color: #000000;
  transition: all .2s;
}

.footer__sns a:hover {
  background-color: #ffffff;
}

.footer__sns a:hover path {
  fill: #000000;
}

.footer__sns a:hover polygon {
  fill: #ffffff;
}

.footer__sns span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.0em;
}

.footer__sns svg {
  line-height: 1.0em;
}

.footer__sns path, .footer__sns polygon {
  transition: all .2s;
}

.footer__venue {
  margin-bottom: 15px;
}

.footer__venue .venue--text {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 6px;
}

.footer__venue dl {
  display: -ms-flexbox;
  display: flex;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  letter-spacing: .05em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 6px;
}

.footer__venue dl:last-of-type {
  margin-bottom: 0;
}

.footer__venue dt {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.footer__desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.footer__desc .desc--copyright {
  border: none;
  -ms-flex-preferred-size: calc(100% - 730px);
      flex-basis: calc(100% - 730px);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.5em;
  -ms-flex-order: 1;
      order: 1;
}

.footer__desc .desc--banner {
  border: none;
  margin-right: 45px;
  -ms-flex-order: 2;
      order: 2;
}

.footer__desc .desc--banner ul {
  display: -ms-flexbox;
  display: flex;
}

.footer__desc .desc--banner li {
  margin-right: 20px;
}

.footer__desc .desc--banner li:last-of-type {
  margin-right: 0;
}

.footer__desc .desc--pagetop {
  border: none;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  -ms-flex-order: 3;
      order: 3;
}

.footer__desc .desc--pagetop a {
  display: table;
  width: 90px;
  height: 90px;
  text-decoration: none;
  color: #000000;
}

.footer__desc .desc--pagetop a:hover .desc--pagetop__box {
  transform: translateY(-10px);
}

.footer__desc .desc--pagetop__box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  transition: all .2s;
}

.footer__desc .desc--pagetop__box:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAE100;
  border-radius: 90px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.footer__desc .desc--pagetop__icon {
  display: block;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.footer__desc .desc--pagetop__text {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.0em;
  position: relative;
  z-index: 1;
}

#modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: url("/shared/img/common/bg_grid.png") center center repeat;
  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;
  right: -62px;
  top: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
}

.modal__btnClose a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}

.modal__btnClose a:before, .modal__btnClose a:after {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.modal__btnClose a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__btnClose a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__btnClose a:hover:before, .modal__btnClose a:hover:after {
  transform: translate(-50%, -50%) rotate(180deg) scaleX(0.7);
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__img {
  margin: 0 auto;
  position: relative;
  line-height: 1.0em;
  display: none;
}

.modal__img__inner {
  position: relative;
  zoom: 1;
  display: block;
}

.modal__img__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__img__inner .img--ph img {
  max-width: 600px;
  max-height: 600px;
}

.modal__img__inner .img--button,
.modal__img__inner .img--price,
.modal__img__inner .img--title {
  display: none;
}

.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;
}

@media screen and (max-width: 1200px) {
  .header__title {
    left: 220px;
  }
}

@media screen and (max-width: 768px) {
  /* ==============================================
  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 {
    background-color: #000000;
    color: #ffffff;
    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%;
  }
  .blind__inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .blind__loader {
    position: relative;
    text-indent: -9999em;
    width: 30px;
    width: 8vw;
    height: 30px;
    height: 8vw;
    border-radius: 50%;
    background: #ffffff;
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    animation: load3 1.4s infinite linear;
    transform: translateZ(0);
  }
  .blind__loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .blind__loader:after {
    background: #000000;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
  }
  .header {
    width: 100%;
    min-width: 100%;
    height: 86px;
    height: 22.93333vw;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10;
    background-color: #000000;
    color: #ffffff;
    transition: all .3s;
  }
  .header.is--scroll {
    height: 60px;
    height: 16vw;
  }
  .header.is--open {
    height: 86px;
    height: 22.93333vw;
  }
  .header.is--open .header__ham__icon span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header.is--open .header__ham__icon span:nth-child(2) {
    transform: translate(-50%, -50%) scaleX(0);
  }
  .header.is--open .header__ham__icon span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .header__inner {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__title {
    position: absolute;
    left: auto;
    right: 20px;
    right: 32.33333vw;
    top: 52%;
    transform: translateY(-50%);
    z-index: 1;
    line-height: 1.0em;
  }
  .header__title a {
    display: block;
    line-height: 1.0em;
    transition: none;
  }
  .header__title a:hover {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .header__title svg {
    line-height: 1.0em;
    width: 175px;
    width: 46.66667vw;
    height: auto;
  }
  .header__ham {
    position: absolute;
    left: 8px;
    left: 2.13333vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 48px;
    height: 12.8vw;
  }
  .header__ham a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .header__ham__icon {
    display: table-cell;
    width: 48px;
    width: 12.8vw;
    position: relative;
  }
  .header__ham__icon span {
    display: block;
    width: 24px;
    width: 6.4vw;
    height: 4px;
    height: 1.06667vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .3s;
  }
  .header__ham__icon span:nth-child(1) {
    top: calc(50% - 10px);
    top: calc(50% - 2.66667vw);
  }
  .header__ham__icon span:nth-child(2) {
    top: 50%;
  }
  .header__ham__icon span:nth-child(3) {
    top: calc(50% + 10px);
    top: calc(50% + 2.66667vw);
  }
  .header__ham__text {
/*    display: table-cell;*/
	display: none;
    line-height: 1.0em;
    vertical-align: middle;
    font-size: 16px;
    font-size: 4.26667vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
  }
  .header__glnav {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
    overflow: auto;
  }
  .header__glnav__bg {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: black;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
  }
  .header__glnav__inner {
    border: none;
    height: auto;
    width: 89.333%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-top: 26.66667vw;
  }
  .header__glnav__lang {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    line-height: 18px;
    line-height: 4.8vw;
    margin-bottom: 18px;
    margin-bottom: 4.8vw;
    visibility: hidden;
    pointer-events: none;
  }
  .header__glnav__lang p {
    position: relative;
  }
  .header__glnav__lang p:first-of-type {
    padding-right: 12px;
    padding-right: 3.2vw;
    margin-right: 10px;
    margin-right: 2.66667vw;
  }
  .header__glnav__lang p:first-of-type:after {
    content: '';
    display: block;
    width: 2px;
    width: 0.53333vw;
    height: 18px;
    height: 4.8vw;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__glnav__lang p.is--current a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: none;
  }
  .header__glnav__lang a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-size: 4.26667vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .header__glnav__block {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    z-index: 0;
    margin-bottom: 34px;
    margin-bottom: 9.06667vw;
  }
  .header__glnav__block__inner {
    display: block;
  }
  .header__glnav__block__inner .glnav--logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .header__glnav__block__inner .glnav--logo img {
    width: 260px;
    width: 69.33333vw;
    height: auto;
  }
  .header__glnav__block__inner .glnav--box {
    margin-right: 0;
  }
  .header__glnav__block__inner .glnav--box:last-of-type {
    margin-right: 0;
  }
  .header__glnav__block__inner .glnav--box li {
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .header__glnav__block__inner .glnav--box li:last-of-type {
    margin-bottom: 0;
  }
  .header__glnav__block__inner .glnav--box a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-family: Poppins, dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2.0em;
  }
  .header__glnav__block__inner .glnav--box a:hover span {
    transform: translateX(0px);
  }
  .header__glnav__block__inner .glnav--box span {
    display: block;
    transition: all .3s;
  }
  .header__glnav__block__inner .glnav--box__sub {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2.0em;
    margin-bottom: 0px;
    margin-bottom: 0vw;
  }
  .header__glnav__block__inner .glnav--box__child {
    margin-left: 20px;
    margin-left: 5.33333vw;
  }
  .header__glnav__desc {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 0;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    padding-bottom: 42px;
    padding-bottom: 11.2vw;
  }
  .header__glnav__desc__venue {
    margin-right: 0;
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
  }
  .header__glnav__desc__venue .venue--text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .header__glnav__desc__venue dl {
    border: none;
    display: -ms-flexbox;
    display: flex;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw;
  }
  .header__glnav__desc__venue dl:last-of-type {
    margin-bottom: 0px;
  }
  .header__glnav__desc__venue dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 20px;
    margin-right: 5.33333vw;
    white-space: nowrap;
  }
  .header__glnav__desc__venue dd {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .header__glnav__desc__venue .desc--copyright {
    display: none;
  }
  .header__glnav__desc__links {
    padding-bottom: 0px;
    margin-bottom: 32px;
    margin-bottom: 8.53333vw;
  }
  .header__glnav__desc__links .desc--banner {
    border: none;
    clear: both;
    padding-top: 0px;
    text-align: center;
  }
  .header__glnav__desc__links .desc--banner ul {
    display: block;
  }
  .header__glnav__desc__links .desc--banner li {
    margin-right: 0;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
  .header__glnav__desc__links .desc--banner li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header__glnav__desc__links .desc--banner img {
    width: 253px;
    width: 67.46667vw;
    height: auto;
  }
  .header__glnav__desc__sns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .header__glnav__desc__sns .sns--title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    margin-right: 20px;
    margin-right: 5.33333vw;
  }
  .header__glnav__desc__sns ul {
    display: -ms-flexbox;
    display: flex;
  }
  .header__glnav__desc__sns li:first-of-type {
    margin-right: 0px;
    margin-right: 0vw;
  }
  .header__glnav__desc__sns li.sns--tw svg {
    width: 22px;
    width: 5.86667vw;
    height: auto;
  }
  .header__glnav__desc__sns li.sns--yt svg {
    width: 27px;
    width: 7.2vw;
    height: auto;
  }
  .header__glnav__desc__sns a {
    display: table;
    width: 60px;
    width: 16vw;
    height: 60px;
    height: 16vw;
    border-radius: 60px;
    border: #ffffff solid 1px;
    border: #ffffff solid 0.26667vw;
    box-sizing: border-box;
    background-color: #000000;
    transition: none;
  }
  .header__glnav__desc__sns a:hover {
    background-color: #000000;
  }
  .header__glnav__desc__sns a:hover path {
    fill: #ffffff;
  }
  .header__glnav__desc__sns a:hover polygon {
    fill: #000000;
  }
  .header__glnav__desc__sns span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.0em;
  }
  .header__glnav__desc__sns svg {
    line-height: 1.0em;
  }
  .header__glnav__desc__sns path, .header__glnav__desc__sns polygon {
    transition: all .2s;
  }
  .header__glnav__desc__rights {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  .header__localnav {
    position: fixed;
    right: auto;
    left: 0;
    top: 86px;
    top: 22.93333vw;
    transform: translateY(0);
    z-index: 1;
    width: 100%;
    height: 34px;
    height: 9.06667vw;
    background-color: #000000;
    transition: all .2s;
  }
  .header__localnav.is--none {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
  }
  .header__localnav ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    line-height: 1.0em;
  }
  .header__localnav li {
    margin-right: 25px;
    margin-right: 6.66667vw;
    margin-left: 0;
    line-height: 1.0em;
  }
  .header__localnav li:last-of-type {
    margin-right: 0;
  }
  .header__localnav li.is--current {
    pointer-events: none;
  }
  .header__localnav li.is--current a:after {
    transform: scaleX(1) scaleY(1);
  }
  .header__localnav a {
    color: #ffffff;
    font-size: 14px;
    font-size: 3.73333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    text-decoration: none;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transition: none;
    line-height: 1.0em;
  }
  .header__localnav a:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    height: 0.53333vw;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 10px;
    bottom: 2.66667vw;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scaleX(0) scaleY(1);
    transition: all .2s;
  }
  .header__localnav a:hover:after {
    transform: scaleX(0) scaleY(1);
  }
  .header__localnav.color--white a {
    color: #ffffff;
  }
  .header__localnav.color--white a:after {
    background-color: #fff;
  }
  .header__lang {
    display: flex;
	right: 5.33333vw;
  }
  .footer {
    border: none;
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #000000;
    color: #ffffff;
    padding-top: 54px;
    padding-top: 14.4vw;
    padding-bottom: 26px;
    padding-bottom: 6.93333vw;
  }
  .footer__inner {
    border: none;
    position: relative;
    width: 89.333%;
    margin: 0 auto;
  }
  .footer__logo {
    padding-top: 0;
    margin-bottom: 42px;
    margin-bottom: 11.2vw;
    text-align: center;
  }
  .footer__logo img {
    width: 260px;
    width: 69.33333vw;
    height: auto;
  }
  .footer__sns {
    position: relative;
    right: auto;
    top: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .footer__sns .sns--title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    margin-right: 20px;
    margin-right: 5.33333vw;
    line-height: 1.0em;
  }
  .footer__sns ul {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__sns li:last-of-type {
    margin-left: 0px;
    margin-left: 0vw;
  }
  .footer__sns li.sns--tw svg {
    width: 22px;
    width: 5.86667vw;
    height: auto;
  }
  .footer__sns li.sns--yt svg {
    width: 27px;
    width: 7.2vw;
    height: auto;
  }
  .footer__sns a {
    display: table;
    width: 60px;
    width: 16vw;
    height: 60px;
    height: 16vw;
    border-radius: 60px;
    border: #ffffff solid 1px;
    border: #ffffff solid 0.26667vw;
    box-sizing: border-box;
    background-color: #000000;
    transition: none;
  }
  .footer__sns a:hover {
    background-color: #000000;
  }
  .footer__sns a:hover path {
    fill: #ffffff;
  }
  .footer__sns a:hover polygon {
    fill: #000000;
  }
  .footer__sns span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 1.0em;
  }
  .footer__sns svg {
    line-height: 1.0em;
  }
  .footer__sns path, .footer__sns polygon {
    transition: none;
  }
  .footer__venue {
    margin-bottom: 40px;
    margin-bottom: 10.66667vw;
  }
  .footer__venue .venue--text {
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5em;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
  }
  .footer__venue dl {
    display: -ms-flexbox;
    display: flex;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.5em;
    margin-bottom: 6px;
    margin-bottom: 1.6vw;
    width: 100%;
  }
  .footer__venue dl:last-of-type {
    margin-bottom: 0;
  }
  .footer__venue dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-right: 20px;
    margin-right: 5.33333vw;
    white-space: nowrap;
  }
  .footer__desc {
    width: 100%;
    display: block;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .footer__desc .desc--copyright {
    border: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 1.5em;
    -ms-flex-order: 1;
        order: 1;
  }
  .footer__desc .desc--banner {
    border: none;
    margin-right: 0px;
    margin-right: 0vw;
    margin-bottom: 34px;
    margin-bottom: 9.06667vw;
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    text-align: center;
  }
  .footer__desc .desc--banner ul {
    display: block;
  }
  .footer__desc .desc--banner li {
    margin-right: 0;
    margin-bottom: 12px;
    margin-bottom: 3.2vw;
  }
  .footer__desc .desc--banner li:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer__desc .desc--banner img {
    width: 253px;
    width: 67.46667vw;
    height: auto;
  }
  .footer__desc .desc--pagetop {
    border: none;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -ms-flex-order: 3;
        order: 3;
    width: 90px;
    width: 24vw;
    margin: 0 auto;
    margin-bottom: 34px;
    margin-bottom: 9.06667vw;
  }
  .footer__desc .desc--pagetop a {
    display: table;
    width: 90px;
    width: 24vw;
    height: 90px;
    height: 24vw;
    text-decoration: none;
    color: #000000;
  }
  .footer__desc .desc--pagetop a:hover .desc--pagetop__box {
    transform: translateY(0px);
  }
  .footer__desc .desc--pagetop__box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    transition: none;
  }
  .footer__desc .desc--pagetop__box:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FAE100;
    border-radius: 90px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .footer__desc .desc--pagetop__icon {
    display: block;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
    position: relative;
    z-index: 1;
  }
  .footer__desc .desc--pagetop__icon img {
    width: 16px;
    width: 4.26667vw;
    height: auto;
  }
  .footer__desc .desc--pagetop__text {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 1.0em;
    position: relative;
    z-index: 1;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: url("/shared/img/common/bg_grid.png") center center repeat;
    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-top: 50px;
    padding-top: 13.33333vw;
    padding-bottom: 50px;
    padding-bottom: 13.33333vw;
  }
  .modal__btnClose {
    position: absolute;
    right: -4px;
    right: -1.06667vw;
    top: -24px;
    top: -6.4vw;
    z-index: 1;
    width: 48px;
    width: 12.8vw;
    height: 48px;
    height: 12.8vw;
  }
  .modal__btnClose a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
  }
  .modal__btnClose a:before, .modal__btnClose a:after {
    content: '';
    display: block;
    width: 32px;
    width: 8.53333vw;
    height: 4px;
    height: 1.06667vw;
    background-color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
  }
  .modal__btnClose a:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__btnClose a:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__btnClose a:hover:before {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
  }
  .modal__btnClose a:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__img {
    margin: 0 auto;
    position: relative;
    line-height: 1.0em;
    display: none;
  }
  .modal__img__inner {
    position: relative;
    zoom: 1;
    display: block;
    width: 335px;
    width: 89.33333vw;
    margin: 0 auto;
  }
  .modal__img__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__img__inner .img--ph {
    position: relative;
    z-index: 0;
    width: 295px;
    width: 78.66667vw;
    margin: 0 auto;
  }
  .modal__img__inner .img--ph img {
    width: 100%;
    height: auto;
  }
  .modal__img__inner .img--button {
    display: block;
    width: 100%;
    padding-top: 0;
    transform: translateX(20px);
    transform: translateX(5.33333vw);
  }
  .modal__img__inner .img--button a {
    display: block;
    width: 100%;
    line-height: 80px;
    line-height: 21.33333vw;
    text-decoration: none;
    background-color: #FF3E3E;
    color: #ffffff;
    font-size: 20px;
    font-size: 5.33333vw;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .2em;
  }
  .modal__img__inner .img--button a:hover span:after {
    transform: translate(0, -50%);
  }
  .modal__img__inner .img--button a.is--none {
    pointer-events: none;
    background-color: #A8A8A8;
  }
  .modal__img__inner .img--button span {
    display: inline-block;
    position: relative;
    padding-right: 35px;
    padding-right: 9.33333vw;
  }
  .modal__img__inner .img--button span.is--none {
    visibility: hidden;
  }
  .modal__img__inner .img--button span:after {
    content: '';
    display: block;
    background: url("/shared/img/common/icon_detail.svg") center center no-repeat;
    background-size: cover;
    width: 24px;
    width: 6.4vw;
    height: 16px;
    height: 4.26667vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: none;
  }
  .modal__img__inner .img--price {
    display: block;
    text-align: right;
    margin-top: -17px;
    margin-top: -4.53333vw;
    position: relative;
    z-index: 1;
  }
  .modal__img__inner .img--price span {
    display: inline-block;
    width: 164px;
    width: 43.73333vw;
    background-color: #000000;
    font-size: 16px;
    font-size: 4.26667vw;
    line-height: 36px;
    line-height: 9.6vw;
    text-indent: 13px;
    text-indent: 3.46667vw;
    font-family: Poppins, dnp-shuei-gothic-kin-std, sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: left;
  }
  .modal__img__inner .img--title {
    display: block;
    text-align: left;
    background-color: #FAE100;
    color: #000000;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    letter-spacing: .05em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.5em;
  }
  .modal__img__inner .img--title span {
    display: block;
    padding: 10px 20px 20px;
    padding: 2.66667vw 5.33333vw 5.33333vw;
  }
}



/*付け足し*/
dt.en_w {
	flex-basis: 170px;
}
.chuu {
	font-size: 0.8em;
	vertical-align: top;
}
