@charset "UTF-8";
/*==============================
-Import Files
===============================*/
/*==============================
-Import Project Scss Files
===============================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

/*==============================
 root.scss
===============================*/
:root {
  --container-desktop: 1400px;
  --grid-gutter: 30px;
}

/* ===== @mixin ===== */
/* ======= mixin breakpoint ======= */
/* ======= positioncenter ======= */
/* ===== @mixin ===== */
/* ===== @class ===== */
.l-container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    padding: 0;
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(30px / -2);
  margin-right: calc(30px / -2);
}

.l-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

[class*=-grid-] {
  position: relative;
  font-size: 1rem;
}

.l-grid-1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 1) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 1) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 1) - 30px);
}

.l-grid-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 2) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 2) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 2) - 30px);
}

.l-grid-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 3) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 3) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 3) - 30px);
}

.l-grid-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 4) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 4) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 4) - 30px);
}

.l-grid-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 5) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 5) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 5) - 30px);
}

.l-grid-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 6) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 6) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 6) - 30px);
}

.l-grid-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 7) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 7) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 7) - 30px);
}

.l-grid-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 8) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 8) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 8) - 30px);
}

.l-grid-9 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 9) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 9) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 9) - 30px);
}

.l-grid-10 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 10) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 10) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 10) - 30px);
}

.l-grid-11 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 11) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 11) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 11) - 30px);
}

.l-grid-12 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 12) - 30px - 0.1px);
      flex-basis: calc(100% / (12 / 12) - 30px - 0.1px);
  margin: 0 calc(30px / 2);
  max-width: calc(100% / (12 / 12) - 30px);
}

.l-grid-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 calc(30px / 2);
}

.l-tile-grid-1 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 1) - 0.1px);
      flex-basis: calc(100% / (12 / 1) - 0.1px);
  max-width: calc(100% / (12 / 1));
}

.l-tile-grid-2 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 2) - 0.1px);
      flex-basis: calc(100% / (12 / 2) - 0.1px);
  max-width: calc(100% / (12 / 2));
}

.l-tile-grid-3 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 3) - 0.1px);
      flex-basis: calc(100% / (12 / 3) - 0.1px);
  max-width: calc(100% / (12 / 3));
}

.l-tile-grid-4 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 4) - 0.1px);
      flex-basis: calc(100% / (12 / 4) - 0.1px);
  max-width: calc(100% / (12 / 4));
}

.l-tile-grid-5 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 5) - 0.1px);
      flex-basis: calc(100% / (12 / 5) - 0.1px);
  max-width: calc(100% / (12 / 5));
}

.l-tile-grid-6 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 6) - 0.1px);
      flex-basis: calc(100% / (12 / 6) - 0.1px);
  max-width: calc(100% / (12 / 6));
}

.l-tile-grid-7 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 7) - 0.1px);
      flex-basis: calc(100% / (12 / 7) - 0.1px);
  max-width: calc(100% / (12 / 7));
}

.l-tile-grid-8 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 8) - 0.1px);
      flex-basis: calc(100% / (12 / 8) - 0.1px);
  max-width: calc(100% / (12 / 8));
}

.l-tile-grid-9 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 9) - 0.1px);
      flex-basis: calc(100% / (12 / 9) - 0.1px);
  max-width: calc(100% / (12 / 9));
}

.l-tile-grid-10 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 10) - 0.1px);
      flex-basis: calc(100% / (12 / 10) - 0.1px);
  max-width: calc(100% / (12 / 10));
}

.l-tile-grid-11 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 11) - 0.1px);
      flex-basis: calc(100% / (12 / 11) - 0.1px);
  max-width: calc(100% / (12 / 11));
}

.l-tile-grid-12 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / (12 / 12) - 0.1px);
      flex-basis: calc(100% / (12 / 12) - 0.1px);
  max-width: calc(100% / (12 / 12));
}

.l-tile-grid-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-offset-left-1 {
  margin-left: calc(100% / (12 / 1));
}

.l-offset-left-2 {
  margin-left: calc(100% / (12 / 2));
}

.l-offset-left-3 {
  margin-left: calc(100% / (12 / 3));
}

.l-offset-left-4 {
  margin-left: calc(100% / (12 / 4));
}

.l-offset-left-5 {
  margin-left: calc(100% / (12 / 5));
}

.l-offset-left-6 {
  margin-left: calc(100% / (12 / 6));
}

.l-offset-left-7 {
  margin-left: calc(100% / (12 / 7));
}

.l-offset-left-8 {
  margin-left: calc(100% / (12 / 8));
}

.l-offset-left-9 {
  margin-left: calc(100% / (12 / 9));
}

.l-offset-left-10 {
  margin-left: calc(100% / (12 / 10));
}

.l-offset-left-11 {
  margin-left: calc(100% / (12 / 11));
}

.l-offset-left-12 {
  margin-left: calc(100% / (12 / 12));
}

.l-offset-right-1 {
  margin-right: calc(100% / (12 / 1));
}

.l-offset-right-2 {
  margin-right: calc(100% / (12 / 2));
}

.l-offset-right-3 {
  margin-right: calc(100% / (12 / 3));
}

.l-offset-right-4 {
  margin-right: calc(100% / (12 / 4));
}

.l-offset-right-5 {
  margin-right: calc(100% / (12 / 5));
}

.l-offset-right-6 {
  margin-right: calc(100% / (12 / 6));
}

.l-offset-right-7 {
  margin-right: calc(100% / (12 / 7));
}

.l-offset-right-8 {
  margin-right: calc(100% / (12 / 8));
}

.l-offset-right-9 {
  margin-right: calc(100% / (12 / 9));
}

.l-offset-right-10 {
  margin-right: calc(100% / (12 / 10));
}

.l-offset-right-11 {
  margin-right: calc(100% / (12 / 11));
}

.l-offset-right-12 {
  margin-right: calc(100% / (12 / 12));
}

@media screen and (max-width: 767px) {
  [class*=l-offset-left-] {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  [class*=l-offset-right-] {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  [class*=l-grid-] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% - 30px - 0.1px);
        flex-basis: calc(100% - 30px - 0.1px);
    max-width: calc(100% - 30px);
    margin-left: calc(30px / 2);
    margin-right: calc(30px / 2);
  }
}

@media screen and (max-width: 767px) {
  [class*=l-tile-grid-] {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 1) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 1) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 1) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 2) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 2) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 2) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 3) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 3) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 3) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 4) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 4) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 5) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 5) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 5) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 6) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 7) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 7) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 7) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 8) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 8) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 9) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 9) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 9) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 10) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 10) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 10) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 11) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 11) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 11) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-grid-sp-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 12) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 30px - 0.1px);
    margin: 0 calc(30px / 2);
    max-width: calc(100% / (12 / 12) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-1 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 1) - 0.1px);
        flex-basis: calc(100% / (12 / 1) - 0.1px);
    max-width: calc(100% / (12 / 1));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-2 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 2) - 0.1px);
        flex-basis: calc(100% / (12 / 2) - 0.1px);
    max-width: calc(100% / (12 / 2));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-3 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 3) - 0.1px);
        flex-basis: calc(100% / (12 / 3) - 0.1px);
    max-width: calc(100% / (12 / 3));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 4) - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 0.1px);
    max-width: calc(100% / (12 / 4));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-5 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 5) - 0.1px);
        flex-basis: calc(100% / (12 / 5) - 0.1px);
    max-width: calc(100% / (12 / 5));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 0.1px);
    max-width: calc(100% / (12 / 6));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-7 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 7) - 0.1px);
        flex-basis: calc(100% / (12 / 7) - 0.1px);
    max-width: calc(100% / (12 / 7));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-8 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 8) - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 0.1px);
    max-width: calc(100% / (12 / 8));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-9 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 9) - 0.1px);
        flex-basis: calc(100% / (12 / 9) - 0.1px);
    max-width: calc(100% / (12 / 9));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-10 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 10) - 0.1px);
        flex-basis: calc(100% / (12 / 10) - 0.1px);
    max-width: calc(100% / (12 / 10));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-11 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 11) - 0.1px);
        flex-basis: calc(100% / (12 / 11) - 0.1px);
    max-width: calc(100% / (12 / 11));
  }
}

