@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: 62.5%;
  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: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* ======= mixin breakpoint ======= */
/* ======= prefix ======= */
/* ======= positioncenter ======= */
/* ===== @mixin ===== */
/* ===== @class ===== */
.l-container {
  margin: 0 auto;
  max-width: calc(1170px + 16px);
  padding: 0 calc(16px / 2);
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-container .l-full,
  .l-container .l-laid {
    margin-left: calc(16px / -2);
    margin-right: calc(16px / -2);
  }
}

.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(16px / -2);
  margin-right: calc(16px / -2);
}

.l-full,
.l-laid {
  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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 1) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 1) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 2) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 2) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 3) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 3) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 4) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 5) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 5) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 6) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 7) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 7) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 8) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 9) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 9) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 10) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 10) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 11) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 11) - 16px);
}

.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) - 16px - 0.1px);
      flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
  margin: 0 calc(16px / 2);
  max-width: calc(100% / (12 / 12) - 16px);
}

.l-grid-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 calc(16px / 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% - 16px - 0.1px);
        flex-basis: calc(100% - 16px - 0.1px);
    max-width: calc(100% - 16px);
    margin-left: calc(16px / 2);
    margin-right: calc(16px / 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%;
  }
}

/* ===== @mixin ===== */
@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 1) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 1) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 2) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 2) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 3) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 3) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 4) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 5) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 5) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 6) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 7) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 7) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 8) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 9) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 9) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 10) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 10) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 11) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 11) - 16px);
  }
}

@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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
    margin: 0 calc(16px / 2);
    max-width: calc(100% / (12 / 12) - 16px);
  }
}

@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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
@supports (-ms-ime-align: auto) {
  body {
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #333;
  letter-spacing: 1px;
  height: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

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

a {
  font-size: 1.2rem;
}

#wpadminbar {
  position: fixed !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;
  }
}

/*==============================
-Component
===============================*/
.c-text-wrapper, .p-confirm-main-wrap, .p-fc-main-wrap, .p-fc-form-wrap, .p-fc2-co-top-wrap, .p-fc2-co-scene-wrap, .p-fc2-co-marit-wrap, .p-fc2-co-lineup-wrap, .p-fc2-co-method-wrap, .p-fc2-co-flow-wrap, .p-fc2-co-question-wrap, .p-fc2-co-contact-wrap, .p-sample-mainvisual-wrapper, .p-shop-wrapper, .p-top-news-wrap, .p-top-column-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 120px 0;
}

.c-text-flex, .p-top-ver-area, .c-header-teaser-wrapper-item, .c-header-sns-cont, .c-top-main-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;
}

.c-text-lead, .s-single-post-date,
.s-single-post-date span, .s-single-post-title, .s-single-post-column-relate-label, .s-single-post-column-relate-title, .s-single-post-column-relate-date, .s-sc-column-title, .s-sc-column-heading, .p-confirm-name, .p-confirm-tel, .p-confirm-address, .p-confirm-submit-btn, .p-fc-main-lead, .p-fc-main-text, .p-fc-form-lead, .p-fc2-co-top-lead, .p-fc2-co-top-text, .p-fc2-co-scene-text, .p-fc2-marit-title-pc, .p-fc2-marit-title-sp, .p-fc2-marit-text, .p-fc2-marit-btn, .p-fc2-co-lineup-text, .p-fc2-co-lineup-set-items, .p-fc2-co-lineup-set-price-label, .p-fc2-co-lineup-set-price, .p-fc2-co-lineup-bottom-text, .p-fc2-co-use-top-text, .p-fc2-co-use-num, .p-fc2-co-use-items-text, .p-fc2-co-flow-num, .p-fc2-co-flow-items-lead, .p-fc2-co-flow-items-text, .p-faq__q-txt, .p-faq__a-txt, .p-fc2-main .p-fc2-co-tab_btn, .p-sample-top-title, .p-sample-date, .p-sample-dl, .p-sample-title, .p-sample-header, .p-sample-desc, .p-sample-footer-copy, .p-sample-top-post-title, .p-sample-top-post-date, .p-shop-subtitle, .p-top-online-shop-text, .p-top-online-shop-btn, .p-top-mainvisual-title, .p-top-mainvisual-desc, .p-top-main-title-area, .p-top-main-subtitle, .p-top-main-subtitle2, .p-top-main-content, .p-top-main-content2, .p-top-topnews-title, .p-top-news-date, .p-top-news-title-pc, .p-top-news-title-sp, .p-top-news-title-no-pc, .p-top-news-title-no-sp, .p-top-column-title, .p-top-column-date, .p-top-column-btn, .p-privacy-header, .p-privacy-header span, .p-privacy-text, .p-privacy-lead, .p-privacy-title, .p-privacy-desc, .c-footer-copy, .c-header-teaser-mainvisual-title, .c-header-teaser-mainvisual-desc, .c-header-sns-link, .c-header-sns-link-single, .c-header-online-btn, .c-header-online-link, .c-header-online-link-sp, .c-header-sns-link-sp, .c-pagination span,
.c-pagination a, .c-pagination-single-date,
.c-pagination-single-date span, .c-pagination-single-area-lefttext, .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;
}
@media screen and (max-width: 767px) {
  .c-text-lead, .s-single-post-date,
  .s-single-post-date span, .s-single-post-title, .s-single-post-column-relate-label, .s-single-post-column-relate-title, .s-single-post-column-relate-date, .s-sc-column-title, .s-sc-column-heading, .p-confirm-name, .p-confirm-tel, .p-confirm-address, .p-confirm-submit-btn, .p-fc-main-lead, .p-fc-main-text, .p-fc-form-lead, .p-fc2-co-top-lead, .p-fc2-co-top-text, .p-fc2-co-scene-text, .p-fc2-marit-title-pc, .p-fc2-marit-title-sp, .p-fc2-marit-text, .p-fc2-marit-btn, .p-fc2-co-lineup-text, .p-fc2-co-lineup-set-items, .p-fc2-co-lineup-set-price-label, .p-fc2-co-lineup-set-price, .p-fc2-co-lineup-bottom-text, .p-fc2-co-use-top-text, .p-fc2-co-use-num, .p-fc2-co-use-items-text, .p-fc2-co-flow-num, .p-fc2-co-flow-items-lead, .p-fc2-co-flow-items-text, .p-faq__q-txt, .p-faq__a-txt, .p-fc2-main .p-fc2-co-tab_btn, .p-sample-top-title, .p-sample-date, .p-sample-dl, .p-sample-title, .p-sample-header, .p-sample-desc, .p-sample-footer-copy, .p-sample-top-post-title, .p-sample-top-post-date, .p-shop-subtitle, .p-top-online-shop-text, .p-top-online-shop-btn, .p-top-mainvisual-title, .p-top-mainvisual-desc, .p-top-main-title-area, .p-top-main-subtitle, .p-top-main-subtitle2, .p-top-main-content, .p-top-main-content2, .p-top-topnews-title, .p-top-news-date, .p-top-news-title-pc, .p-top-news-title-sp, .p-top-news-title-no-pc, .p-top-news-title-no-sp, .p-top-column-title, .p-top-column-date, .p-top-column-btn, .p-privacy-header, .p-privacy-header span, .p-privacy-text, .p-privacy-lead, .p-privacy-title, .p-privacy-desc, .c-footer-copy, .c-header-teaser-mainvisual-title, .c-header-teaser-mainvisual-desc, .c-header-sns-link, .c-header-sns-link-single, .c-header-online-btn, .c-header-online-link, .c-header-online-link-sp, .c-header-sns-link-sp, .c-pagination span,
  .c-pagination a, .c-pagination-single-date,
  .c-pagination-single-date span, .c-pagination-single-area-lefttext, .c-pagination-single-area-righttext {
    font-size: 1.6rem;
  }
}

.c-text-en {
  display: block;
  font-family: "Roboto", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-text-en {
    font-size: 1.6rem;
  }
}

.c-text-bg, .s-single-post-img, .s-single-post-column-relate-img, .p-fc-main-img, .p-fc2-co-scene-img, .p-fc2-marit-img, .p-fc2-co-lineup-img, .p-fc2-co-use-items-img, .p-sample-top-post-img, .p-news-img, .p-shop-map-img, .p-shop-img, .p-top-mainvisual, .p-top-column-img, .c-header-teaser-bg, .c-pagination-single-djs-img, .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;
}
.c-text-bg::before, .s-single-post-img::before, .s-single-post-column-relate-img::before, .p-fc-main-img::before, .p-fc2-co-scene-img::before, .p-fc2-marit-img::before, .p-fc2-co-lineup-img::before, .p-fc2-co-use-items-img::before, .p-sample-top-post-img::before, .p-news-img::before, .p-shop-map-img::before, .p-shop-img::before, .p-top-mainvisual::before, .p-top-column-img::before, .c-header-teaser-bg::before, .c-pagination-single-djs-img::before, .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-text-center, .p-fc2-co-use-num, .sss, .p-fc2-main .p-fc2-co-tab_btn-grid .p-fc2-co-tab-icon-area {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
}

.c-text-btn {
  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;
}
@media screen and (max-width: 1170px) {
  .c-text-btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-text-btn {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    text-indent: 2px;
    margin: 0 auto 20px auto;
    padding: 15px 3px;
  }
}
.c-text-btn:hover {
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  color: #000000;
  background-color: #ffffff;
}

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

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

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

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

.c-text-crumbs-area {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.c-text-crumbs-area a {
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-text-crumbs-area {
    margin-bottom: 40px;
  }
}

.c-text-crumbs {
  display: block;
  width: 100%;
}

.c-text-crumbs li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
}
@media screen and (max-width: 767px) {
  .c-text-crumbs li {
    font-size: 1.4rem;
  }
}

.c-text-crumbs li a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 2px;
  line-height: 1.1;
  text-align: left;
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}
.c-text-crumbs li a:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
@media screen and (max-width: 767px) {
  .c-text-crumbs li a {
    font-size: 1.2rem;
  }
}

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

@media screen and (max-width: 767px) {
  .c-text-btn-area-sp {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
    margin-left: calc(100% / (12 / 3) + 16px / 2);
    margin-right: calc(100% / (12 / 3) + 16px / 2);
    margin-left: calc(100% / (12 / 3) + 16px / 2);
    margin-right: calc(100% / (12 / 3) + 16px / 2);
  }
}
.c-text-btn-item {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 8px 5px;
  margin: 0 auto;
  background-color: #000000;
  border: 1px solid #000000;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 1170px) {
  .c-text-btn-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-text-btn-item {
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
  }
}
.c-text-btn-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-animation: c-text-btn-item-fadeout-before 0.45s cubic-bezier(0.86, 0.3, 0.37, 1) 0s forwards;
  animation: c-text-btn-item-fadeout-before 0.45s cubic-bezier(0.86, 0.3, 0.37, 1) 0s forwards;
}
.c-text-btn-item:hover {
  cursor: pointer;
  color: #000000;
  -webkit-transition: ease-in 0.4s;
  transition: ease-in 0.4s;
}
.c-text-btn-item:hover::before {
  content: "";
  position: absolute;
  -webkit-animation: c-text-btn-item-fadein-before 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s forwards;
  animation: c-text-btn-item-fadein-before 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s forwards;
}

@-webkit-keyframes c-text-btn-item-fadein-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes c-text-btn-item-fadein-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes c-text-btn-item-fadeout-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
@keyframes c-text-btn-item-fadeout-before {
  0% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
}
.c-text-main-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
  padding-top: 30px;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  text-align: right;
}

.c-top-main-title-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px;
}

