@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-DemiLight';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.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: 'Public Sans', "NotoSans-medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial,  "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
}

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

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

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

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

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

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

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

.m--textlink {
  position: relative;
  display: block;
  line-height: 1.0em;
}

.m--textlink:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 0;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform: scaleX(0) scaleY(1);
  transition: all .2s;
}

a:hover .m--textlink:after {
  transform: scaleX(1) scaleY(1);
}

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

.header {
  display: block;
  width: 100%;
  min-width: 1200px;
  border: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.header__inner {
  position: relative;
  width: 100%;
  height: 110px;
}

.header__ham {
  display: none;
}

.header__logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.0em;
  z-index: 1;
  border: none;
}

.header__logo svg {
  vertical-align: top;
}

.header__logo path {
  transition: all .2s;
}

.header__nav__shareSp {
  display: none;
}

.header__nav {
  display: block;
  position: absolute;
  left: 300px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

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

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

.header__nav li {
  float: left;
  line-height: 1.0em;
  margin-right: 60px;
  position: relative;
}

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

.header__nav li > a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 14px;
  padding: 4px 0;
  display: block;
  position: relative;
  z-index: 0;
  transition: all .2s;
}

.header__nav li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 0;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform: scaleX(0) scaleY(1);
  pointer-events: none;
  transition: all .2s;
}

.header__nav li.is--current > a:after {
  transform: scaleX(1) scaleY(1);
}

.header__nav li.is--none > a {
  color: #B2B2B2;
  pointer-events: none;
}

.header__nav li.is--show:hover > a:after {
  transform: scaleX(1) scaleY(1);
}

.header__nav__child {
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 20px;
  z-index: 0;
  padding-top: 21px;
  display: none;
}

.header__nav__child a {
  font-size: 14px;
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  text-decoration: none;
  line-height: 32px;
  height: 32px;
  color: #ffffff;
  display: block;
  padding: 0 18px;
  position: relative;
  transition: all .3s;
}

.header__nav__child a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: scaleX(0) scaleY(1);
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transition: all .3s;
}

.header__nav__child a:hover {
  color: #000000;
}

.header__nav__child a:hover:after {
  transform: scaleX(1) scaleY(1);
}

.header__nav__child span {
  display: block;
  position: relative;
  z-index: 1;
}

.header__nav__child .is--none a {
  pointer-events: none;
  color: #4d4d4d;
}

.header__nav .header__nav__child {
  pointer-events: none;
}

.header__nav li.is--show .header__nav__child {
  pointer-events: auto;
}

.header__nav__child__inner {
  position: relative;
  background-color: #000000;
  padding: 8px 0;
  min-width: 136px;
}

.header__nav__child__inner:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 0 12px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  left: 0;
  top: -6px;
  z-index: 1;
  box-sizing: border-box;
}

.header__account {
  display: none;
}

.header__status {
  position: absolute;
  right: 150px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  zoom: 1;
}

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

.header__status__join {
  float: left;
  font-size: 12px;
  letter-spacing: .04em;
  height: 28px;
  line-height: 28px;
  width: 92px;
  background-color: rgba(255,255,255,0.1);
  text-align: center;
  box-sizing: border-box;
  transition: all .2s;
}

.header__status__join.status--1 {
  border: #0484ff solid 1px;
  color: #0484ff;
}

.header__status__join.status--2 {
  border: #ff7600 solid 1px;
  color: #ff7600;
}

.header__status__join.status--3 {
  border: #ff2a01 solid 1px;
  color: #ff2a01;
}

.header__status__join.status--4 {
  border: #000000 solid 1px;
  color: #000000;
}

.header__action {
  position: absolute;
  right: 40px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  zoom: 1;
}

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

.header__action__close {
  display: none;
}

.header__action__button a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: .04em;
  text-decoration: none;
  background-color: #000000;
  line-height: 28px;
  height: 28px;
  width: 92px;
  text-align: center;
  display: block;
  border-radius: 30px;
  border: #000000 solid 1px;
  box-sizing: border-box;
  transition: all .2s;
}

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

.header.is--white .header__logo path {
  fill: #ffffff;
}

.header.is--white .header__nav li > a {
  color: #ffffff;
}

.header.is--white .header__nav li > a:after {
  background-color: #ffffff;
}

.header.is--white .header__nav li.is--none > a {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  pointer-events: none;
}

.header.is--white .header__action__button a {
  color: #000000;
  background-color: #ffffff;
  border: #ffffff solid 1px;
}

.header.is--white .header__action__button a:hover {
  background-color: #000000;
  color: #ffffff;
  border: #000000 solid 1px;
}

.header.is--white .header__status__join.status--4 {
  border: #ffffff solid 1px;
  color: #ffffff;
}

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

.wrapper {
  width: 1000px;
  zoom: 1;
  margin: 0 auto;
  position: relative;
}

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

.share {
  width: 16px;
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.share__inner {
  position: relative;
  padding-top: 48px;
}

.share__headline {
  font-size: 10px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.0em;
  white-space: nowrap;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg) translate(0px, -12px);
}

.share__list li {
  line-height: 1.0em;
  font-size: 0;
  margin-bottom: 12px;
}

.share__list li:last-child {
  margin-bottom: 0;
}

.share__list svg {
  vertical-align: top;
}

.footer {
  display: block;
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 2;
}

.footer__pagetopSp {
  display: none;
}

.footer__maps {
  border: none;
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
}

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

.footer__maps__link {
  zoom: 1;
  margin-bottom: 60px;
}

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

.footer__maps__link__nav {
  display: block;
  width: 80%;
  float: left;
  zoom: 1;
}

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

.footer__maps__link__nav li {
  width: 20%;
  float: left;
}

.footer__maps__link__nav a {
  color: #000000;
  text-decoration: none;
  line-height: 1.0em;
  font-size: 12px;
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  position: relative;
  display: inline-block;
}

.footer__maps__link__nav a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform: scaleX(0) scaleY(1);
  transition: all .2s;
}

.footer__maps__link__nav a:hover:after {
  transform: scaleX(1) scaleY(1);
}

.footer__maps__link__nav p {
  line-height: 1.0em;
  margin-bottom: 10px;
}

.footer__maps__link__nav span {
  display: block;
  line-height: 1.0em;
}

.footer__maps__link__nav .footer__maps__link__nav__head {
  line-height: 1.0em;
  margin-bottom: 15px;
}

.footer__maps__link__nav .footer__maps__link__nav__head a {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .04em;
}