@media screen and (max-width: 767px) {
  .l-tile-grid-sp-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 12) - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 0.1px);
    max-width: calc(100% / (12 / 12));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-1 {
    margin-left: calc(100% / (12 / 1));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-2 {
    margin-left: calc(100% / (12 / 2));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-3 {
    margin-left: calc(100% / (12 / 3));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-4 {
    margin-left: calc(100% / (12 / 4));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-5 {
    margin-left: calc(100% / (12 / 5));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-6 {
    margin-left: calc(100% / (12 / 6));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-7 {
    margin-left: calc(100% / (12 / 7));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-8 {
    margin-left: calc(100% / (12 / 8));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-9 {
    margin-left: calc(100% / (12 / 9));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-10 {
    margin-left: calc(100% / (12 / 10));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-11 {
    margin-left: calc(100% / (12 / 11));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-left-sp-12 {
    margin-left: calc(100% / (12 / 12));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-1 {
    margin-right: calc(100% / (12 / 1));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-2 {
    margin-right: calc(100% / (12 / 2));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-3 {
    margin-right: calc(100% / (12 / 3));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-4 {
    margin-right: calc(100% / (12 / 4));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-5 {
    margin-right: calc(100% / (12 / 5));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-6 {
    margin-right: calc(100% / (12 / 6));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-7 {
    margin-right: calc(100% / (12 / 7));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-8 {
    margin-right: calc(100% / (12 / 8));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-9 {
    margin-right: calc(100% / (12 / 9));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-10 {
    margin-right: calc(100% / (12 / 10));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-11 {
    margin-right: calc(100% / (12 / 11));
  }
}

@media screen and (max-width: 767px) {
  .l-offset-right-sp-12 {
    margin-right: calc(100% / (12 / 12));
  }
}

/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}
@supports (-ms-ime-align: auto) {
  body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 1px;
  height: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

main {
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

a, a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
}

h1 {
  font-size: 3.6rem;
  font-weight: bold;
}

h2 {
  font-size: 3rem;
  font-weight: bold;
}

h3 {
  font-size: 2.4rem;
  font-weight: bold;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

h6 {
  font-size: 1.2rem;
  font-weight: bold;
}

p {
  font-size: 1.4rem;
}

a {
  font-size: 1.4rem;
}

.wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lead,
.text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lead,
  .text {
    font-size: 1.6rem;
  }
}

.bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.center {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
}

.btn {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #000000;
  background-color: #ffffff;
}

.c-text-break-pc,
.break-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-text-break-pc,
  .break-pc {
    display: inline-block;
  }
}

.c-text-break-sp,
.break-sp {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-text-break-sp,
  .break-sp {
    display: block;
  }
}

.c-text-display-pc,
.display-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-text-display-pc,
  .display-pc {
    display: none;
  }
}

.c-text-display-sp,
.display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-text-display-sp,
  .display-sp {
    display: block;
  }
}

/*==============================
-c-pagination
===============================*/
.c-pagination-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  background-color: rgba(68, 68, 68, 0.8);
}

.c-pagination {
  width: 100%;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-pagination span,
.c-pagination a {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 1.4px;
  padding: 5px 10px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .c-pagination span,
  .c-pagination a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination span,
  .c-pagination a {
    font-size: 1.2rem;
  }
}

.c-pagination .current {
  font-size: 1.4rem;
  background-color: #d31900;
}
.c-pagination-single-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-wrapper {
    padding: 20px 0;
  }
}

.c-pagination-single-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-box {
    font-size: 3rem;
    padding: 0;
  }
}
.c-pagination-single-box:hover .c-pagination-single-img {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}
.c-pagination-single-box:hover.c-pagination-single-prev, .c-pagination-single-box:hover.c-pagination-single-next {
  opacity: 1;
}
.c-pagination-single-box:hover .c-pagination-single-prev {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-pagination-single-box:hover .c-pagination-single-next {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-pagination-single-djs-box {
  position: relative;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  text-decoration: none;
  width: auto;
  color: #ffffff;
  z-index: 0;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-djs-box {
    padding: 0;
  }
}
.c-pagination-single-djs-box:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}

.c-pagination-single-arrow-left {
  content: "";
  display: inline-block;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate3d(0, 0, 1, 135deg);
          transform: rotate3d(0, 0, 1, 135deg);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-arrow-left {
    display: none;
  }
}

.c-pagination-single-arrow-right {
  content: "";
  display: inline-block;
  border-right: solid 2px #000000;
  border-bottom: solid 2px #000000;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate3d(0, 0, 1, 315deg);
          transform: rotate3d(0, 0, 1, 315deg);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-arrow-right {
    display: none;
  }
}

.c-pagination-single-djs-namearea {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.c-pagination-single-djs-arrow-left {
  content: "";
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate3d(0, 0, 1, 135deg);
          transform: rotate3d(0, 0, 1, 135deg);
  vertical-align: middle;
}

.c-pagination-single-djs-arrow-right {
  content: "";
  display: inline-block;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  margin: 0 auto;
  height: 2rem;
  width: 2rem;
  -webkit-transform: rotate3d(0, 0, 1, 315deg);
          transform: rotate3d(0, 0, 1, 315deg);
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-pagination-single-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.c-pagination-single-titlearea {
  width: 80%;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  color: #000000;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-titlearea {
    width: 80%;
  }
}

.c-pagination-single-title {
  font-size: 2rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-title {
    font-size: 1.6rem;
  }
}

.c-pagination-single-date,
.c-pagination-single-date span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-date,
  .c-pagination-single-date span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination-single-date,
  .c-pagination-single-date span {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}

.c-pagination-single-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-area {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 30px - 0.1px);
    max-width: calc(100% / (12 / 6) - 30px);
    position: relative;
    margin: 0 calc(30px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-pagination-single-area-lefttext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #444;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-area-lefttext {
    font-size: 1.6rem;
  }
}

.c-pagination-single-area-righttext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: right;
  color: #444;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-area-righttext {
    font-size: 1.6rem;
  }
}

.c-pagination-single-djs-area {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-djs-area {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 30px - 0.1px);
    max-width: calc(100% / (12 / 6) - 30px);
    position: relative;
    margin: 0 calc(30px / 2);
  }
}

.c-pagination-single-djs-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.c-pagination-single-djs-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-pagination-single-djs-img::before {
  content: "";
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.c-pagination-single-left {
  margin: 0;
}

.c-pagination-single-right {
  margin: 0;
}

.c-pagination-single-djs-prev {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-djs-prev {
    padding: 10px;
  }
}
.c-pagination-single-djs-prev:hover .c-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.c-pagination-single-djs-next {
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-djs-next {
    padding: 10px;
  }
}
.c-pagination-single-djs-next:hover .c-pagination-single-djs-img::before {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.c-pagination-single-prev {
  width: 100%;
  text-align: left;
  padding: 10px;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-prev {
    padding: 5px;
  }
}

.c-pagination-single-next {
  width: 100%;
  text-align: right;
  padding: 5px;
  vertical-align: middle;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-next {
    padding: 10px;
    text-align: left;
  }
}

.c-pagination-single-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.c-pagination-single-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-pagination-single-img::before {
  content: "";
  background-color: transparent;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

/*==============================
-Loading
===============================*/
.c-loading-wrapper {
  position: fixed;
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-animation: c-loading-end 1.4s ease-out 2.4s both;
  animation: c-loading-end 1.4s ease-out 2.4s both;
  z-index: -10;
}

@-webkit-keyframes c-loading-end {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(3, 2, 1);
            transform: translate3d(0, 0, 0) scale3d(3, 2, 1);
    opacity: 0;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
@keyframes c-loading-end {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(3, 2, 1);
            transform: translate3d(0, 0, 0) scale3d(3, 2, 1);
    opacity: 0;
    -webkit-filter: blur(100px);
            filter: blur(100px);
  }
  100% {
    display: none;
    z-index: -99999;
  }
}
.c-loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
  top: calc(50% - 30px);
  text-align: center;
}

.c-loading-areapicture {
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .c-loading-areapicture {
    width: 250px;
    height: 250px;
  }
}

@-webkit-keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  30% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  35% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  60% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  65% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  90% {
    stroke-dashoffset: 0;
    fill: transparent;
  }
  95% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}
@keyframes c-loading-logo {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  50% {
    stroke-dashoffset: 0;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}
.c-loading-line-cyber {
  fill: #ffffff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: c-loading-logo 2.4s ease-in 0.1s both;
  animation: c-loading-logo 2.4s ease-in 0.1s both;
}

.c-loading-line-cyber-text {
  fill: #ffffff;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  stroke-width: 2;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: c-loading-text 1.8s ease-in 1s both;
  animation: c-loading-text 1.8s ease-in 1s both;
}

@-webkit-keyframes c-loading-text {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}

@keyframes c-loading-text {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
    stroke: #ffffff;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ffffff;
    stroke: #ffffff;
  }
}
/*==============================
-Page
===============================*/
.c-form-contact-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 200px 0 60px 0;
  overflow: hidden;
}

.c-form-contact-area {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.c-form-contact-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .c-form-contact-title {
    font-size: 1.6rem;
  }
}
.c-form-contact-title span {
  font-size: 3rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .c-form-contact-title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-contact-title {
    font-size: 3rem;
  }
}
.c-form-contact-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  text-align: center;
}

.c-form-contact-cont-wrapper {
  display: block;
  width: 100%;
  padding: 0 0 120px 0;
  overflow: hidden;
}

.c-form-wrapper {
  padding: 120px 0 0 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-form-wrapper {
    padding: 120px 10px 0 10px;
  }
}

.c-form-text-area {
  margin-top: 120px;
}

.c-form-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 80px;
}

.c-form-index {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-form-index {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
  }
}

.c-form-required {
  background-color: #c00;
  color: #ffffff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.c-form-optional {
  background-color: #444;
  color: #ffffff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.c-form-index-formlabel select,
.c-form-index-formlabel select option {
  border: solid 1px #888;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-form-index-formlabel select,
  .c-form-index-formlabel select option {
    font-size: 1.6rem;
  }
}

.c-form-select {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  -webkit-appearance: auto;
  -moz-appearance: initial;
  appearance: auto;
}

.c-form-index-formarea {
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-index-formarea {
    font-size: 1.6rem;
  }
}

.c-form-index-formattachment {
  color: #333;
  font-size: 1.6rem;
  padding: 10px 0;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-form-index-formattachment {
    font-size: 1.6rem;
  }
}

textarea.c-form-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  textarea.c-form-index-formarea {
    font-size: 1.6rem;
  }
}

#c-form-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-moz-placeholder {
  /* Others */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Others */
  color: #ccc;
}

::placeholder {
  /* Others */
  color: #ccc;
}

.c-form-privacy {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.c-form-privacy-link-area {
  display: block;
  height: 160px;
  overflow-y: scroll;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
}

.c-form-privacy-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.c-form-privacy-descarea {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #333;
}

.c-form-privacy-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #d31900;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: underline;
}
.c-form-privacy-link:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}

.c-form-index-lead {
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #111;
  background-color: #eee;
  padding: 10px;
}

.c-form-att-text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px;
  background-color: #eee;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #d31900;
}

.c-form-checkarea {
  margin-bottom: 20px;
  padding: 10px 0;
}

.c-form-contact-radio,
.c-form-contact-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}

.c-form-radio,
.c-form-check {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.c-form-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .c-form-btn-area {
    padding: 0 0 20px 0;
  }
}

.c-form-btn-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #009abe;
  border: 2px solid #009abe;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  .c-form-btn-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-form-btn-item:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #009abe !important;
  background-color: #ffffff;
  opacity: 0.6;
}
.c-form-btn-item:disabled {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}
.c-form-btn-item:disabled:hover {
  cursor: default;
  background-color: #333;
  border: 2px solid #333;
  color: #ffffff !important;
}

.c-form-return-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #444 !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #ffffff;
  border: 2px solid #444;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  .c-form-return-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-return-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-form-return-item:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #ffffff !important;
  background-color: #444;
}

/*==============================
-c-form-confirmation.scss
===============================*/
.c-form-confirmation-body {
  background: #ffffff;
}

.c-form-confirmation-inner {
  padding-top: 120px;
  color: #000000;
}

.c-form-confirmation-lead {
  padding-top: 15px;
}

.c-form-confirmation-table {
  width: 100%;
  margin: 60px 0 40px 0;
}

.c-form-confirmation-table {
  display: inline-table;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.c-form-confirmation-table th {
  width: 24%;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
  border-right: 1px solid #888;
}
@media screen and (max-width: 767px) {
  .c-form-confirmation-table th {
    width: 30%;
  }
}
.c-form-confirmation-table td {
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-form-confirmation-table td {
    font-size: 1.2rem;
  }
}

.c-form-confirmation-submit-btn {
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.c-form-confirmation-submit-btn:hover {
  background: none;
  color: #000000;
}

.c-form-confirmation-return-btn {
  background: #aaa;
  border: 2px solid #aaa;
  color: #111;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.c-form-confirmation-return-btn:hover {
  background: none;
  color: #aaa;
}

.c-form-confirmation-return-btn-error {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  width: 100px;
  padding: 10px 15px;
}
@media screen and (max-width: 1170px) {
  .c-form-confirmation-return-btn-error {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-form-confirmation-return-btn-error {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-form-confirmation-return-btn-error:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #000000;
  background-color: #ffffff;
}

.c-form-confirmation-center {
  text-align: center;
}

.c-form-confirmation-footer {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 0;
  margin-top: 70px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

/*==============================
-c-form-thanks.scss
===============================*/
.c-form-thanks-wrapper {
  width: 100%;
  text-align: center;
}

.c-form-thanks-inner {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .c-form-thanks-inner {
    padding: 120px 0;
  }
}

.c-form-thanks-heading {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form-thanks-heading {
    font-size: 2rem;
  }
}

.c-form-thanks-line {
  width: 40%;
  height: 2px;
  margin: 25px auto 30px auto;
}

.c-form-thanks-lead {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-form-thanks-lead {
    font-size: 1.4rem;
  }
}

.c-form-thanks-anchor-btn {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 10px;
  outline: none;
  border: none;
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #888;
  border: 2px solid #888;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-form-thanks-anchor-btn {
    width: 80%;
  }
}
.c-form-thanks-anchor-btn:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #888;
  color: #888;
}

.c-form-text-link {
  display: inline-block;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-form-text-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

/*==============================
-Component
===============================*/
.c-header-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #d31900;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 4px 8px rgba(0, 0, 0, 0.09);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .c-header-wrapper {
    height: 80px;
  }
}

.c-header-area {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
}

.c-header-logo-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-header-logo-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.c-header-name {
  padding: 0 40px;
  font-size: 0;
}
@media screen and (max-width: 1280px) {
  .c-header-name {
    padding-left: 10px;
  }
}

.c-header-logo {
  display: block;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-header-logo {
    max-height: 60px;
    width: 220px;
  }
}
@media screen and (max-width: 430px) {
  .c-header-logo {
    width: 180px;
  }
}

.c-header-floating-area {
  display: block;
  width: auto;
  height: auto;
}

.c-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-header-nav {
    display: none;
  }
}

.c-header-nav-list {
  padding: 10px 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1170px) {
  .c-header-nav-list {
    padding: 5px 10px;
  }
}

.c-header-nav-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1100px) {
  .c-header-nav-lang {
    padding: 0;
    padding-right: 40px;
  }
}
@media screen and (max-width: 430px) {
  .c-header-nav-lang {
    padding-right: 60px;
  }
}

.c-header-nav-lang-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .c-header-nav-lang-link {
    font-size: 1.6rem;
  }
}
.c-header-nav-lang-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.c-header-nav-lang-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .c-header-nav-lang-text {
    font-size: 1.6rem;
  }
}

.c-header-nav-menu {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: transparent;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .c-header-nav-menu {
    font-size: 1.6rem;
  }
}
.c-header-nav-menu:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #111;
  color: #ffffff;
}
@media screen and (max-width: 1170px) {
  .c-header-nav-menu {
    font-size: 1.2rem;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-nav-menu {
    font-size: 1.4rem;
  }
}

.c-header-trigger-wrapper {
  cursor: pointer;
  position: fixed;
  top: 50%;
  right: 10px;
  width: 52px;
  height: 52px;
  padding: 0;
  z-index: 9999;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  background-color: #292929;
  border: 1px solid #D21900;
  display: none;
  -webkit-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
}
.c-header-trigger-wrapper.active.c-header-navmenu-area {
  -webkit-animation: c-navmenu-list-fade 1.2s ease 0.8s both;
          animation: c-navmenu-list-fade 1.2s ease 0.8s both;
}
@media screen and (max-width: 1100px) {
  .c-header-trigger-wrapper {
    display: block;
  }
}

@-webkit-keyframes c-navmenu-list-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes c-navmenu-list-fade {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-header-trigger-line {
  position: absolute;
  width: 25px;
  height: 1px;
  left: 12px;
  top: 0;
  margin: 0 auto;
  text-align: left;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #fff;
}

.c-header-trigger-line:nth-of-type(1) {
  top: 14px;
}

.c-header-trigger-line:nth-of-type(2) {
  top: 25px;
}

.c-header-trigger-line:nth-of-type(3) {
  top: 36px;
}

.c-header-trigger-wrapper.active .c-header-trigger-line:nth-of-type(1) {
  -webkit-transform: translate3d(0, 11px, 0) rotate3d(0, 0, 1, -315deg);
          transform: translate3d(0, 11px, 0) rotate3d(0, 0, 1, -315deg);
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.c-header-trigger-wrapper.active .c-header-trigger-line:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.c-header-trigger-wrapper.active .c-header-trigger-line:nth-of-type(3) {
  -webkit-transform: translate3d(0, -11px, 0) rotate3d(0, 0, 1, 315deg);
          transform: translate3d(0, -11px, 0) rotate3d(0, 0, 1, 315deg);
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.c-header-navmenu-cont {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.c-header-navmenu-logo-link {
  display: inline-block;
  width: auto;
  height: auto;
}

.c-header-navmenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  z-index: -999;
  display: none;
  visibility: hidden;
  -webkit-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
}
.c-header-navmenu-wrapper.active {
  visibility: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: c-header-navmenu-fade 0.2s ease-in 0s both;
  animation: c-header-navmenu-fade 0.2s ease-in 0s both;
  backdrop-filter: blur(5px) grayscale(50%);
}
.c-header-navmenu-wrapper.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292929;
}
.c-header-navmenu-wrapper.inactive {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: c-header-navmenu-inactive 0.3s ease-out 0s both;
  animation: c-header-navmenu-inactive 0.3s ease-out 0s both;
}

@-webkit-keyframes c-header-navmenu-fade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 9998;
  }
}
@keyframes c-header-navmenu-fade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 9998;
  }
}
@-webkit-keyframes c-header-navmenu-inactive {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 9998;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
    z-index: -999;
  }
}
@keyframes c-header-navmenu-inactive {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 9998;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
    z-index: -999;
  }
}
.c-header-logo-img {
  width: auto;
  max-width: 100%;
  max-height: 76px;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .c-header-logo-img {
    padding: 10px 0;
    width: auto;
    max-height: 76px;
    margin: 0 auto;
  }
}

.c-header-menu-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.c-header-nav-list-wrap {
  width: 100%;
  padding: 0 80px;
  display: block;
}
@media screen and (max-width: 1300px) {
  .c-header-nav-list-wrap {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  .c-header-nav-list-wrap {
    display: none;
  }
}

.c-header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-header-nav-list-item {
  padding: 0 10px;
}

.c-header-nav-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-header-nav-link {
    font-size: 1.6rem;
  }
}
.c-header-nav-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #292929;
}

.c-header-navmenu-list {
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}

.c-header-nav-logo-inner {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid rgba(243, 240, 238, 0.2);
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-header-nav-logo-inner {
    width: 100%;
    padding: 20px 0;
  }
}

.c-header-nav-list-inner {
  width: 100%;
  position: relative;
  border: 1px solid rgba(243, 240, 238, 0.2);
}
@media screen and (max-width: 767px) {
  .c-header-nav-list-inner {
    width: 100%;
  }
}

@-webkit-keyframes a-menu-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes a-menu-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.c-header-navmenu-listintitle {
  max-width: 600px;
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  margin: 0 auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
  transition: ease 0.3s;
  background-color: rgba(140, 140, 140, 0.2);
}
@media screen and (max-width: 1170px) {
  .c-header-navmenu-listintitle {
    font-size: 1.6rem;
    padding: 15px 15px;
  }
}
.c-header-navmenu-listintitle:hover {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.c-header-navmenu-listin-box {
  display: block;
}

.c-header-navmenu-listin {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-header-navmenu-listin {
    margin: 0 auto;
  }
}

.c-header-navmenu-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(243, 240, 238, 0.2);
}

.c-header-navmenu-logo {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 10vw;
}
@media screen and (max-width: 767px) {
  .c-header-navmenu-logo {
    width: 30vw;
  }
}

.c-header-navmenu-sns-box {
  border-bottom: 1px solid rgba(243, 240, 238, 0.2);
  padding: 20px 0;
  padding-left: 20px;
}

.c-header-navmenu-sns-area {
  margin-top: 0px;
  text-align: center;
}

.c-header-navmenu-listin.active:nth-child(1) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.1s both;
  animation: c-navmenu-list-fade 0.2s ease 0.1s both;
}

.c-header-navmenu-listin.active:nth-child(2) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.2s both;
  animation: c-navmenu-list-fade 0.2s ease 0.2s both;
}

.c-header-navmenu-listin.active:nth-child(3) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.3s both;
  animation: c-navmenu-list-fade 0.2s ease 0.3s both;
}

.c-header-navmenu-listin.active:nth-child(4) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.4s both;
  animation: c-navmenu-list-fade 0.2s ease 0.4s both;
}

.c-header-navmenu-listin.active:nth-child(5) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.5s both;
  animation: c-navmenu-list-fade 0.2s ease 0.5s both;
}

.c-header-navmenu-listin.active:nth-child(6) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.6s both;
  animation: c-navmenu-list-fade 0.2s ease 0.6s both;
}

.c-header-navmenu-listin.active:nth-child(7) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.7s both;
  animation: c-navmenu-list-fade 0.2s ease 0.7s both;
}

.c-header-navmenu-listin.active:nth-child(8) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.8s both;
  animation: c-navmenu-list-fade 0.2s ease 0.8s both;
}

.c-header-navmenu-listin.active:nth-child(9) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 0.9s both;
  animation: c-navmenu-list-fade 0.2s ease 0.9s both;
}

.c-header-navmenu-listin.active:nth-child(10) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 1s both;
  animation: c-navmenu-list-fade 0.2s ease 1s both;
}

.c-header-navmenu-listin.active:nth-child(11) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 1.1s both;
  animation: c-navmenu-list-fade 0.2s ease 1.1s both;
}

.c-header-navmenu-listin.active:nth-child(12) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 1.2s both;
  animation: c-navmenu-list-fade 0.2s ease 1.2s both;
}

.c-header-navmenu-listin.active:nth-child(13) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 1.3s both;
  animation: c-navmenu-list-fade 0.2s ease 1.3s both;
}

.c-header-navmenu-listin.active:nth-child(14) {
  -webkit-animation: c-navmenu-list-fade 0.2s ease 1.4s both;
  animation: c-navmenu-list-fade 0.2s ease 1.4s both;
}

.c-header-navmenu-link {
  position: relative;
  display: inline-block;
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  text-align: left;
  padding: 15px 0;
  padding-left: 20px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 9999;
  width: 100%;
}
.c-header-navmenu-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #D21900;
}
.c-header-sns-icon {
  display: inline;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-header-sns-icon:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #D21900;
}
@media screen and (max-width: 767px) {
  .c-header-sns-icon {
    display: inline-block;
    width: 100%;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-header-sns-icon-sp {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    margin: 0 calc(30px / 2);
  }
}

.c-header-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  padding: 0;
  z-index: 10;
}
@media screen and (max-width: 1170px) {
  .c-header-icon-wrapper {
    display: none;
  }
}