.c-top-main-title {
  position: relative;
  top: -30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-top-main-line {
  width: 1px;
  height: 180px;
  background-color: #111;
  margin: 0 10px;
}

.c-top-main-subtitle {
  position: relative;
  bottom: -50px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*==============================
-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-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.2rem;
  }
}

.c-pagination .current {
  font-size: 1.4rem;
  background-color: #cc0000;
}
.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-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 1, 135deg) perspective(0);
          transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  vertical-align: middle;
}

.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) perspective(0);
          transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  vertical-align: middle;
}

.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) perspective(0);
          transform: rotate3d(0, 0, 1, 135deg) perspective(0);
  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) perspective(0);
          transform: rotate3d(0, 0, 1, 315deg) perspective(0);
  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: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-title {
    font-size: 1.2rem;
  }
}

.c-pagination-single-date,
.c-pagination-single-date span {
  font-size: 1rem;
  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.1rem;
    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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.c-pagination-single-area-lefttext {
  color: #444;
}

.c-pagination-single-area-righttext {
  text-align: right;
  color: #444;
}

.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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.c-pagination-single-djs-img {
  padding-top: 100%;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}
.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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .c-pagination-single-next {
    padding: 10px;
  }
}

.c-pagination-single-img {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}
.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-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}

@-webkit-keyframes c-loading-end {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
            transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    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) perspective(0);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 1) perspective(0);
    opacity: 1;
    z-index: 99999;
  }
  99% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
            transform: translate3d(0, 0, 0) scale3d(3, 2, 1) perspective(0);
    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) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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) perspective(0);
          transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-loading-logo 2.4s ease-in 0.1s both;
  animation: c-loading-logo 2.4s ease-in 0.1s both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}

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

@-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;
  }
}
/*==============================
-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;
}
@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, .c-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;
}
.c-form-confirmation-return-btn:hover, .c-form-confirmation-return-btn-error:hover {
  background: none;
  color: #aaa;
}

.c-form-confirmation-return-btn-error {
  width: 100px;
  padding: 10px 15px;
}

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

/*==============================
-Page
===============================*/
.c-form-wrapper {
  padding: 120px 0 60px 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-form-wrapper {
    padding: 120px 0px 80px 0px;
  }
}

.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 {
  margin-bottom: 80px;
}

.c-form-box {
  margin-bottom: 40px;
}

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

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

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

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

.c-form-fc2-select-wrap {
  position: relative;
}
.c-form-fc2-select-wrap:before {
  position: absolute;
  -webkit-transform: translate3d(-50%, -50%, 0) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.c-form-index-formarea-fc2 {
  border: solid 1px #888;
  color: #333;
  font-size: 1.6rem;
  padding: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .c-form-index-formarea-fc2 {
    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: 30px;
}

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

.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: #cc0000;
  -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;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #cc0000;
  text-align: center;
}

.c-form-checkarea {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: initial;
}
.c-form-checkarea input[type=radio] {
  position: absolute;
  opacity: 0;
}
.c-form-checkarea input[type=radio] + .c-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}
.c-form-checkarea input[type=radio] + .c-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  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;
}
.c-form-checkarea input[type=radio]:checked + .c-form-contact-check:before {
  background-color: #004696;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.c-form-checkarea input[type=radio]:focus + .c-form-contact-check:before {
  outline: none;
  border-color: #004696;
}
.c-form-checkarea input[type=radio] + .c-form-contact-check:empty:before {
  margin-right: 0;
}
.c-form-checkarea input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.c-form-checkarea input[type=checkbox] + .c-form-contact-check {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-right: 10px;
}
.c-form-checkarea input[type=checkbox] + .c-form-contact-check:before {
  content: "";
  background: #f4f4f4;
  border-radius: 14%;
  border: 1px solid #b4b4b4;
  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;
}
.c-form-checkarea input[type=checkbox]:checked + .c-form-contact-check:before {
  background-color: #004696;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
          box-shadow: inset 0 0 0 4px #f4f4f4;
}
.c-form-checkarea input[type=checkbox]:focus + .c-form-contact-check:before {
  outline: none;
  border-color: #004696;
}
.c-form-checkarea input[type=checkbox] + .c-form-contact-check:empty:before {
  margin-right: 0;
}

.c-form-btn-area {
  display: block;
  text-align: center;
}
@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;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff !important;
  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;
  border-radius: 35px;
  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: #000000 !important;
  background-color: #ffffff;
}
.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;
}

@media screen and (max-width: 1400px) {
  .c-form-box .l-grid12 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
    max-width: calc(100% / (12 / 12) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.c-form-option {
  padding: 0 20px;
}

/*==============================
-Component
===============================*/
.c-header-shop-body {
  background-image: url("../images/shop_background.png");
}

.c-header-contact-wrapper {
  position: relative;
}

.c-header-allwrap {
  width: 100%;
  overflow: hidden;
}

.c-header-shop-wrapper1 {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 620px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-header-shop-wrapper1 {
    padding-top: 450px;
  }
}
.c-header-shop-wrapper1-title {
  font-size: 25px;
  padding-top: 10px;
  letter-spacing: 2px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 90px;
}
@media screen and (max-width: 1080px) {
  .c-header-shop-wrapper1-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-shop-wrapper1-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.c-header-shop-wrapper1-line {
  background-color: #ffffff;
  height: 1px;
  width: 212px;
}
.c-header-shop-wrapper1-subtitle {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .c-header-shop-wrapper1-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-shop-wrapper1-subtitle {
    font-size: 14px;
  }
}

.c-header-work-wrapper, .c-header-shop-wrapper {
  position: relative;
}
.c-header-work-wrapper-nav, .c-header-shop-wrapper-nav {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper-nav, .c-header-shop-wrapper-nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 20px;
  }
}
.c-header-work-wrapper-nav li, .c-header-shop-wrapper-nav li {
  margin-left: 20px;
}
.c-header-work-wrapper-list, .c-header-shop-wrapper-list {
  color: #ffffff;
  font-size: 20px;
  margin-left: 20px;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper-list, .c-header-shop-wrapper-list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper-list, .c-header-shop-wrapper-list {
    font-size: 11px;
    margin-left: 5px;
  }
}
.c-header-work-wrapper-sns, .c-header-shop-wrapper-sns {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper-sns, .c-header-shop-wrapper-sns {
    top: 19px;
  }
}
.c-header-work-wrapper-link, .c-header-shop-wrapper-link {
  color: #ffffff;
}
.c-header-work-wrapper-menu, .c-header-shop-wrapper-menu {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}
.c-header-work-wrapper-menu-title, .c-header-shop-wrapper-menu-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper-menu-title, .c-header-shop-wrapper-menu-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper-menu-title, .c-header-shop-wrapper-menu-title {
    font-size: 15px;
  }
}
.c-header-work-wrapper-menu-line, .c-header-shop-wrapper-menu-line {
  background-color: #000;
  width: 1px;
  height: 212px;
}
.c-header-work-wrapper-menu-subtitle, .c-header-shop-wrapper-menu-subtitle {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper-menu-subtitle, .c-header-shop-wrapper-menu-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper-menu-subtitle, .c-header-shop-wrapper-menu-subtitle {
    font-size: 14px;
  }
}
.c-header-work-wrapper-content, .c-header-shop-wrapper-content {
  font-size: 19px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper-content, .c-header-shop-wrapper-content {
    margin-top: 130px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper-content, .c-header-shop-wrapper-content {
    text-align: initial;
    line-height: 1.5em;
    padding: 0 30px;
  }
}
.c-header-work-wrapper img, .c-header-shop-wrapper img {
  width: 15%;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper img, .c-header-shop-wrapper img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper img, .c-header-shop-wrapper img {
    width: 25%;
  }
}

.c-header-work-wrapper1 {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper1 {
    padding-top: 120px;
  }
}
.c-header-work-wrapper1-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
  padding-right: 10px;
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper1-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper1-title {
    font-size: 15px;
    height: 120px;
  }
}
.c-header-work-wrapper1-line {
  background-color: #ffffff;
  height: 212px;
  width: 1px;
}
.c-header-work-wrapper1-subtitle {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-top: 10px;
  padding-top: 160px;
  padding-left: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1080px) {
  .c-header-work-wrapper1-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-work-wrapper1-subtitle {
    font-size: 14px;
  }
}

.c-header-body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("../images/menu_background_02.jpg");
  background-position: center;
}

.c-header-body-single {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-image: url("../images/menu_background_02.jpg");
  background-position: center;
}
.c-header-body-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

.c-header-menu-wrapper-nav {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper-nav {
    left: 30%;
    top: 20px;
  }
}

.c-header-menu-wrapper-list {
  color: #ffffff;
  font-size: 20px;
  margin-left: 20px;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper-list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper-list {
    font-size: 11px;
    margin-left: 5px;
  }
}

.c-header-menu-wrapper-sns {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper-sns {
    top: 19px;
  }
}

.c-header-menu-wrapper-link {
  color: #ffffff;
}

.c-header-menu-wrapper-menu {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}
.c-header-menu-wrapper-menu-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper-menu-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper-menu-title {
    font-size: 15px;
  }
}
.c-header-menu-wrapper-menu-line {
  background-color: #ffffff;
  height: 1px;
  width: 212px;
}
.c-header-menu-wrapper-menu-subtitle {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper-menu-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper-menu-subtitle {
    font-size: 14px;
  }
}

.c-header-menu-wrapper-content {
  font-size: 19px;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper-content {
    margin-top: 130px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper-content {
    text-align: initial;
    line-height: 1.5em;
    padding: 0 30px;
  }
}

.c-header-menu-wrapper {
  color: #ffffff;
  position: relative;
}
.c-header-menu-wrapper img {
  width: 15%;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper img {
    width: 25%;
  }
}

.c-header-menu-wrapper1 {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper1 {
    padding-top: 120px;
  }
}
.c-header-menu-wrapper1-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper1-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper1-title {
    font-size: 15px;
    height: 120px;
  }
}
.c-header-menu-wrapper1-line {
  background-color: #ffffff;
  height: 1px;
  width: 212px;
}
.c-header-menu-wrapper1-subtitle {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c-header-menu-wrapper1-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu-wrapper1-subtitle {
    font-size: 14px;
  }
}

.c-header-teaser-mainvisual-catch-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}
.c-header-teaser-mainvisual-logo {
  width: 260px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-header-teaser-mainvisual-logo {
    width: 220px;
  }
}

.c-header-teaser-mainvisual-title {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 20px auto 0 auto;
}

.c-header-teaser-mainvisual-desc {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .c-header-teaser-mainvisual-desc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-header-teaser-bg {
    padding: 0;
    height: 100vh;
  }
}

.c-header-teaser-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 9999;
  overflow: hidden;
}

