@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/********************BASE**********************/
body {
  background: #fff;
  color: #000;
  font-family: YakuHanJP, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , Meiryo, "メイリオ", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
  word-break: break-word; }

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  color: #000; }
  a:hover {
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
    @media (min-width: 569px) {
      a:hover {
        color: #e9542e; } }
  a.link--underlined {
    border-bottom: 1px solid; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0 0 20px;
  position: relative; }

section {
  padding: 10vw 0 0; }
  section.of-medium {
    padding-right: 10vw;
    padding-left: 10vw; }

p {
  margin: 0 0 20px;
  line-height: 2em; }

ul.asterisk-list {
  margin: 0;
  padding: 0; }
  ul.asterisk-list li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
    padding-bottom: .5em; }
    ul.asterisk-list li:last-child {
      padding-bottom: 0; }
    ul.asterisk-list li:before {
      content: "※";
      display: block;
      top: 0;
      left: 0;
      position: absolute; }

/***********************LAYOUT************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.26vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease;
  transition: all .2s ease; }
  .header.dark {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .header__nav {
    display: flex;
    padding-left: 10vw; }
    .header__nav-item {
      font-size: 1.40vw;
      font-weight: bold;
      padding: 0 2.6315vw 0 0;
      color: #371700;
      letter-spacing: .1em; }
      .header__nav-item:hover {
        color: #371700;
        opacity: .5; }
      .header__nav-item.coming {
        opacity: .5;
        cursor: default; }
  .header__sns-nav {
    display: flex;
    padding-right: 8.5vw; }
    .header__sns-nav-item {
      display: block;
      padding-left: .8vw;
      width: 2.807vw;
      height: 2.807vw;
      text-indent: -9999px;
      overflow: hidden; }
      .header__sns-nav-item.of-insta {
        background: url(/images/icon-insta.svg) center center/contain no-repeat; }
      .header__sns-nav-item.of-fb {
        background: url(/images/icon-fb.svg) center center/contain no-repeat; }
      .header__sns-nav-item.of-tw {
        background: url(/images/icon-tw.svg) center center/contain no-repeat; }
      .header__sns-nav-item:hover {
        opacity: .5; }

.footer {
  padding: 10vw 10vw 5vw; }
  .footer__bnr-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .footer__bnr-nav-item {
      display: block;
      width: 20%;
      max-width: 200px; }
    .footer__bnr-nav-img {
      width: 100%; }
  .footer__txt {
    font-weight: bold;
    font-size: 0.88vw;
    display: block;
    text-align: center;
    margin-top: 5vw;
    line-height: 1.8; }

@media (max-width: 568px) {
  .m-menu {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 130;
    width: 30px;
    height: 45px;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    cursor: pointer; }
    .m-menu .bar {
      background: #eee;
      width: 30px;
      height: 2px;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -webkit-transition: ease .5s;
      transition: ease .5s; }
      .m-menu .bar:nth-child(1) {
        top: 30%; }
      .m-menu .bar:nth-child(2) {
        top: 50%; }
      .m-menu .bar:nth-child(3) {
        top: 70%; }
    .m-menu.active .bar {
      top: 50%;
      background: #ccc; }
    .m-menu.active .bar:nth-child(1) {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
      -moz-transform: translate(-50%, -50%) rotate(45deg); }
    .m-menu.active .bar:nth-child(2) {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      opacity: 0; }
    .m-menu.active .bar:nth-child(3) {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
      -moz-transform: translate(-50%, -50%) rotate(-45deg); } }

/********************MODULE************************/
.btn {
  display: inline-block;
  padding: 1em 2em;
  min-width: 300px;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  border-radius: 3px;
  text-align: center; }
  .btn:hover {
    opacity: 1;
    text-shadow: 0 0 10px #fff; }
  @media (max-width: 568px) {
    .btn {
      padding: .75em 1em;
      min-width: 120px;
      font-size: 13px;
      font-size: 0.8125rem; } }
.btn--pink {
  background: #fbc4cb;
  background: -webkit-gradient(linear, left top, right top, from(#fbc4cb), color-stop(#ffdde1), to(#fbc4cb));
  background: linear-gradient(to right, #fbc4cb, #ffdde1, #fbc4cb);
  -webkit-box-shadow: 0 -3px 3px inset rgba(0, 0, 0, 0.1);
          box-shadow: 0 -3px 3px inset rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: YakuHanJP, 'Cormorant Garamond', "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; }

.readmore {
  display: block;
  font-size: 1.140vw;
  border-bottom: 1px solid;
  letter-spacing: .3em;
  color: #000;
  font-weight: bold;
  font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  width: 11.1vw;
  margin: 0 auto;
  white-space: nowrap; }
  .readmore:after {
    display: inline-block;
    content: ">";
    margin-left: .3em; }

.section__headline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; }
  .section__headline .center-box, .section__headline .left-box, .section__headline .right-box {
    width: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .section__headline .left-box, .section__headline .right-box {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .15em;
    font-size: 1.14vw;
    font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    line-height: 1.8; }
  .section__headline .center-box {
    border-right: 1px solid;
    border-left: 1px solid;
    text-align: center;
    order: 2; }
  .section__headline .left-box {
    text-align: right;
    order: 1; }
  .section__headline .right-box {
    order: 3; }
  .section__headline .main-txt {
    font-size: 4.03vw;
    letter-spacing: .1em;
    margin-right: -.1em;
    line-height: 1; }
  .section__headline .sub-txt {
    display: block;
    font-size: 1.14vw;
    font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    letter-spacing: .5em;
    margin-top: 1.75vw; }

/********************STATE************************/
.u-align-center {
  text-align: center; }

.u-align-right {
  text-align: right; }

.u-color-red {
  color: #e9542e; }

.u-display-none {
  display: none; }

.u-no-margin {
  margin: 0; }

.u-show-on-mobile {
  display: none; }
  @media (max-width: 568px) {
    .u-show-on-mobile {
      display: block; } }
@media (max-width: 568px) {
  .u-hide-on-mobile {
    display: none !important; } }

.u-w100 {
  width: 100%; }

.u-with-icon-download {
  background: url(/images/icon-download.svg) right center/auto 1em no-repeat;
  padding-right: 1.5em;
  display: inline-block; }

.u-comingsoon:hover {
  color: #000 !important;
  opacity: 0.2 !important; }

.top__bb {
  width: 100%;
  height: 58.77vw;
  background: url(/images/top__bb__bg-2025.jpg) center center/cover no-repeat;
  position: relative;
  text-indent: -9999px;
  overflow: hidden; }
  .top__bb__title {
    margin: 0;
    position: absolute;
    width: 40.70vw;
    top: 12vw;
    left: 7vw; }
    .top__bb__title img {
      width: 100%; }
  .top__bb__catch {
    width: 4.649vw;
    position: absolute;
    top: 17vw;
    right: 17vw; }
  .top__bb__nav {
    position: absolute;
    top: 8vw;
    right: 8.5vw; }
    .top__bb__nav-item {
      display: block;
      width: 5.263vw;
      padding: 2.631vw 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      background: rgba(55, 23, 0, 0.7);
      border: 1px solid rgba(55, 23, 0, 0.4);
      margin-bottom: 2.193vw; }
      .top__bb__nav-item:hover {
        opacity: 1;
        background: rgba(55, 23, 0, 0.4);
        border: 1px solid rgba(55, 23, 0, 0.9); }
    .top__bb__nav-txt {
      width: 0.877vw;
      display: block;
      margin: 0 auto;
      font-size: 0.877vw;
      color: #fff;
      line-height: 1.2;
      font-weight: bold; }
  .top__bb__info {
    position: absolute;
    bottom: 6vw;
    left: 7vw;
    color: #002c3f;
    font-weight: bold; }
    .top__bb__info-upper {
      display: block;
      font-size: 2vw; }
    .top__bb__info-lower {
      display: block;
      font-size: 1.35vw; }

.top__contents {
  padding-top: 10vw; }
  .top__contents__headline {
    font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 1.40vw;
    text-align: center;
    letter-spacing: 1.5em;
    position: relative;
    margin-bottom: 4.39vw; }
    .top__contents__headline span {
      display: inline-block;
      background: #fff;
      padding: 0 1.5em 0 3em;
      position: relative;
      z-index: 5; }
    .top__contents__headline:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0; }
  .top__contents__row {
    display: flex; }
  .top__contents__item {
    display: flex;
    justify-content: center;
    width: 33.33333%;
    height: 38.07vw;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    .top__contents__item.of-history {
      background: url(/images/top__contents__history__bg.png) center center/100% auto no-repeat; }
    .top__contents__item.of-access {
      background: url(/images/top__contents__access__bg.png) center center/100% auto no-repeat; }
    .top__contents__item.of-join {
      background: url(/images/top__contents__join__bg.png) center center/100% auto no-repeat; }
    .top__contents__item:hover {
      opacity: 1;
      background-size: 120% auto;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .top__contents__item__container {
      max-width: 17vw;
      color: #fff;
      margin-top: 7.89vw; }
    .top__contents__item__title {
      text-align: center;
      border-bottom: 1px solid;
      padding-bottom: 2.63vw;
      margin-bottom: 2.63vw;
      white-space: nowrap; }
      .top__contents__item__title .main-txt {
        font-size: 4.03vw;
        letter-spacing: .1em;
        margin-right: -.1em;
        line-height: 1; }
      .top__contents__item__title .sub-txt {
        display: block;
        font-size: 1.14vw;
        font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        letter-spacing: .5em;
        margin-top: 2.63vw; }
    .top__contents__item__txt-ja {
      font-weight: bold;
      font-size: 1.14vw;
      margin: 0; }
    .top__contents__item__txt-en {
      font-weight: bold;
      font-size: 1.05vw;
      margin: 0;
      font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }

.top__news {
  padding-right: 10vw;
  padding-left: 10vw; }
  .top__news__container {
    border: 1px solid;
    position: relative;
    padding: 5vw; }
  .top__news__headline {
    font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-size: 1.40vw;
    letter-spacing: 1.5em;
    position: absolute;
    background: #fff;
    padding: 0 1.5em 0 3em;
    margin: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .top__news__list {
    margin: 0 0;
    padding: 0; }
    .top__news__list li {
      list-style: none;
      margin-bottom: 2.5vw; }
      .top__news__list li:first-child .txt:before {
        content: "[NEW]";
        display: inline-block;
        color: #e64387; }
      .top__news__list li:last-child {
        margin: 0; }
      .top__news__list li a {
        display: flex;
        align-items: baseline;
        color: #000; }
      .top__news__list li .date {
        display: block;
        width: 20%;
        min-width: 170px;
        font-weight: bold;
        font-size: 1.40vw; }
      .top__news__list li .txt {
        display: block;
        width: 80%;
        font-weight: bold;
        font-size: 1.58vw; }
  .top__news .readmore {
    padding-top: 5vw; }

.top__sns__container {
  display: flex;
  justify-content: center; }

.top__sns__item {
  width: 33.33333%;
  padding: 0 2.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.top__concept {
  padding-right: 10vw;
  padding-left: 10vw; }
  .top__concept__container {
    padding: 0 5vw; }
  .top__concept__txt {
    width: 100%;
    display: block;
    margin-bottom: 5vw; }

.photogallery-banner {
  width: 83.33vw;
  height: 32vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(/images/photogallery-banner.jpg) center bottom/cover no-repeat;
  position: relative;
  color: #fff;
  font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .photogallery-banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease; }
  .photogallery-banner__container {
    position: relative;
    font-size: 1.4vw;
    letter-spacing: 2em;
    font-weight: bold; }
  .photogallery-banner .readmore {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
    border: none; }
  .photogallery-banner:hover {
    color: #fff; }
    .photogallery-banner:hover:before {
      background: rgba(0, 0, 0, 0.2);
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }

.join-wrapper {
  background: url(/images/join__bg.png) center top/1140px auto;
  padding: 0 1vw 1vw; }

.join__header {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10vw 9vw; }
  .join__header__title {
    margin-top: 7.895vw;
    margin-bottom: 2.63vw; }
    .join__header__title .main-txt {
      font-size: 4.03vw;
      letter-spacing: .1em;
      margin-right: -.1em;
      line-height: 1; }
    .join__header__title .sub-txt {
      display: block;
      font-size: 1.14vw;
      font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      letter-spacing: .5em;
      margin-top: 2.63vw; }
  .join__header__subtitle {
    font-size: 1.84vw;
    margin-bottom: 1.75vw; }
  .join__header__description {
    font-size: 1.05vw;
    margin: 0; }

.join__body {
  background: #fff;
  padding: 5vw;
  position: relative; }

.join__schedule {
  padding-top: 2vw; }
  .join__schedule:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    margin-top: 5vw; }
  .join__schedule__title {
    position: relative;
    text-align: center; }
    .join__schedule__title span {
      font-size: 2.28vw;
      padding: 0 .5em;
      background: #fff;
      display: inline-block;
      position: relative;
      z-index: 5; }
    .join__schedule__title:before {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0; }
  .join__schedule__out-of-apply-notice {
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.4;
    padding: 3vw 0;
    margin-bottom: 1.75vw; }
  .join__schedule__announcement-box {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 5vw;
    position: relative; }
    .join__schedule__announcement-box em {
      font-style: normal; }
    .join__schedule__announcement-box .title-box {
      font-size: 2vw;
      margin-right: 2.63vw;
      position: relative; }
      .join__schedule__announcement-box .title-box em {
        font-size: 3.33vw; }
    .join__schedule__announcement-box .txt-box {
      font-size: 1.42vw; }
      .join__schedule__announcement-box .txt-box em {
        font-size: 3.47vw; }
      .join__schedule__announcement-box .txt-box .normal-txt {
        font-size: 2.05vw; }
    .join__schedule__announcement-box .notice {
      position: absolute;
      bottom: 100%;
      left: 0;
      font-size: 70%;
      border-bottom: 1px solid; }
    .join__schedule__announcement-box.soldout:after {
      content: "";
      display: block;
      width: 19.7vw;
      height: 10.1vw;
      background: url(/images/label-soldout.png) center center/contain no-repeat;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .join__schedule__annual {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-weight: bold; }
    .join__schedule__annual__row {
      display: flex;
      align-items: flex-end;
      width: 100%; }
      .join__schedule__annual__row-title {
        font-size: 1.66vw;
        margin: 0 0 .2em 0;
        width: 30%; }
    .join__schedule__annual dt {
      width: 100%;
      font-size: 1.75vw;
      margin-bottom: 1.75vw;
      text-align: center; }
    .join__schedule__annual dd {
      font-size: 1.66vw;
      margin: 0; }
      .join__schedule__annual dd em {
        font-size: 2.37vw;
        font-style: normal; }
      .join__schedule__annual dd:after {
        content: "/";
        display: inline-block;
        margin-right: .5em; }
      .join__schedule__annual dd:last-child:after {
        display: none; }

.join__step-nav {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .join__step-nav-item {
    display: table-cell;
    color: #000;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    opacity: .2;
    padding: 0 1vw;
    position: relative; }
    .join__step-nav-item:after {
      width: 1.5vw;
      height: 1.5vw;
      display: block;
      content: "";
      border-right: 0.45vw solid;
      border-bottom: 0.45vw solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: 2.63vw;
      left: 50%;
      margin-left: -1vw; }
    .join__step-nav-item:hover, .join__step-nav-item.current {
      opacity: 1; }
    .join__step-nav-item:hover {
      color: #e9542e; }
    .join__step-nav-item .num {
      font-size: 2.63vw;
      padding-bottom: 2.63vw;
      border-bottom: 1px solid;
      display: block;
      font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .join__step-nav-item .title {
      font-size: 2.19vw;
      padding: 2.63vw 0;
      display: block; }
    .join__step-nav-item .description {
      font-size: 1.05vw;
      display: block;
      padding-bottom: 6vw;
      border-bottom: 1px solid; }
  .join__step-nav-item--exhibitors:hover {
    opacity: 0.2;
    color: #000; }

.join__step-header {
  text-align: center;
  letter-spacing: .1em;
  margin: 0; }
  .join__step-header .num {
    font-size: 3.68vw;
    display: inline-block;
    padding: 0 2.63vw 2.63vw;
    border-bottom: 1px solid;
    font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .join__step-header .main-txt {
    display: block;
    font-size: 3.16vw;
    margin: 2.63vw 0; }
  .join__step-header .sub-txt {
    font-size: 1.23vw; }

.join__tab {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .join__tab-item {
    display: table-cell;
    color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2vw;
    letter-spacing: .1em;
    padding: 1em 0;
    text-align: center;
    font-weight: bold; }
    .join__tab-item:first-child {
      border-left: 1px solid #000; }
    .join__tab-item span {
      position: relative; }
      .join__tab-item span:after {
        content: "";
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }
    .join__tab-item.current {
      opacity: 1;
      border-bottom: 1px solid #fff; }
      .join__tab-item.current span:after {
        display: block; }
    .join__tab-item.disabled {
      color: lightgray; }
      .join__tab-item.disabled:hover {
        color: lightgray;
        background: none; }
    .join__tab-item:hover {
      opacity: 1;
      background: #000;
      color: #fff; }
  .join__tab-item:hover {
    background: #e9542e; }

.join__step-body__section {
  padding: 0 5vw 5vw; }

.join__step-body__title {
  font-size: 2.37vw;
  margin: 0;
  letter-spacing: .1em; }

.join__step-body__p {
  margin: 0;
  font-size: 1.31vw;
  font-weight: bold; }
  .join__step-body__p.of-small {
    font-size: 1.05vw; }

.join__apply-tbl-row {
  display: flex;
  justify-content: center; }

.join__apply-tbl {
  width: 45%;
  margin: 2.5%; }
  .join__apply-tbl th, .join__apply-tbl td {
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
    vertical-align: center;
    font-weight: bold;
    padding: .5em; }
    .join__apply-tbl th.of-btn-wrap, .join__apply-tbl td.of-btn-wrap {
      padding: 0; }
    .join__apply-tbl th a, .join__apply-tbl td a {
      padding: .5em;
      display: block; }
      .join__apply-tbl th a:hover, .join__apply-tbl td a:hover {
        background: #e9542e;
        color: #fff;
        opacity: 1; }
        .join__apply-tbl th a:hover .u-with-icon-download, .join__apply-tbl td a:hover .u-with-icon-download {
          background-image: url(/images/icon-download-white.svg); }
  .join__apply-tbl th {
    font-size: 2.37vw; }
  .join__apply-tbl td {
    font-size: 1.93vw; }
    .join__apply-tbl td .sub-txt {
      font-size: 1.58vw; }

.join__addressee {
  border-bottom: 1px solid;
  padding-bottom: 5vw; }
  .join__addressee__title {
    position: relative;
    margin-bottom: 5vw;
    text-align: center; }
    .join__addressee__title:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 0; }
    .join__addressee__title span {
      background: #fff;
      padding: 0 1em;
      font-size: 1.75vw;
      letter-spacing: .1em;
      margin-right: -.1em;
      position: relative;
      z-index: 5; }
  .join__addressee p {
    text-align: center;
    font-weight: bold;
    font-size: 1.49vw; }
    .join__addressee p:last-child {
      margin: 0; }

.join__exhibitor-list {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  border: 1px solid #000; }
  .join__exhibitor-list__title {
    font-size: 2.02vw;
    margin-bottom: 1.75vw; }
  .join__exhibitor-list li {
    flex: 1;
    list-style: none;
    text-align: center;
    border-right: 1px solid #000; }
    .join__exhibitor-list li:last-child {
      border: none; }
    .join__exhibitor-list li a {
      font-size: 1.4vw;
      font-weight: bold;
      padding: 1em 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .join__exhibitor-list li a.comingsoon {
        opacity: .2; }
        .join__exhibitor-list li a.comingsoon:hover {
          background: transparent;
          color: #000; }
      .join__exhibitor-list li a:hover {
        background: #e9542e;
        color: #fff; }

.join__exhibitor__archive {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: bold; }
  .join__exhibitor__archive dt {
    font-size: 1.49vw;
    margin-right: 1em; }
  .join__exhibitor__archive dd {
    font-size: 2.02vw;
    margin: 0; }
    .join__exhibitor__archive dd:after {
      content: "/";
      display: inline-block;
      margin: 0 .5em; }
    .join__exhibitor__archive dd:last-child:after {
      display: none; }
    .join__exhibitor__archive dd a {
      border-bottom: 1px solid; }

.join__popup {
  position: absolute;
  top: -280px;
  right: -40px; }

.form__field {
  padding: 0 5vw 5.26vw;
  font-size: 1.32vw;
  font-weight: bold; }
  .form__field__title {
    font-size: 1.58vw;
    margin-bottom: 0.88vw; }
    .form__field__title .sub-txt {
      font-size: 1.14vw; }
  .form__field__subtitle {
    font-size: 1.32vw;
    margin-bottom: 0.88vw; }
  .form__field__select-wrap, .form__field__checkbox-wrap, .form__field__radio-wrap, .form__field__txt-wrap, .form__field__textarea-wrap {
    margin-bottom: 1.32vw; }
  .form__field__select {
    font-size: 1.58vw; }
  .form__field__checkbox-wrap, .form__field__radio-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .form__field__checkbox-label, .form__field__radio-label {
    margin-right: 1em;
    display: flex;
    align-items: center; }
  .form__field__checkbox, .form__field__radio {
    margin-right: .5em; }
  .form__field__txt, .form__field__textarea {
    border: 1px solid #000;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .2em; }
  .form__field__notis {
    font-size: 1.14vw;
    margin: 0; }
  .form__field__submit {
    background: transparent;
    border: 1px solid #000;
    font-size: 1.58vw;
    padding: .5em 3em;
    font-weight: bold;
    color: #000; }
    .form__field__submit:hover {
      background: #000;
      color: #fff; }

.form__headline {
  font-size: 2.74vw;
  text-align: center;
  margin-bottom: 5.26vw; }

body.access .access__body a:hover {
  color: #fbc728; }

.access-wrapper {
  background: #fbc728;
  padding: 0 1vw 1vw; }

.access__header {
  color: #fff;
  background: url(/images/access__header__bg.png) center center/1140px auto no-repeat;
  text-align: center;
  font-weight: bold;
  padding: 10vw 9vw; }
  .access__header__title {
    margin-top: 7.895vw;
    margin-bottom: 2.63vw; }
    .access__header__title .main-txt {
      font-size: 4.03vw;
      letter-spacing: .1em;
      margin-right: -.1em;
      line-height: 1; }
    .access__header__title .sub-txt {
      display: block;
      font-size: 1.14vw;
      font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      letter-spacing: .5em;
      margin-top: 2.63vw; }
  .access__header__subtitle {
    font-size: 1.84vw;
    margin-bottom: 1.75vw; }
  .access__header__description {
    font-size: 1.05vw;
    margin: 0; }

.access__body {
  background: #fff;
  padding: 5vw; }

.access__title {
  text-align: center;
  width: 50vw;
  padding: 1em;
  font-size: 2.368vw;
  margin: 0 auto 4vw;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .access__title span {
    letter-spacing: .5em;
    margin-right: -.5em; }

.access__subtitle {
  letter-spacing: .5em;
  font-size: 2.017vw;
  margin-bottom: 4vw; }

.access__info-box {
  display: flex;
  justify-content: space-between;
  padding-top: 4vw; }

.access__info {
  font-size: 0.877vw;
  font-weight: bold; }
  .access__info__title {
    padding: 0 0 1.754vw;
    border-bottom: 1px solid;
    margin: 0 0 1.754vw; }
  .access__info__description {
    margin: 0 0 0.877vw; }

.access__gmap {
  font-size: 1.491vw;
  font-weight: bold; }

.keidai {
  width: 59.03vw;
  display: block;
  margin: 0 auto; }

.access-by-car {
  width: 55.26vw;
  display: block;
  margin: 0 auto; }

.access-by-train {
  width: 47.36vw;
  display: block;
  margin: 0 auto; }

body.history .history__body a:hover {
  color: #3a278e; }

body.history .history__body a.history__tab-item:hover {
  color: #fff; }

.history-wrapper {
  background: url(/images/history__header__bg.png) center top/100% auto #3a278e no-repeat;
  padding: 0 1vw 1vw; }

.history__header {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10vw 9vw; }
  .history__header__title {
    margin-top: 7.895vw;
    margin-bottom: 2.63vw; }
    .history__header__title .main-txt {
      font-size: 4.03vw;
      letter-spacing: .1em;
      margin-right: -.1em;
      line-height: 1; }
    .history__header__title .sub-txt {
      display: block;
      font-size: 1.14vw;
      font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
      letter-spacing: .5em;
      margin-top: 2.63vw; }
  .history__header__subtitle {
    font-size: 1.84vw;
    margin-bottom: 1.75vw; }
  .history__header__description {
    font-size: 1.05vw;
    margin: 0; }

.history__body {
  background: #fff;
  padding: 5vw; }

.history__step-nav {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .history__step-nav-item {
    display: table-cell;
    color: #000;
    text-align: center;
    font-weight: bold;
    letter-spacing: .1em;
    opacity: .2;
    padding: 0 1vw;
    position: relative; }
    .history__step-nav-item:after {
      width: 1.5vw;
      height: 1.5vw;
      display: block;
      content: "";
      border-right: 0.45vw solid;
      border-bottom: 0.45vw solid;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      bottom: 2.63vw;
      left: 50%;
      margin-left: -1vw; }
    .history__step-nav-item:hover, .history__step-nav-item.current {
      opacity: 1; }
    .history__step-nav-item:hover {
      color: #e9542e; }
    .history__step-nav-item .num {
      font-size: 2.63vw;
      padding-bottom: 2.63vw;
      border-bottom: 1px solid;
      display: block;
      font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
    .history__step-nav-item .title {
      font-size: 2.19vw;
      padding: 2.63vw 0;
      display: block; }
    .history__step-nav-item .description {
      font-size: 1.05vw;
      display: block;
      padding-bottom: 6vw;
      border-bottom: 1px solid; }

.history__step-header {
  text-align: center;
  letter-spacing: .1em;
  margin: 0; }
  .history__step-header .num {
    font-size: 3.68vw;
    display: inline-block;
    padding: 0 2.63vw 2.63vw;
    border-bottom: 1px solid;
    font-family: "Helvetica Neue" , Helvetica , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; }
  .history__step-header .main-txt {
    display: block;
    font-size: 3.16vw;
    margin: 2.63vw 0; }
  .history__step-header .sub-txt {
    font-size: 1.23vw; }

.history__tab {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .history__tab-item {
    display: table-cell;
    color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2vw;
    letter-spacing: .1em;
    padding: 1em 0;
    text-align: center;
    font-weight: bold; }
    .history__tab-item:first-child {
      border-left: 1px solid #000; }
    .history__tab-item span {
      position: relative; }
      .history__tab-item span:after {
        content: "";
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }
    .history__tab-item.current {
      opacity: 1;
      border-bottom: 1px solid #fff; }
      .history__tab-item.current span:after {
        display: block; }
    .history__tab-item.disabled {
      color: lightgray; }
      .history__tab-item.disabled:hover {
        color: lightgray;
        background: none; }
    .history__tab-item:hover {
      opacity: 1;
      background: #000;
      color: #fff; }
  .history__tab-item:hover {
    background: #3a278e; }

.history__step-body__section {
  padding: 0 5vw 5vw; }

.history__step-body__illust {
  height: 28.68vw;
  display: block;
  margin: 0 auto; }

.history__step-body__title {
  font-size: 2.105vw;
  margin: 10.52vw 0;
  letter-spacing: .1em;
  text-align: center; }

.history__step-body__p {
  margin: 0 0 3.947vw;
  font-size: 1.140vw;
  font-weight: bold;
  text-align: center;
  line-height: 3;
  letter-spacing: .1em; }

.photo-binzuru-sama {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto; }

.history__year-tab-target {
  padding: 5vw 10vw; }

.history__month-tab .history__tab-item {
  padding-right: 0;
  padding-left: 0;
  font-size: 1vw; }

.history__month-tab-target {
  padding-top: 1.754vw; }

.history__slider {
  margin-bottom: 1.754vw; }
  .history__slider .slick-slide img {
    width: auto !important;
    max-width: 100%;
    max-height: 40.35vw;
    margin: 0 auto;
    display: block !important; }

.history__slider-nav .slick-slide img {
  width: auto !important;
  max-width: 100%;
  max-height: 15vw;
  margin: 0 1px; }

.history__slider-nav .slick-dots {
  display: none !important; }

.slick-next, .slick-prev {
  width: 1.754vw;
  height: 1.754vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin-top: -0.9vw; }
  .slick-next:before, .slick-prev:before {
    display: none; }

.slick-next {
  right: -10vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-prev {
  left: -10vw;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.history__slide {
  font-size: 1.754vw; }
  .history__slide__title {
    font-size: 2.456vw;
    margin: 3.508vw 0; }
  .history__slide__tbl {
    width: 100%; }
    .history__slide__tbl th, .history__slide__tbl td {
      padding: 1.754vw 0;
      border-bottom: 1px solid;
      vertical-align: top;
      text-align: left;
      font-weight: bold; }
    .history__slide__tbl tr:last-child th, .history__slide__tbl tr:last-child td {
      border: none; }
  .history__slide.of-canceled {
    background: #dcdddd;
    padding: 3.508vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .history__slide.of-canceled .history__slide__title {
      padding-bottom: 1.8vw;
      border-bottom: 1px solid; }

body.contact .header {
  background: rgba(0, 0, 0, 0.3); }

.contact-wrapper {
  padding: 7.017vw 1vw 1vw; }

.contact__body {
  background: #fff;
  padding: 5vw; }

.contact__tab {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .contact__tab-item {
    display: table-cell;
    color: #000;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 2vw;
    letter-spacing: .1em;
    padding: 1em 0;
    text-align: center;
    font-weight: bold; }
    .contact__tab-item:first-child {
      border-left: 1px solid #000; }
    .contact__tab-item span {
      position: relative; }
      .contact__tab-item span:after {
        content: "";
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #000; }
    .contact__tab-item.current {
      opacity: 1;
      border-bottom: 1px solid #fff; }
      .contact__tab-item.current span:after {
        display: block; }
    .contact__tab-item.disabled {
      color: lightgray; }
      .contact__tab-item.disabled:hover {
        color: lightgray;
        background: none; }
    .contact__tab-item:hover {
      opacity: 1;
      background: #000;
      color: #fff; }
  .contact__tab-item:hover {
    background: #000; }

.contact__section {
  padding: 0 5vw 5vw; }
  .contact__section__title {
    font-size: 2.807vw;
    margin: 0 0 5vw;
    letter-spacing: .1em; }
  .contact__section__p {
    margin: 0 0 3.947vw;
    font-size: 1.929vw;
    font-weight: bold;
    line-height: 3;
    letter-spacing: .1em; }
    .contact__section__p .sub-txt {
      font-size: 1.491vw; }

.faq-list {
  margin: 0;
  padding: 0; }
  .faq-list dt {
    font-weight: bold;
    font-size: 2.368vw;
    margin: 0 0 1vw; }
  .faq-list dd {
    margin: 0 0 1.754vw;
    font-weight: bold;
    font-size: 1.228vw;
    line-height: 2; }
  .faq-list .q-box:before {
    content: "Q:";
    display: inline-block;
    margin-right: .5em; }
  .faq-list .a-box:before {
    content: "A:";
    display: inline-block;
    margin-right: .5em; }

.remodal {
  max-width: auto;
  padding: 5vw;
  max-width: 80vw; }

.remodal-close {
  left: auto;
  right: 0;
  width: 7vw;
  height: 7vw; }
  .remodal-close:before, .remodal-close:after {
    content: "";
    display: block;
    width: 1px;
    height: 5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000; }
  .remodal-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .remodal-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.cv-remodal-opener {
  width: 20vw;
  height: 20vw;
  background: #002c3f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdeed1;
  text-align: center;
  border-radius: 50%;
  font-size: 2.4vw;
  font-weight: bold;
  position: absolute;
  top: -15vw;
  right: 2vw; }
  .cv-remodal-opener .of-sub-txt {
    font-size: 1.5vw; }
  .cv-remodal-opener__underlined {
    display: inline-block;
    border-bottom: 2px solid;
    font-size: 1vw;
    line-height: 1.2; }
  .cv-remodal-opener:hover {
    color: #fdeed1;
    background: #6b7f8b; }

.cv-remodal {
  font-size: 1.6vw;
  text-align: left;
  font-weight: bold;
  max-width: 60vw; }
  .cv-remodal__title {
    position: relative;
    text-align: center;
    font-size: 3vw;
    margin: 0 0 3vw; }
    .cv-remodal__title:before {
      content: "";
      display: block;
      width: 8vw;
      height: 8vw;
      background: url(/images/icon-binzurusama-with-mask.png) center center/contain no-repeat;
      position: absolute;
      top: 0;
      left: -1.5vw; }
    .cv-remodal__title .of-sub-txt {
      font-size: 2vw; }
  .cv-remodal p {
    margin: 0 0 3vw;
    white-space: nowrap; }
    .cv-remodal p:last-child {
      margin: 0; }
  .cv-remodal__font-l {
    font-size: 2.4vw; }

body.gda2021 .gda2021__body a:hover {
  color: #cdb64a; }

.gda2021-wrapper {
  background: #cdb64a;
  padding: 0 1vw 1vw; }

.gda2021__header img {
  display: block; }

.gda2021__body {
  background: #fff;
  padding: 5vw; }
  .gda2021__body__intro {
    padding: 0;
    text-align: center; }
  .gda2021__body__table img {
    max-width: 1200px;
    display: block;
    margin: 0 auto; }

.gda2021__main-title {
  font-size: 3vw;
  margin: 0 0 3vw; }

.gda2021__p {
  margin: 0 0 3.947vw;
  font-size: 1.140vw;
  font-weight: bold;
  line-height: 3;
  letter-spacing: .1em; }
  .gda2021__p:last-child {
    margin: 0; }

.gda2021-point-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5vw;
  padding: 0; }
  .gda2021-point-list__item {
    list-style: none;
    width: 50%;
    padding: 1.5vw;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 600;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #604c3f; }
    .gda2021-point-list__item__title {
      display: flex;
      align-items: flex-end;
      font-size: 2.416vw;
      border-bottom: 1px solid;
      padding: 0 0 .5em;
      margin: 0 0 1em; }
      .gda2021-point-list__item__title__num {
        height: 3.916vw;
        display: inline-block;
        margin-right: .5em; }
    .gda2021-point-list__item__p {
      font-size: 1vw;
      margin: 0 0 2em; }
      .gda2021-point-list__item__p .of-marked {
        background: #fad8c2; }
    .gda2021-point-list__item__gallery {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .gda2021-point-list__item__gallery__item {
        width: 32.5%; }

.gda2021-banner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5vw;
  padding: 0; }
  .gda2021-banner-list__item {
    list-style: none;
    width: 50%;
    padding: 1.5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .gda2021-banner-list__item a:hover {
      opacity: .5; }

.header__gda2021-banner-box {
  position: absolute;
  top: 0;
  right: 17vw; }
  .header__gda2021-banner-box:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.header__gda2021-banner {
  width: 8.75vw;
  display: block; }

body.gda2021 .header {
  background: rgba(0, 0, 0, 0.3); }

body.gda2021 .header__gda2021-banner-box {
  display: none; }