.switcher {
  font-size: 3rem;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100% !important;
}

.switcher a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  width: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.switcher a img {
  width: auto;
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
}

.switcher a:hover img {
  opacity: 1;
}

.switcher .selected {
  position: relative;
  z-index: 9999;
}

.switcher .selected a {
  background-color: #444;
  color: #fff;
  padding: 30px 0;
  display: none;
}

.switcher .selected a.open {
  background-color: #444;
}

.switcher .selected a:hover {
  background-color: #333;
}

.switcher .option {
  position: relative;
  z-index: 9998;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  max-height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100% !important;
}

.switcher .option a {
  color: #fff;
  padding: 30px 0;
}
@media screen and (max-width: 1100px) {
  .switcher .option a {
    padding: 0;
  }
}

#selected_lang_name {
  float: none;
}

.l_name {
  float: none !important;
  margin: 0;
}

.switcher .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #F5F5F5;
}

.switcher .option::-webkit-scrollbar {
  width: 5px;
}

.switcher .option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

.p-qr-footer {
  background-color: #333;
}

.p-qr-footer-logo {
  width: 80px;
  display: block;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.p-qr-footer-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

.p-qr-footer-btn-menu-tab {
  width: 20%;
}

.p-qr-footer-btn-menu-tab-active {
  background-color: #fff;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.p-qr-footer-btn-menu-tab-active .p-qr-footer-btn-menu-items-icon {
  color: #000;
}
.p-qr-footer-btn-menu-tab-active .p-qr-footer-btn-menu-items {
  color: #000;
}

.p-qr-footer-btn-menu-items {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-qr-footer-btn-menu-items {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-qr-footer-btn-menu-items {
    font-size: 1.1rem;
  }
}

.p-qr-footer-btn-menu-items-icon {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.p-qr-footer-btn-icon-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-qr-footer-btn-menu-items-icon {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

/*==============================
-Component
===============================*/
.c-footer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
  overflow: hidden;
  background-color: #292929;
  position: relative;
  z-index: -1;
}

.c-footer-copy {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-footer-copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-copy {
    padding-top: 20px;
  }
}

.c-footer-wrapper {
  background-color: #000000;
  border-top: 20px solid #D21900;
}
@media screen and (max-width: 767px) {
  .c-footer-wrapper {
    border-top: 10px solid #D21900;
  }
}

.c-footer-wrap {
  padding-top: 60px;
}

.c-footer-logo-wrap {
  display: block;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-footer-logo-wrap {
    text-align: left;
    padding-left: 20px;
  }
}

.c-footer-logo {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-footer-logo {
    width: 30%;
  }
}

.c-footer-right-wrap {
  display: block;
  width: 100%;
  color: #ffffff;
  padding: 30px 0px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .c-footer-right-wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-right-wrap {
    padding-top: 20px;
    padding-left: 20px;
    display: block;
  }
}

.c-footer-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer-desc {
    font-size: 1.6rem;
  }
}

.c-footer-access-title {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .c-footer-access-title {
    padding-left: 20px;
  }
}

.c-footer-access-map iframe {
  width: 100%;
}

s .c-footer-sns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-footer-sns-icon-link {
  font-size: 2.4rem;
  padding-bottom: 10px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}
.c-footer-sns-icon-link:hover {
  color: #D21900;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .c-footer-sns-icon-link {
    font-size: 3rem;
  }
}

/*==============================
-Component
===============================*/
.c-modal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  z-index: 99999;
}
.c-modal-wrapper.inactive {
  -webkit-animation: c-modal-close-anime 2.4s both 0s ease-out;
  animation: c-modal-close-anime 2.4s both 0s ease-out;
}

@-webkit-keyframes c-modal-close-anime {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -9999;
  }
}
@keyframes c-modal-close-anime {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -9999;
  }
}
/* ポップアップの内容 */
.c-modal-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.c-modal-img-link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-modal-img-link {
    width: 100%;
  }
}

.c-modal-img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-modal-img {
    width: 100%;
  }
}

.c-modal-content-box {
  position: relative;
  width: 40%;
  height: auto;
  text-align: center;
  z-index: 999;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-modal-content-box {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-content-box {
    width: 90%;
  }
}

.c-modal-close-btn {
  font-size: 3rem;
  color: #000;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 999;
}
.c-modal-close-btn:hover {
  cursor: pointer;
}

/*==============================
-Component
===============================*/
.c-instagram-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  overflow: hidden;
}
.c-instagram-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-instagram-img::before {
  content: "";
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: transparent;
}

.c-instagram-link:hover .c-instagram-img::before {
  content: "";
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
}
.c-instagram-link:hover .c-instagram-caption {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 1;
}

.c-instagram-caption {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-instagram-caption {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-instagram-caption {
    font-size: 1.2rem;
  }
}

/*==============================
-Page
===============================*/
.p-ota-about-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #101010;
}

.p-ota-about-inner {
  padding: 6vw 6vw 0;
}
@media screen and (max-width: 767px) {
  .p-ota-about-inner {
    padding: 12vw 6vw;
  }
}

.p-ota-about-area:nth-child(odd) .order-1 {
  padding-right: 3vw;
}
@media screen and (max-width: 767px) {
  .p-ota-about-area:nth-child(odd) .order-1 {
    padding-right: 0;
  }
}

.p-ota-about-area:nth-child(even) .order-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 3vw;
}
@media screen and (max-width: 767px) {
  .p-ota-about-area:nth-child(even) .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-area:nth-child(even) .order-1 .p-ota-about-img-area {
    padding-left: 6vw;
    position: relative;
  }
}
.p-ota-about-area:nth-child(even) .order-1 .p-ota-event-btn-area {
  display: none;
}
.p-ota-about-area:nth-child(even) .order-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .p-ota-about-area:nth-child(even) .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 3vw;
  }
}
.p-ota-about-area:nth-child(even) .order-2 .p-ota-about-text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
  padding-left: 6vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ota-about-area:nth-child(even) .order-2 .p-ota-about-text-area {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    padding-right: 0vw;
    padding-top: 8vw;
  }
}
.p-ota-about-area:nth-child(even) .order-2 .p-ota-about-text-area .p-ota-about-title,
.p-ota-about-area:nth-child(even) .order-2 .p-ota-about-text-area .p-ota-about-desc {
  text-align: center;
}

.p-ota-title-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.p-ota-title-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  width: auto;
  color: #ffffff;
  font-size: clamp(2.6rem, 1.6vw, 3rem);
  font-weight: bold;
  padding: 0.5vw 1.5vw;
  text-align: center;
  font-family: "Cormorant Garamond";
}
@media screen and (max-width: 767px) {
  .p-ota-title-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-title-text {
    font-size: clamp(2.4rem, 4.6vw, 3rem);
    margin: 0 auto;
    text-align: center;
    padding: 1vw 1vw;
  }
}

.p-ota-title-subtext {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
  font-size: clamp(1.4rem, 0.9vw, 2rem);
  padding: 0.5vw 1.5vw;
  text-align: center;
  font-family: "Cormorant Garamond";
}
@media screen and (max-width: 767px) {
  .p-ota-title-subtext {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-title-subtext {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin: 0 auto;
    text-align: center;
    padding: 1vw 1vw;
  }
}

.p-ota-desc-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 3vw auto;
  text-align: center;
}

.p-ota-desc-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
  font-size: clamp(1.6rem, 1vw, 3rem);
  padding: 0.5vw 1.5vw;
  text-align: center;
  font-family: "Cormorant Garamond";
}
@media screen and (max-width: 767px) {
  .p-ota-desc-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-desc-text {
    font-size: clamp(1.6rem, 3.4vw, 3rem);
    margin: 0 auto;
    text-align: center;
    padding: 1vw 1vw;
  }
}

.p-ota-about-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #ffffff;
  font-size: clamp(2.4rem, 1.4vw, 3rem);
  font-weight: bold;
  background-color: rgba(180, 138, 22, 0.5);
  padding: 0.5vw 1.5vw;
  font-family: "Cormorant Garamond";
}
@media screen and (max-width: 767px) {
  .p-ota-about-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-title {
    font-size: clamp(2.4rem, 4.6vw, 3rem);
    margin: 0 auto;
    text-align: center;
    padding: 1vw 1vw;
  }
}

.p-ota-about-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  margin-top: 2vw;
  font-size: clamp(1.6rem, 0.8vw, 1vw);
  color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .p-ota-about-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-desc {
    margin-top: 3vw;
    font-size: 3.4vw;
  }
}

@media screen and (max-width: 767px) {
  .p-ota-about-price-area {
    text-align: center;
    margin: 0 auto;
  }
}

.p-ota-about-price {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  margin-top: 2vw;
  font-size: clamp(2rem, 3.5vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-ota-about-price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-price {
    font-size: clamp(3rem, 6vw, 5rem);
    margin-top: 3vw;
  }
}
.p-ota-about-price span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  margin-top: 2vw;
  font-size: clamp(3rem, 2vw, 4rem);
}
@media screen and (max-width: 767px) {
  .p-ota-about-price span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-price span {
    font-size: clamp(3rem, 5vw, 5rem);
  }
}

.p-ota-about-area {
  padding-bottom: 6vw;
}

.p-ota-about-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-ota-about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-ota-about-img::before {
  content: "";
  background-color: transparent;
}

.p-ota-about-text-area {
  display: block;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-ota-about-text-area {
    padding: 6vw 0 6vw 0;
  }
}

.p-ota-about-ota-inner {
  margin: 3vw auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-inner {
    text-align: center;
    margin: 6vw auto 0 auto;
  }
}

.p-ota-about-ota-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-ota-about-ota-icon {
  width: 2vw;
  -webkit-filter: invert(100%) sepia(18%) saturate(113%) hue-rotate(239deg) brightness(111%) contrast(95%);
          filter: invert(100%) sepia(18%) saturate(113%) hue-rotate(239deg) brightness(111%) contrast(95%);
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-icon {
    width: 8.8vw;
  }
}

.p-ota-about-ota-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  width: auto;
  font-size: 1.5vw;
  color: #ffffff;
  margin: 1vw auto;
  font-family: "Cormorant Garamond";
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-title {
    font-size: 6vw;
  }
}

.p-ota-about-ota-item {
  width: 50%;
  margin-bottom: 0.5vw;
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-item {
    width: 50%;
  }
}

.p-ota-about-ota-nolink {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  padding: 0.5vw;
  color: #ffffff;
  background-color: #888;
  border: 1px solid #888;
  margin: 0 0.2vw;
  text-align: center;
  text-decoration: line-through;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-nolink {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-nolink {
    margin: 1vw 1vw;
    padding: 1.5vw;
  }
}

.p-ota-about-ota-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  padding: 0.5vw;
  color: #ffffff;
  background-color: #79011c;
  border: 1px solid #79011c;
  margin: 0 0.2vw;
  text-align: center;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "Cormorant Garamond";
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ota-about-ota-link {
    margin: 1vw 1vw;
    padding: 1.5vw;
  }
}
.p-ota-about-ota-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #ffffff;
  color: #d31900;
}

/*==============================
-Component
===============================*/
.c-bg-snow-container {
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 9999;
}

.c-bg-snowflake {
  position: absolute;
  top: -10%;
  color: #efefef;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  will-change: transform;
  -webkit-animation-name: c-bg-snow-fall;
          animation-name: c-bg-snow-fall;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* 下に落ちつつ、少し横にもゆらゆらさせる */
@-webkit-keyframes c-bg-snow-fall {
  0% {
    -webkit-transform: translate3d(0, -10vh, 0);
            transform: translate3d(0, -10vh, 0);
  }
  100% {
    -webkit-transform: translate3d(10vw, 110vh, 0);
            transform: translate3d(10vw, 110vh, 0);
  }
}
@keyframes c-bg-snow-fall {
  0% {
    -webkit-transform: translate3d(0, -10vh, 0);
            transform: translate3d(0, -10vh, 0);
  }
  100% {
    -webkit-transform: translate3d(10vw, 110vh, 0);
            transform: translate3d(10vw, 110vh, 0);
  }
}
.c-bg-sakura-container {
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 9999;
}

.c-bg-sakura {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-bg-sakura li {
  width: 18px;
  position: absolute;
  list-style: none;
  top: -50px;
  -webkit-animation: c-bg-sakura-fall 4s linear infinite, c-bg-sakura-rotate1 2s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 4s linear infinite, c-bg-sakura-rotate1 2s ease-in-out infinite alternate;
}

.c-bg-sakura li img {
  width: 100%;
}

@-webkit-keyframes c-bg-sakura-fall {
  to {
    top: 120%;
  }
}

@keyframes c-bg-sakura-fall {
  to {
    top: 120%;
  }
}
@-webkit-keyframes c-bg-sakura-rotate1 {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -80deg) rotateX(180deg);
            transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -80deg) rotateX(180deg);
  }
}
@keyframes c-bg-sakura-rotate1 {
  from {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
  to {
    -webkit-transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -80deg) rotateX(180deg);
            transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -80deg) rotateX(180deg);
  }
}
@-webkit-keyframes c-bg-sakura-rotate2 {
  from {
    -webkit-transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -45deg);
            transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -45deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes c-bg-sakura-rotate2 {
  from {
    -webkit-transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -45deg);
            transform: translate3d(200px, 0, 0) rotate3d(0, 0, 1, -45deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
            transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.c-bg-sakura li:nth-of-type(1) {
  left: 0;
  -webkit-animation: c-bg-sakura-fall 10s linear infinite, c-bg-sakura-rotate1 3s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 10s linear infinite, c-bg-sakura-rotate1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.c-bg-sakura li:nth-of-type(2) {
  left: 5vw;
  -webkit-animation: c-bg-sakura-fall 15s linear infinite, c-bg-sakura-rotate1 2s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 15s linear infinite, c-bg-sakura-rotate1 2s ease-in-out infinite alternate;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.c-bg-sakura li:nth-of-type(3) {
  left: 15vw;
  -webkit-animation: c-bg-sakura-fall 9s linear infinite, c-bg-sakura-rotate1 3.5s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 9s linear infinite, c-bg-sakura-rotate1 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

.c-bg-sakura li:nth-of-type(4) {
  left: 30vw;
  -webkit-animation: c-bg-sakura-fall 8s linear infinite, c-bg-sakura-rotate2 4s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 8s linear infinite, c-bg-sakura-rotate2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
}

.c-bg-sakura li:nth-of-type(5) {
  left: 40vw;
  -webkit-animation: c-bg-sakura-fall 10s linear infinite, c-bg-sakura-rotate1 4s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 10s linear infinite, c-bg-sakura-rotate1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}

.c-bg-sakura li:nth-of-type(6) {
  left: 55vw;
  -webkit-animation: c-bg-sakura-fall 11s linear infinite, c-bg-sakura-rotate2 3s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 11s linear infinite, c-bg-sakura-rotate2 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
}

.c-bg-sakura li:nth-of-type(7) {
  left: 65vw;
  -webkit-animation: c-bg-sakura-fall 7s linear infinite, c-bg-sakura-rotate2 3.5s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 7s linear infinite, c-bg-sakura-rotate2 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}

.c-bg-sakura li:nth-of-type(8) {
  left: 50vw;
  -webkit-animation: c-bg-sakura-fall 7s linear infinite, c-bg-sakura-rotate1 3s ease-in-out infinite alternate;
          animation: c-bg-sakura-fall 7s linear infinite, c-bg-sakura-rotate1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 45s;
          animation-delay: 45s;
}

.c-bg-firework-container {
  pointer-events: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: 9999;
}

.c-bg-firework,
.c-bg-firework::before,
.c-bg-firework::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(212, 212, 10, 0.8) 5px, #000 0) 50% 0%, radial-gradient(circle, rgba(240, 230, 140, 0.8) 5px, #000 0) 0% 50%, radial-gradient(circle, rgba(255, 255, 255, 0.8) 5px, #000 0) 50% 99%, radial-gradient(circle, rgba(0, 255, 0, 0.8) 5px, #000 0) 99% 50%, radial-gradient(circle, rgba(220, 20, 60, 0.8) 5px, #000 0) 80% 90%, radial-gradient(circle, rgba(255, 0, 0, 0.8) 5px, #000 0) 95% 90%, radial-gradient(circle, rgba(255, 255, 0, 0.8) 5px, #000 0) 10% 60%, radial-gradient(circle, rgba(240, 230, 140, 0.8) 5px, #000 0) 31% 80%, radial-gradient(circle, rgba(255, 255, 255, 0.8) 5px, #000 0) 80% 10%, radial-gradient(circle, rgba(0, 255, 0, 0.8) 5px, #000 0) 90% 23%, radial-gradient(circle, rgba(220, 20, 60, 0.8) 5px, #000 0) 45% 20%, radial-gradient(circle, rgba(255, 0, 0, 0.8) 5px, #000 0) 13% 24%;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-animation: c-bg-fireworks-animation 4s infinite;
          animation: c-bg-fireworks-animation 4s infinite;
}

.c-bg-firework::before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 25deg) !important;
          transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 25deg) !important;
}

.c-bg-firework::after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0, 0, 1, -37deg) !important;
          transform: translate3d(-50%, -50%, 0) rotate(0, 0, 1, -37deg) !important;
}