.c-header-teaser-wrapper-nav {
  position: relative;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-header-teaser-wrapper-nav {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 10px 10px 10px;
  }
}
.c-header-teaser-wrapper-nav li {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-header-teaser-wrapper-item {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-header-teaser-wrapper-list {
  font-size: 20px;
  color: #111;
  list-style: none;
  margin: 0 8px;
  padding: 15px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 1080px) {
  .c-header-teaser-wrapper-list {
    font-size: 15px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-teaser-wrapper-list {
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.c-header-teaser-wrapper-list:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-header-teaser-wrapper-list-single {
  font-size: 20px;
  color: #111;
  list-style: none;
  margin: 0 20px;
}
@media screen and (max-width: 1080px) {
  .c-header-teaser-wrapper-list-single {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-teaser-wrapper-list-single {
    font-size: 13px;
    margin: 0 auto;
  }
}

.c-header-teaser-wrapper-sns {
  position: absolute;
  top: 9%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header-teaser-wrapper-link {
  color: #ffffff;
}

.c-header-wrapper {
  display: block;
  z-index: 9999;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .c-header-wrapper {
    top: 10px;
    right: 0px;
    padding-top: 0;
    width: 100%;
    text-align: right;
  }
}

.c-header-sns-cont {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .c-header-sns-cont {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.c-header-sns {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-header-sns {
    margin-left: 10px;
  }
}

.c-header-sns-link {
  font-size: 3.4rem;
  color: #111;
  padding: 0 10px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-header-sns-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  .c-header-sns-link {
    font-size: 3rem;
  }
}

.c-header-sns-link-single {
  font-size: 3.4rem;
  color: #111;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-header-sns-link-single:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  color: #ccc;
}

.c-header-menucontent-wrapper-content {
  font-size: 19px;
  margin-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper-content {
    margin-top: 130px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper-content {
    line-height: 1.5em;
    padding: 0 30px;
  }
}

.c-header-menucontent-wrapper {
  color: #000;
  position: relative;
}
.c-header-menucontent-wrapper-nav {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper-nav {
    left: 30%;
    top: 20px;
  }
}
.c-header-menucontent-wrapper-list {
  color: #000;
  font-size: 20px;
  margin-left: 20px;
  list-style: none;
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper-list {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper-list {
    font-size: 11px;
    margin-left: 5px;
  }
}
.c-header-menucontent-wrapper-sns {
  position: absolute;
  top: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper-sns {
    top: 19px;
  }
}
.c-header-menucontent-wrapper-link {
  color: #000;
}
.c-header-menucontent-wrapper-menu {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}
.c-header-menucontent-wrapper-menu-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper-menu-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper-menu-title {
    font-size: 15px;
  }
}
.c-header-menucontent-wrapper-menu-line {
  background-color: #000;
  height: 1px;
  width: 212px;
}
.c-header-menucontent-wrapper-menu-subtitle {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper-menu-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper-menu-subtitle {
    font-size: 14px;
  }
}
.c-header-menucontent-wrapper img {
  width: 15%;
  position: absolute;
  top: 200px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper img {
    width: 25%;
  }
}
.c-header-menucontent-wrapper a {
  color: #000;
}

.c-header-menucontent-wrapper1 {
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper1 {
    padding-top: 120px;
  }
}
.c-header-menucontent-wrapper1-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper1-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper1-title {
    font-size: 15px;
    height: 120px;
  }
}
.c-header-menucontent-wrapper1-line {
  background-color: #000;
  height: 1px;
  width: 212px;
}
.c-header-menucontent-wrapper1-subtitle {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .c-header-menucontent-wrapper1-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menucontent-wrapper1-subtitle {
    font-size: 14px;
  }
}

.c-header-text-black {
  color: #fff;
}

.header-area {
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .header-area {
    display: none;
  }
}

.c-header-online-btn {
  color: #333;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: white;
  padding: 10px 20px;
  border-radius: 30px;
  margin: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-header-online-btn {
    font-size: 1.6rem;
    border-radius: 0;
  }
}

.c-header-online-area {
  margin: 0 auto;
  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-header-online-link {
  color: #333333;
  padding: 15px 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 30px;
  background: #fff;
  color: #333333;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-header-online-link::after {
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-header-online-link:hover {
  color: #fff;
  border: 1px solid #fff;
}

.c-header-online-link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.c-header-online-area-sp {
  position: relative;
  z-index: 99;
  margin-top: 40px;
}

.fa-long-arrow-alt-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 5px;
}

.c-header-online-link-sp {
  font-size: 2rem;
  color: #333;
  display: block;
  font-weight: bold;
  padding: 10px 40px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-header-online-link-sp:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.5;
}

.c-header-wrapper-sp {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 20px 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .c-header-wrapper-sp {
    height: 100px;
  }
}

.c-header-area-sp {
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

.c-header-menu-sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .c-header-menu-sp {
    display: block;
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 2) - 16px - 0.1px);
    max-width: calc(100% / (12 / 2) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.c-header-menu-sp-wrapper {
  position: fixed;
  z-index: 9999;
}

.c-header-trigger-wrapper {
  cursor: pointer;
  position: fixed;
  top: 24px;
  right: 10px;
  width: 52px;
  height: 52px;
  padding: 0;
  z-index: 9999;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}
.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;
}

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

.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) perspective(0);
          transform: translate3d(0, 11px, 0) rotate3d(0, 0, 1, -315deg) perspective(0);
  -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) perspective(0);
          transform: translate3d(0, -11px, 0) rotate3d(0, 0, 1, 315deg) perspective(0);
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  width: 30px;
}

.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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
  background-color: rgba(0, 0, 0, 0.8);
}

.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-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(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) perspective(0);
          transform: translate3d(0, 0, 0) perspective(0);
  -webkit-animation: c-header-navmenu-fade 0.2s ease-in 0s both;
  animation: c-header-navmenu-fade 0.2s ease-in 0s both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-backdrop-filter: blur(5px) grayscale(50%);
          backdrop-filter: blur(5px) grayscale(50%);
}
.c-header-navmenu-wrapper.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(240, 240, 240, 0.8);
}
.c-header-navmenu-wrapper.inactive {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0) perspective(0);
          transform: translate3d(0, 0, 0) perspective(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-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes c-header-navmenu-fade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0) perspective(0);
            transform: translate3d(40px, 0, 0) perspective(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(0);
            transform: translate3d(0, 0, 0) perspective(0);
    z-index: 9998;
  }
}
@keyframes c-header-navmenu-fade {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0) perspective(0);
            transform: translate3d(40px, 0, 0) perspective(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(0);
            transform: translate3d(0, 0, 0) perspective(0);
    z-index: 9998;
  }
}
@-webkit-keyframes c-header-navmenu-inactive {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(0);
            transform: translate3d(0, 0, 0) perspective(0);
    z-index: 9998;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0) perspective(0);
            transform: translate3d(-40px, 0, 0) perspective(0);
    z-index: -999;
  }
}
@keyframes c-header-navmenu-inactive {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(0);
            transform: translate3d(0, 0, 0) perspective(0);
    z-index: 9998;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0) perspective(0);
            transform: translate3d(-40px, 0, 0) perspective(0);
    z-index: -999;
  }
}
.c-header-navmenu-list {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .c-header-navmenu-list {
    max-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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
  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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 767px) {
  .c-header-navmenu-listin {
    margin: 0 auto 10px auto;
  }
}

.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;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #333333;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 9999;
}
.c-header-navmenu-link:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .c-header-navmenu-link {
    font-size: 2rem;
  }
}

.c-header-sns-cont-sp {
  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-header-sns-link-sp {
  font-size: 4rem;
  color: #333;
  position: relative;
  z-index: 99;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-header-sns-link-sp:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.5;
}

.c-header-sns-sp {
  padding: 0 10px;
}

/*==============================
-Component
===============================*/
.c-footer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
}

.c-footer-copy {
  text-align: center;
}

.c-footer-menucontent {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.c-footer-menucontent .top {
  position: absolute;
  top: 50px;
  right: 60px;
  border: 1px solid #000;
  color: #000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 25px;
}
.c-footer-menucontent .top:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .c-footer-menucontent .top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-menucontent .top {
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 11px;
  }
}
.c-footer-menucontent img {
  width: 15%;
}
@media screen and (max-width: 1023px) {
  .c-footer-menucontent img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-menucontent img {
    width: 25%;
  }
}
.c-footer-menucontent p {
  font-size: 10px;
  color: #000;
  margin-top: 70px;
}

.c-footer-work {
  text-align: center;
  padding: 100px 0;
  position: relative;
  top: 0;
  left: 0;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-footer-top {
  position: absolute;
  top: 50px;
  right: 60px;
  border: 1px solid #111;
  color: #111;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 1.2rem;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-footer-top:hover {
  cursor: pointer;
  -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);
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .c-footer-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-top {
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 11px;
  }
}

.c-footer-work-top {
  border: 1px solid #111;
  color: #111;
}

.c-footer-teaser {
  background-color: #c7c7c7;
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.c-footer-teaser .top {
  position: absolute;
  top: 50px;
  right: 60px;
  border: 1px solid #fff;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 25px;
}
.c-footer-teaser .top:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .c-footer-teaser .top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-teaser .top {
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 11px;
  }
}
.c-footer-teaser img {
  width: 15%;
}
@media screen and (max-width: 1023px) {
  .c-footer-teaser img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-teaser img {
    width: 25%;
  }
}
.c-footer-teaser p {
  font-size: 10px;
  color: #111;
  margin-top: 70px;
}