.footer__maps__link__nav .is--none a {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -ms-filter: "alpha(opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  pointer-events: none;
}

.footer__maps__link__official {
  width: 20%;
  float: right;
}

.footer__maps__link__official__tw {
  margin-bottom: 40px;
}

.footer__maps__link__official__name {
  font-size: 13px;
  line-height: 1.0em;
  margin-bottom: 25px;
}

.footer__maps__link__official__btn {
  line-height: 1.0em;
  width: 100%;
}

.footer__maps__link__official__btn a {
  color: #000000;
  text-decoration: none;
  line-height: 1.0em;
  border: #666666 solid 1px;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 3px;
  display: block;
  width: 100%;
  position: relative;
  transition: all .2s;
}

.footer__maps__link__official__btn a:hover {
  border: #000000 solid 1px;
  background-color: #000000;
}

.footer__maps__link__official__btn a:hover .footer__maps__link__official__btn__text {
  color: #ffffff;
}

.footer__maps__link__official__btn a:hover .footer__maps__link__official__btn__icon path {
  fill: #ffffff;
}

.footer__maps__link__official__btn__icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.0em;
}

.footer__maps__link__official__btn__icon svg {
  vertical-align: top;
}

.footer__maps__link__official__btn__icon path {
  transition: all .2s;
}

.footer__maps__link__official__btn__text {
  font-size: 11px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.0em;
  margin-left: 45px;
  display: block;
  height: 38px;
  line-height: 38px;
  transition: all .2s;
}

.footer__maps__link__official__btn__blank {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.0em;
  font-size: 0;
}

.footer__maps__link__official__btn__blank svg {
  vertical-align: top;
}

.footer__maps__pagetop {
  zoom: 1;
}

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