.c-bg-firework,
.c-bg-firework::before {
  top: 40%;
  left: 46%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.c-bg-firework::after {
  top: 60%;
  left: 86%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

.c-bg-firework:nth-of-type(2),
.c-bg-firework:nth-of-type(2)::before {
  top: 30%;
  left: 26%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 25s;
          animation-delay: 25s;
}

.c-bg-firework:nth-of-type(2)::after {
  top: 30%;
  left: 16%;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 30s;
          animation-delay: 30s;
}

.c-bg-firework:nth-of-type(3),
.c-bg-firework:nth-of-type(3)::before {
  top: 30%;
  left: 42%;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 35s;
          animation-delay: 35s;
}

.c-bg-firework:nth-of-type(3)::after {
  top: 10%;
  left: 72%;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-delay: 45s;
          animation-delay: 45s;
}

.c-bg-firework:nth-of-type(4),
.c-bg-firework:nth-of-type(4)::before {
  top: 18%;
  left: 62%;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-delay: 50s;
          animation-delay: 50s;
}

.c-bg-firework:nth-of-type(4)::after {
  top: 28%;
  left: 32%;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-delay: 550s;
          animation-delay: 550s;
}

@-webkit-keyframes c-bg-fireworks-animation {
  0% {
    -webkit-transform: translate3d(-50%, 90vh, 0);
            transform: translate3d(-50%, 90vh, 0);
    width: 4px;
    opacity: 0.5;
  }
  50% {
    width: 4px;
    opacity: 0.5;
  }
  100% {
    width: 400px;
    opacity: 0;
  }
}

@keyframes c-bg-fireworks-animation {
  0% {
    -webkit-transform: translate3d(-50%, 90vh, 0);
            transform: translate3d(-50%, 90vh, 0);
    width: 4px;
    opacity: 0.5;
  }
  50% {
    width: 4px;
    opacity: 0.5;
  }
  100% {
    width: 400px;
    opacity: 0;
  }
}
/*==============================
-Component
===============================*/
.c-nasdaq-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  padding: 0 0 50px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-nasdaq-wrapper {
    width: 100%;
    padding: 1vw 10vw;
    margin-bottom: 8vw;
  }
}

.c-nasdaq-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 0.5vw;
}

.c-nasdaq-logo {
  display: block;
  width: 100%;
  height: auto;
  padding: 3%;
}

.c-nasdaq-logo-img {
  display: block;
  width: 100%;
  height: auto;
}

.c-nasdaq-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 3vw auto 1vw auto;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  .c-nasdaq-title-area {
    margin: 1vw auto 2vw auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-nasdaq-title-img-area {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .c-nasdaq-title-img-area {
    width: 28%;
  }
}

.c-nasdaq-title-text-area {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  font-size: clamp(1.4rem, 0.8vw, 5rem);
  font-weight: 900;
  color: #ffffff;
  width: auto;
  padding: 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  font-family: "Noto Suns JP";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-nasdaq-title-text-area {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1170px) {
  .c-nasdaq-title-text-area {
    font-size: clamp(1.4rem, 1.8vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-nasdaq-title-text-area {
    font-size: clamp(1rem, 2.7vw, 5rem);
  }
}
.c-nasdaq-title-text-area span {
  display: inline-block;
  font-size: clamp(1.8rem, 1vw, 5rem);
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #ffffff;
  font-family: "Noto serif JP";
}
@media screen and (max-width: 1170px) {
  .c-nasdaq-title-text-area span {
    font-size: clamp(1.6rem, 1.4vw, 5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-nasdaq-title-text-area span {
    font-size: clamp(1.4rem, 3.5vw, 5rem);
  }
}

.c-nasdaq-item-area {
  display: block;
  width: 100%;
}

.c-nasdaq-subtitle-area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1.5vw auto 0 auto;
}
@media screen and (max-width: 767px) {
  .c-nasdaq-subtitle-area {
    margin: 3vw auto 0 auto;
  }
}

.c-nasdaq-subtitle {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  background-color: #ffffff;
  clip-path: polygon(6% 0, 94% 0, 100% 50%, 94% 100%, 6% 100%, 0 50%);
  font-size: clamp(1rem, 0.9vw, 5rem);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
  width: auto;
  padding: 0.2vw 1vw 0.2vw 1vw;
  font-family: "Montserrat";
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-nasdaq-subtitle {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1170px) {
  .c-nasdaq-subtitle {
    font-size: clamp(1rem, 1.6vw, 5rem);
    padding: 0.5vw 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .c-nasdaq-subtitle {
    font-size: clamp(1rem, 2.8vw, 5rem);
    padding: 1vw 2.5vw;
  }
}

.c-nasdaq-item-box {
  display: block;
  width: 100%;
  border-top: 2px solid #ffffff;
}
/*==============================
-P-404
===============================*/
.p-404-wrapper {
  display: block;
  position: relative;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
  color: #444;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-404-wrapper {
    padding: 60px 0;
  }
}

.p-404-title {
  font-size: 10rem;
  font-weight: bold;
  letter-spacing: 10px;
  text-indent: 10px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.p-404-text {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 3px;
  text-indent: 3px;
  line-height: 1.4;
  margin-bottom: 80px;
}

.p-404-lead {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.p-404-leadlink {
  display: inline;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f00;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-404-leadlink:hover {
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*==============================
-Page
===============================*/
.p-privacy-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 180px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-privacy-wrapper {
    padding: 120px 0;
  }
}

.p-privacy-header {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy-header {
    font-size: 1.6rem;
  }
}
.p-privacy-header span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-privacy-header span {
    font-size: 1.6rem;
  }
}

.p-privacy-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy-text {
    font-size: 1.6rem;
  }
}

.p-privacy-lead {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy-lead {
    font-size: 1.6rem;
  }
}

.p-privacy-descarea {
  display: block;
  width: 100%;
}

.p-privacy-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-privacy-title {
    font-size: 1.6rem;
  }
}

.p-privacy-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  display: inline-block;
  color: #000000;
  margin: 0 auto 40px auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-privacy-desc {
    font-size: 1.6rem;
  }
}

/*==============================
-Page
===============================*/
.p-sample-blog-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 200px 0 60px 0;
  background-color: #f8f8f8;
}
.p-sample-blog-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-sample-subtitle {
  display: block;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 10px;
}

.p-sample-cont-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
}

.p-sample-blog-area {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  background-color: #eee;
}

.p-sample-top-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  text-align: left;
  margin: 0 auto;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-sample-top-name {
    font-size: 1.6rem;
  }
}

.p-sample-top-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-sample-top-title {
    font-size: 1.6rem;
  }
}
.p-sample-top-title span {
  font-size: 3rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-sample-top-title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sample-top-title {
    font-size: 3rem;
  }
}
.p-sample-top-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  text-align: center;
}

.p-sample-mainvisual-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  background-color: #eee;
  padding: 60px 0;
  overflow: hidden;
}
.p-sample-mainvisual-wrapper:nth-child(even) {
  background-color: #ddd;
}
.p-sample-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-sample-date {
    font-size: 1.6rem;
  }
}

.p-sample-post-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sample-post-link {
    font-size: 1.6rem;
  }
}
.p-sample-post-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.p-sample-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sample-link {
    font-size: 1.6rem;
  }
}
.p-sample-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.p-sample-dl {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-sample-dl {
    font-size: 1.6rem;
  }
}

.p-sample-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sample-title {
    font-size: 1.6rem;
  }
}

.p-sample-header {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-sample-header {
    font-size: 1.6rem;
  }
}

.p-sample-descarea {
  display: block;
  width: 100%;
  padding: 10px 0 20px 0;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #ccc;
}

.p-sample-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-sample-desc {
    font-size: 1.6rem;
  }
}

.p-sample-footer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-color: #000000;
  padding: 60px 0;
}

.p-sample-footer-copy {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sample-footer-copy {
    font-size: 1.6rem;
  }
}

.p-sample-top-single-wrapper {
  display: block;
  padding: 120px 0;
  width: 100%;
}

.p-sample-top-post-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
.p-sample-top-post-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-sample-top-post-img::before {
  content: "";
  background-color: transparent;
}

.p-sample-top-post-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sample-top-post-title {
    font-size: 1.6rem;
  }
}

.p-sample-top-post-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sample-top-post-date {
    font-size: 1.6rem;
  }
}

.p-sample-top-post-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.6rem;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-sample-top-post-desc {
    font-size: 1.6rem;
  }
}

.p-sample-post-img-area {
  display: block;
}

.p-sample-post-bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-sample-post-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/*==============================
-Page
===============================*/
.p-calendar-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 200px 0 60px 0;
}

.p-calendar-area {
  width: 100%;
  text-align: center;
  margin: 0;
}

.p-calendar-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-calendar-title {
    font-size: 1.6rem;
  }
}
.p-calendar-title span {
  font-size: 3rem;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-calendar-title span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar-title {
    font-size: 3rem;
  }
}
.p-calendar-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  text-align: center;
}

.p-calendar-cont-wrapper {
  display: block;
  width: 100%;
  padding: 120px 0;
}

.p-calendar-sub-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-calendar-sub-title {
    font-size: 1.6rem;
  }
}

.p-calendar-item-wrapper {
  width: 100%;
}
.p-calendar-item-wrapper td {
  width: 14.28%;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  height: 120px;
  min-height: 200px;
  border: 1px solid #ccc;
}
.p-calendar-item-wrapper tr:nth-child(1) td {
  text-align: center;
  height: auto;
  min-height: auto;
  vertical-align: middle;
}

.p-calendar-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-calendar-select-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-calendar-select-text {
    font-size: 1.6rem;
  }
}

.p-calendar-wrapper {
  display: block;
  width: 100%;
}

.p-calendar-cell {
  font-family: "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  width: 14.28%;
  padding: 0;
  height: auto;
  min-height: 160px;
  border: 1px solid #ccc;
}

.p-calendar-box,
.p-calendar-box-sat,
.p-calendar-box-sun {
  height: 30px;
  min-height: 30px;
  padding: 5px 0;
}

.p-calendar-month-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.p-calendar-select-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-calendar-header {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-calendar-header {
    font-size: 1.6rem;
  }
}

.p-calendar-area-form {
  width: 100%;
  height: 100%;
}

.p-calendar-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-calendar-date {
    font-size: 1.6rem;
  }
}
.p-calendar-date:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
  text-decoration: underline;
  cursor: pointer;
}

.p-calendar-select-item:nth-child(2) {
  margin-left: 2px;
}

.p-calendar-select-item:nth-child(3) {
  margin-left: 4px;
}

.p-calendar-select-box {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  width: 100%;
  border: 1px solid #888;
  color: #111;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0 auto;
  padding: 3px 5px;
  border-radius: 5px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (max-width: 767px) {
  .p-calendar-select-box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-calendar-select-box {
    font-size: 2rem;
  }
}

.p-calendar-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  width: 100%;
  background-color: #888;
  border: 1px solid #888;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0 auto;
  padding: 5px 5px;
}
@media screen and (max-width: 767px) {
  .p-calendar-btn {
    font-size: 1.6rem;
  }
}
.p-calendar-btn:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #ffffff;
  color: #888;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-calendar-btn {
    font-size: 2rem;
  }
}

.p-calendar-pagination-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  width: 20px;
  height: 20px;
  background-color: #888;
  border: 1px solid #888;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0 auto;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  .p-calendar-pagination-btn {
    font-size: 1.6rem;
  }
}
.p-calendar-pagination-btn:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #ffffff;
  color: #888;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-calendar-pagination-btn {
    padding: 1px 0;
    width: 30px;
    height: 30px;
  }
}

.p-calendar-changedate-btn {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  width: 100%;
  background-color: #888;
  border: 1px solid #eee;
  color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0 auto;
  padding: 5px 5px;
}
@media screen and (max-width: 767px) {
  .p-calendar-changedate-btn {
    font-size: 1.6rem;
  }
}
.p-calendar-changedate-btn:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #ffffff;
  color: #888;
  cursor: pointer;
}

.p-calendar-pagination-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
}

.p-calendar-todaysbg {
  display: block;
  background-color: #ccc;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}

.p-calendar-pushbg {
  display: block;
  color: #d31900;
  font-weight: 900;
  text-align: center;
}
.p-calendar-pushbg.p-calendar-todaysbg {
  color: #ffffff;
}

.p-calendar-closedbg {
  display: block;
  background-color: #ccc;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
}
.p-calendar-closedbg.p-calendar-todaysbg {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-calendar-closedbg {
    width: 30px;
    height: 30px;
  }
}

.p-calendar-btnarea {
  margin-top: 20px;
}

.p-calendar-pagination-item:nth-child(1), .p-calendar-pagination-item:nth-child(3) {
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-calendar-pagination-item:nth-child(1), .p-calendar-pagination-item:nth-child(3) {
    width: 30px;
  }
}
.p-calendar-pagination-item:nth-child(2) {
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .p-calendar-pagination-item:nth-child(2) {
    width: calc(100% - 60px);
  }
}

/*==============================
-Page
===============================*/
.p-top-mv-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  padding-top: 100px;
  border-bottom: 20px solid #D21900;
}
@media screen and (max-width: 767px) {
  .p-top-mv-wrapper {
    border-bottom: 10px solid #D21900;
    padding-top: 80px;
  }
}

.p-top-mv-movie-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.25vw;
  display: block;
}

.p-top-mv-movie {
  width: auto;
  max-width: none;
  min-width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-top-mv-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-mv-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-top-mv-img::before {
  background-color: transparent;
}

.p-top-mv-logo {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 22%;
}
@media screen and (max-width: 1280px) {
  .p-top-mv-logo {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv-logo {
    width: 40%;
  }
}

.p-top-sns-wrap-outer {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99990999999999;
  -webkit-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
}

.p-top-sns-wrap {
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-sns-wrap {
    display: none;
  }
}

.p-top-sns-inner {
  background-color: #9E1300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 58%;
  text-align: center;
  right: 0;
  -webkit-transform: translate3d(0%, -50%, 0);
          transform: translate3d(0%, -50%, 0);
  padding: 30px 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.p-top-sns-icon .p-top-sns-icon-link {
  padding-bottom: 10px;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
}
.p-top-sns-icon .p-top-sns-icon-link:hover {
  color: #292929;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  .p-top-sns-icon .p-top-sns-icon-link {
    font-size: 3rem;
  }
}

.p-top-sns-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 20px 0;
}

.p-top-vip-reser-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  text-align: left;
  display: block;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .p-top-vip-reser-link {
    font-size: 1.6rem;
  }
}
.p-top-vip-reser-link:hover {
  cursor: pointer;
  color: #292929;
}
@media screen and (max-width: 1280px) {
  .p-top-vip-reser-link {
    font-size: 2rem;
  }
}

.p-top-vip-reser {
  position: relative;
}