.c-footer-menu {
  text-align: center;
  padding: 400px 0 50px;
  position: relative;
  color: #fff;
}
.c-footer-menu .top {
  position: absolute;
  top: 50px;
  right: 60px;
  border: 1px solid #fff;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  font-size: 15px;
}
.c-footer-menu .top:hover {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .c-footer-menu .top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-menu .top {
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 10px;
  }
}
.c-footer-menu img {
  width: 15%;
}
@media screen and (max-width: 1023px) {
  .c-footer-menu img {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-menu img {
    width: 25%;
  }
}
.c-footer-menu p {
  font-size: 15px;
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  .c-footer-menu p {
    font-size: 10px;
  }
}

.c-footer-logo {
  width: 200px;
  margin-bottom: 45px;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.c-footer-logo:hover {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

/*==============================
-Component
===============================*/
.c-modal-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
  z-index: 9999;
}
.c-modal-wrapper.active {
  -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-box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
  overflow-y: scroll;
  ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal-box::-webkit-scrollbar {
  display: none;
}

/* ポップアップの内容 */
.c-modal-content {
  margin: 100px auto;
  width: 100%;
}

.c-modal-img-link {
  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: 100%;
  height: auto;
  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;
}

/*==============================
-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 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.p-privacy-header span {
  font-size: 1.4rem;
  text-align: center;
}

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

.p-privacy-lead {
  margin-bottom: 40px;
}

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

.p-privacy-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.p-privacy-desc {
  position: relative;
  display: inline-block;
  color: #000000;
  margin: 0 auto 40px auto;
  z-index: 1;
}

/*==============================
-Page
===============================*/
.p-top-main {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.p-top-teaser-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.p-top-work {
  background: linear-gradient(-120deg, #f1f1f1, #f5f5f5);
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 160px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-work {
    padding-top: 18%;
    padding-bottom: 13%;
  }
}

.p-top-work-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.6rem;
  letter-spacing: 0.5em;
  color: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .p-top-work-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-work-title {
    font-size: 15px;
  }
}

.p-top-work-title span {
  font-size: 18px;
  position: relative;
  letter-spacing: 1px;
  left: 9px;
  padding-left: 3px;
  padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  .p-top-work-title span {
    font-size: 15px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-work-title span {
    font-size: 14px;
    left: 20px;
    padding-left: 8px;
  }
}

.p-top-work-title span:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 188px;
  top: 3px;
  left: -2px;
  background-color: #fff;
  margin-top: 33px;
}
@media screen and (max-width: 1023px) {
  .p-top-work-title span:after {
    height: 150px;
  }
}

.p-top-textimagewrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
  width: 77%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-top-textimagewrapper {
    display: block;
    margin-top: 8%;
  }
}

.p-top-textimagewrapper-textwrapper {
  font-size: 22px;
  margin-right: 15%;
  margin-top: 12%;
}
@media screen and (max-width: 767px) {
  .p-top-textimagewrapper-textwrapper {
    margin-right: 0;
  }
}

.p-top-textimagewrapper-textwrapper {
  font-size: 22px;
  margin-right: 15%;
  margin-top: 12%;
}
@media screen and (max-width: 767px) {
  .p-top-textimagewrapper-textwrapper {
    margin-right: 0;
  }
}

.p-top-textimagewrapper-image {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .p-top-textimagewrapper-image {
    display: block;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-textimagewrapper-image {
    margin: 0 auto;
  }
}

.p-top-textimagewrapper-content {
  color: #111;
  margin-bottom: 5%;
  text-align: initial;
  font-size: 19px;
  line-height: 2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-textimagewrapper-content {
    font-size: 15px;
  }
}

.p-top-wrapper {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-top-wrapper {
    padding-bottom: 13%;
  }
}

.p-top-wrapper-menu {
  color: #fff;
  letter-spacing: 15px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-wrapper-menu-title {
  margin-left: 91px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 25px;
}
@media screen and (max-width: 1023px) {
  .p-top-wrapper-menu-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-wrapper-menu-title {
    font-size: 15px;
  }
}

.p-top-wrapper-menu-line {
  background-color: #fff;
  height: 1px;
  width: 212px;
}

.p-top-wrapper-menu-subtitle {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1023px) {
  .p-top-wrapper-menu-subtitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-wrapper-menu-subtitle {
    font-size: 14px;
  }
}

.p-top-wrapper .line {
  width: 1px;
  height: 150px;
  background-color: #111;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  .p-top-wrapper .line {
    height: 100px;
  }
}

.p-top-wrapper .line:last-child {
  display: none;
}

.p-top-menuwrap {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap {
    width: 96%;
  }
}

.p-top-menuwrap-title {
  color: #111;
  font-size: 40px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-menuwrap-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menuwrap-image {
    margin-bottom: 3%;
    display: block;
  }
}

.p-top-menuwrap-content {
  color: #111;
  font-size: 19px;
  line-height: 2em;
  text-align: initial;
  width: 70%;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-menuwrap-content {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap-content {
    margin-bottom: 4%;
    width: 100%;
    margin-top: 20px !important;
  }
}

.p-top-menuwrap .l-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 96%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-top-menuwrap .l-row:nth-child(3) {
  margin-bottom: 10%;
}

.p-top-menuwrap .l-row:first-child,
.p-top-menuwrap .l-row:nth-child(2),
.p-top-menuwrap .l-row:nth-child(3) {
  margin-bottom: 7%;
}

.p-top-menuwrap .l-row:first-child {
  margin-top: 7%;
}

.p-top-menuwrap .order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.p-top-menuwrap .order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order5 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-top-menuwrap .order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .sp2 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
    max-width: calc(100% / (12 / 12) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .sp3 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
    max-width: calc(100% / (12 / 8) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .sp1 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-top-menuwrap .order1 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-top-menuwrap .order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-top-menuwrap .order3 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-top-menuwrap.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap.order4 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.p-top-menuwrap.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap.order5 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-top-menuwrap .order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap .order6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (max-width: 767px) {
  .p-top-menuwrap .sp1 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-top-menuwrap .sp2 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
    max-width: calc(100% / (12 / 12) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-top-menuwrap .sp3 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
    max-width: calc(100% / (12 / 8) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-top-menuwrap btn {
  background-color: #ebebeb;
  display: block;
  height: 76px;
  line-height: 76px;
  width: 330px;
  margin: 100px auto 0;
  border-radius: 50px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-top-menuwrap btn {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap btn {
    height: 50px;
    line-height: 50px;
    width: 270px;
  }
}

.p-top-menuwrap btn:hover {
  opacity: 0.8;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-top-menuwrap a {
  color: #0C0F17;
  font-size: 18px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-menuwrap a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-menuwrap a {
    font-size: 14px;
  }
}

.p-top-archive-wrap {
  position: relative;
  padding: 160px 0;
  background-color: #f8f8f8;
}
.p-top-archive-wrap-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 21px;
  letter-spacing: 15px;
  width: 33px;
  margin: 0 auto 5%;
  color: #fff;
}

.p-top-archive-wrap-title p:first-child {
  font-size: 25px;
  margin-left: 7px;
}
@media screen and (max-width: 1023px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 18px;
  }
}

.p-top-archive-wrap-title p:first-child {
  font-size: 25px;
  margin-left: 7px;
}
@media screen and (max-width: 1023px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 18px;
  }
}

.p-top-archive-wrap-title p:last-child {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 18px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap-title p:last-child {
    font-size: 15px;
  }
}

.p-top-archive-wrap-title p:nth-child(2) {
  background-color: #fff;
  width: 1px;
  height: 150px;
  margin-left: 7px;
}

.p-top-archive-wrap-title p:first-child {
  font-size: 25px;
  margin-left: 7px;
}
@media screen and (max-width: 1023px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 18px;
  }
}

.p-top-archive-wrap-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 21px;
  letter-spacing: 15px;
  width: 33px;
  margin: 0 auto 5%;
  color: #fff;
}

.p-top-archive-wrap-title p:last-child {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-size: 18px;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap-title p:last-child {
    font-size: 15px;
  }
}

.p-top-archive-wrap-title p:nth-child(2) {
  background-color: #fff;
  width: 1px;
  height: 150px;
  margin-left: 7px;
}

.p-top-archive-wrap-title p:first-child {
  font-size: 25px;
  margin-left: 7px;
}
@media screen and (max-width: 1023px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap-title p:first-child {
    font-size: 18px;
  }
}

.p-top-article {
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-top-article-l-grid-4 {
  width: 30%;
}

.p-top-article-title {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-article-title {
    font-size: 15px;
  }
}

.p-top-article-content {
  font-size: 15px;
  margin-top: 2%;
  line-height: 2em;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .p-top-article-content {
    margin-top: 8%;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-article-content {
    margin-bottom: 5%;
  }
}

.p-top-article a {
  color: #fff;
}

.p-top-online-shop-wrap {
  background-image: url("../images/shop_background.jpg");
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding: 5% 40px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-online-shop-wrap {
    padding: 13% 40px;
  }
}

.p-top-online-shop-wrap-link {
  padding-right: 40px;
  padding-left: 40px;
  height: 60vh;
  background-color: rgba(255, 255, 255, 0.46);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-online-shop-wrap-link {
    width: 100%;
  }
}
.p-top-online-shop-wrap p:first-child {
  font-size: 30px;
  text-align: center;
  color: #111;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-online-shop-wrap p:first-child {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-online-shop-wrap p:first-child {
    font-size: 20px;
  }
}

.p-top-online-shop-wrap p:first-child span {
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .p-top-online-shop-wrap p:first-child span {
    font-size: 15px;
  }
}

.p-top-online-shop-info {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .p-top-online-shop-info {
    font-size: 15px;
    margin-top: 40px;
  }
}

.p-top-online-shop-text {
  color: #111;
  text-align: center;
  font-size: 1.6rem;
  padding-top: 20px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-online-shop-text {
    font-size: 1.4rem;
  }
}

.p-top-online-shop-btn-area {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-online-shop-btn-area {
    margin-top: 20px;
  }
}

.p-top-online-shop-btn {
  padding: 15px 20px;
  font-size: 2rem;
  display: block;
  text-align: center;
  border: 1px solid #111;
  color: #111;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top-online-shop-btn {
    font-size: 1.6rem;
  }
}

.p-top-shop-list {
  position: relative;
  padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .p-top-shop-list {
    padding-top: 13%;
    padding-bottom: 13%;
  }
}

.p-top-shop-list-titlewrap {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.p-top-shop-list-title {
  text-align: center;
  font-size: 18px;
  color: #606060;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-list-title {
    font-size: 15px;
  }
}

.p-top-shop-list-border {
  background-color: #606060;
  width: 100px;
  height: 1px;
  margin-top: 10px;
}

.p-top-shop-list-information {
  font-size: 25px;
  color: #000000;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin-left: 35px;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-list-information {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-information {
    font-size: 18px;
  }
}

.p-top-shop-list-wrap {
  position: relative;
  padding: 180px 60px;
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap {
    padding: 100px 10px;
  }
}

.p-top-shop-list-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-shop-list-wrap-storeinformation {
  position: absolute;
  top: 11%;
  right: 11%;
  background-color: rgba(255, 255, 255, 0.66);
  width: 50%;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap-storeinformation {
    width: 57%;
    height: 90%;
    text-outline: 6%;
  }
}

.p-top-shop-list-wrap-storeinformation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
}

.p-top-shop-list-wrap-storeinformation > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap-storeinformation > div > div {
    margin-bottom: 20px;
  }
}

.p-top-shop-list-wrap-storeinformation i,
.p-top-shop-list-wrap-storeinformation .fa-clock,
.p-top-shop-list-wrap-storeinformation .fa-phone-volume,
.p-top-shop-list-wrap-storeinformation .fa-tenge,
.p-top-shop-list-wrap-storeinformation .fa-envelope {
  font-size: 25px;
  display: block;
  margin-right: 50px;
  padding-left: 3%;
  line-height: 1.6;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-list-wrap-storeinformation i,
  .p-top-shop-list-wrap-storeinformation .fa-clock,
  .p-top-shop-list-wrap-storeinformation .fa-phone-volume,
  .p-top-shop-list-wrap-storeinformation .fa-tenge,
  .p-top-shop-list-wrap-storeinformation .fa-envelope {
    font-size: 20px;
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap-storeinformation i,
  .p-top-shop-list-wrap-storeinformation .fa-clock,
  .p-top-shop-list-wrap-storeinformation .fa-phone-volume,
  .p-top-shop-list-wrap-storeinformation .fa-tenge,
  .p-top-shop-list-wrap-storeinformation .fa-envelope {
    font-size: 12px;
    margin-right: 10px;
  }
}

.p-top-shop-list-wrap-storeinformation p {
  font-size: 25px;
  padding-right: 3%;
  line-height: 1.6;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-shop-list-wrap-storeinformation p {
    font-size: 20px;
    padding-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap-storeinformation p {
    font-size: 12px;
  }
}

.p-top-shop-list-wrap img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}

.p-top-shop-list-wrap img {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}

.p-top-mainvisual {
  width: 100%;
  height: 100vh;
  padding: 0;
}
.p-top-mainvisual::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .p-top-mainvisual {
    height: 100vh;
  }
}

.p-top-mainvisual-catch-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  z-index: 100;
  text-align: center;
}
.p-top-mainvisual-logo {
  width: 260px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-mainvisual-logo {
    width: 220px;
  }
}

.p-top-mainvisual-title {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 20px auto 0 auto;
}

.p-top-mainvisual-desc {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #000000;
  text-align: center;
  margin: 40px auto;
}

.p-top-main-title-wrapper {
  width: 260px;
  padding: 120px 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-main-title-wrapper {
    padding: 60px 0 120px 0;
    width: 220px;
  }
}

.p-top-main-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 auto;
}
.p-top-shop-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top-main-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  color: #000000;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-main-title {
    font-size: 1.8rem;
  }
}

.p-top-main-title2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.6rem;
  letter-spacing: 0.3em;
  color: #111;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-main-title2 {
    font-size: 1.8rem;
  }
}

.p-top-main-title-border {
  background-color: #000000;
  width: 100px;
  height: 1px;
  text-align: center;
  margin: 10px auto;
}

.p-top-main-title-border2 {
  width: 1px;
  height: 180px;
  background-color: #111;
}

.p-top-main-subtitle {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}

.p-top-main-subtitle2 {
  display: block;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  color: #111;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: right;
}

.p-top-main-content {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #000000;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 120px auto;
}

