html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

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

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

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

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

/* ===== @mixin ===== */
/* ======= mixin breakpoint ======= */
/* ======= positioncenter ======= */
/* ===== @mixin ===== */
/* ===== @class ===== */
.l-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    padding: 0;
  }
}
.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

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

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

.l-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(8.3333333333% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(8.3333333333% - 30px);
}

.l-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(16.6666666667% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(16.6666666667% - 30px);
}

.l-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(25% - 30px);
}

.l-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3333333333% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(33.3333333333% - 30px);
}

.l-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.6666666667% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(41.6666666667% - 30px);
}

.l-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(50% - 30px);
}

.l-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(58.3333333333% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(58.3333333333% - 30px);
}

.l-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.6666666667% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(66.6666666667% - 30px);
}

.l-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(75% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(75% - 30px);
}

.l-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(83.3333333333% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(83.3333333333% - 30px);
}

.l-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(91.6666666667% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(91.6666666667% - 30px);
}

.l-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 30px - 0.1px);
  margin: 0 15px;
  max-width: calc(100% - 30px);
}

.l-grid-auto {
  flex: 1;
  margin: 0 15px;
}

.l-tile-grid-1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(8.3333333333% - 0.1px);
  max-width: 8.3333333333%;
}

.l-tile-grid-2 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(16.6666666667% - 0.1px);
  max-width: 16.6666666667%;
}

.l-tile-grid-3 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 0.1px);
  max-width: 25%;
}

.l-tile-grid-4 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3333333333% - 0.1px);
  max-width: 33.3333333333%;
}

.l-tile-grid-5 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(41.6666666667% - 0.1px);
  max-width: 41.6666666667%;
}

.l-tile-grid-6 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 0.1px);
  max-width: 50%;
}

.l-tile-grid-7 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(58.3333333333% - 0.1px);
  max-width: 58.3333333333%;
}

.l-tile-grid-8 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(66.6666666667% - 0.1px);
  max-width: 66.6666666667%;
}

.l-tile-grid-9 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(75% - 0.1px);
  max-width: 75%;
}

.l-tile-grid-10 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(83.3333333333% - 0.1px);
  max-width: 83.3333333333%;
}

.l-tile-grid-11 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(91.6666666667% - 0.1px);
  max-width: 91.6666666667%;
}

.l-tile-grid-12 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 0.1px);
  max-width: 100%;
}

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

.l-offset-left-1 {
  margin-left: 8.3333333333%;
}

.l-offset-left-2 {
  margin-left: 16.6666666667%;
}

.l-offset-left-3 {
  margin-left: 25%;
}

.l-offset-left-4 {
  margin-left: 33.3333333333%;
}

.l-offset-left-5 {
  margin-left: 41.6666666667%;
}

.l-offset-left-6 {
  margin-left: 50%;
}

.l-offset-left-7 {
  margin-left: 58.3333333333%;
}

.l-offset-left-8 {
  margin-left: 66.6666666667%;
}

.l-offset-left-9 {
  margin-left: 75%;
}

.l-offset-left-10 {
  margin-left: 83.3333333333%;
}

.l-offset-left-11 {
  margin-left: 91.6666666667%;
}

.l-offset-left-12 {
  margin-left: 100%;
}

.l-offset-right-1 {
  margin-right: 8.3333333333%;
}

.l-offset-right-2 {
  margin-right: 16.6666666667%;
}

.l-offset-right-3 {
  margin-right: 25%;
}

.l-offset-right-4 {
  margin-right: 33.3333333333%;
}

.l-offset-right-5 {
  margin-right: 41.6666666667%;
}

.l-offset-right-6 {
  margin-right: 50%;
}

.l-offset-right-7 {
  margin-right: 58.3333333333%;
}

.l-offset-right-8 {
  margin-right: 66.6666666667%;
}

.l-offset-right-9 {
  margin-right: 75%;
}

.l-offset-right-10 {
  margin-right: 83.3333333333%;
}

.l-offset-right-11 {
  margin-right: 91.6666666667%;
}

.l-offset-right-12 {
  margin-right: 100%;
}