.p-top-event-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 160px 100px;
}
@media screen and (max-width: 1300px) {
  .p-top-event-wrapper {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-event-wrapper {
    padding: 60px 20px;
  }
}

.p-top-sub-event-wrapper {
  padding: 100px 0 0 0;
}

@media screen and (max-width: 767px) {
  .p-top-event-head {
    padding-left: 20px;
  }
}

.p-top-event-post-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-event-post-link {
    font-size: 1.6rem;
  }
}
.p-top-event-post-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.p-top-event-post-img-area {
  display: block;
}

.p-top-event-post-bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.p-top-event-post-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-top-event-post-bg::before {
  background-color: transparent;
}

.p-schedule-details {
  padding-top: 10px;
}

.p-top-event-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-event-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-event-date {
    font-size: 1.4rem;
  }
}

.p-top-event-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding: 0;
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-top-event-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-event-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-top-system-price-wrapper {
    padding-top: 60px;
  }
}

.p-system-week {
  display: inline-block;
  font-size: 4rem;
  font-weight: bold;
  background-color: #000000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-system-week {
    font-size: 2.8rem;
  }
}

.p-system-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-system-price-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 2.2rem;
  }
}

.p-system-peice-head {
  display: inline-block;
  font-weight: bold;
  width: 20%;
}
.p-system-peice-head span {
  display: block;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-system-peice-head {
    width: 100%;
  }
}

.man {
  background-color: #004FAE;
}

.ladies {
  background-color: #FF5064;
}

.p-system-peice {
  display: inline-block;
  width: 30%;
  padding: 20px;
  font-weight: bold;
  background-color: #ffffff;
  color: #000000;
}
@media screen and (max-width: 1280px) {
  .p-system-peice {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-system-peice {
    width: 100%;
  }
}

.p-system-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-system-desc {
    font-size: 1.6rem;
  }
}

.p-top-vip-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-vip-desc {
    font-size: 1.6rem;
  }
}

.p-top-vip-reservation-wrap {
  margin: 60px 0 20px 0;
}
@media screen and (max-width: 1280px) {
  .p-top-vip-reservation-wrap {
    margin: 30px 0;
  }
}

.p-top-vip-reservation-link {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  font-style: italic;
}
.p-top-vip-reservation-link:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.p-top-vip-reservation-link:hover:hover {
  color: #D21900;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-vip-reservation-link {
    color: #D21900;
    border: 2px solid #D21900;
    padding: 15px;
  }
}

.p-top-vip-reservation-line {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-top-vip-reservation-line {
    border-bottom: 1px solid #D21900;
  }
}

.p-top-vip-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-vip-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-top-vip-img::before {
  background-color: transparent;
}

.p-top-banner {
  display: block;
  width: 100%;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-banner {
    padding: 0 20px;
  }
}

.p-top-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-banner-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-top-banner-link {
  display: block;
  width: 48%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-top-banner-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}
.p-top-banner-link:hover .p-top-banner-img::before {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-top-banner-link {
    width: 100%;
    margin-bottom: 20px;
  }
}

.p-top-banner-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.p-top-banner-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.p-top-banner-link img {
  display: block;
  width: 100%;
}

.p-top-banner-link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #292929;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top-banner-link:after {
  content: "VIEW SITE";
  display: block;
  color: #fff;
  line-height: 48px;
  width: 180px;
  border: solid 1px #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1em;
  margin-left: -90px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.p-top-banner-link:hover:before {
  opacity: 0.5;
}

.p-top-banner-link:hover:after {
  opacity: 1;
  margin-top: -0.5em;
}

.p-top-sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-sns-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}
.p-top-sns-area li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-top-sns-area li {
    margin: 0 10px;
  }
}

.p-top-sns-icon-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  position: relative;
  font-size: 3rem;
  line-height: 1.4;
  color: #d31900;
  padding: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-sns-icon-link {
    font-size: 1.6rem;
  }
}
.p-top-sns-icon-link:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.p-top-about-img-back {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ccc;
  z-index: 100;
}

.p-top-system-srider-wrap {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-system-srider-wrap {
    margin-bottom: 0;
  }
}

.p-top-about-wrapper {
  display: block;
  padding: 80px 0;
  background-color: #222;
}

.p-top-about-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about-desc {
    font-size: 1.6rem;
  }
}

.p-top-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-wrapper {
    padding: 60px 20px;
  }
}

.p-top-head-title {
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .p-top-head-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head-title {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-top-head-title-system {
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-top-head-title-system {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head-title-system {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

/*==============================
-P-system
===============================*/
.p-system-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 120px 20px;
}
@media screen and (max-width: 767px) {
  .p-system-wrapper {
    padding: 60px 20px;
  }
}

.p-system-price-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #D21900;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-system-price-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-system-price-heading {
    font-size: 3rem;
  }
}

.p-system-price-heading-tab {
  display: none;
}
@media screen and (max-width: 1280px) {
  .p-system-price-heading-tab {
    display: block;
    font-size: 4rem;
  }
}

.p-system-price-items {
  margin-bottom: 60px;
}

/*==============================
コンセプト
===============================*/
.p-system-attention-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 20px 100px 160px 100px;
}
@media screen and (max-width: 1280px) {
  .p-system-attention-wrap {
    padding: 60px 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-system-attention-wrap {
    padding: 60px 20px;
    padding-top: 0;
  }
}

.p-system-attention-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system-attention-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-system-attention-heading {
    font-size: 4.5rem;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-system-attention-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-system-attention-box {
  border: 1px solid #e9e9e9;
}

.p-system-attention-items {
  padding: 20px 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-system-attention-items {
    min-height: 0;
  }
}

.p-system-attention-items-label {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #f2e530;
}
@media screen and (max-width: 767px) {
  .p-system-attention-items-label {
    font-size: 1.6rem;
  }
}
.p-system-attention-items-label span {
  color: #f2e530;
  font-size: 1.6rem;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1280px) {
  .p-system-attention-items-label {
    font-size: 2.2rem;
  }
  .p-system-attention-items-label span {
    font-size: 2rem;
  }
}

.p-system-attention-items-txt {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-system-attention-items-txt {
    font-size: 1.6rem;
  }
}

.p-system-attention-id-area {
  text-align: center;
  margin-bottom: 70px;
}

.p-system-attention-id-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #f2e530;
}
@media screen and (max-width: 767px) {
  .p-system-attention-id-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system-attention-id-heading {
    font-size: 2.2rem;
  }
}

.p-system-attention-id-txt {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-system-attention-id-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-system-attention-id-txt {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-system-attention-id-label {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid #D21900;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-system-attention-id-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system-attention-id-label {
    font-size: 2rem;
  }
}

.p-system-attention-id-txt-2 {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-system-attention-id-txt-2 {
    font-size: 1.6rem;
  }
}

.p-system-post-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-system-post-link {
    font-size: 1.6rem;
  }
}
.p-system-post-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}
@media screen and (max-width: 1280px) {
  .p-system-post-link {
    margin-bottom: 30px;
  }
}

.p-system-post-img-area {
  display: block;
  width: 100%;
}

.p-system-post-bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-system-post-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-system-post-bg::before {
  background-color: transparent;
}
@media screen and (max-width: 1280px) {
  .p-system-post-bg {
    padding-top: 100%;
  }
}

.p-system-app-cont {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3vw 0 6vw 0;
  text-align: center;
  margin: 0 auto;
}

.p-system-app-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60vw;
  padding: 1.5vw;
  z-index: 0;
}
.p-system-app-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
  height: 12vw;
  background-color: #962abf;
  background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
  z-index: -1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 1200px) {
  .p-system-app-area::before {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system-app-area::before {
    height: 46vw;
  }
}
@media screen and (max-width: 1200px) {
  .p-system-app-area {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-system-app-area {
    width: 100%;
  }
}

.p-system-app-img-area {
  position: relative;
  top: 0;
  left: 0;
  width: 30vw;
  text-align: center;
  margin: 0 auto;
}

.p-system-app-img-item-area {
  display: block;
  position: absolute;
  top: -1.4vw;
  left: -0.4vw;
  width: 26vw;
}

.p-system-app-img-item {
  display: block;
  width: 100%;
}

.p-system-app-logo-area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.p-system-app-name-area {
  display: inline-block;
  width: 12vw;
  text-align: center;
  margin: 0 auto;
  padding: 1vw 0;
}
@media screen and (max-width: 767px) {
  .p-system-app-name-area {
    width: 50%;
    padding: 5vw 0;
  }
}

.p-system-app-img {
  display: inline-block;
  width: 4vw;
}
@media screen and (max-width: 767px) {
  .p-system-app-img {
    width: 14vw;
  }
}

.p-system-app-text-area {
  display: block;
  width: 30vw;
}
@media screen and (max-width: 767px) {
  .p-system-app-text-area {
    width: 100%;
  }
}

.p-system-app-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 0.8vw;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.4vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system-app-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system-app-title {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
}

.p-system-app-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 0.9vw;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-system-app-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system-app-desc {
    font-size: 2.8vw;
  }
}

.p-system-app-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-system-app-btn-img-area {
  display: block;
}

.p-system-app-name-link {
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-system-app-name-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-system-app-name-link:hover .p-system-app-area::before {
  content: "";
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #d31900;
}

.p-system-app-img-link {
  display: block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-system-app-img-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.p-system-app-btn-img {
  display: inline-block;
  width: auto;
  height: 3vw;
  margin: 0 1vw;
}
@media screen and (max-width: 767px) {
  .p-system-app-btn-img {
    height: 11vw;
  }
}

@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}

.display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}

/*==============================
-Page
===============================*/
/*==============================
コンセプト
===============================*/
.p-about-concept-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px;
}
@media screen and (max-width: 1280px) {
  .p-about-concept-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-wrapper {
    padding: 60px 20px;
  }
}

.p-about-concept-sub-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3rem;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-concept-sub-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-about-concept-sub-heading {
    font-size: 2.5rem;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-sub-heading {
    font-size: 2rem;
  }
}

.p-about-concept-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-about-concept-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-about-concept-heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-about-concept-txt {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  font-size: 1.0526315789vw;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-about-concept-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-about-concept-txt {
    font-size: 1.8rem;
    font-size: 1.46484375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-concept-txt br {
    display: none;
  }
}

/*==============================
フロアマップ
===============================*/
.p-about-floor-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px;
  background-color: #D21900;
}
@media screen and (max-width: 1280px) {
  .p-about-floor-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-floor-wrapper {
    padding: 60px 20px;
  }
}

.p-about-floor-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about-floor-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-floor-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-about-floor-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-vip-floor-img-ares {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-vip-floor-img-ares {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .p-about-floor-img-img {
    margin-bottom: 40px;
  }
}

.p-about-floor-img-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #f2e530;
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-about-floor-img-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-floor-img-name {
    font-size: 2.8rem;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

/*==============================
-P-system
===============================*/
.p-contact-form-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px 20px 100px;
  background-color: #D21900;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-contact-form-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form-wrap {
    padding: 60px 20px;
  }
}

.p-contact-form-wrap .c-form-wrapper {
  padding: 40px 0 0 0;
}
.p-contact-form-wrap .c-form-index {
  color: #fff;
}
.p-contact-form-wrap .c-form-required {
  display: block;
  background-color: transparent;
  color: #f2e530;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form-wrap .c-form-required {
    display: inline-block;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-form-wrap .c-form-text {
    margin-bottom: 40px;
  }
}
.p-contact-form-wrap .c-form-text a {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
}
.p-contact-form-wrap .c-form-text a:hover {
  opacity: 0.6;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-contact-form-wrap .c-form-index-formlabel select {
  color: #333;
}
.p-contact-form-wrap .c-form-index-formlabel select .c-form-index-formlabel select option {
  border: none;
  background-color: #fff;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .p-contact-form-wrap .c-form-index-formlabel select .c-form-index-formlabel select option {
    padding: 10px;
  }
}
.p-contact-form-wrap .c-form-index-formarea {
  border: none;
  background-color: #fff;
  color: #333;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 15px;
}
@media screen and (max-width: 767px) {
  .p-contact-form-wrap .c-form-index-formarea {
    padding: 10px;
  }
}
.p-contact-form-wrap .c-form-privacy-title {
  color: #fff;
}
.p-contact-form-wrap .c-form-privacy-descarea {
  color: #fff;
}
.p-contact-form-wrap .c-form-btn-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #292929;
  border: 1px solid #292929;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
.p-contact-form-wrap .c-form-btn-item:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.p-contact-form-wrap .c-form-btn-item:disabled {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 1;
}
.p-contact-form-wrap .c-form-btn-item:disabled:hover {
  cursor: default;
  background-color: #D21900;
  border: 1px solid #292929;
  color: #292929 !important;
  opacity: 0.7;
}
.p-contact-form-wrap .c-form-contact-radio,
.p-contact-form-wrap .c-form-contact-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
  color: #fff;
}
.p-contact-form-wrap .c-form-select {
  border: none;
  background-color: #fff;
  color: #fff;
  padding: 20px 15px;
}
.p-contact-form-wrap .c-form-select-label-vip {
  color: #fff;
  font-size: 1.6rem;
}

.p-contact-faq-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px;
  background-color: #D21900;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-contact-faq-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-faq-wrap {
    padding: 60px 20px;
  }
}

.p-contact-faq-heding {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .p-contact-faq-heding {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-contact-faq-heding {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-faq-heding {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-contact-faq-heding-contact {
  text-align: center;
  margin-bottom: 0;
}

.p-contact-faq-q {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact-faq-q {
    font-size: 1.6rem;
  }
}
.p-contact-faq-q:hover {
  cursor: pointer;
}

.p-contact-faq-q::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0px;
  top: 38%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 8px;
}
@media screen and (max-width: 767px) {
  .p-contact-faq-q::after {
    right: -20px;
  }
}

.p-contact-faq-q.arrow-open::after {
  top: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-contact-faq-a-inner {
  display: none;
  margin-top: 20px;
}

.p-contact-faq-a-wrap {
  display: block;
}

.p-contact-faq-a {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-contact-faq-a {
    font-size: 1.6rem;
  }
}

.p-contact-faq-items {
  background-color: #292929;
  padding: 10px 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-contact-faq-items {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 37px;
  }
}

/*==============================
-Page
===============================*/
.p-event-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px;
  background-color: #D21900;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-event-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-event-wrap {
    padding: 60px 20px;
  }
}

.p-campaign-event-wrap {
  background-color: #292929;
}

.p-event-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 40px;
  text-align: center;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .p-event-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-event-heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-event-post-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-event-post-area {
    margin-bottom: 30px;
  }
}

.p-event-img-area {
  overflow: hidden;
  margin-bottom: 10px;
}

.p-event-campaign-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.p-event-campaign-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-event-campaign-img:before {
  background-color: transparent;
}

.p-event-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 1s all;
  transition: 1s all;
}
.p-event-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-event-img:before {
  background-color: transparent;
}

.p-event-post-area:hover .p-event-img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.p-event-post-area:hover .p-event-campaign-img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.p-event-post-title-inner {
  width: 100%;
}

.p-event-post-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#FBCE13), to(#FBCE13));
  background-image: linear-gradient(90deg, #FBCE13, #FBCE13);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 8px;
  text-decoration: none;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-event-post-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-event-post-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event-post-title {
    font-size: 2.4rem;
  }
}