.p-top-main-content2 {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #111;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin: 0 auto 120px auto;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.p-top-ver-wrapper-archive {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 120px;
}

.p-top-ver-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-ver-title {
  position: relative;
  top: -30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5px;
}

.p-top-ver-line {
  width: 1px;
  height: 180px;
  background-color: #111;
  margin: 0 2px;
}

.p-top-ver-subtitle {
  position: relative;
  bottom: -50px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-top-ver-subtitle-archive {
  position: relative;
  bottom: -50px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 3px;
}

.p-top-company-link {
  background-color: #dddddd;
  color: #0C0F17;
  font-size: 18px;
  display: block;
  height: 76px;
  line-height: 76px;
  width: 330px;
  margin: 100px auto 0;
  border-radius: 50px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-top-company-link {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company-link {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 270px;
  }
}
.p-top-company-link:hover {
  opacity: 0.8;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-top-topnews-title {
  font-size: 1.6rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-topnews-title {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.swiper-container-area {
  background-color: #F5F5F5;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .swiper-container-area {
    padding: 10px 0;
  }
}

.lll {
  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;
  height: 100%;
  background-color: #DCDCDC;
}

@media screen and (max-width: 767px) {
  .p-top-tp-news-title {
    -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));
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .p-top-tp-news-content {
    -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));
    position: relative;
  }
}

.swiper-slide-news {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-containerdd {
  height: 30px;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .swiper-containerdd {
    height: 50px;
  }
}

.p-top-news-date-area {
  display: block;
}

.p-top-news-date {
  color: #333;
  font-size: 1.6rem;
  color: #333;
  line-height: 30px;
  padding-right: 30px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-news-date {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.p-top-news-title-area {
  display: block;
}

.p-top-news-title-pc {
  color: #111;
  font-size: 1.6rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-top-news-title-pc:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top-news-title-pc {
    display: none;
  }
}

.p-top-news-title-sp {
  color: #111;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  font-size: 1.4rem;
  display: none;
}
.p-top-news-title-sp:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-top-news-title-sp {
    display: block;
  }
}

.p-top-news-title-no-pc {
  color: #EFEFEF;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-top-news-title-no-pc {
    line-height: 1.5;
    font-size: 1.4rem;
    display: none;
  }
}

.p-top-news-title-no-sp {
  color: #EFEFEF;
  font-size: 1.4rem;
  line-height: 1.5;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-news-title-no-sp {
    line-height: 1.5;
    font-size: 1.4rem;
    display: block;
  }
}

.p-top-news-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-news-inner {
    display: block;
  }
}

#work {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.p-top-news-wrap {
  padding: 0;
  position: absolute;
  z-index: 999;
  top: -37;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
}
@media screen and (max-width: 767px) {
  .p-top-news-wrap {
    padding: 0 10px;
  }
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
}