@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-] {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px - 0.1px);
    max-width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  [class*=l-tile-grid-] {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(8.3333333333% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(8.3333333333% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(16.6666666667% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(16.6666666667% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(25% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333333333% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(41.6666666667% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(41.6666666667% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(58.3333333333% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(58.3333333333% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(66.6666666667% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(66.6666666667% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(75% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(75% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(83.3333333333% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(83.3333333333% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(91.6666666667% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(91.6666666667% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid-sp-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px - 0.1px);
    margin: 0 15px;
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-1 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(8.3333333333% - 0.1px);
    max-width: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-2 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(16.6666666667% - 0.1px);
    max-width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-3 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 0.1px);
    max-width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-4 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333333333% - 0.1px);
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-5 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(41.6666666667% - 0.1px);
    max-width: 41.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-6 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.1px);
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-7 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(58.3333333333% - 0.1px);
    max-width: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-8 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(66.6666666667% - 0.1px);
    max-width: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-9 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(75% - 0.1px);
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-10 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(83.3333333333% - 0.1px);
    max-width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-11 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(91.6666666667% - 0.1px);
    max-width: 91.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-tile-grid-sp-12 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 0.1px);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-1 {
    margin-left: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-2 {
    margin-left: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-3 {
    margin-left: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-4 {
    margin-left: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-5 {
    margin-left: 41.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-6 {
    margin-left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-7 {
    margin-left: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-8 {
    margin-left: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-9 {
    margin-left: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-10 {
    margin-left: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-left-sp-12 {
    margin-left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-1 {
    margin-right: 8.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-2 {
    margin-right: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-3 {
    margin-right: 25%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-4 {
    margin-right: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-5 {
    margin-right: 41.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-6 {
    margin-right: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-7 {
    margin-right: 58.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-8 {
    margin-right: 66.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-9 {
    margin-right: 75%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-10 {
    margin-right: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-11 {
    margin-right: 91.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .l-offset-right-sp-12 {
    margin-right: 100%;
  }
}
/* ==============================
-Global
=============================== */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

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

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

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

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

video {
  max-width: 100%;
}

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

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

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

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

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

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

p {
  font-size: 1.4rem;
}

a {
  font-size: 1.4rem;
}

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

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

.lead,
.text {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.65;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .lead,
  .text {
    font-size: 1.6rem;
  }
}
.bg {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

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

.btn {
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 10px 15px;
  margin: 0 auto;
  background-color: #000000;
  border: 2px solid #000000;
  transition: ease 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  transition: ease 0.2s;
  color: #000000;
  background-color: #ffffff;
}

.c-text-break-pc,
.break-pc {
  display: block;
}

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

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

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

@media screen and (max-width: 767px) {
  .c-text-display-sp,
  .display-sp {
    display: block;
  }
}
/* header */
.c-header-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #383838;
  border-bottom: 1px solid #c9b79e;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .c-header-wrapper {
    height: 80px;
  }
}
.c-header-area {
  height: 100%;
}

.c-header-logo-link {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: "Josefin Sans", "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 0 0 15px;
  transition: ease 0.3s;
}

.c-header-logo-link:hover {
  transition: ease 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-header-logo-link {
    font-size: 1.6rem;
  }
}
.c-header-logo-title {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-family: "Josefin Sans", "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 0 0 15px;
  transition: ease 0.3s;
}

.c-header-logo-title:hover {
  transition: ease 0.3s;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-header-logo-title {
    font-size: 1.6rem;
  }
}
.c-header-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
}

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

.c-header-nav-wrap {
  display: inline-block;
  width: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-header-nav-wrap {
    width: auto;
    padding-right: 2vw;
  }
}
.c-header-nav-wrap-act {
  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;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.c-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  justify-content: flex-end;
  width: auto;
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  .c-header-nav {
    display: none;
  }
}
.c-header-nav-act {
  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;
  justify-content: flex-end;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-header-nav-act {
    display: none;
  }
}
.c-header-nav-list {
  vertical-align: middle;
}

.c-header-nav-menu {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1vw;
  font-weight: bold;
  color: #ffffff;
  padding-left: 15px;
  transition: ease 0.3s;
  background-color: transparent;
  padding: 0.5vw 1vw;
}

@media screen and (max-width: 767px) {
  .c-header-nav-menu {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
.c-header-nav-menu:hover {
  transition: ease 0.3s;
  background-color: #ffffff;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-header-nav-menu {
    font-size: 1.4rem;
  }
}
.c-header-nav-wrap-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header-nav-wrap-sp {
    display: flex;
    align-items: center;
  }
}
.c-header-menu-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header-menu-sp {
    display: inline-block;
    text-align: right;
    margin-left: auto;
    padding-right: 5px;
  }
}
.c-header-trigger-wrapper {
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  padding: 0;
  z-index: 9999;
  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;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes c-navmenu-list-fade {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.c-header-trigger-line {
  position: absolute;
  width: 30px;
  height: 1px;
  left: 12px;
  top: 0;
  margin: 0 auto;
  text-align: left;
  transition: ease 0.3s;
  background-color: #ffffff;
}

.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;
  width: 25px;
}

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

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

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

.c-header-navmenu-cont {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 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;
}

.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;
  transform: translate3d(0, 0, 0);
  -webkit-animation: c-header-navmenu-fade 0.2s ease-in 0s both;
  animation: c-header-navmenu-fade 0.2s ease-in 0s both;
  background-color: #383838;
}

.c-header-navmenu-wrapper.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(240, 240, 240, 0.5);
}

.c-header-navmenu-wrapper.inactive {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0;
  transform: translate3d(0, 0, 0);
  -webkit-animation: c-header-navmenu-inactive 0.3s ease-out 0s both;
  animation: c-header-navmenu-inactive 0.3s ease-out 0s both;
}

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

@media screen and (max-width: 1170px) {
  .c-header-logo-img {
    padding: 10px 0;
    width: auto;
    max-height: 76px;
    margin: 0 auto;
  }
}
.c-header-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%;
  }
  .c-header-navmenu-list {
    margin-top: 38%;
  }
}
@-webkit-keyframes a-menu-fadein {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes a-menu-fadein {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    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;
  transition: ease 0.3s;
  cursor: pointer;
  transition: ease 0.3s;
  background-color: rgba(140, 140, 140, 0.2);
}

@media screen and (max-width: 1170px) {
  .c-header-navmenu-listintitle {
    font-size: 1.6rem;
    padding: 15px 15px;
  }
}
.c-header-navmenu-listintitle:hover {
  background-color: rgba(0, 0, 0, 0.9);
  transition: ease 0.2s;
}

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

.c-header-navmenu-listin {
  width: 100%;
  margin: 0 auto 15px auto;
}

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

.c-header-navmenu-sns-box {
  margin-top: 40px;
}

.c-header-navmenu-sns-area {
  margin-top: 20px;
}

.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: #111;
  text-align: center;
  padding: 5px 0;
  margin: 0 auto;
  transition: ease 0.4s;
  z-index: 9999;
}

.c-header-navmenu-link:hover {
  transition: ease 0.3s;
  color: #ffffff;
}

.c-header-sns-icon {
  display: inline;
  font-size: 2.4rem;
  line-height: 1;
  color: #111;
  background-color: transparent;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  transition: ease 0.3s;
}

.c-header-sns-icon:hover {
  transition: ease 0.2s;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .c-header-sns-icon {
    display: inline-block;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-header-sns-icon-sp {
    flex: 1;
    position: relative;
    margin: 0 15px;
  }
}
.c-header-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  padding: 0;
  z-index: 10;
}

@media screen and (max-width: 1170px) {
  .c-header-icon-wrapper {
    display: none;
  }
}
.c-header-tel {
  color: #ffffff;
  font-size: 1.6vw;
  margin-right: 20px;
  transition: ease 0.3s;
}

.c-header-tel span {
  font-size: 1.4vw;
  margin-right: 0.5vw;
}

.c-header-tel:hover {
  transition: ease 0.3s;
  color: #E133FF;
}

.c-header-nav-link {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0 10px;
  font-family: "Josefin Sans", "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  transition: ease 0.3s;
}

.c-header-nav-link:hover {
  transition: ease 0.3s;
  color: #E133FF;
}

.c-header-sns-link {
  color: #ffffff;
  font-size: 1.4vw;
  margin: 0 0.8vw;
  transition: ease 0.3s;
}

.c-header-sns-link:hover {
  transition: ease 0.3s;
  color: #E133FF;
}

@media screen and (max-width: 767px) {
  .c-header-sns-link {
    font-size: 7vw;
    margin: 0 3vw;
  }
}
.c-header-sp-tel {
  font-size: 6vw;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  color: #fff;
  text-align: right;
  margin: 0 auto;
  padding: 0 15px;
}

.c-header-nav-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;
  justify-content: flex-end;
}

.c-header-vip {
  position: fixed;
  top: 120px;
  right: 20px;
  display: block;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .c-header-vip {
    top: 100px;
  }
}
.c-header-vip-btn {
  width: 100%;
}

.c-header-vip-btn-link {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Josefin Sans", "Roboto", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000000;
  padding: 10px 20px 7px 20px;
  background-color: #C9B79E;
  border: 1px solid #C9B79E;
  transition: ease 0.3s;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-header-vip-btn-link {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
  }
}
.c-header-vip-btn-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  transition: ease 0.3s;
  z-index: -1;
}

.c-header-vip-btn-link:hover {
  color: #C9B79E;
  transition: ease 0.3s;
}

.c-header-vip-btn-link:hover::before {
  width: 100%;
  transition: ease 0.3s;
}

/* footer */
.c-footer {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  background-color: #383838;
}
.c-footer .l-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
}
.c-footer .l-row {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.c-footer .l-offset-right-4 {
  margin-right: 33.3333333333%;
  margin-left: 33.3333333333%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.3333333333% - 30px - 0.1px);
  max-width: calc(33.3333333333% - 30px);
}
.c-footer .c-footer-copy {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-footer .l-container {
    max-width: 100%;
  }
  .c-footer .l-offset-right-4 {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 30px - 0.1px);
    max-width: calc(100% - 30px);
    margin-right: 15px;
    margin-left: 15px;
  }
  .c-footer .c-footer-copy {
    font-size: 1rem;
  }
}
.display-pc {
  display: block;
}

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

@media screen and (max-width: 768px) {
  .display-sp {
    display: block;
  }
}/*# sourceMappingURL=framework.css.map */