.p-event-post-title-campaign {
  background-image: -webkit-gradient(linear, left top, right top, from(#D21900), to(#D21900));
  background-image: linear-gradient(90deg, #D21900, #D21900);
}
@media screen and (max-width: 1280px) {
  .p-event-post-title-campaign {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-event-post-title-campaign {
    font-size: 2.4rem;
  }
}

.p-event-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-event-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-event-date {
    font-size: 1.6rem;
  }
}

.p-event-post-area:hover .p-event-post-title {
  background-size: 100% 8px;
}

.p-event-post-area:hover .p-event-post-title-campaign {
  background-size: 100% 8px;
}

.p-event-none-lead {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-event-none-lead {
    font-size: 1.8rem;
  }
}

.p-sub-event-wrap {
  padding-top: 80px;
}

.p-sub-event-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.p-sub-event-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/*==============================
nagoya-benefit
===============================*/
.nagoya-benefit-footer {
  height: 24vw;
  padding: 2vw;
}
@media screen and (max-width: 767px) {
  .nagoya-benefit-footer {
    padding: 4vw 2vw;
  }
}

.p-nagoya-benefit-copy-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1vw;
}
@media screen and (max-width: 767px) {
  .p-nagoya-benefit-copy-area {
    gap: 2vw;
  }
}

.p-nagoya-benefit-copy {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-nagoya-benefit-copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-nagoya-benefit-copy {
    font-size: 1rem;
  }
}

.nagoya-benefit-footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 0 auto;
  gap: 5vw;
  padding: 0 5vw 3vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-footer-url-area {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.benefit-footer-url-area:hover {
  opacity: 0.6;
}

.p-nagoya-bene-logo-img-area {
  margin: 0 auto;
}

/*==============================
-Page
===============================*/
.p-vip-floor-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px 40px 100px;
  background-color: #D21900;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-floor-wrap {
    padding: 60px 20px;
  }
}

.p-vip-reserve-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 100px;
  background-color: #D21900;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-vip-reserve-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-reserve-wrap {
    padding: 60px 20px;
  }
}

.p-vip-floor-items {
  margin-top: 120px;
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-items {
    margin-top: 40px;
  }
}

.p-vip-floor-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/floor.jpg);
  padding-top: 782px;
}
.p-vip-floor-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-vip-floor-img:before {
  background-color: transparent;
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-img {
    padding-top: 56.25%;
  }
}

.p-vip-floor-inner2 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-vip-floor-inner2 {
    margin-top: 30px;
  }
}

.p-vip-floor-inner2 .l-grid-7 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-vip-floor-inner2 .l-grid-5 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 1200px) {
  .p-vip-floor-inner2 .l-grid-7 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-vip-floor-inner2 .l-grid-5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-vip-floor-price-area {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #f2e530;
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-price-area {
    border-left: none;
    padding-left: 0;
  }
}

.p-vip-floor-price-area-noimg {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-price-area-noimg {
    border-left: none;
    padding-left: 0;
  }
}

.p-vip-floor-txt-area-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-vip-floor-txt-area-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-vip-floor-txt-area {
    padding: 0px 0;
  }
}

.p-vip-floor-txt-label {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #f2e530;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-vip-floor-txt-label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-txt-label {
    font-size: 4rem;
    padding-bottom: 25px;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-floor-txt-label {
    font-size: 3rem;
    padding-bottom: 0px;
    text-align: center;
  }
}

.p-vip-floor-price-items {
  margin-bottom: 30px;
}

.p-vip-floor-price-week {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-vip-floor-price-week {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-floor-price-week {
    text-align: center;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-floor-price-week {
    text-align: center;
    font-size: 1.8rem;
  }
}

.p-vip-floor-price {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 4.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-vip-floor-price {
    font-size: 1.6rem;
  }
}
.p-vip-floor-price span {
  font-size: 2rem;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .p-vip-floor-price {
    text-align: center;
    font-size: 4.3rem;
  }
  .p-vip-floor-price span {
    font-size: 2rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-floor-price {
    text-align: center;
    font-size: 3rem;
  }
}

.p-vip-floor-txt-center {
  text-align: center;
}

.p-vip-set-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px;
  background-color: #292929;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-vip-set-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-set-wrap {
    padding: 60px 20px;
  }
}

.p-vip-set-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-set-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-set-heading {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-set-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-vip-set-items {
    padding: 30px 10px;
    border: 1px solid #fff;
    margin-bottom: 30px;
  }
}

.p-vip-set-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/aset.png);
  padding-top: 100%;
}
.p-vip-set-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-vip-set-img-2 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/bset_20231122.png);
  padding-top: 100%;
}
.p-vip-set-img-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-vip-set-img-3 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/cset-2.png);
  padding-top: 100%;
}
.p-vip-set-img-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-vip-set-label {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 20px;
  line-height: 1;
  color: #f2e530;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-vip-set-label {
    font-size: 1.6rem;
  }
}
.p-vip-set-label span {
  font-size: 6rem;
  padding-left: 5px;
}
@media screen and (max-width: 1280px) {
  .p-vip-set-label {
    font-size: 2.4rem;
  }
  .p-vip-set-label span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-set-label {
    border: none;
    padding-top: 0;
    margin-top: 10px;
    font-size: 2.2rem;
  }
  .p-vip-set-label span {
    font-size: 5rem;
  }
}

.p-vip-set-bottle-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-set-bottle-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-set-bottle-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-set-bottle-name {
    font-size: 1.6rem;
  }
}

.p-vip-bottle-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 6rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-bottle-heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

/*==============================
-BOTTLE MENU
===============================*/
.p-vip-bottle-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px 20px 100px;
  background-color: #D21900;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .p-vip-bottle-wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-wrap {
    padding: 60px 20px;
  }
}

.p-vip-bottle-img-wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-img-wrap {
    padding-bottom: 40px;
  }
  .p-vip-bottle-img-wrap:last-child {
    padding-bottom: 0;
  }
}

.p-vip-bottle-genre {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 4rem;
  font-weight: bold;
  color: #f2e530;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-genre {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-bottle-genre {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-genre {
    font-size: 2.6rem;
  }
}

.p-vip-bottle-box {
  border: 1px solid #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-box {
    margin-bottom: 30px;
  }
}

.p-vip-bottle-items {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-items {
    padding: 10px;
  }
}

.p-vip-bottle-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.p-vip-bottle-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-vip-bottle-img:before {
  background-color: transparent;
}

.p-vip-bottle-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-bottle-name {
    font-size: 1.8rem;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-name {
    font-size: 1.4rem;
  }
}

.p-vip-bottle-price {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.8rem;
  font-style: italic;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-price {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-price {
    font-size: 1.6rem;
  }
}

.p-vip-bottle-content {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-content {
    margin-bottom: 50px;
  }
}

.p-vip-bottle-name-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-vip-tel-area {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  .p-vip-tel-area {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-tel-area {
    padding: 40px 0;
  }
}

.p-vip-tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #292929;
  width: 60%;
  padding: 30px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-vip-tel-inner:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1280px) {
  .p-vip-tel-inner {
    display: block;
    width: 100%;
    padding: 15px 10px;
  }
}

.p-vip-tel-left-txt {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3.6rem;
  font-weight: bold;
  color: #f2e530;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-vip-tel-left-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-tel-left-txt {
    text-align: center;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-tel-left-txt {
    font-size: 2.6rem;
  }
}

.p-vip-tel-right {
  padding-left: 40px;
  border-left: 1px dashed #f2e530;
}
@media screen and (max-width: 1280px) {
  .p-vip-tel-right {
    border: none;
    padding-left: 0;
  }
}

.p-vip-tel-txt {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-tel-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-tel-txt {
    font-size: 1.4rem;
  }
}

.p-vip-tel-tel {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-tel-tel {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-tel-tel {
    font-size: 2.4rem;
    padding-top: 15px;
  }
}

.p-vip-popup-img-link {
  display: block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-vip-popup-img-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.p-vip-bottle-genre-img-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  color: #f2e530;
  padding-top: 10px;
  padding-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-genre-img-text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1280px) {
  .p-vip-bottle-genre-img-text {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-bottle-genre-img-text {
    font-size: 2.6rem;
  }
}

.p-vip-app-cont {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-color: #d21900;
  width: 100%;
  padding: 0 0 5vw 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-vip-app-cont {
    padding: 18vw 6vw 6vw 6vw;
  }
}

.p-vip-app-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 60vw;
  padding: 1.5vw;
  z-index: 0;
}
.p-vip-app-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 100%;
  height: 16vw;
  background-color: #857102;
  background-image: url("https://www.transparenttextures.com/patterns/light-grey-floral-motif.png");
  z-index: -1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 1200px) {
  .p-vip-app-area::before {
    height: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-area::before {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .p-vip-app-area {
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-area {
    width: 100%;
    padding: 12vw 1.5vw 3vw 1.5vw;
  }
}

.p-vip-app-name-link {
  display: inline-block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-vip-app-name-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-vip-app-name-link:hover .p-vip-app-area::before {
  content: "";
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #962abf;
}
.p-vip-app-name-link:hover .p-vip-app-img-item-text {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: rotate3d(0, 0, 1, -8deg) scale3d(1.05, 1.05, 1.05);
          transform: rotate3d(0, 0, 1, -8deg) scale3d(1.05, 1.05, 1.05);
}

.p-vip-app-img-area {
  position: relative;
  top: 3vw;
  left: 3vw;
  width: 26vw;
  height: 20vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.p-vip-app-img-item-area {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26vw;
}

.p-vip-app-img-item-text-area {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  text-align: center;
  margin: 0 auto;
  top: 20%;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-item-text-area {
    top: 0;
  }
}

.p-vip-app-img-item-text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  font-size: clamp(1.4rem, 1vw, 3rem);
  font-weight: bold;
  color: #000000;
  border-radius: 0.5vw;
  background-color: rgba(245, 233, 11, 0.8);
  padding: 0.5vw 1vw;
  -webkit-transform: rotate3d(0, 0, 1, -5deg);
          transform: rotate3d(0, 0, 1, -5deg);
  text-align: center;
  margin: 0 auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-item-text {
    font-size: 1.6rem;
  }
}
.p-vip-app-img-item-text span {
  font-size: clamp(2.4rem, 1.6vw, 3rem);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-item-text span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-item-text {
    font-size: 3.4vw;
    padding: 1vw 2vw;
    border-radius: 1.5vw;
    background-color: rgba(245, 233, 11, 0.9);
  }
}

.p-vip-app-img-item {
  display: block;
  width: 100%;
}

.p-vip-app-logo-area {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.p-vip-app-name-area {
  display: inline-block;
  width: 12vw;
  text-align: center;
  margin: 0 auto;
  padding: 1vw 0;
}
@media screen and (max-width: 767px) {
  .p-vip-app-name-area {
    width: 50%;
    padding: 5vw 0;
  }
}

.p-vip-app-img {
  display: inline-block;
  width: 4vw;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img {
    width: 14vw;
  }
}

.p-vip-app-text-area {
  display: block;
  width: 30vw;
}
@media screen and (max-width: 1200px) {
  .p-vip-app-text-area {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-text-area {
    width: 100%;
  }
}

.p-vip-app-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 0.8vw;
  font-size: clamp(1.2rem, 0.8vw, 2rem);
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0.4vw;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-vip-app-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-title {
    font-size: 3.4vw;
    font-size: clamp(1.2rem, 3.4vw, 2rem);
    margin-bottom: 1vw;
  }
}

.p-vip-app-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: clamp(1.2rem, 0.9vw, 2rem);
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-vip-app-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-desc {
    font-size: 2.8vw;
    font-size: clamp(1.2rem, 2.8vw, 2rem);
  }
}

.p-vip-app-install-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: clamp(1.2rem, 0.8vw, 1.6rem);
  color: #ffffff;
  text-align: center;
  margin: 0 auto 1vw auto;
}
@media screen and (max-width: 767px) {
  .p-vip-app-install-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-vip-app-install-desc {
    font-size: clamp(1.2rem, 2.6vw, 2rem);
  }
}

.p-vip-app-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-vip-app-btn-img-area {
  display: block;
}

.p-vip-app-install {
  padding: 1vw 0.2vw;
  border-radius: 1vw;
  background-color: rgba(40, 40, 40, 0.8);
}
@media screen and (max-width: 767px) {
  .p-vip-app-install {
    padding: 3vw 0.2vw;
  }
}

.p-vip-app-img-link {
  display: block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-vip-app-img-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}

.p-vip-app-btn-img {
  display: inline-block;
  width: auto;
  height: 3vw;
  margin: 0 1vw;
}
@media screen and (max-width: 767px) {
  .p-vip-app-btn-img {
    height: 11vw;
  }
}

.p-vip-app-img-left-area {
  display: block;
  position: absolute;
  bottom: 4.1vw;
  left: 0;
  width: 18vw;
  height: 18vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-left-area {
    bottom: 10.5vw;
    width: 40vw;
    height: 40vw;
  }
}

.p-vip-app-img-right-area {
  display: block;
  position: absolute;
  bottom: 9vw;
  right: 0;
  width: 14vw;
  height: 14vw;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-vip-app-img-right-area {
    bottom: 15vw;
    width: 35vw;
    height: 35vw;
  }
}

.p-vip-app-img-left,
.p-vip-app-img-right {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
  opacity: 0.7;
}
.p-vip-app-img-left::before,
.p-vip-app-img-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-vip-app-img-left::before,
.p-vip-app-img-right::before {
  content: "";
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}

.display-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}

/*==============================
-Page
===============================*/
/*==============================
ABOUT
===============================*/
.p-rental-about-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 60px 0 0 0;
  background-color: #D21900;
}
@media screen and (max-width: 1400px) {
  .p-rental-about-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-about-wrapper {
    padding: 30px 20px 60px 20px;
  }
}

.p-rental-about-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.p-rental-about-desc-wrap {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-5%, -70%, 0);
          transform: translate3d(-5%, -70%, 0);
}
@media screen and (max-width: 767px) {
  .p-rental-about-desc-wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.p-rental-about-heading {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #f2e530;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-rental-about-heading {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
}

.p-rental-about-sub_heading {
  font-size: 1vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-rental-about-sub_heading {
    font-size: 1.8rem;
  }
}

.p-rental-about-img01,
.p-rental-about-img02,
.p-rental-about-img03,
.p-rental-about-img04 {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.p-rental-about-img01::before,
.p-rental-about-img02::before,
.p-rental-about-img03::before,
.p-rental-about-img04::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-rental-about-img01 {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 70%;
  width: 80%;
}

.p-rental-about-img02 {
  position: relative;
  left: 25%;
  bottom: 10%;
  width: 70%;
  padding-top: 46%;
}

.p-rental-about-img03 {
  position: absolute;
  right: 0;
  width: 60%;
  padding-top: 35%;
}

.p-rental-about-img04 {
  width: 50%;
  padding-top: 30%;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.p-rental-about-hukidashi01 {
  position: absolute;
  top: -30%;
  left: -16%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .p-rental-about-hukidashi01 {
    position: relative;
    top: 0;
    left: 0;
    width: 30%;
  }
}

.p-rental-about-hukidashi02 {
  position: absolute;
  top: -70%;
  left: 35%;
  width: 20%;
}
@media screen and (max-width: 1200px) {
  .p-rental-about-hukidashi02 {
    top: -60%;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-about-hukidashi02 {
    position: relative;
    top: 0;
    left: 30%;
    width: 35%;
  }
}

.p-rental-about-sp-img-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-rental-about-sp-img-wrap {
    display: block;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-rental-about-sp-img {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .p-rental-about-sp-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/*==============================
利用目的
===============================*/
.p-rental-use-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 140px;
}
@media screen and (max-width: 1400px) {
  .p-rental-use-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-use-wrapper {
    padding: 60px 20px;
  }
}

.p-rental-use-heading-wrapper {
  width: 100%;
  text-align: center;
}

.p-rental-use-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  font-size: 2.1vw;
  font-weight: bold;
  color: #ffffff;
  padding: 15px 40px;
  text-align: center;
  border: 1px solid #D21900;
}
@media screen and (max-width: 767px) {
  .p-rental-use-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-use-heading {
    font-size: 2rem;
  }
}

.p-about-floor-img {
  width: 100%;
  height: auto;
  display: block;
}

.p-rental-use-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-rental-use-list-wrap {
    margin-top: 40px;
    height: 100%;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-rental-use {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15%;
  font-size: 1.1vw;
  padding: 15px;
  background-color: #D21900;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5px 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-use {
    width: 30%;
    font-size: 1.4rem;
    padding: 10px;
    margin: 5px;
  }
}

/*==============================
プラン
===============================*/
.p-rental-plan-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 120px 140px;
  background-color: #D21900;
}
@media screen and (max-width: 1400px) {
  .p-rental-plan-wrapper {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-plan-wrapper {
    padding: 60px 20px;
  }
}

.p-rental-plan-heading-wrapper {
  width: 100%;
  text-align: center;
}

.p-rental-plan-heading {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  font-size: 2.6vw;
  font-weight: bold;
  color: #f2e530;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-heading {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-plan-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-rental-plan-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-inner-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-rental-plan-inner {
  display: inline-block;
  width: 40%;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-inner {
    width: 100%;
  }
}

.p-rental-plan-head {
  font-size: 1.5vw;
  font-weight: bold;
  color: #D21900;
  background-color: #ffffff;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-head {
    font-size: 2rem;
  }
}

.p-rental-plan-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1em;
  font-size: 1.1vw;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-desc {
    font-size: 1.6rem;
  }
}

.p-rental-plan-or {
  font-size: 2.1vw;
  font-weight: bold;
  color: #D21900;
  background-color: #EEEEEE;
  padding: 15px 10px;
  width: 10%;
  text-align: center;
}
.p-rental-plan-or:last-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-or {
    width: auto;
    font-size: 2rem;
    padding: 10px;
  }
}

.p-rental-plan-plus {
  display: block;
  text-align: center;
  font-size: 10rem;
  font-weight: bold;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-rental-plan-plus {
    font-size: 8rem;
    padding: 15px 0;
  }
}

.p-rental-plan-img {
  padding: 15px;
}

.p-rental-plan-option-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-rental-option-text {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-rental-option-text {
    font-size: 1.7rem;
    padding-bottom: 25px;
  }
}

.p-rental-option-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-rental-option-inner {
    margin: 10px;
    max-width: 200px;
  }
}

.p-rental-option-icon {
  width: 50%;
}

.p-rental-option-inner-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-option-inner-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 15px;
  }
}