.p-top-shop-bg {
  background-image: url("../images/shop_list_background_02.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60%;
}
@media screen and (max-width: 767px) {
  .p-top-shop-bg {
    padding-top: 100%;
  }
}

.p-top-shop-bg2 {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
  top: 10%;
  left: 40%;
  width: 50%;
  height: 80%;
}
@media screen and (max-width: 767px) {
  .p-top-shop-bg2 {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    width: 80%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

.p-top-shop-btn {
  padding: 15px 30px;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  border: 1px solid #111;
  color: #111;
  line-height: 1;
  width: auto;
}
@media screen and (max-width: 767px) {
  .p-top-shop-btn {
    font-size: 1.4rem;
  }
}

.p-top-shop-btn-area {
  display: block;
  text-align: center;
  margin: 30px auto 0 auto;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-top-shop-wrap {
  background: linear-gradient(120deg, #f1f1f1, #f5f5f5);
}

.p-top-shop-main-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.p-top-menu-wrap {
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-menu-wrap {
    padding: 30px;
  }
}

.p-top-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;
  padding-top: 80%;
  opacity: 1;
}
.p-top-menu-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-top-menu-img::before {
  background-color: transparent;
}

.p-top-menu-mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  background-color: rgba(111, 111, 111, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-menu-mask {
    position: relative;
    opacity: 1;
    background-color: transparent;
  }
}

.p-top-menu-title {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  position: relative;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 2.4rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-top-menu-title {
    color: #111;
  }
}
.p-top-menu-title span {
  font-size: 1.2rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-menu-title span {
    color: #111;
  }
}

.p-top-menu-att {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #c00;
  padding: 0;
  z-index: 100;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-top-menu-item-area {
  padding: 40px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-menu-item-area {
    padding: 15px;
  }
}

.p-top-menu-item-box:hover .p-top-menu-mask {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-top-slide {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .menuSwiper .l-full {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}
@media screen and (max-width: 767px) {
  .menuSwiper .l-tile-grid-3 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
  }
}

.p-top-menu-wrapper,
.p-top-archive-wrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.p-top-column-wrap {
  font-family: "Roboto", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-top-column-img {
  margin-bottom: 20px;
}
.p-top-column-img:before {
  background-color: transparent;
}

.p-top-column-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.p-top-column-date {
  font-size: 1.6rem;
  color: #86878D;
}

.p-top-column-content {
  margin-top: 80px;
}

.p-top-column-btn {
  display: block;
  display: none;
}

.p-top-column-items {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-column-items {
    margin-bottom: 15px;
  }
}

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

.p-top-g-fc-banner-link {
  display: inline-block;
  width: 80%;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-top-g-fc-banner-link:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-top-g-fc-banner-link {
    width: 100%;
  }
}

/*==============================
-Page
===============================*/
.p-menu-mainvisual {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/washi_pink.jpg");
  background-color: #f8f8f8;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
}

.news {
  display: none;
}

.p-menu-pagemenuwrap {
  color: #fff;
}

.p-menu-pagemenuwrap-title {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-image {
    margin-bottom: 3%;
    display: block;
  }
}

.p-menu-pagemenuwrap-content {
  font-size: 19px;
  line-height: 2em;
  width: 70%;
  margin: 20px auto 0;
  text-align: initial;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap-content {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-content {
    margin-bottom: 4%;
    width: 100%;
  }
}

.p-menu-pagemenuwrap .l-row {
  width: 80%;
  margin: 3% auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .l-row {
    width: 96%;
  }
}

.p-menu-pagemenuwrap {
  color: #fff;
}

.p-menu-pagemenuwrap-title {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-title {
    font-size: 30px;
  }
}

.p-menu-pagemenuwrap-title span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-title span {
    font-size: 14px;
  }
}

.p-menu-pagemenuwrap .l-row {
  width: 80%;
  margin: 3% auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .l-row {
    width: 96%;
  }
}

.p-menu-pagemenuwrap .l-row {
  width: 80%;
  margin: 3% auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .l-row {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .l-row:nth-child(1), .p-menu-pagemenuwrap .l-row:nth-child(2), .p-menu-pagemenuwrap .l-row:nth-child(3) {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.p-menu-pagemenuwrap .line {
  width: 1px;
  height: 150px;
  background-color: #fff;
  margin: 0 auto;
}
.p-menu-pagemenuwrap .line:last-child {
  display: none;
}
.p-menu-pagemenuwrap btn {
  background-color: #fff;
  display: block;
  height: 76px;
  line-height: 76px;
  width: 330px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap btn {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap btn {
    height: 50px;
    line-height: 50px;
    width: 270px;
  }
}
.p-menu-pagemenuwrap btn a {
  color: #0C0F17;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .sp2 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
    max-width: calc(100% / (12 / 12) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .sp3 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .sp1 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
    max-width: calc(100% / (12 / 8) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-menu-pagemenuwrap {
  color: #fff;
}
.p-menu-pagemenuwrap-title {
  text-align: center;
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-title {
    font-size: 30px;
  }
}
.p-menu-pagemenuwrap-title span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-image {
    margin-bottom: 3%;
    display: block;
  }
}
.p-menu-pagemenuwrap-content {
  font-size: 19px;
  line-height: 2em;
  width: 70%;
  margin: 20px auto 0;
  text-align: initial;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap-content {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap-content {
    margin-bottom: 4%;
    width: 100%;
  }
}
.p-menu-pagemenuwrap .l-row {
  width: 80%;
  margin: 3% auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .l-row {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .l-row:nth-child(1), .p-menu-pagemenuwrap .l-row:nth-child(2), .p-menu-pagemenuwrap .l-row:nth-child(3) {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order4 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .order5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.p-menu-pagemenuwrap .line {
  width: 1px;
  height: 150px;
  background-color: #fff;
  margin: 0 auto;
}
.p-menu-pagemenuwrap .line:last-child {
  display: none;
}
.p-menu-pagemenuwrap btn {
  background-color: #fff;
  display: block;
  height: 76px;
  line-height: 76px;
  width: 330px;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-menu-pagemenuwrap btn {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap btn {
    height: 50px;
    line-height: 50px;
    width: 270px;
  }
}
.p-menu-pagemenuwrap btn a {
  color: #0C0F17;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .sp2 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 12) - 16px - 0.1px);
    max-width: calc(100% / (12 / 12) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .sp3 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}
@media screen and (max-width: 767px) {
  .p-menu-pagemenuwrap .sp1 {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 8) - 16px - 0.1px);
    max-width: calc(100% / (12 / 8) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-menu-item-att {
  color: #c00;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 800;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-menu-item-title {
  color: #111;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 800;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-menu-item-title span {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: rgb(32, 32, 32);
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: normal;
}

.p-menu-item-content {
  color: #111;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-menu-img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.p-menu-item-boxarea {
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .p-menu-item-boxarea {
    padding: 30px;
  }
}

.p-top-online-link-btn {
  display: block;
  position: fixed;
  border-radius: 10px 0 0 10px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  color: #f8f8f8;
  text-align: center;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  margin: 0 auto;
  padding: 16px;
  background-color: #b3424a;
  border-top: 1px solid #b3424a;
  border-left: 1px solid #b3424a;
  border-bottom: 1px solid #b3424a;
  z-index: 999999;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  text-orientation: upright;
  cursor: pointer;
  white-space: pre;
}
.p-top-online-link-btn:hover {
  background-color: #fff;
  color: #b3424a;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.p-top-online-link-btn span {
  text-combine-upright: all;
}

.p-menu-banner-item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.p-menu-banner-item-link {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-menu-banner-item-link:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-menu-banner-item-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-munu-btn-area {
  position: relative;
  display: block;
  padding: 50px;
  text-align: center;
}

.p-menu-btn-text {
  font-size: 1.8rem;
  top: 0;
  left: 0;
  font-weight: bold;
}

.p-menu-btn-item {
  padding: 20px;
  margin-top: 30px;
  border: 1px solid #b3424a;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  width: auto;
  border-radius: 10px;
  background-color: #b3424a;
}
.p-menu-btn-item:hover {
  background-color: #fff;
  color: #b3424a;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

.p-menu-item-main-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;
  color: #b3424a;
  font-size: 2.4rem;
  margin: 60px auto 0 auto;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-menu-item-main-title {
    font-size: 1.6rem;
  }
}
.p-menu-item-main-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  text-align: center;
  margin: 0 auto;
  width: 30px;
  height: 1px;
  background-color: #b3424a;
}

/*==============================
-Page
===============================*/
.p-work-mainvisual {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/washi_blue.jpg");
  background-color: #f8f8f8;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
}

.p-work-mainvisual-logo {
  width: 260px;
  padding: 200px 0 120px 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-work-mainvisual-logo {
    width: 220px;
  }
}

.p-work-copy {
  color: #111;
  font-size: 19px;
  text-align: center;
  margin-bottom: 60px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1023px) {
  .p-work-copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-work-copy {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-work-copy:first-child {
  margin-top: 100px;
  line-height: 1.5em;
}

.p-work-copy:first-child {
  margin-top: 100px;
  line-height: 1.5em;
}

#sinann > div:first-child {
  position: relative;
}

#sinann .p-work-sinann {
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 30px;
  color: #111;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  #sinann .p-work-sinann {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #sinann .p-work-sinann {
    top: 28px;
  }
}

.p-work-sinann-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  width: 73%;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .p-work-sinann-wrap {
    width: 90%;
  }
}
.p-work-sinann-wrap img {
  width: 140px;
  height: 75px;
  position: relative;
  top: -10px;
}

.p-work-sinann-wrap::before, .p-work-sinann-wrap::after {
  content: "";
  width: calc(50% - 70px);
  border-top: 1px solid #111;
  margin-top: 26px;
}

.p-work-takeguchi-wrapper {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  color: #111;
  border-bottom: 1px solid #111;
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  margin-top: -48px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper {
    width: 90%;
  }
}

.p-work-takeguchi-wrapper-content {
  font-size: 19px;
  margin-bottom: 50px;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-work-takeguchi-wrapper-content {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper-content {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-work-takeguchi-wrapper > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
  padding-top: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper > div:first-child {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

.p-work-takeguchi-wrapper > div:first-child img {
  width: 30%;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper > div:first-child img {
    width: 70%;
    margin: 0 auto 30px;
  }
}

.p-work-takeguchi-wrapper > div:first-child p {
  font-size: 19px;
  margin-left: 20%;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-work-takeguchi-wrapper > div:first-child p {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper > div:first-child p {
    font-size: 14px;
    margin-left: 0;
  }
}

.p-work-takeguchi-wrapper > div:nth-child(2),
.p-work-takeguchi-wrapper > div:nth-child(3),
.p-work-takeguchi-wrapper > ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-work-takeguchi-wrapper > ul {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper > ul {
    padding-bottom: 15px;
  }
}

.p-work-takeguchi-wrapper li {
  font-size: 19px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .p-work-takeguchi-wrapper li {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper li {
    font-size: 14px;
  }
}

.p-work-takeguchi-wrapper li:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-work-takeguchi-wrapper li:last-child {
    margin-top: 30px;
  }
}

.p-work-work-image {
  width: 71%;
  display: block;
  margin: 110px auto 0;
}

.p-work-title {
  position: relative;
  top: -30px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-work-line {
  width: 1px;
  height: 180px;
  background-color: #111;
  margin: 0 2px;
}

.p-work-subtitle {
  position: relative;
  bottom: -50px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #111;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-work-about-wrapper {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}

.p-work-about-box {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-work-about-box {
    padding: 10px 20px;
  }
}

.p-work-about-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;
  text-align: center;
  color: #444;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-work-about-title {
    font-size: 1.6rem;
  }
}

.p-work-about-img-area {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
}

.p-work-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-work-about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-work-about-desc {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-work-about-desc {
    font-size: 1.6rem;
  }
}

.p-work-about-sub-title {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  text-align: center;
  color: #444;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-work-about-sub-title {
    font-size: 1.6rem;
  }
}

.about-desc2 {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .about-desc2 {
    padding: 0 20px;
  }
}

.about-raound {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: radial-gradient(circle, white, #edd8e1);
  z-index: -1;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .about-raound {
    top: 40%;
    width: 300px;
    height: 300px;
  }
}

/*==============================
-Page
===============================*/
.p-shop-mainvisual {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/washi_purple.jpg");
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
}

.p-shop-main {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 90%;
  padding-top: 60.6%;
  background-image: url("../images/shop_list_background_02.jpg");
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1170px) {
  .p-shop-main {
    margin-top: 0;
    padding-top: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-main {
    padding-top: 120%;
    padding-bottom: 7%;
  }
}

.p-shop-list-information {
  font-size: 20px;
  color: #000000;
}
@media screen and (max-width: 1170px) {
  .p-shop-list-information {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-list-information {
    font-size: 16px;
  }
}

.p-shop-list-wrap {
  display: block;
  height: 100%;
  width: 100%;
}
.p-shop-block-area {
  background-color: rgba(252, 252, 252, 0.3);
  height: auto;
}

.p-shop-block {
  margin-bottom: 40px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .p-shop-block {
    margin-bottom: 20px;
    padding: 30px;
  }
}

.p-shop-list-information-name {
  color: #111;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-shop-list-information-name {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.p-shop-list-information-name div {
  display: inline-block;
}

.p-shop-list-information-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 1170px) {
  .p-shop-list-information-lead {
    font-size: 15px;
    padding-right: 6%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-shop-list-information-lead {
    font-size: 16px;
    padding-right: 10px;
    margin: 20px auto;
  }
}
.p-shop-list-information-lead div {
  display: inline-block;
}

.p-shop-list-information-lead:last-child {
  margin: 0;
}

.p-shop-map {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.p-shop-map:hover {
  opacity: 0.7;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-shop-list {
  background-color: #EFEFEF;
  position: relative;
  padding-top: 6%;
  padding-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .p-shop-list {
    padding-top: 13%;
    padding-bottom: 13%;
  }
}

@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap-storeinformation {
    width: 77%;
    height: 79%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-shop-list-wrap-storeinformation div {
    width: 100%;
  }
}

.p-shop-wrapper {
  padding: 40px 0;
  position: relative;
  top: 0;
  left: 0;
}

.p-shop-map-img {
  padding-top: 66.58%;
  background-image: url("../images/shop_list_background_02.jpg");
}
.p-shop-map-img:before {
  background-color: transparent;
}

.p-shop-img {
  padding-top: 66.58%;
}
.p-shop-img:before {
  background-color: transparent;
}

.p-shop-title {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto 10px auto;
  letter-spacing: 0.3em;
  color: #111;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-shop-title {
    font-size: 1.8rem;
  }
}

.p-shop-title-border {
  background-color: #111;
  width: 1px;
  height: 100px;
}

.p-shop-subtitle {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  text-align: center;
  width: 100%;
  margin: 10px auto 0 auto;
  color: #111;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.p-shop-googlemap {
  width: 100%;
  padding-top: 30%;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-shop-googlemap {
    padding-top: 100%;
  }
}
.p-shop-googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab_btn {
  width: 100%;
  padding: 20px 90px;
  color: #333;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  opacity: 0.7;
  display: block;
}
.tab_btn:nth-child(1) {
  background-color: rgba(255, 192, 203, 0.3);
}
.tab_btn:nth-child(2) {
  background-color: rgba(175, 238, 238, 0.3);
}
.tab_btn:nth-child(3) {
  background-color: rgba(240, 238, 140, 0.3);
}
.tab_btn:nth-child(4) {
  background-color: rgba(140, 147, 240, 0.3);
}
.tab_btn.active {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .tab_btn {
    width: 100%;
    padding: 20px 0;
    font-size: 1.8rem;
  }
}

.tab_panel {
  display: none;
}
.tab_panel.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .tab_panel {
    padding-top: 60px;
  }
}

.btn_area {
  height: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-image: url("../images/washi_purple.jpg");
    z-index: 200;
    padding: 100px 10px 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn_area {
    padding: 20px 0;
  }
}

.btn_area_sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  top: 0;
  position: sticky;
  top: 0;
  left: auto;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .btn_area_sticky {
    z-index: 888;
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .btn_area_sticky {
    padding-top: 0;
  }
}

.panel_area {
  padding-top: 20px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .panel_area {
    margin-top: -120px;
    padding-top: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .p-shop-btn-area-sp {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

/*==============================
-Page
===============================*/
.p-news-img::before {
  content: "";
  background-color: transparent;
}

.p-top-archive-wrap .p-news-img {
  width: 86%;
}
.p-top-archive-wrap .p-news-date {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap .p-news-date {
    font-size: 13px;
  }
}
.p-top-archive-wrap .p-news-lead {
  font-size: 15px;
  width: 70%;
  margin: 20px auto 0;
  color: #111;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-top-archive-wrap .p-news-lead {
    width: 80%;
  }
}
.p-top-archive-wrap h3 {
  font-size: 18px;
  color: #111;
  width: 70%;
  margin: 0 auto;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-top-archive-wrap h3 {
    font-size: 15px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-archive-wrap h3 {
    font-size: 13px;
  }
}

.p-news-btn-area {
  font-size: 15px;
  width: 300px;
  border-radius: 30px;
  margin: 50px auto 0;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-news-btn-area:hover {
  opacity: 0.8;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-news-btn-area {
    width: 100%;
    padding: 10px;
  }
}

.p-news-area {
  margin-bottom: 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-news-area:hover {
  opacity: 0.8;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.p-news-btn-item {
  background-color: #ebebeb;
  color: #0C0F17;
  display: block;
  padding: 25px 0;
  margin: 0 auto;
  border-radius: 50px;
  text-align: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  font-size: 1.8rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-news-btn-item:hover {
  opacity: 0.8;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news-btn-item {
    font-size: 1.4rem;
  }
}

/*==============================
-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%;
  height: 340px;
}
.p-sample-blog-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-sample-blog-area {
  position: absolute;
  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: 100%;
}

.p-sample-top-title {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #444;
  font-style: italic;
}
.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 {
  background-color: #eee;
  padding: 60px 0;
}
.p-sample-mainvisual-wrapper:nth-child(even) {
  background-color: #ddd;
}
.p-sample-date {
  display: block;
  width: 100%;
  font-size: 1.2rem;
}

.p-sample-dl {
  display: inline-block;
  width: auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #c00;
  text-decoration: underline;
}

.p-sample-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.p-sample-header {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
}

.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;
  width: 100%;
  font-size: 1.4rem;
}

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

.p-sample-footer-copy {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
}

.p-sample-top-single-wrapper {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-sample-top-single-wrapper {
    padding-top: 50px;
  }
}
.p-sample-top-single-wrapper img {
  width: 96%;
  display: block;
  margin: 0 auto;
}

.p-sample-top-post-img {
  margin-bottom: 40px;
}
.p-sample-top-post-img::before {
  content: "";
  background-color: transparent;
}

.p-sample-top-post-title {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-sample-top-post-desc {
  display: block;
  padding: 60px 0;
}

.p-sample-top-post-date span {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  color: #111;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-sample-top-post-date span {
    font-size: 1.6rem;
  }
}

.p-sample-top-post-title {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #222;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .p-sample-top-post-title {
    font-size: 2.4rem;
  }
}

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

/*==============================
-Page
===============================*/
.p-contact-wrapper {
  padding-top: 120px;
}
@media screen and (max-width: 1170px) {
  .p-contact-wrapper {
    padding-top: 120px;
  }
}

.p-contact-wrapper-title {
  width: auto;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 7%;
  color: #fff;
  font-style: italic;
}
@media screen and (max-width: 1170px) {
  .p-contact-wrapper-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper-title {
    font-size: 35px;
  }
}

.p-contact-wrapper-form {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact-wrapper-form {
    margin-bottom: 2%;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-form-wrapper {
  padding-top: 60px;
  padding-bottom: 0;
}

.block {
  display: block !important;
}

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

.c-form-box {
  margin-bottom: 0;
}

textarea::-webkit-input-placeholder {
  color: #ccc;
}

textarea::-moz-placeholder {
  color: #ccc;
}

textarea:-ms-input-placeholder {
  color: #ccc;
}

textarea::-ms-input-placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

/*==============================
-Page
===============================*/
.p-news-mainvisual {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/washi_green.jpg");
  background-color: #f8f8f8;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  z-index: -1;
}

.news {
  display: block;
}
.news .c-header-teaser-wrapper-list {
  color: #111;
}
.news .c-header-menu-wrapper-link {
  color: #111;
}
.news .menu {
  display: none;
}
.news .c-header-menu-wrapper1-title, .news .c-header-menu-wrapper1-subtitle {
  color: #111;
}
.news .c-header-menu-wrapper1-line {
  background-color: #111;
}
.news .c-header-menu-wrapper-content {
  color: #111;
  margin-bottom: 50px;
}

.page-news {
  width: 90%;
  margin: 0 auto;
}
.page-news .l-grid-4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-news .l-grid-4 {
    margin-bottom: 30px;
  }
}

.p-news-img {
  width: 86%;
}
@media screen and (max-width: 767px) {
  .p-news-img {
    width: 100%;
  }
}

.p-news-date {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 767px) {
  .p-news-date {
    font-size: 13px;
  }
}

.p-news-title {
  font-size: 18px;
  color: #111;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-news-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-news-title {
    font-size: 13px;
  }
}

.p-news-lead {
  font-size: 15px;
  width: 100%;
  margin: 20px auto 0;
  color: #111;
  line-height: 1.5em;
}
@media screen and (max-width: 1023px) {
  .p-news-lead {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .horizon {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 4) - 16px - 0.1px);
    max-width: calc(100% / (12 / 4) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

.p-news-btn-link {
  font-size: 15px;
  width: 300px;
  padding: 20px 0;
  border-radius: 30px;
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
  background-color: #222;
}

.p-news-desc-area {
  padding: 0 20px;
}

/*==============================
-Page
===============================*/
.p-fc-bg {
  background-image: url("../images/washi_yellow.jpg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-fc-main-img {
  padding-top: 0;
  height: 60vh;
}
.p-fc-main-img:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fc-main-img {
    padding-top: 56.25%;
    height: 0;
  }
}

.p-fc-main-lead {
  padding: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-fc-main-text {
  font-size: 1.8rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-fc-main-text {
    font-size: 1.4rem;
  }
}

.p-fc-form-wrap {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-fc-form-wrap {
    padding: 20px 0;
  }
}

.p-fc-form-content {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 80px 0;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 30px;
}

.p-fc-form-lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 40px;
}

.c-form-wrapper-fc {
  padding: 0px 0;
}

.c-form-fc {
  margin-bottom: 0;
}

/*==============================
-Page
===============================*/
.p-fc2-main {
  margin-top: 80px;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media screen and (max-width: 767px) {
  .p-fc2-co-top-wrap {
    padding: 40px 0;
  }
}

.p-fc2-co-top-lead {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-top-lead {
    font-size: 2.2rem;
  }
}

.p-fc2-co-top-text {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-top-text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fc2-co-scene-wrap {
    padding: 40px 0;
  }
}

.p-fc2-co-title {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 80px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-title {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.p-fc2-co-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: #333;
}

.p-fc2-co-scene-img {
  margin-bottom: 20px;
}
.p-fc2-co-scene-img:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-scene-img {
    margin-bottom: 10px;
  }
}

.p-fc2-co-scene-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-scene-text {
    font-size: 1.8rem;
    padding-bottom: 20px;
    text-align: center;
  }
}

.p-fc2-co-marit-wrap {
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-marit-wrap {
    padding: 40px 0;
  }
}

.p-fc2-marit-items {
  margin-bottom: 40px;
}

.p-fc2-marit-img:before {
  background-color: transparent;
}

.p-fc2-marit-text-content {
  padding: 20px 70px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-fc2-marit-text-content {
    padding: 10px 20px;
  }
}

.p-fc2-marit-title-pc {
  font-size: 3rem;
  padding-bottom: 40px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fc2-marit-title-pc {
    display: none;
  }
}

.p-fc2-marit-title-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fc2-marit-title-sp {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 20px;
    padding-bottom: 10px;
  }
}

.p-fc2-marit-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.p-fc2-marit-btn-area {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-fc2-marit-btn-area {
    padding-top: 0;
  }
}

.p-fc2-marit-btn {
  text-align: center;
  display: inline;
  font-size: 2rem;
  color: #111;
  border: 1px solid #111;
  padding: 15px 40px;
  line-height: 1;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}
.p-fc2-marit-btn:hover {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-fc2-marit-btn {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .ff {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .bb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-fc2-co-lineup-wrap {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-wrap {
    padding: 40px 0;
  }
}

.p-fc-2-co-lineup-content {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-fc-2-co-lineup-content {
    padding-top: 0;
  }
}

.p-fc2-co-lineup-items {
  position: relative;
  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-fc2-co-lineup-items {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .ww {
    -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) - 16px - 0.1px);
        flex-basis: calc(100% / (12 / 6) - 16px - 0.1px);
    max-width: calc(100% / (12 / 6) - 16px);
    position: relative;
    margin: 0 calc(16px / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-fc-2-co-lineup-menu-boxarea {
    padding: 0;
  }
}

.p-fc2-co-lineup-img {
  padding-top: 100%;
  margin-bottom: 20px;
}
.p-fc2-co-lineup-img:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-img {
    margin-bottom: 10px;
  }
}

.p-fc2-co-lineup-text-area {
  display: block;
}

.p-fc2-co-lineup-text {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-text {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-set-items {
    font-size: 1.2rem;
  }
}

.p-fc2-co-lineup-set-price-area {
  margin-top: auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-set-price-area {
    padding-top: 0px;
    margin-top: 20px;
  }
}

.p-fc2-co-lineup-set-price-label {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-set-price-label {
    font-size: 1.4rem;
  }
}

.p-fc2-co-lineup-set-price-wrap {
  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-top: 1px solid #d7d0d0;
  border-bottom: 1px solid #d7d0d0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-set-price-wrap {
    padding: 5px 0;
  }
}

.p-fc2-co-lineup-set-price-wrap-normal {
  border-bottom: 1px solid #d7d0d0;
}

.p-fc2-co-lineup-set-price {
  text-align: right;
  font-size: 3rem;
}
.p-fc2-co-lineup-set-price span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-set-price {
    font-size: 2.2rem;
  }
  .p-fc2-co-lineup-set-price span {
    font-size: 1.2rem;
  }
}

.p-fc2-co-lineup-bottom-text {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-lineup-bottom-text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-fc2-co-method-wrap {
    padding: 40px 0;
  }
}

.p-fc2-co-use-content {
  background-color: #F2F2F2;
  position: relative;
  z-index: 99;
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-use-content {
    padding: 20px 15px;
    background-color: transparent;
  }
}

.p-fc2-co-use-top-text {
  text-align: center;
  font-size: 2rem;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-use-top-text {
    font-size: 1.6rem;
    text-align: left;
  }
}

.p-fc2-co-use-grid {
  position: relative;
}

.p-fc2-co-use-num {
  font-size: 6rem;
  top: 2%;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-use-num {
    font-size: 5rem;
  }
}

.p-fc2-co-use-items {
  background-color: white;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-use-items {
    margin-bottom: 20px;
    height: auto;
  }
}

.p-fc2-co-use-items-img:before {
  background-color: transparent;
}

.p-fc2-co-use-items-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-use-items-text {
    font-size: 1.4rem;
  }
}

.p-fc2-co-flow-wrap .p-fc2-co-flow-items-border:last-child .sss {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-flow-wrap {
    padding: 40px 0;
  }
}

.p-fc2-co-flow-items-border {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-flow-items-border {
    border: none;
  }
}

.p-fc2-co-flow-items {
  padding: 0 40px;
  position: relative;
}
.p-fc2-co-flow-items .fas {
  text-align: center;
  display: block;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-flow-items {
    padding: 0;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

.p-fc2-co-flow-num-area {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.p-fc2-co-flow-num {
  text-align: center;
  font-size: 3rem;
  color: #c00;
  display: inline;
  border-bottom: 1px solid #c00;
}
.p-fc2-co-flow-num span {
  font-size: 2rem;
  margin-right: 5px;
}

.p-fc2-co-flow-items-lead {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-flow-items-lead {
    padding-bottom: 10px;
    font-size: 1.8rem;
    padding-top: 15px;
  }
}

.p-fc2-co-flow-items-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-fc2-co-flow-items-text {
    font-size: 1.4rem;
  }
}

.sss {
  right: 0;
  left: 100%;
  width: 25px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sss {
    top: 100%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) perspective(0);
            transform: translate3d(-50%, -50%, 0) rotate(90deg) perspective(0);
  }
}

@media screen and (max-width: 767px) {
  .p-fc2-co-question-wrap {
    padding: 40px 0;
  }
}

.ac_header {
  border-top: 2px solid #333;
  padding: 20px 20px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.i_box:before {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #333;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #333;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ac_header.open .i_box:after {
  height: 0;
}

.ac_inner {
  display: none;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner:before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__q-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q-txt {
    font-size: 1.6rem;
  }
}

.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner:before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.p-faq__a-txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__a-txt {
    font-size: 1.6rem;
  }
}

.p-fc2-main .p-fc2-co-btn_area {
  margin-top: 150px;
}
.p-fc2-main .p-fc2-co-btn_area .active {
  background-color: #333;
  color: #F2F2F2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fc2-main .p-fc2-co-btn_area {
    margin-top: 70px;
  }
}
.p-fc2-main .p-fc2-co-tab_btn-grid {
  position: relative;
}
.p-fc2-main .p-fc2-co-tab_btn-grid .p-fc2-co-tab-icon-area {
  left: 95%;
  z-index: 999;
}
.p-fc2-main .p-fc2-co-tab_btn-grid .p-fc2-co-tab-icon-area .fas {
  font-size: 3rem;
  z-index: 999;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: white;
}
@media screen and (max-width: 767px) {
  .p-fc2-main .p-fc2-co-tab_btn-grid .p-fc2-co-tab-icon-area {
    left: 93%;
  }
  .p-fc2-main .p-fc2-co-tab_btn-grid .p-fc2-co-tab-icon-area .fas {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fc2-main .p-fc2-co-tab_btn-grid {
    -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;
  }
}
.p-fc2-main .p-fc2-co-tab-arrow-turn {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-fc2-main .p-fc2-co-tab-arrow-add {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.p-fc2-main .p-fc2-co-tab_btn {
  font-size: 1.8rem;
  padding: 15px 0;
  font-weight: bold;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: relative;
  z-index: 1;
}
.p-fc2-main .p-fc2-co-tab_btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: #333;
  opacity: 0.4;
  z-index: -1;
}
.p-fc2-main .p-fc2-co-tab_btn:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-fc2-main .p-fc2-co-tab_btn:hover {
  color: white;
}
@media screen and (max-width: 767px) {
  .p-fc2-main .p-fc2-co-tab_btn {
    font-size: 1.6rem;
  }
}
.p-fc2-main .p-fc2-co-tab_panel {
  display: none;
}
.p-fc2-main .p-fc2-co-panel_area {
  border: solid 1px #e3ebf3;
}
.p-fc2-main .p-fc2-co-panel_area .active {
  display: block;
}

.p-fc2-co-tab_box {
  position: relative;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.p-fc2-co-contact-wrap {
  background-color: #F2F2F2;
}

/*==============================
-Page
===============================*/
.p-g-fc-main {
  font-family: "Roboto", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-g-fc-mv-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-mv-wrapper {
    padding-top: 0;
  }
}

.p-g-fc-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;
  padding-top: 40%;
}
.p-g-fc-mv-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

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

.p-g-fc-title {
  font-size: 3rem;
  font-weight: bold;
  color: #1F3753;
  text-align: center;
  padding: 40px 0;
}

.p-g-fc-about-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-g-fc-about-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-g-fc-about-wrapper:before {
  background-color: transparent;
}

.p-g-fc-about-wrap {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-g-fc-about-wrap {
    padding: 60px 20px;
  }
}

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

.p-g-fc-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-g-fc-about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-g-fc-menu-wrap {
  display: block;
  padding-bottom: 60px;
}

.p-g-fc-menu-title {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  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;
}
.p-g-fc-menu-title::after {
  content: "";
  position: relative;
  display: block;
  top: 0;
  right: 0;
  width: 90%;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-g-fc-menu-title {
    font-size: 2rem;
  }
}

.p-g-fc-menu-item {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 20px;
}

.p-g-fc-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;
  padding-top: 100%;
  margin: 10px;
}
.p-g-fc-menu-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-g-fc-menu-img::before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-g-fc-menu-img {
    margin: 0;
  }
}

.p-g-fc-other-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;
  margin: 10px;
}
.p-g-fc-other-menu-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-g-fc-other-menu-img::before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-g-fc-other-menu-img {
    margin: 5px 0;
  }
}

.p-g-fc-menu-name {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-menu-name {
    padding-top: 10px;
  }
}

.p-g-fc-slide-img {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-g-fc-slide-img {
    width: 30%;
  }
}

.p-g-fc-store-wrapper {
  padding: 100px 200px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-wrapper {
    padding: 40px 20px;
  }
}

.p-g-fc-store-type-wrap {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  border: 2px solid #1F3753;
  padding: 20px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-type-wrap {
    padding: 10px;
    margin: 20px 0;
  }
}

.p-g-fc-store-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-g-fc-store-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-g-fc-store-img:before {
  background-color: transparent;
}

.p-g-fc-store-img2 {
  width: 40%;
}
.p-g-fc-store-img2:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-img2 {
    width: 60%;
    margin: 0 auto;
  }
}

.p-g-fc-store-type-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-type-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-g-fc-store-type-info-wrap {
  width: 60%;
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 20px;
  text-align: left;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-type-info-wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
    margin: 15px 0;
  }
}

.p-g-fc-store-name {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #1F3753;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-name {
    font-size: 2.2rem;
    padding-top: 20px;
  }
}

.p-g-fc-store-type-info-desc-wrap {
  font-size: 1.4rem;
  margin: 20px 0;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-g-fc-store-type-info-desc-wrap {
    margin: 15px 0;
  }
}

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

.p-g-fc-flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(238, 220, 179, 0.6901960784);
  padding: 30px;
}
.p-g-fc-flow-wrap:nth-child(even) {
  background-color: rgba(238, 220, 179, 0.3098039216);
}
@media screen and (max-width: 767px) {
  .p-g-fc-flow-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
  }
}

.p-g-fc-flow-num {
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #1F3753;
  border-radius: 50%;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-flow-num {
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 10px;
  }
}

.p-g-fc-flow-desc-wrap {
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-g-fc-flow-desc-wrap {
    padding-left: 0;
  }
}

.p-g-fc-flow-head {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-g-fc-flow-head {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}

.p-g-fc-flow-desc {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-g-fc-flow-desc {
    font-size: 1.6rem;
  }
}

.p-g-fc-sub-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%;
}
.p-g-fc-sub-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.p-g-fc-sub-img::before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-g-fc-sub-img {
    padding-top: 40%;
  }
}

.p-g-fc-sub-img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-g-fc-sub-img-text {
    font-size: 4rem;
  }
}

.p-fc-bg {
  background-image: url("../images/washi_yellow.jpg");
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.p-fc-main-img {
  padding-top: 0;
  height: 60vh;
}
.p-fc-main-img:before {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-fc-main-img {
    padding-top: 56.25%;
    height: 0;
  }
}

.p-fc-main-lead {
  padding: 30px 0;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.p-fc-main-text {
  font-size: 1.8rem;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
  .p-fc-main-text {
    font-size: 1.4rem;
  }
}

.p-fc-form-wrap {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-fc-form-wrap {
    padding: 20px 0;
  }
}

.p-fc-form-content {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 80px 0;
  padding-right: 5%;
  padding-left: 5%;
  border-radius: 30px;
}

.p-fc-form-lead {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 40px;
}

.c-form-wrapper-fc {
  padding: 0px 0;
}

.c-form-fc {
  margin-bottom: 0;
}

/*==============================
-Page
===============================*/
.p-confirm-main-wrap {
  padding: 0;
}

.p-confirm-name {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.p-confirm-tel {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.p-confirm-address {
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.p-confirm-submit-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  margin: 0 15px;
  background-color: #343a40;
  -webkit-box-shadow: 0 3px 1px -2px #ccc, 0 2px 2px 0 #ccc, 0 1px 5px 0 #ccc;
          box-shadow: 0 3px 1px -2px #ccc, 0 2px 2px 0 #ccc, 0 1px 5px 0 #ccc;
}
@media screen and (max-width: 767px) {
  .p-confirm-submit-btn {
    width: 150px;
    font-size: 1.4rem;
  }
}

.p-confirm-submit-btn:active {
  -webkit-box-shadow: 0 4px 2px -3px #ccc, 0 4px 5px 1px #ccc, 0 2px 7px 1px #ccc;
          box-shadow: 0 4px 2px -3px #ccc, 0 4px 5px 1px #ccc, 0 2px 7px 1px #ccc;
}

.p-confirm-confirm-form-block {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid black;
}

.p-confirm-content {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background-color: #EFEFEF;
  padding: 40px 0;
}

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

.s-sc-title {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@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;
}
@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: #ad0f0f;
  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: #ad0f0f;
}

.s-sc-guest {
  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: gold;
  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: gold;
}

.s-sc-men {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #141482;
  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: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #f6aab6;
  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: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: 10px;
}
@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.6;
  letter-spacing: 0.05em;
}
@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: #ad0f0f;
  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;
}
.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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.s-sc-link:hover {
  text-decoration: none;
  text-shadow: #ad0f0f;
}
@media screen and (max-width: 767px) {
  .s-sc-link {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}

.s-sc-movie {
  position: relative;
  padding-top: 28.125%;
  margin-bottom: 10px;
  width: 50% !important;
}
@media screen and (max-width: 767px) {
  .s-sc-movie {
    width: 100% !important;
    padding-top: 56.25%;
  }
}

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

.s-sc-column-title {
  display: block;
  font-size: 2.4rem;
  color: #ad0f0f;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 15px 10px;
  border-top: 1px solid #ad0f0f;
  border-bottom: 1px solid #ad0f0f;
}
@media screen and (max-width: 767px) {
  .s-sc-column-title {
    font-size: 2rem;
    letter-spacing: 2px;
    line-height: 1.6;
    padding: 5px 8px 5px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.s-sc-column-heading {
  padding: 7px 10px 7px;
  font-size: 2rem;
  border-bottom: 1px dashed #ad0f0f;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .s-sc-column-heading {
    font-size: 1.6rem;
    margin: 20px 0;
  }
}

.s-sc-column-subheading {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3b3b3b;
  line-height: 1.6;
  margin-bottom: 10px;
  padding: 7px 10px 7px;
  border-bottom: 4px solid #fff;
  position: relative;
}
.s-sc-column-subheading::before {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #7a7a7a;
  position: absolute;
  left: 0;
  bottom: -3px;
}
@media screen and (max-width: 767px) {
  .s-sc-column-subheading {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.s-single-blog-content-area {
  font-size: 1.6rem;
  color: #141482;
  line-height: 1.8;
  margin: 30px 0 70px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .s-single-blog-content-area {
    margin: 30px 0 70px;
  }
}
.s-single-blog-content-area p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.2px;
}
.s-single-blog-content-area p::before {
  display: none;
}
.s-single-blog-content-area a {
  font-size: 1.6rem;
  list-style: 1.8;
  letter-spacing: 0.2px;
}
.s-single-blog-content-area br {
  display: none;
}

.s-sc-topic-title {
  font-size: 2.3rem;
  padding: 0 20px;
  font-weight: bold;
  color: #ad0f0f;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-sc-topic-title {
    font-size: 2rem;
    padding: 0 12px;
  }
}
.s-sc-topic-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.s-sc-topic-title::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.s-sc-topic {
  background-color: #EEF1F2;
  padding: 25px 30px 20px;
}

.s-sc-topic-list {
  margin-bottom: 5px;
  list-style: decimal;
}

/*==============================
-Single
===============================*/
.s-single-wrapper {
  padding-top: 120px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .s-single-wrapper {
    padding-top: 120px;
  }
}
.s-single-wrapper img {
  width: 100%;
  display: block;
  margin: 5px auto 0 auto;
}

.s-single-post-img {
  margin-bottom: 40px;
}
.s-single-post-img::before {
  content: "";
  background-color: transparent;
}

.s-single-post-date,
.s-single-post-date span {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .s-single-post-date,
  .s-single-post-date span {
    font-size: 1.6rem;
  }
}

.s-single-post-desc {
  display: block;
  font-size: 1.6rem;
  padding: 60px 0;
  font-family: "EB Garamond", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.s-single-post-title {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #222;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .s-single-post-title {
    font-size: 2rem;
  }
}

.s-single-post-desc {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .s-single-post-desc {
    line-height: 1.75;
  }
}

.s-single-column-content {
  background-color: #FDFDFD;
  padding: 20px 30px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .s-single-column-content {
    padding: 10px 14px;
  }
}

.s-single-post-title-column {
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}

.s-single-post-date-column {
  padding: 20px 0;
}
.s-single-post-date-column span {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .s-single-post-date-column {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .s-single-post-date-column span {
    font-size: 1.6rem;
  }
}

.s-single-post-column-relate-area {
  font-family: "Roboto", "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #f2f2f2;
  margin-top: 40px;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .s-single-post-column-relate-area {
    margin-top: 30px;
    padding: 10px;
  }
}

.s-single-post-column-relate-label {
  font-size: 2.2rem;
  font-weight: bold;
  border-left: 3px solid #7ad64b;
  margin-bottom: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .s-single-post-column-relate-label {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.s-single-post-column-relate-img {
  margin-bottom: 10px;
}
.s-single-post-column-relate-img:before {
  background-color: transparent;
}

.s-single-post-column-relate-title {
  font-size: 1.6rem;
  color: #333;
}

.s-single-post-column-relate-date {
  font-size: 1.4rem;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .s-single-post-column-relate-date {
    margin-bottom: 20px;
    text-align: left;
  }
}

/* ======================================================
_custom.scss
====================================================== */
#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

.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-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(0);
          transform: perspective(0);
}

@-webkit-keyframes a-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0) perspective(0);
            transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(0);
            transform: translate3d(0, 0, 0) perspective(0);
  }
}
@keyframes a-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0) perspective(0);
            transform: translate3d(0, 30px, 0) perspective(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) perspective(0);
            transform: translate3d(0, 0, 0) perspective(0);
  }
}
.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) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  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) perspective(0);
          transform: translate3d(-50%, -50%, 0) perspective(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 82px;
  height: 82px;
  border-radius: 50px;
  margin-top: -16px;
  margin-left: -16px;
  border: 16px solid #60ABB9;
  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) perspective(0);
            transform: rotate(0deg) perspective(0);
  }
  100% {
    -webkit-transform: rotate(360deg) perspective(0);
            transform: rotate(360deg) perspective(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) perspective(0);
            transform: rotate(0deg) perspective(0);
  }
  100% {
    -webkit-transform: rotate(360deg) perspective(0);
            transform: rotate(360deg) perspective(0);
  }
}/*# sourceMappingURL=style.css.map */