.footer__maps__pagetop a {
  float: right;
  display: block;
  width: 72px;
  height: 64px;
  line-height: 1.0em;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.footer__maps__pagetop a:before, .footer__maps__pagetop a:after {
  content: '';
  display: block;
  width: 72px;
  height: 37px;
  position: absolute;
  left: 0;
  z-index: 0;
  background: url("../img/common/icon_pagetop.png") center center no-repeat;
  background-size: cover;
}

.footer__maps__pagetop a:before {
  top: 0;
  transition: all .2s;
}

.footer__maps__pagetop a:after {
  top: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translateY(18px);
  transition: all .2s;
}

.footer__maps__pagetop a:hover:before {
  transform: translateY(-18px);
}

.footer__maps__pagetop a:hover:after {
  transform: translateY(0px);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.footer__maps__pagetop span {
  font-size: 15px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 300;
  letter-spacing: .04em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 0;
}

.footer__inner {
  border: none;
  position: relative;
  text-align: center;
  padding: 70px 0 30px 0;
}

.footer__logos {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 0;
}

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

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

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

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

.footer__links li.is__none {
  pointer-events: none;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}

.footer__links a {
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}

.footer__copyright {
  font-size: 10px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 0;
  transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform: scale(0.6);
}

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

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

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

.modal__btnClose {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: -60px;
  z-index: 1;
}

.modal__btnClose a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__btnClose a:before, .modal__btnClose a:after {
  content: '';
  display: block;
  width: 56px;
  height: 1px;
  background-color: #666666;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  position: absolute;
  left: 50%;
  top: 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(0deg);
  width: 100%;
}

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

.modal__image {
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__image__inner {
  position: relative;
  zoom: 1;
}

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

.modal__image__details__ph {
  pointer-events: none;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.modal__image__details__ph img {
  max-width: 70vw;
}

.modal__image__paging {
  text-align: center;
  line-height: 1.0em;
  padding-top: 40px;
  letter-spacing: 0;
  font-size: 0;
}

.modal__image__paging__prev,
.modal__image__paging__next,
.modal__ss__paging__prev,
.modal__ss__paging__next {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  line-height: 1.0em;
  vertical-align: top;
}

.modal__image__paging__prev svg,
.modal__image__paging__next svg,
.modal__ss__paging__prev svg,
.modal__ss__paging__next svg {
  vertical-align: top;
  transition: all .2s;
}

.modal__image__paging__prev a:hover svg,
.modal__ss__paging__prev a:hover svg {
  transform: translateX(-10px);
}

.modal__image__paging__next a:hover svg,
.modal__ss__paging__next a:hover svg {
  transform: translateX(10px);
}

.modal__image__paging__num {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px;
  line-height: 25px;
  font-size: 16px;
  font-family: 'Public Sans', sans-serif;
  font-weight: 200;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.modal__image__paging__num__current {
  font-family: 'Public Sans', sans-serif;
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
}

.modal__image__paging__num__total {
  display: inline-block;
  margin-left: 4px;
}

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

.modal__movie__inner {
  position: relative;
  zoom: 1;
}

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

.modal__movie__details {
  position: relative;
  z-index: 0;
}

.modal__movie__details iframe {
  vertical-align: top;
}

.modal__leave {
  width: 560px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: none;
}

.modal__leave__inner {
  padding: 40px;
  zoom: 1;
}

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

.modal__leave__icon {
  width: 60px;
  float: left;
}

.modal__leave__details {
  width: 380px;
  float: right;
}

.modal__leave__details__head {
  font-size: 26px;
  line-height: 1.0em;
  margin-bottom: 35px;
}

.modal__leave__details__text {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 40px;
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
}

.modal__leave__details__buttons {
  zoom: 1;
}

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

.modal__leave__details__buttons ul {
  zoom: 1;
}

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

.modal__leave__details__buttons li {
  float: left;
  margin-right: 20px;
  text-align: center;
}

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

.modal__leave__details__buttons a {
  font-size: 18px;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  line-height: 1.0em;
  width: 180px;
  padding: 12px 0;
  border-radius: 30px;
  box-sizing: border-box;
  border: #000000 solid 1px;
  transition: all .3s;
}

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

.modal__leave__details__buttons__l a {
  color: #ffffff;
  background-color: #FF2A00;
  border: #FF2A00 solid 1px;
}

.modal__leave__details__buttons__l a:hover {
  border: #000000 solid 1px;
}

.modal__entryend,
.modal__leaveend {
  width: 570px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: none;
}

.modal__entryend__inner,
.modal__leaveend__inner {
  padding: 40px;
  zoom: 1;
}

.modal__entryend__inner:after,
.modal__leaveend__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__entryend__icon,
.modal__leaveend__icon {
  width: 60px;
  float: left;
}

.modal__entryend__details,
.modal__leaveend__details {
  width: 390px;
  float: right;
}

.modal__entryend__details__text,
.modal__leaveend__details__text {
  font-size: 16px;
  line-height: 1.75em;
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
}

.modal__entryend__close,
.modal__leaveend__close {
  clear: both;
  display: block;
  width: 180px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}

.modal__entryend__close a,
.modal__leaveend__close a {
  text-align: center;
  font-size: 18px;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  line-height: 1.0em;
  width: 100%;
  padding: 12px 0;
  border-radius: 30px;
  box-sizing: border-box;
  border: #000000 solid 1px;
  transition: all .3s;
}

.modal__entryend__close a:hover,
.modal__leaveend__close a:hover {
  background-color: #000000;
  color: #ffffff;
}

.modal__finished {
  width: 600px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  display: none;
}

.modal__finished__inner {
  padding: 40px;
  zoom: 1;
}

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

.modal__finished__icon {
  width: 61px;
  float: left;
}

.modal__finished__details {
  width: 420px;
  float: right;
}

.modal__finished__details__text {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.modal__finished__details__check {
  zoom: 1;
  display: table;
  width: 100%;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.modal__finished__details__check__box {
  display: table-cell;
  vertical-align: middle;
}

.modal__finished__details__check__box label {
  font-size: 13px;
}

.modal__finished__details__check__btn {
  display: table-cell;
  width: 180px;
}

.modal__finished__details__check__btn a {
  text-align: center;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #E6E6E6;
  line-height: 1.0em;
  width: 100%;
  padding: 12px 0;
  border-radius: 30px;
  transition: all .3s;
}

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

.modal__before {
  width: 600px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  display: none;
}

.modal__before__inner {
  padding: 40px;
  zoom: 1;
}

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

.modal__before__icon {
  width: 61px;
  float: left;
}

.modal__before__details {
  width: 420px;
  float: right;
}

.modal__before__details__text {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.modal__before__details__check {
  zoom: 1;
  display: table;
  width: 100%;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.modal__before__details__check__box {
  display: table-cell;
  vertical-align: middle;
}

.modal__before__details__check__box label {
  font-size: 13px;
}

.modal__before__details__check__btn {
  display: table-cell;
  width: 180px;
}

.modal__before__details__check__btn a {
  text-align: center;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #E6E6E6;
  line-height: 1.0em;
  width: 100%;
  padding: 12px 0;
  border-radius: 30px;
  transition: all .3s;
}

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

.modal__ng {
  width: 600px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  display: none;
}

.modal__ng__inner {
  padding: 40px;
  zoom: 1;
}

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

.modal__ng__icon {
  width: 61px;
  float: left;
}

.modal__ng__details {
  width: 420px;
  float: right;
}

.modal__ng__details__text {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.modal__ng__details__check {
  zoom: 1;
  display: block;
  width: 100%;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.modal__ng__details__check__btn {
  display: block;
  float: right;
  width: 180px;
}

.modal__ng__details__check__btn a {
  text-align: center;
  font-size: 18px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #E6E6E6;
  line-height: 1.0em;
  width: 100%;
  padding: 12px 0;
  border-radius: 30px;
  transition: all .3s;
}

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

.modal__issue,
.modal__already,
.modal__norights,
.modal__haverights,
.modal__input,
.modal__success {
  width: 560px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  display: none;
}

.modal__friend__inner,
.modal__input__sub__inner {
  padding: 44px 40px;
  zoom: 1;
}

.modal__friend__inner:after,
.modal__input__sub__inner:after {
  content: "";
  clear: both;
  display: block;
}

.modal__friend__icon,
.modal__input__sub__icon {
  width: 60px;
  float: left;
}

.modal__friend__details,
.modal__input__sub__details {
  width: 380px;
  float: right;
}

.modal__friend__details__head {
  font-size: 26px;
  line-height: 1.3em;
  margin-bottom: 35px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: -4px;
}

.modal__friend__details__code {
  font-size: 16px;
  line-height: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.modal__friend__details__text,
.modal__input__sub__details__text {
  font-size: 16px;
  line-height: 1.75em;
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
}

.modal__friend__details__input {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}

.modal__friend__details__input input {
  outline: none;
  background-color: #F0F0F0;
  border: none;
  display: block;
  width: 100%;
  font-size: 26px;
  font-family: 'NotoSans-DemiLight', sans-serif;
  -webkit-font-feature-settings: "palt" 1, "kern" 1;
          font-feature-settings: "palt" 1, "kern" 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 65px;
  text-indent: 20px;
}

.modal__friend__details__input input::-webkit-input-placeholder {
  color: #CCCCCC;
}

.modal__friend__details__input input:-ms-input-placeholder {
  color: #CCCCCC;
}

.modal__friend__details__input input::placeholder {
  color: #CCCCCC;
}

.modal__friend__details__buttons,
.modal__input__sub__details__buttons {
  zoom: 1;
  text-align: right;
  padding-top: 50px;
}

.modal__friend__details__buttons:after,
.modal__input__sub__details__buttons:after {
  content: "";
  clear: both;
  display: block;
}

.modal__friend__details__buttons ul,
.modal__input__sub__details__buttons ul {
  zoom: 1;
  letter-spacing: 0;
  font-size: 0;
}

.modal__friend__details__buttons ul:after,
.modal__input__sub__details__buttons ul:after {
  content: "";
  clear: both;
  display: block;
}

.modal__friend__details__buttons li,
.modal__input__sub__details__buttons li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}

.modal__friend__details__buttons li:first-of-type,
.modal__input__sub__details__buttons li:first-of-type {
  margin-left: 0;
}

.modal__friend__details__buttons a,
.modal__input__sub__details__buttons a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.modal__friend__details__buttons a,
.modal__friend__details__buttons button,
.modal__input__sub__details__buttons a,
.modal__input__sub__details__buttons button {
  font-size: 18px;
  display: block;
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  line-height: 1.0em;
  width: 180px;
  padding: 12px 0;
  border-radius: 30px;
  box-sizing: border-box;
  border: #000000 solid 1px;
  cursor: pointer;
  transition: all .2s;
}

.modal__friend__details__buttons a:hover,
.modal__friend__details__buttons button:hover,
.modal__input__sub__details__buttons a:hover,
.modal__input__sub__details__buttons button:hover {
  background-color: #000000;
  color: #ffffff;
}

.modal__friend__details__buttons a:focus,
.modal__friend__details__buttons button:focus,
.modal__input__sub__details__buttons a:focus,
.modal__input__sub__details__buttons button:focus {
  outline: none;
}

.modal__friend__details__buttons li.button--black a,
.modal__friend__details__buttons li.button--black button,
.modal__input__sub__details__buttons li.button--black a,
.modal__input__sub__details__buttons li.button--black button {
  background-color: #000000;
  color: #ffffff;
}

.modal__friend__details__buttons li.button--black a:hover,
.modal__friend__details__buttons li.button--black button:hover,
.modal__input__sub__details__buttons li.button--black a:hover,
.modal__input__sub__details__buttons li.button--black button:hover {
  background-color: #ffffff;
  color: #000000;
}

.modal__input {
  width: 600px;
}

.modal__input .modal__friend__details {
  width: 410px;
}

.modal__input.is--sub {
  box-shadow: 0px 0px 20px transparent;
  -moz-box-shadow: 0px 0px 20px transparent;
  -webkit-box-shadow: 0px 0px 20px transparent;
}

.modal__input.is--sub:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(229, 229, 229, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 3px;
}

.modal__input__sub {
  width: 560px;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: none;
}

.modal__input__sub.is--show {
  display: block;
}

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

/*! 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: 0px;
  left: auto;
  right: 0px;
  margin: auto;
  width: 75px;
  height: 75px;
  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: 37.5px;
    width: 11.71875vw;
    height: 37.5px;
    height: 11.71875vw;
    top: 0px;
    top: 0vw;
    right: 0px;
    right: 0vw;
  }
  .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

  @include spimg(vv, 64)

  @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: none;
  }
  body:before {
    content: '';
    display: block;
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    background-size: 195% auto;
    width: 100%;
    height: 100%;
    padding-bottom: 108px;
  }
  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;
  }
  .m--textlink {
    position: relative;
    display: block;
    line-height: 1.0em;
  }
  .m--textlink:after {
    display: none;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }
  .header {
    display: block;
    width: 100%;
    min-width: 87.5%;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header__inner {
    position: relative;
    width: 87.5%;
    height: 55px;
    height: 17.1875vw;
    margin: 0 auto;
  }
  .header__ham {
    display: block;
    width: 20px;
    width: 6.25vw;
    height: 20px;
    height: 6.25vw;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
  }
  .header__ham a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__ham span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .2s;
  }
  .header__ham span:before {
    content: '';
    display: block;
    height: 1px;
    height: 0.3125vw;
    width: 100%;
    background-color: #000000;
    position: absolute;
    left: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all .2s;
  }
  .header__ham span:nth-child(1):before {
    top: 6.5px;
    top: 2.03125vw;
  }
  .header__ham span:nth-child(2):before {
    bottom: 6.5px;
    bottom: 2.03125vw;
  }
  .header__ham.is--open span:nth-child(1) {
    transform: translateY(3.5px);
    transform: translateY(1.09375vw);
  }
  .header__ham.is--open span:nth-child(1):before {
    transform: rotate(36deg) scaleX(1.2);
  }
  .header__ham.is--open span:nth-child(2) {
    transform: translateY(-3.5px);
    transform: translateY(-1.09375vw);
  }
  .header__ham.is--open span:nth-child(2):before {
    transform: rotate(-36deg) scaleX(1.2);
  }
  .header__logo {
    position: absolute;
    left: 40px;
    left: 12.5vw;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.0em;
    z-index: 1;
    border: none;
    transition: all .2s;
  }
  .header__logo svg {
    vertical-align: top;
    width: 85.5px;
    width: 26.71875vw;
    height: auto;
  }
  .header__nav__shareSp {
    display: block;
    position: absolute;
    left: 20px;
    left: 6.25vw;
    width: 20px;
    width: 6.25vw;
    bottom: 20px;
    bottom: 6.25vw;
    z-index: 99;
  }
  .header__nav__shareSp__inner {
    position: relative;
    padding-top: 65px;
    padding-top: 20.3125vw;
  }
  .header__nav__shareSp__headline {
    font-size: 10px;
    font-size: 3.125vw;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.0em;
    white-space: nowrap;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg) translate(0px, -13px);
    transform: rotate(90deg) translate(0px, -4.0625vw);
  }
  .header__nav__shareSp__button {
    line-height: 1.0em;
    font-size: 0;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .header__nav__shareSp__button:last-child {
    margin-bottom: 0;
  }
  .header__nav__shareSp__button svg {
    vertical-align: top;
    width: 20px;
    width: 6.25vw;
    height: auto;
  }
  .header__nav {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    transform: translateY(0);
    z-index: 3;
    background-color: #00FFD3;
    width: 200px;
    width: 62.5vw;
    height: 100%;
  }
  .header__nav.is--open {
    display: block;
  }
  .header__nav ul {
    display: block;
    zoom: 1;
    margin-left: 40px;
    margin-left: 12.5vw;
    margin-top: 95px;
    margin-top: 29.6875vw;
  }
  .header__nav ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__nav li {
    float: none;
    line-height: 1.0em;
    margin-right: 0;
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .header__nav li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header__nav li > a {
    color: #000000;
    text-decoration: none;
    font-size: 22px;
    font-size: 6.875vw;
    font-family: 'Public Sans', sans-serif;
    font-weight: 200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    padding-top: 5px;
    padding-top: 1.5625vw;
    padding-bottom: 5px;
    padding-bottom: 1.5625vw;
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .header__nav li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: -3px;
    z-index: 0;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform: scaleX(0) scaleY(1);
    pointer-events: none;
    transition: all .2s;
  }
  .header__nav li.is--current > a:after {
    transform: scaleX(1) scaleY(1);
  }
  .header__nav li.is--none > a {
    color: #B2B2B2;
    pointer-events: none;
  }
  .header__nav li.is--show:hover > a:after {
    transform: scaleX(1) scaleY(1);
  }
  .header__nav__child {
    display: none;
  }
  .header__account {
    display: block;
    position: absolute;
    line-height: 1.0em;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
  .header__account svg {
    width: 20px;
    width: 6.25vw;
    height: auto;
    vertical-align: top;
  }
  .header__account path {
    transition: all .2s;
  }
  .header__account.is--open path {
    fill: #ffffff;
  }
  .header__status {
    position: absolute;
    right: 40px;
    right: 12.5vw;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    zoom: 1;
  }
  .header__status:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__status__join {
    float: left;
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: 0em;
    height: 15px;
    height: 4.6875vw;
    width: 64px;
    width: 25vw;
    line-height: 15px;
    line-height: 4.6875vw;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s;
  }
  .header__status__join.status--1 {
    border: #0484ff solid 1px;
    border: #0484ff solid 0.3125vw;
    color: #0484ff;
  }
  .header__status__join.status--2 {
    border: #ff7600 solid 1px;
    border: #ff7600 solid 0.3125vw;
    color: #ff7600;
  }
  .header__status__join.status--3 {
    border: #ff2a01 solid 1px;
    border: #ff2a01 solid 0.3125vw;
    color: #ff2a01;
  }
  .header__status__join.status--4 {
    border: #000000 solid 1px;
    border: #000000 solid 0.3125vw;
    color: #000000;
  }
  .header__status__join span {
    display: block;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0.9);
  }
  .header__action {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 0;
    transform: translateY(0);
    zoom: 1;
    background-color: #000000;
    width: 200px;
    width: 62.5vw;
    height: 100vh;
    display: none;
  }
  .header__action:after {
    content: "";
    clear: both;
    display: block;
  }
  .header__action.is--open {
    display: block;
  }
  .header__action__inner {
    position: relative;
    padding-top: 95px;
    padding-top: 29.6875vw;
  }
  .header__action__close {
    display: block;
    width: 20px;
    width: 6.25vw;
    height: 20px;
    height: 6.25vw;
    position: absolute;
    left: 20px;
    left: 6.25vw;
    top: 17.5px;
    top: 5.46875vw;
    z-index: 2;
  }
  .header__action__close a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .header__action__close span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .header__action__close span:before {
    content: '';
    display: block;
    height: 1px;
    height: 0.3125vw;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .header__action__close span:nth-child(1) {
    transform: translateY(3.5px);
    transform: translateY(1.09375vw);
  }
  .header__action__close span:nth-child(1):before {
    top: 6.5px;
    top: 2.03125vw;
    transform: rotate(36deg) scaleX(1.2);
  }
  .header__action__close span:nth-child(2) {
    transform: translateY(-3.5px);
    transform: translateY(-1.09375vw);
  }
  .header__action__close span:nth-child(2):before {
    bottom: 6.5px;
    bottom: 2.03125vw;
    transform: rotate(-36deg) scaleX(1.2);
  }
  .header__action__button {
    margin-left: 40px;
    margin-left: 12.5vw;
    margin-bottom: 45px;
    margin-bottom: 14.0625vw;
  }
  .header__action__button:last-child {
    margin-bottom: 0;
  }
  .header__action__button a {
    font-family: 'NotoSans-DemiLight', sans-serif;
    -webkit-font-feature-settings: "palt" 1, "kern" 1;
            font-feature-settings: "palt" 1, "kern" 1;
    color: #ffffff;
    font-size: 16px;
    font-size: 5vw;
    letter-spacing: .04em;
    text-decoration: none;
    background: none;
    line-height: 1.4em;
    height: auto;
    width: auto;
    text-align: left;
    display: block;
    border-radius: 0px;
    border: none;
    box-sizing: border-box;
    transition: none;
  }
  .header__action__button a:hover {
    background: none;
    color: #ffffff;
  }
  .header.is--white .header__logo {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .header.is--white .header__logo path {
    fill: #000000;
  }
  .header.is--white .header__nav li > a {
    color: #000000;
  }
  .header.is--white .header__nav li > a:after {
    background-color: #000000;
  }
  .header.is--white .header__nav li.is--none > a {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    pointer-events: none;
  }
  .header.is--white .header__action__button a {
    color: #ffffff;
    background: none;
    border: none;
  }
  .header.is--white .header__action__button a:hover {
    background: none;
    color: #000000;
    border: none;
  }
  .header.is--white .header__ham span:before {
    background-color: #ffffff;
  }
  .header.is--white .header__ham.is--open span:before {
    background-color: #000000;
  }
  .header.is--white .header__account path {
    fill: #ffffff;
  }
  .header__account.is--open + .header__status .header__status__join.status--4 {
    border: #ffffff solid 1px;
    border: #ffffff solid 0.3125vw;
    color: #ffffff;
  }
  .container {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
    min-width: 87.5%;
  }
  .wrapper {
    width: 100%;
    zoom: 1;
    margin: 0 auto;
    position: relative;
  }
  .wrapper:after {
    content: "";
    clear: both;
    display: block;
  }
  .share {
    display: none;
  }
  .footer {
    display: block;
    width: 100%;
    min-width: 87.5%;
    position: relative;
    z-index: 2;
  }
  .footer__pagetopSp {
    display: block;
    zoom: 1;
    text-align: center;
    margin-bottom: 55px;
    margin-bottom: 17.1875vw;
  }
  .footer__pagetopSp:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__pagetopSp a {
    display: block;
    width: 36px;
    width: 11.25vw;
    height: 32px;
    height: 10vw;
    line-height: 1.0em;
    color: #000000;
    text-decoration: none;
    position: relative;
    margin: 0 auto;
  }
  .footer__pagetopSp a:before {
    content: '';
    display: block;
    width: 36px;
    width: 11.25vw;
    height: 18.5px;
    height: 5.78125vw;
    position: absolute;
    left: 0;
    z-index: 0;
    background: url("../img/common/icon_pagetop.png") center center no-repeat;
    background-size: cover;
    top: 0;
    transition: none;
  }
  .footer__pagetopSp span {
    font-size: 10px;
    font-size: 3.125vw;
    font-family: 'Public Sans', sans-serif;
    font-weight: 300;
    letter-spacing: .04em;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.75);
    bottom: 0;
    z-index: 0;
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    line-height: 1.0em;
  }
  .footer__maps {
    border: none;
    width: 87.5%;
    margin: 0 auto;
    zoom: 1;
  }
  .footer__maps:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__maps__link {
    zoom: 1;
    margin-bottom: 0;
  }
  .footer__maps__link:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__maps__link__nav {
    display: block;
    width: 100%;
    float: none;
    zoom: 1;
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
  }
  .footer__maps__link__nav:after {
    content: "";
    clear: both;
    display: block;
  }
  .footer__maps__link__nav li {
    width: 50%;
    float: left;
    margin-bottom: 60px;
    margin-bottom: 18.75vw;
  }
  .footer__maps__link__nav li:nth-child(2n) {
    width: 42.85%;
    float: right;
  }
  .footer__maps__link__nav li:last-child {
    margin-bottom: 0;
  }
  .footer__maps__link__nav a {
    color: #000000;
    text-decoration: none;
    line-height: 1.0em;
    font-size: 12px;
    font-size: 3.75vw;
    font-family: 'NotoSans-DemiLight', sans-serif;
    -webkit-font-feature-settings: "palt" 1, "kern" 1;
            font-feature-settings: "palt" 1, "kern" 1;
    position: relative;
    display: inline-block;
  }
  .footer__maps__link__nav a:after {
    display: none;
  }
  .footer__maps__link__nav p {
    line-height: 1.0em;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .footer__maps__link__nav p:last-child {
    margin-bottom: 0;
  }
  .footer__maps__link__nav span {
    display: block;
    line-height: 1.0em;
  }
  .footer__maps__link__nav .footer__maps__link__nav__head {
    line-height: 1.0em;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .footer__maps__link__nav .footer__maps__link__nav__head a {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .04em;
  }
  .footer__maps__link__nav .is--none a {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: "alpha(opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    pointer-events: none;
  }
  .footer__maps__link__official {
    width: 64.28%;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .footer__maps__link__official__tw {
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .footer__maps__link__official__name {
    font-size: 13px;
    font-size: 4.0625vw;
    line-height: 1.0em;
    margin-bottom: 13px;
    margin-bottom: 4.0625vw;
  }
  .footer__maps__link__official__btn {
    line-height: 1.0em;
    width: 100%;
  }
  .footer__maps__link__official__btn a {
    color: #000000;
    text-decoration: none;
    line-height: 1.0em;
    border: #666666 solid 1px;
    border: #666666 solid 0.3125vw;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    width: 100%;
    position: relative;
    transition: none;
  }
  .footer__maps__link__official__btn a:hover {
    border: #666666 solid 1px;
    border: #666666 solid 0.3125vw;
    background-color: #ffffff;
  }
  .footer__maps__link__official__btn a:hover .footer__maps__link__official__btn__text {
    color: #000000;
  }
  .footer__maps__link__official__btn a:hover .footer__maps__link__official__btn__icon path {
    fill: #000000;
  }
  .footer__maps__link__official__btn__icon {
    position: absolute;
    left: 13px;
    left: 4.0625vw;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.0em;
  }
  .footer__maps__link__official__btn__icon svg {
    vertical-align: top;
    width: 20px;
    width: 6.25vw;
    height: auto;
  }
  .footer__maps__link__official__btn__icon path {
    transition: none;
  }
  .footer__maps__link__official__btn__text {
    font-size: 10px;
    font-size: 3.125vw;
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.0em;
    margin-left: 40px;
    margin-left: 12.5vw;
    display: block;
    height: 34px;
    height: 10.625vw;
    line-height: 34px;
    line-height: 10.625vw;
    transition: none;
    text-align: left;
  }
  .footer__maps__link__official__btn__blank {
    position: absolute;
    right: 18px;
    right: 5.625vw;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.0em;
    font-size: 0;
  }
  .footer__maps__link__official__btn__blank svg {
    vertical-align: top;
    width: 7px;
    width: 2.1875vw;
    height: auto;
  }
  .footer__maps__pagetop {
    display: none;
  }
  .footer__inner {
    border: none;
    position: relative;
    text-align: center;
    width: 87.5%;
    margin: 0 auto;
    padding: 0px;
    padding-top: 60px;
    padding-top: 18.75vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
  .footer__logos {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 0;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .footer__logos ul {
    letter-spacing: 0;
    font-size: 0;
  }
  .footer__logos li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin-right: 15px;
    margin-right: 4.6875vw;
    margin-left: 15px;
    margin-left: 4.6875vw;
  }
  .footer__logos img {
    height: 56px;
    height: 17.5vw;
    width: auto;
  }
  .footer__links {
    margin-bottom: 35px;
    margin-bottom: 10.9375vw;
    transform: translateX(-10px);
    transform: translateX(-3.125vw);
  }
  .footer__links ul {
    letter-spacing: 0;
    font-size: 0;
    white-space: nowrap;
  }
  .footer__links li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    margin: 0;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.8);
  }
  .footer__links li.is__none {
    pointer-events: none;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha(opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
  }
  .footer__links a {
    font-family: 'NotoSans-DemiLight', sans-serif;
    -webkit-font-feature-settings: "palt" 1, "kern" 1;
            font-feature-settings: "palt" 1, "kern" 1;
    font-size: 10px;
    font-size: 3.125vw;
    text-decoration: none;
    color: #000000;
  }
  .footer__copyright {
    font-size: 10px;
    font-size: 3.125vw;
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 0;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.7);
    white-space: nowrap;
  }
  #modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.85);
    overflow: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
  .modal__btnClose {
    width: 30px;
    width: 9.375vw;
    height: 30px;
    height: 9.375vw;
    position: absolute;
    left: 6.25%;
    top: -50px;
    top: -15.625vw;
    z-index: 1;
  }
  .modal__btnClose a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__btnClose a:before, .modal__btnClose a:after {
    content: '';
    display: block;
    width: 42px;
    width: 13.125vw;
    height: 1px;
    height: 0.3125vw;
    background-color: #666666;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    position: absolute;
    left: 50%;
    top: 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);
    width: 42px;
    width: 13.125vw;
  }
  .modal__btnClose a:hover:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 42px;
    width: 13.125vw;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__image {
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
    width: 100%;
  }
  .modal__image__inner {
    position: relative;
    zoom: 1;
  }
  .modal__image__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__image__inner .modal__btnClose {
    top: -7px;
    top: -2.1875vw;
  }
  .modal__image__details__ph {
    pointer-events: none;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 43px;
    padding-top: 13.4375vw;
  }
  .modal__image__details__ph img {
    max-width: 87.5%;
    height: auto;
    max-height: 300px;
    max-height: 93.75vw;
  }
  .modal__image__paging {
    text-align: center;
    line-height: 1.0em;
    padding-top: 15px;
    padding-top: 4.6875vw;
    letter-spacing: 0;
    font-size: 0;
  }
  .modal__image__paging__prev,
  .modal__image__paging__next,
  .modal__ss__paging__prev,
  .modal__ss__paging__next {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    line-height: 1.0em;
    vertical-align: top;
    height: 28px;
    height: 8.75vw;
    width: 28px;
    width: 8.75vw;
  }
  .modal__image__paging__prev svg,
  .modal__image__paging__next svg,
  .modal__ss__paging__prev svg,
  .modal__ss__paging__next svg {
    vertical-align: top;
    transition: none;
    height: 18px;
    height: 5.625vw;
    width: auto;
  }
  .modal__image__paging__prev a,
  .modal__image__paging__next a,
  .modal__ss__paging__prev a,
  .modal__ss__paging__next a {
    display: block;
    padding-top: 5px;
    padding-top: 1.5625vw;
    padding-bottom: 5px;
    padding-bottom: 1.5625vw;
  }
  .modal__image__paging__prev a:hover svg,
  .modal__ss__paging__prev a:hover svg {
    transform: translateX(0px);
  }
  .modal__image__paging__next a:hover svg,
  .modal__ss__paging__next a:hover svg {
    transform: translateX(0px);
  }
  .modal__image__paging__num {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-left: 9.375vw;
    margin-right: 30px;
    margin-right: 9.375vw;
    line-height: 28px;
    line-height: 8.75vw;
    font-size: 12px;
    font-size: 3.75vw;
    font-family: 'Public Sans', sans-serif;
    font-weight: 200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .modal__image__paging__num__current {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    display: inline-block;
    margin-right: 4px;
    margin-right: 1.25vw;
  }
  .modal__image__paging__num__total {
    display: inline-block;
    margin-left: 4px;
    margin-left: 1.25vw;
  }
  .modal__movie {
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__movie .modal__btnClose {
    left: 0;
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
  }
  .modal__movie__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details {
    position: relative;
    z-index: 0;
  }
  .modal__movie__details iframe {
    vertical-align: top;
  }
  .modal__leave {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .modal__leave__inner {
    padding: 32px;
    padding: 10vw;
    zoom: 1;
  }
  .modal__leave__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__leave__icon {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 7.5px;
    margin-bottom: 2.34375vw;
  }
  .modal__leave__icon img {
    width: 47.5px;
    width: 14.84375vw;
    height: auto;
  }
  .modal__leave__details {
    width: 100%;
    float: none;
    text-align: center;
  }
  .modal__leave__details__head {
    font-size: 14px;
    font-size: 4.375vw;
    letter-spacing: 0;
    line-height: 1.0em;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .modal__leave__details__text {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1.6em;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .modal__leave__details__buttons {
    zoom: 1;
  }
  .modal__leave__details__buttons:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__leave__details__buttons ul {
    zoom: 1;
  }
  .modal__leave__details__buttons ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__leave__details__buttons li {
    float: left;
    margin-right: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 32px;
    margin-bottom: 10vw;
  }
  .modal__leave__details__buttons li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .modal__leave__details__buttons a {
    font-size: 14px;
    font-size: 4.375vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    line-height: 1.0em;
    width: 100%;
    padding-top: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
    border-radius: 30px;
    border: #000000 solid 1px;
    border: #000000 solid 0.3125vw;
    transition: none;
  }
  .modal__leave__details__buttons a:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .modal__leave__details__buttons__l a {
    color: #ffffff;
    background-color: #FF2A00;
    border: #FF2A00 solid 1px;
    border: #FF2A00 solid 0.3125vw;
  }
  .modal__leave__details__buttons__l a:hover {
    border: #FF2A00 solid 1px;
    background-color: #FF2A00;
    color: #ffffff;
  }
  .modal__entryend,
  .modal__leaveend {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .modal__entryend__inner,
  .modal__leaveend__inner {
    padding: 32px;
    padding: 10vw;
    zoom: 1;
  }
  .modal__entryend__inner:after,
  .modal__leaveend__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__entryend__icon,
  .modal__leaveend__icon {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .modal__entryend__icon img,
  .modal__leaveend__icon img {
    width: 47.5px;
    width: 14.84375vw;
    height: auto;
  }
  .modal__entryend__details,
  .modal__leaveend__details {
    width: 100%;
    float: none;
    text-align: center;
  }
  .modal__entryend__details__text,
  .modal__leaveend__details__text {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1.6em;
  }
  .modal__entryend__details__text {
    text-align: left;
  }
  .modal__leaveend__details__text {
    text-align: center;
  }
  .modal__entryend__close,
  .modal__leaveend__close {
    display: block;
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 9.375vw;
  }
  .modal__entryend__close a,
  .modal__leaveend__close a {
    font-size: 14px;
    font-size: 4.375vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    line-height: 1.0em;
    width: 100%;
    padding-top: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
    border-radius: 30px;
    border: #000000 solid 1px;
    border: #000000 solid 0.3125vw;
    transition: none;
  }
  .modal__entryend__close a:hover,
  .modal__leaveend__close a:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .modal__finished {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .modal__finished__inner {
    padding: 20px 7%;
    padding: 6.25vw 7%;
    zoom: 1;
  }
  .modal__finished__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__finished__icon {
    width: 12.5%;
    float: left;
  }
  .modal__finished__icon img {
    width: 100%;
    height: auto;
  }
  .modal__finished__details {
    width: 79%;
    float: right;
  }
  .modal__finished__details__text {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1.6em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .modal__finished__details__check {
    zoom: 1;
    display: block;
    width: 100%;
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: .04em;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .modal__finished__details__check:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__finished__details__check__box {
    display: block;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .modal__finished__details__check__btn {
    display: block;
    width: 100%;
  }
  .modal__finished__details__check__btn a {
    font-size: 10px;
    font-size: 3.125vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #E6E6E6;
    line-height: 1.0em;
    width: 100%;
    padding: 10px 0;
    padding: 3.125vw 0;
    border-radius: 30px;
    transition: none;
  }
  .modal__finished__details__check__btn a:hover {
    background-color: #E6E6E6;
    color: #000000;
  }
  .modal__before {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .modal__before__inner {
    padding: 20px 7%;
    padding: 6.25vw 7%;
    zoom: 1;
  }
  .modal__before__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__before__icon {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal__before__icon img {
    width: 40%;
    width: 12.5vw;
    height: auto;
  }
  .modal__before__details {
    width: 100%;
    float: none;
  }
  .modal__before__details__text {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1.6em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .modal__before__details__check {
    zoom: 1;
    display: block;
    width: 100%;
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: .04em;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }
  .modal__before__details__check:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__before__details__check__box {
    display: block;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
    font-size: 10px;
    font-size: 3.125vw;
  }
  .modal__before__details__check__btn {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .modal__before__details__check__btn a {
    font-size: 10px;
    font-size: 3.125vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #E6E6E6;
    line-height: 1.0em;
    width: 100%;
    padding: 10px 0;
    padding: 3.125vw 0;
    border-radius: 30px;
    transition: none;
  }
  .modal__before__details__check__btn a:hover {
    background-color: #E6E6E6;
    color: #000000;
  }
  .modal__ng {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .modal__ng__inner {
    padding: 20px 7%;
    padding: 6.25vw 7%;
    zoom: 1;
  }
  .modal__ng__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__ng__icon {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal__ng__icon img {
    width: 40%;
    width: 12.5vw;
    height: auto;
  }
  .modal__ng__details {
    width: 100%;
    float: none;
  }
  .modal__ng__details__text {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: 0;
    line-height: 1.6em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
  }
  .modal__ng__details__check {
    zoom: 1;
    display: block;
    width: 100%;
    font-size: 10px;
    font-size: 3.125vw;
    letter-spacing: .04em;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: center;
  }
  .modal__ng__details__check:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__ng__details__check__btn {
    display: block;
    width: 60%;
    margin: 0 auto;
    float: none;
  }
  .modal__ng__details__check__btn a {
    font-size: 10px;
    font-size: 3.125vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #E6E6E6;
    line-height: 1.0em;
    width: 100%;
    padding: 10px 0;
    padding: 3.125vw 0;
    border-radius: 30px;
    transition: none;
  }
  .modal__ng__details__check__btn a:hover {
    background-color: #E6E6E6;
    color: #000000;
  }
  .modal__issue,
  .modal__already,
  .modal__norights,
  .modal__haverights,
  .modal__input,
  .modal__success {
    width: 87.5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .modal__friend__inner,
  .modal__input__sub__inner {
    padding: 32px;
    padding: 10vw;
    zoom: 1;
  }
  .modal__friend__inner:after,
  .modal__input__sub__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__friend__icon,
  .modal__input__sub__icon {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 30px;
    margin-bottom: 9.375vw;
  }
  .modal__friend__icon img,
  .modal__input__sub__icon img {
    width: 50px;
    width: 15.625vw;
    height: auto;
  }
  .modal__friend__details,
  .modal__input__sub__details {
    width: 100%;
    float: none;
    text-align: center;
  }
  .modal__friend__details__head {
    font-size: 14px;
    font-size: 4.375vw;
    line-height: 1.75em;
    margin-bottom: 25px;
    margin-bottom: 7.8125vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
  }
  .modal__friend__details__code {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 5px;
    margin-bottom: 1.5625vw;
  }
  .modal__friend__details__text,
  .modal__input__sub__details__text {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.75em;
    font-family: 'NotoSans-DemiLight', sans-serif;
    -webkit-font-feature-settings: "palt" 1, "kern" 1;
            font-feature-settings: "palt" 1, "kern" 1;
  }
  .modal__friend__details__input {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
  .modal__friend__details__input input {
    outline: none;
    background-color: #F0F0F0;
    border: none;
    display: block;
    width: 100%;
    font-size: 18px;
    font-size: 5.625vw;
    font-family: 'NotoSans-DemiLight', sans-serif;
    -webkit-font-feature-settings: "palt" 1, "kern" 1;
            font-feature-settings: "palt" 1, "kern" 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 45px;
    line-height: 14.0625vw;
    text-indent: 14px;
    text-indent: 4.375vw;
  }
  .modal__friend__details__input input::-webkit-input-placeholder {
    color: #CCCCCC;
  }
  .modal__friend__details__input input:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .modal__friend__details__input input::placeholder {
    color: #CCCCCC;
  }
  .modal__friend__details__buttons,
  .modal__input__sub__details__buttons {
    zoom: 1;
    text-align: center;
    padding-top: 25px;
    padding-top: 7.8125vw;
  }
  .modal__friend__details__buttons:after,
  .modal__input__sub__details__buttons:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__friend__details__buttons ul,
  .modal__input__sub__details__buttons ul {
    zoom: 1;
    letter-spacing: 0;
    font-size: 0;
  }
  .modal__friend__details__buttons ul:after,
  .modal__input__sub__details__buttons ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__friend__details__buttons li,
  .modal__input__sub__details__buttons li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    text-align: center;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 6.25vw;
  }
  .modal__friend__details__buttons li:first-of-type,
  .modal__input__sub__details__buttons li:first-of-type {
    margin-left: 0;
  }
  .modal__friend__details__buttons li:last-child,
  .modal__input__sub__details__buttons li:last-child {
    margin-bottom: 0;
  }
  .modal__friend__details__buttons a,
  .modal__input__sub__details__buttons a {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  .modal__friend__details__buttons a,
  .modal__friend__details__buttons button,
  .modal__input__sub__details__buttons a,
  .modal__input__sub__details__buttons button {
    font-size: 14px;
    font-size: 4.375vw;
    display: block;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    line-height: 1.0em;
    width: 100%;
    padding-top: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
    border-radius: 100px;
    box-sizing: border-box;
    border: #000000 solid 1px;
    border: #000000 solid 0.3125vw;
    cursor: pointer;
    transition: none;
  }
  .modal__friend__details__buttons a:hover,
  .modal__friend__details__buttons button:hover,
  .modal__input__sub__details__buttons a:hover,
  .modal__input__sub__details__buttons button:hover {
    background-color: #ffffff;
    color: #000000;
  }
  .modal__friend__details__buttons a:focus,
  .modal__friend__details__buttons button:focus,
  .modal__input__sub__details__buttons a:focus,
  .modal__input__sub__details__buttons button:focus {
    outline: none;
  }
  .modal__friend__details__buttons li.button--black a,
  .modal__friend__details__buttons li.button--black button,
  .modal__input__sub__details__buttons li.button--black a,
  .modal__input__sub__details__buttons li.button--black button {
    background-color: #000000;
    color: #ffffff;
  }
  .modal__friend__details__buttons li.button--black a:hover,
  .modal__friend__details__buttons li.button--black button:hover,
  .modal__input__sub__details__buttons li.button--black a:hover,
  .modal__input__sub__details__buttons li.button--black button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .modal__input {
    width: 87.5%;
  }
  .modal__input .modal__friend__details {
    width: 100%;
  }
  .modal__input .modal__friend__details__head {
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .modal__input.is--sub {
    box-shadow: 0px 0px 25px transparent;
    -moz-box-shadow: 0px 0px 25px transparent;
    -webkit-box-shadow: 0px 0px 25px transparent;
  }
  .modal__input.is--sub:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 3px;
  }
  .modal__input__sub {
    width: 100%;
    text-align: left;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: none;
  }
  .modal__input__sub.is--show {
    display: block;
  }
}