.p-rental-option-name {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-rental-option-name {
    width: 100%;
  }
}

.p-rental-option-price {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-rental-option-price {
    font-size: 2rem;
    padding-top: 5px;
  }
}

.p-rental-option-add-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.65;
  padding-top: 40px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-rental-option-add-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-option-add-desc {
    width: 100%;
    padding-top: 20px;
    font-size: 1.4rem;
  }
}

/*==============================
会場紹介
===============================*/
.p-rental-info-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 140px;
}
@media screen and (max-width: 1400px) {
  .p-rental-info-wrapper {
    padding: 60px 20px;
  }
}

.p-rental-info-heading {
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .p-rental-info-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-rental-info-map {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}

.p-rental-info-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-rental-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #FFFFFF;
}
.p-rental-info-box:last-child {
  border-bottom: none;
}

.p-rental-info-head {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  width: 40%;
  font-size: 1.2vw;
}
@media screen and (max-width: 767px) {
  .p-rental-info-head {
    font-size: 1.6rem;
  }
}

.p-rental-info-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  width: 60%;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  .p-rental-info-desc {
    font-size: 1.6rem;
  }
}

.p-rental-contact-wrapper {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0;
}
.p-rental-contact-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-rental-contact-wrapper::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-rental-contact-inner-wrap {
  position: relative;
  top: 0;
  left: 0;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-rental-contact-inner-wrap {
    padding: 50px 0;
  }
}

.p-rental-contact-heading {
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .p-rental-contact-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-rental-contact-text {
  display: block;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-rental-contact-text {
    padding: 0 20px;
    padding-bottom: 30px;
    font-size: 1.6rem;
  }
}

.p-rental-contact-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-rental-contact-link-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-rental-contact-link {
  text-align: center;
  font-size: 1.6vw;
  color: #D21900;
  background-color: #f2e530;
  border-radius: 50px;
  padding: 25px 60px;
  margin: 0 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-rental-contact-link span {
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-rental-contact-link {
    width: 100%;
    font-size: 2rem;
    padding: 20px 40px;
    margin: 10px 20px;
  }
}
.p-rental-contact-link:hover {
  background-color: #D21900;
  color: #f2e530;
}

.contact-img-2::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(106, 13, 0, 0.4094012605)), to(rgb(211, 25, 0)));
  background: linear-gradient(90deg, rgba(106, 13, 0, 0.4094012605) 0%, rgb(211, 25, 0) 100%);
}

.p-rental-flow-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px;
  background-color: #D21900;
}
@media screen and (max-width: 1400px) {
  .p-rental-flow-wrapper {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-flow-wrapper {
    padding: 60px 20px;
  }
}

.p-rental-flow-heading {
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  padding-bottom: 80px;
  text-align: center;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .p-rental-flow-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-rental-flow-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-flow-box {
    height: auto;
    margin: 10px 0;
  }
}

.p-rental-flow-num {
  position: absolute;
  top: -10%;
  left: -10%;
  display: inline-block;
  font-size: 2.6vw;
  font-weight: bold;
  color: #D21900;
  background-color: #f2e530;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .p-rental-flow-num {
    font-size: 3rem;
    top: 0;
    left: 0;
  }
}

.p-rental-flow-head {
  font-size: 2.4rem;
  font-weight: bold;
  color: #D21900;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-rental-flow-head {
    font-size: 2rem;
    padding-bottom: 15px;
  }
}

.p-rental-flow-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1vw;
  color: #444;
}
@media screen and (max-width: 767px) {
  .p-rental-flow-desc {
    font-size: 1.6rem;
  }
}

.p-rental-meyasu-wrap {
  display: block;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-rental-meyasu-wrap {
    margin-top: 60px;
  }
}

.p-rental-flow-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.p-rental-flow-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-rental-meyasu-inner {
  margin: 60px 0;
}
@media screen and (max-width: 1400px) {
  .p-rental-meyasu-inner {
    margin: 30px 0;
  }
}

.p-rental-meyasu-heading-wrap {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-rental-meyasu-heading-wrap {
    padding-bottom: 20px;
  }
}

.p-rental-meyasu-heading {
  display: inline-block;
  font-size: 1.6vw;
  color: #f2e530;
  padding: 15px 20px;
  border: 1px solid #f2e530;
}
@media screen and (max-width: 767px) {
  .p-rental-meyasu-heading {
    font-size: 2rem;
  }
}

.p-rental-meyasu-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1vw;
  background-color: #ffffff;
  color: #333;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-meyasu-desc {
    font-size: 1.6rem;
  }
}

.p-rental-menu-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 100px 60px 100px;
}
@media screen and (max-width: 1400px) {
  .p-rental-menu-wrapper {
    padding: 60px 20px;
  }
}

.p-rental-menu-heading {
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .p-rental-menu-heading {
    font-size: 3rem;
    padding-bottom: 25px;
  }
}

.p-rental-menu-text {
  font-size: 1.1vw;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-rental-menu-text {
    font-size: 1.7rem;
    line-height: 1.6;
    padding-bottom: 40px;
  }
}

.p-rental-menu-inner {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-rental-menu-inner {
    margin-bottom: 50px;
  }
}

.p-rental-menu-head {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-rental-menu-head {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}

.p-rental-menu-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-rental-menu-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-rental-menu-img::before {
  background-color: transparent;
}

.p-rental-faq-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 160px 200px;
  background-color: #ffffff;
  color: #333;
}
@media screen and (max-width: 1400px) {
  .p-rental-faq-wrapper {
    padding: 60px 20px;
  }
}

.p-rental-faq-heading {
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  color: #D21900;
}
@media screen and (max-width: 767px) {
  .p-rental-faq-heading {
    padding-bottom: 25px;
  }
}

.p-rental-faq-inner {
  padding: 30px 0;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .p-rental-faq-inner {
    padding: 15px 0;
  }
}

.p-rental-faq-q {
  color: #D21900;
  font-size: 1.3vw;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-faq-q {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
.p-rental-faq-q span {
  font-weight: bold;
  font-size: 1.5vw;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-faq-q span {
    font-size: 2.4rem;
    padding-right: 10px;
  }
}

.p-rental-faq-a {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1vw;
}
@media screen and (max-width: 767px) {
  .p-rental-faq-a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-rental-faq-a {
    text-indent: -30px;
    margin-left: 32px;
  }
}
.p-rental-faq-a span {
  font-weight: bold;
  font-size: 1.2vw;
  color: #002AD3;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-rental-faq-a span {
    font-size: 2rem;
    padding-right: 15px;
  }
}

.p-rental-cancel-wrap {
  padding-top: 80px;
}

.p-rental-cancel-heading {
  display: block;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  padding-bottom: 40px;
  text-align: center;
  color: #D21900;
}
@media screen and (max-width: 767px) {
  .p-rental-cancel-heading {
    font-size: 2rem;
    padding-bottom: 25px;
  }
}

.p-rental-cancel-text {
  font-size: 1.1vw;
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-rental-cancel-text {
    font-size: 1.6rem;
    padding-bottom: 25px;
    line-height: 1.6;
  }
}

.p-rental-cancel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #333;
  padding: 20px;
}
.p-rental-cancel-inner:last-child {
  border-top: none;
}
@media screen and (max-width: 1200px) {
  .p-rental-cancel-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
}

.p-rental-cancel-date {
  font-size: 1.3vw;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-rental-cancel-date {
    width: 100%;
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}

.p-rental-cancel-price {
  font-size: 1.5vw;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .p-rental-cancel-price {
    width: 100%;
    font-size: 2.4rem;
  }
}

.p-rental-slide-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.p-rental-slide-wrap {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-rental-slide-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-rental-slide-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/*==============================
-Single
===============================*/
.s-sc-space {
  display: block;
  padding-top: 20px;
}

.s-sc-title {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-sc-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.6;
  }
}

.s-sc-header {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-sc-header {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-benefits {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 8px;
  color: #d28a00;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .s-sc-benefits {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.s-sc-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #d28a00;
}

.s-sc-guest {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 8px;
  color: #f2e530;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .s-sc-guest {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.s-sc-guest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #f2e530;
}

.s-sc-men {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #0083d2;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .s-sc-men {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-ladies {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #d20072;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .s-sc-ladies {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-common {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #eee;
}
@media screen and (max-width: 767px) {
  .s-sc-common {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-sc-lead {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .s-sc-lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.s-sc-lead + .s-sc-lead {
  margin-top: 5px;
}

.s-sc-attention {
  display: inline-block;
  background-color: red;
  padding: 2px 10px;
  letter-spacing: 0.05em;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.6;
  color: white;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .s-sc-attention {
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.s-sc-linklead {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: inherit;
  word-break: break-all;
  text-align: left;
  color: #fff;
}
.s-sc-linklead::before {
  content: "・";
  font-size: 1.4rem;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .s-sc-linklead {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.s-sc-link {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-decoration: underline;
  color: inherit;
  word-break: break-all;
  text-align: left;
}
.s-sc-link:hover {
  text-decoration: none;
  text-shadow: red;
}
@media screen and (max-width: 767px) {
  .s-sc-link {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.s-sc-table {
  width: 100%;
  margin-bottom: 10px;
}
.s-sc-table td {
  border: 1px solid #888;
  padding: 15px;
  font-size: 1.4rem;
  text-align: center;
}

.s-sc-movie {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.s-sc-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*==============================
-Single
===============================*/
.s-single-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #292929;
  overflow: hidden;
  padding: 0;
  background-color: #D21900;
}

.s-single-movie-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.s-single-movie {
  width: 177.78%;
  max-width: none;
  min-width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.s-single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .s-single-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s-single-left-content {
  width: 50%;
  padding: 220px 60px;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#292929));
  background: linear-gradient(to left, #000000, #292929);
}
@media screen and (max-width: 1200px) {
  .s-single-left-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 20px;
  }
}

.s-single-right-content {
  width: 50%;
  padding: 220px 120px 120px 120px;
}
@media screen and (max-width: 1200px) {
  .s-single-right-content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0px 20px;
    padding-top: 140px;
    padding-bottom: 30px;
  }
}

.s-single-top-post-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.6rem;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .s-single-top-post-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-single-top-post-desc {
    padding: 20px 0 40px 0;
  }
}

.s-single-post-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.s-single-post-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.s-single-post-img:before {
  background-color: transparent;
}

.s-single-content-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  background-color: #D21900;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .s-single-content-wrap {
    padding: 60px 20px;
  }
}

.s-single-post-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 4rem;
  font-weight: bold;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .s-single-post-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-single-post-title {
    font-size: 3rem;
    padding-top: 20px;
  }
}

.s-single-post-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s-single-post-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-single-post-date {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

.s-single-left-content {
  background-color: #D21900;
}

.s-single-sns-guest-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  color: #f2e530;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .s-single-sns-guest-name {
    font-size: 1.6rem;
  }
}
.s-single-sns-guest-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #f2e530;
}
@media screen and (max-width: 767px) {
  .s-single-sns-guest-name {
    font-size: 2rem;
    margin-top: 15px;
  }
}

.s-single-sns-area {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-single-sns-area p {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .s-single-sns-area p {
    font-size: 1.6rem;
  }
}
.s-single-sns-area p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.s-single-sns-area a {
  color: #fff;
  font-size: 2.8rem;
  display: block;
  padding-bottom: 30px;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .s-single-sns-area a {
    font-size: 3rem;
    padding-bottom: 15px;
  }
}
.s-single-sns-area a:hover {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*==============================
-Single
===============================*/
.s-p-single-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: #292929;
  overflow: hidden;
  padding: 220px 60px;
  background: -webkit-gradient(linear, right top, left top, from(#000000), to(#292929));
  background: linear-gradient(to left, #000000, #292929);
  background-color: #D21900;
}
@media screen and (max-width: 767px) {
  .s-p-single-wrap {
    padding: 140px 20px;
  }
}

.s-p-single-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s-p-single-content-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.s-p-single-movie-wrap {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.s-p-single-movie {
  width: 177.78%;
  max-width: none;
  min-width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.s-p-single-left-content {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .s-p-single-left-content {
    width: 100%;
  }
}

.s-p-single-top-post-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
  font-size: 1.6rem;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .s-p-single-top-post-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-p-single-top-post-desc {
    padding: 20px 0 40px 0;
  }
}

.s-p-single-post-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100%;
}
.s-p-single-post-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.s-p-single-post-img:before {
  background-color: transparent;
}

.s-p-single-right-content {
  width: 50%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .s-p-single-right-content {
    width: 100%;
    padding: 0 20px;
  }
}

.s-p-single-post-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 4rem;
  font-weight: bold;
  color: #f2e530;
}
@media screen and (max-width: 767px) {
  .s-p-single-post-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-p-single-post-title {
    font-size: 3rem;
    padding-top: 20px;
  }
}

.s-p-single-post-date {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s-p-single-post-date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .s-p-single-post-date {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}

.s-p-single-sns-guest-name {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2rem;
  color: #f2e530;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .s-p-single-sns-guest-name {
    font-size: 1.6rem;
  }
}
.s-p-single-sns-guest-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #f2e530;
}
@media screen and (max-width: 767px) {
  .s-p-single-sns-guest-name {
    font-size: 2rem;
    margin-top: 15px;
  }
}

.s-p-single-sns-area {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.s-p-single-sns-area p {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 2.4rem;
  color: #fff;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .s-p-single-sns-area p {
    font-size: 1.6rem;
  }
}
.s-p-single-sns-area p:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.s-p-single-sns-area a {
  color: #fff;
  font-size: 2.8rem;
  display: block;
  padding-bottom: 30px;
  padding-right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .s-p-single-sns-area a {
    font-size: 3rem;
    padding-bottom: 15px;
  }
}
.s-p-single-sns-area a:hover {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* ======================================================
_custom.scss
====================================================== */
main {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-color: #292929;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  overflow: hidden;
}

#wpadminbar {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}

.swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}

.swiper-pagination-bullet-active {
  background: #d31900;
}

.a-fadein {
  -webkit-animation: a-fadein 0.8s both 0.4s ease;
  animation: a-fadein 0.8s both 0.4s ease;
  visibility: visible !important;
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.bg-fade-slide {
  -webkit-animation: bg-fade-slide 0.3s both 0.2s ease-out;
  animation: bg-fade-slide 0.3s both 0.2s ease-out;
  visibility: visible !important;
}

@-webkit-keyframes bg-fade-slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes bg-fade-slide {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.test {
  font-size: 1.6rem;
}

.is-hide {
  display: none !important;
}

.ajax_loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.ajax_loading::before {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100px;
  height: 100px;
  border-radius: 5px;
  margin: 0 auto;
}

.ajax_loading::after {
  content: "";
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 82px;
  height: 82px;
  border-radius: 50px;
  margin-top: -41px;
  margin-left: -41px;
  border: 16px solid #8ec3ff;
  border-right: 16px solid white;
  -webkit-animation: rotate 1s infinite linear;
          animation: rotate 1s infinite linear;
  -webkit-box-shadow: #c00;
          box-shadow: #c00;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-button-prev, .swiper-button-next {
  color: #ffffff;
}

.swiper-button-prev {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 5px;
  }
}

.swiper-button-next {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 5px;
  }
}

.c-page-head-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-page-head-wrapper {
    padding-top: 80px;
  }
}

.c-page-head-img {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20%;
}
.c-page-head-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-page-head-img {
    padding-top: 56.25%;
  }
}

.c-page-head-title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.c-page-head-title {
  font-size: 6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-txt-dis-pc {
    display: none;
  }
}

.c-txt-dis-tab-pc {
  display: block;
}
@media screen and (max-width: 1280px) {
  .c-txt-dis-tab-pc {
    display: none;
  }
}

.c-txt-dis-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-txt-dis-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sp-grid-4 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 4) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 30px - 0.1px);
    max-width: calc(100% / (12 / 4) - 30px);
    position: relative;
    margin: 0 calc(30px / 2);
  }
}

@media screen and (max-width: 1280px) {
  .sp-tile-grid-6-tab {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 0.1px);
    max-width: calc(100% / (12 / 6));
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .sp-tile-grid-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 0.1px);
    max-width: calc(100% / (12 / 6));
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .sp-grid-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 6) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 30px - 0.1px);
    max-width: calc(100% / (12 / 6) - 30px);
    position: relative;
    margin: 0 calc(30px / 2);
  }
}

@media screen and (max-width: 1280px) {
  .sp-grid-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 12) - 30px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 30px - 0.1px);
    max-width: calc(100% / (12 / 12) - 30px);
    position: relative;
    margin: 0 calc(30px / 2);
  }
}

@media screen and (max-width: 767px) {
  .sp-tile-grid-12 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / (12 / 12) - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 0.1px);
    max-width: calc(100% / (12 / 12));
    position: relative;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: ""; /*contentを空にする*/
  }
}

.event-none {
  display: none;
}

.p-event-wrap-noevent {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
  text-align: center;
  position: relative;
  background-color: #D21900;
}

.fadeup-left {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.fadeup-left.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.fadeup-left-2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.fadeup-left-2.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.fadeup-left-3 {
  opacity: 0;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.fadeup-left-3.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.fadeup-left-4 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.fadeup-left-4.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.fadeup-left-5 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.fadeup-left-5.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.fadeup-left-6 {
  opacity: 0;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.fadeup-left-6.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.fadeup-left-7 {
  opacity: 0;
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.fadeup-left-7.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

/*==============================
lp Dancer_recruit
===============================*/
.p-anniversary-body {
  color: #ffffff;
  background-color: #111;
}

.p-anniversary-html-body {
  color: #ffffff;
  background-color: #111;
}

.p-anniversary-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ac1401;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: left;
  color: #fff;
}

.p-anniversary-container {
  max-width: 1185px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-container {
    padding: 0 30px;
  }
}

.p-anniversary-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 40px;
  margin-bottom: 60px;
  z-index: 1;
}
.p-anniversary-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-anniversary-area {
    padding: 40px 10px;
  }
}

.p-anniversary-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.p-anniversary-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  z-index: -1;
}
.p-anniversary-header {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-header {
    font-size: 2rem;
  }
}

.p-anniversary-header-event {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
  color: #a99b39;
  padding: 20px;
  margin-bottom: 40px;
  border-top: 2px solid #a99b39;
  border-bottom: 2px solid #a99b39;
}
@media screen and (max-width: 767px) {
  .p-anniversary-header-event {
    font-size: 2.2rem;
    padding: 20px 0;
  }
}

.p-anniversary-subheader {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
  color: #fff;
  background-color: #000;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-subheader {
    font-size: 1.6rem;
    padding: 20px 10px;
  }
}

.p-anniversary-img {
  width: 100%;
  margin-bottom: 40px;
}

.p-anniversary-desc {
  color: #fff;
  padding: 40px 0;
}
.p-anniversary-desc .s-sc-lead {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.65;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-desc .s-sc-lead {
    font-size: 1.6rem;
  }
}

.p-anniversary-flower {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 80px 10px;
  text-align: center;
}
.p-anniversary-flower .s-sc-lead {
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-flower .s-sc-lead {
    font-size: 1.6rem;
    padding: 10px;
    text-align: left;
  }
}
.p-anniversary-flower p {
  line-height: 1.5;
}

.p-anniversary-flower-bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-anniversary-flower-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 20, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .p-anniversary-flower-bg {
    text-align: left;
  }
}

.p-anniversary-movie {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.p-anniversary-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-anniversary-form-wrapper {
  padding: 60px 0 0 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-wrapper {
    padding: 60px 10px 0 10px;
  }
}

.p-anniversary-form-text-area {
  margin-top: 60px;
}

.p-anniversary-form-text {
  font-size: 1.4rem;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

.p-anniversary-form {
  margin-bottom: 80px;
}

.p-anniversary-form-index {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-index {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 5px;
  }
}

.p-anniversary-form-required {
  background-color: #c00;
  color: #fff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.p-anniversary-form-optional {
  background-color: #444;
  color: #fff;
  padding: 2px 5px;
  vertical-align: middle;
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.1rem;
}

.p-anniversary-form-index-formlabel select,
.p-anniversary-form-index-formlabel select option {
  border: solid 1px #888;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  position: relative;
  width: 100%;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-index-formlabel select,
  .p-anniversary-form-index-formlabel select option {
    font-size: 1.6rem;
  }
}

.p-anniversary-form-select {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.p-anniversary-form-index-select::before {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 2rem;
  font-weight: 900;
  font-family: "FontAwesome";
  color: #333;
}

.p-anniversary-form-index-formarea {
  border: solid 1px #888;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-index-formarea {
    font-size: 1.6rem;
  }
}

.p-anniversary-form-index-formattachment {
  color: #333;
  font-size: 1.6rem;
  padding: 10px 0;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-index-formattachment {
    font-size: 1.6rem;
  }
}

textarea.p-anniversary-form-index-formarea {
  font-family: sans-serif;
  border: solid 1px #888;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  textarea.p-anniversary-form-index-formarea {
    font-size: 1.6rem;
  }
}

#p-anniversary-form-submit {
  width: 100%;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

::-moz-placeholder {
  /* Others */
  color: #ccc;
}

::-ms-input-placeholder {
  /* Others */
  color: #ccc;
}

::placeholder {
  /* Others */
  color: #ccc;
}

.p-anniversary-form-privacy {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}

.p-anniversary-form-privacy-link-area {
  display: block;
  height: 160px;
  overflow-y: scroll;
  text-align: center;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
}

.p-anniversary-form-privacy-title {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.p-anniversary-form-privacy-descarea {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #333;
}

.p-anniversary-form-privacy-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #c00;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  text-decoration: underline;
}
.p-anniversary-form-privacy-link:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}

.p-anniversary-form-index-lead {
  display: block;
  margin: 0 auto;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  background-color: #eee;
  padding: 10px;
}

.p-anniversary-form-att-text {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 10px;
  background-color: #eee;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #c00;
}

.p-anniversary-form-checkarea {
  margin-bottom: 20px;
  padding: 10px 0;
}
.p-anniversary-form-checkarea input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-anniversary-form-checkarea input[type=radio] + .p-anniversary-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}
.p-anniversary-form-checkarea input[type=radio] + .p-anniversary-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid rgb(180.25, 180.25, 180.25);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.p-anniversary-form-checkarea input[type=radio]:checked + .p-anniversary-form-contact-check:before {
  background-color: #1d2087;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.p-anniversary-form-checkarea input[type=radio]:focus + .p-anniversary-form-contact-check:before {
  outline: none;
  border-color: #1d2087;
}
.p-anniversary-form-checkarea input[type=radio] + .p-anniversary-form-contact-check:empty:before {
  margin-right: 0;
}
.p-anniversary-form-checkarea input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.p-anniversary-form-checkarea input[type=checkbox] + .p-anniversary-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}
.p-anniversary-form-checkarea input[type=checkbox] + .p-anniversary-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 14%;
  border: 1px solid rgb(180.25, 180.25, 180.25);
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.p-anniversary-form-checkarea input[type=checkbox]:checked + .p-anniversary-form-contact-check:before {
  background-color: #1d2087;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.p-anniversary-form-checkarea input[type=checkbox]:focus + .p-anniversary-form-contact-check:before {
  outline: none;
  border-color: #1d2087;
}
.p-anniversary-form-checkarea input[type=checkbox] + .p-anniversary-form-contact-check:empty:before {
  margin-right: 0;
}

.p-anniversary-form-btn-area {
  display: block;
  text-align: center;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-btn-area {
    padding: 0 0 20px 0;
  }
}

.p-anniversary-form-btn-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #fff !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #a99b39;
  border: 2px solid #a99b39;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  .p-anniversary-form-btn-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.p-anniversary-form-btn-item:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #a99b39 !important;
  background-color: #fff;
}
.p-anniversary-form-btn-item:disabled {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  opacity: 0.7;
}
.p-anniversary-form-btn-item:disabled:hover {
  cursor: default;
  background-color: #333;
  border: 2px solid #333;
  color: #fff !important;
}

.p-anniversary-form-return-item {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #444 !important;
  padding: 20px 15px;
  margin: 20px auto 0 auto;
  background-color: #fff;
  border: 2px solid #444;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  .p-anniversary-form-return-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-return-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.p-anniversary-form-return-item:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #fff !important;
  background-color: #444;
}

.p-anniversary-form-confirmation-body {
  background: #ffffff;
}

.p-anniversary-form-confirmation-inner {
  padding-top: 120px;
  color: #000000;
}

.p-anniversary-form-confirmation-lead {
  padding-top: 15px;
}

.p-anniversary-form-confirmation-table {
  width: 100%;
  margin: 60px 0 40px 0;
}

.p-anniversary-form-confirmation-table {
  display: inline-table;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.p-anniversary-form-confirmation-table th {
  width: 24%;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: right;
  border-right: 1px solid #888;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-confirmation-table th {
    width: 30%;
  }
}
.p-anniversary-form-confirmation-table td {
  color: #fff;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-confirmation-table td {
    font-size: 1.2rem;
  }
}

.p-anniversary-form-confirmation-submit-btn {
  background: #000000;
  border: 2px solid #000000;
  color: #fff;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.p-anniversary-form-confirmation-submit-btn:hover {
  background: none;
  color: #000000;
}

.p-anniversary-form-confirmation-return-btn, .p-anniversary-form-confirmation-return-btn-error {
  background: #aaa;
  border: 2px solid #aaa;
  color: #111;
  padding: 20px 15px;
  width: 80%;
  margin-top: 15px;
  outline: none;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
}
.p-anniversary-form-confirmation-return-btn:hover, .p-anniversary-form-confirmation-return-btn-error:hover {
  background: none;
  color: #aaa;
}

.p-anniversary-form-confirmation-return-btn-error {
  width: 100px;
  padding: 10px 15px;
}

.p-anniversary-form-confirmation-center {
  text-align: center;
}

.p-anniversary-form-confirmation-footer {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 0;
  margin-top: 70px;
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.p-anniversary-form-thanks-wrapper {
  width: 100%;
  text-align: center;
}

.p-anniversary-form-thanks-inner {
  padding: 200px 0;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-thanks-inner {
    padding: 120px 0;
  }
}

.p-anniversary-form-thanks-heading {
  font-size: 3rem;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-thanks-heading {
    font-size: 2rem;
  }
}

.p-anniversary-form-thanks-line {
  width: 40%;
  height: 2px;
  margin: 25px auto 30px auto;
}

.p-anniversary-form-thanks-lead {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-thanks-lead {
    font-size: 1.4rem;
  }
}

.p-anniversary-form-thanks-anchor-btn {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 20px 10px;
  outline: none;
  border: none;
  width: 60%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background-color: #888;
  border: 2px solid #888;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-anniversary-form-thanks-anchor-btn {
    width: 80%;
  }
}
.p-anniversary-form-thanks-anchor-btn:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #888;
  color: #888;
}

.p-anniversary-footer-container {
  max-width: 1185px;
}
@media screen and (max-width: 767px) {
  .p-anniversary-footer-container {
    padding: 0 30px;
  }
}

.p-anniversary-footer-area {
  padding: 40px 0;
  text-align: center;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.p-anniversary-footer-desc {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-anniversary-footer-desc {
    margin-top: 15px;
  }
}
.p-anniversary-footer-desc span {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-anniversary-footer-desc span {
    display: block;
  }
}

.p-anniversary-footer-logo {
  display: block;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-anniversary-footer-logo:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.p-anniversary-top-logo-area {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.p-anniversary-top-logo {
  display: inline-block;
  width: 400px;
  margin: 20px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-anniversary-top-logo {
    width: 240px;
  }
}

.p-anniversary-footer-logo-link {
  width: 100%;
  max-width: 70px;
}

.p-anniversary-none {
  display: none !important;
}

.p-mail-anniversary-wrapper {
  background-color: #ac1401;
  color: #fff;
}
.p-mail-anniversary-wrapper .s-sc-lead {
  color: #fff;
}

.p-mail-main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background-color: #111;
}

.p-top-mail-main-img,
.p-top-mail-guest {
  padding: 15px 15px;
}

.visible-outlook {
  display: none !important;
}

.p-mail-main-area {
  padding: 40px 0;
}

.p-mail-main-area td {
  padding: 20px;
}

.p-mail-title-area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 15px;
}

.p-mail-table-title {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.p-mail-subtitle {
  background-color: #000;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.p-mail-main-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #ffffff;
}

.p-mail-table1 {
  margin: 0 auto;
  border-collapse: collapse;
  color: #fff;
  background-color: #111;
  width: 100%;
  max-width: 900px;
  /* background-image: url("https://club-sango.com/wp-content/themes/sango_v1.0/lib/image/lp/anniversary/5anni_bg_01.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: repeat-y; */
}

/* .p-mail-table1 td {
	padding: 20px 40px;
} */
.p-mail-table2 {
  /* width: 80%; */
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  background: #fff;
  color: #222;
}

.p-mail-event {
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
}

.p-mail-event-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-mail-flower {
  border: 1px solid #111;
  padding: 20px;
}

.p-mail-flower-title {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  text-align: center;
}

.p-top-mail-info-box {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.p-mail-info,
.p-mail-info2 {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.75;
  width: auto;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.p-top-mail-info-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 250px 0;
}

.p-mail-table-title2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 250px 0;
}

.p-top-mail-btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
  background-color: white;
}

.p-mail-btn-link {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: inline-block;
}

.p-top-mail-btn-img {
  width: 420px;
  height: auto;
  display: inline-block;
}

.p-mail-btn {
  display: block;
  font-size: 20px;
  font-weight: bold;
  background-color: #111;
  color: #fff;
  text-align: center;
  margin: 10px auto 0 auto;
  padding: 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-mail-btn:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-mail-link-img {
  width: 100%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-mail-link-img:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-mail-footer {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #666;
  color: #fff;
  padding: 20px 10px;
}

.p-anniversary-mail-footer-logo-link {
  max-width: 50px;
}

.p-mail-logo {
  display: inline-block;
  width: 120px;
  height: auto;
  margin-right: 20px;
}

.p-mail-footer-desc {
  display: inline-block;
  text-align: left;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .p-top-mail-info-bg,
  .p-mail-table-title2 {
    padding: 40px 0;
  }
  .p-mail-main-title {
    font-size: 18px;
  }
  .p-top-mail-btn-img {
    width: 90%;
    display: inline-block;
    text-align: center;
  }
}
.p-mail-table-title {
  font-size: 18px;
}

.p-mail-subtitle {
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */