@charset "UTF-8";
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  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, select, button, textarea {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #d9dad9;
  background: #1a1a1a;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: lighter;
}

@media screen and (max-width: 959px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

body.--active {
  overflow: hidden;
  height: 100%;
}

button {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

button:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

a {
  overflow-wrap: break-word;
  color: #d9dad9;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

a:hover, a:active, a:visited {
  color: #d9dad9;
}

a:focus-visible {
  outline: solid 2px -webkit-focus-ring-color;
}

a[href*="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 959px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

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

img:not(.no-fit) {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .view-xl {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .view-l {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .none-l {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .view-m {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .none-m {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-s {
    display: none !important;
  }
}

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

@media screen and (min-width: 520px) {
  .view-xs {
    display: none !important;
  }
}

@media screen and (max-width: 519px) {
  .none-xs {
    display: none !important;
  }
}

.wrap {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .wrap {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .wrap {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.wrap-s {
  width: 100%;
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .wrap-s {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .wrap-s {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .wrap-s {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 1279px) {
  .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.mb-sect {
  margin-bottom: calc(8px * 10);
}

@media screen and (max-width: 959px) {
  .mb-sect {
    margin-bottom: calc((8px * 10) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .mb-sect {
    margin-bottom: calc((8px * 10) * 0.5);
  }
}

.mr-x1 {
  margin-right: 8px;
}

@media screen and (max-width: 959px) {
  .mr-x1 {
    margin-right: 6px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x1 {
    margin-right: 4px;
  }
}

.mb-x1 {
  margin-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .mb-x1 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x1 {
    margin-bottom: 4px;
  }
}

.ml-x1 {
  margin-left: 8px;
}

@media screen and (max-width: 959px) {
  .ml-x1 {
    margin-left: 6px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x1 {
    margin-left: 4px;
  }
}

.mr-x2 {
  margin-right: 16px;
}

@media screen and (max-width: 959px) {
  .mr-x2 {
    margin-right: 12px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x2 {
    margin-right: 8px;
  }
}

.mb-x2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .mb-x2 {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x2 {
    margin-bottom: 8px;
  }
}

.ml-x2 {
  margin-left: 16px;
}

@media screen and (max-width: 959px) {
  .ml-x2 {
    margin-left: 12px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x2 {
    margin-left: 8px;
  }
}

.mr-x3 {
  margin-right: 24px;
}

@media screen and (max-width: 959px) {
  .mr-x3 {
    margin-right: 18px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x3 {
    margin-right: 12px;
  }
}

.mb-x3 {
  margin-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .mb-x3 {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x3 {
    margin-bottom: 12px;
  }
}

.ml-x3 {
  margin-left: 24px;
}

@media screen and (max-width: 959px) {
  .ml-x3 {
    margin-left: 18px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x3 {
    margin-left: 12px;
  }
}

.mr-x4 {
  margin-right: 32px;
}

@media screen and (max-width: 959px) {
  .mr-x4 {
    margin-right: 24px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x4 {
    margin-right: 16px;
  }
}

.mb-x4 {
  margin-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .mb-x4 {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x4 {
    margin-bottom: 16px;
  }
}

.ml-x4 {
  margin-left: 32px;
}

@media screen and (max-width: 959px) {
  .ml-x4 {
    margin-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x4 {
    margin-left: 16px;
  }
}

.mr-x5 {
  margin-right: 40px;
}

@media screen and (max-width: 959px) {
  .mr-x5 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x5 {
    margin-right: 20px;
  }
}

.mb-x5 {
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .mb-x5 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x5 {
    margin-bottom: 20px;
  }
}

.ml-x5 {
  margin-left: 40px;
}

@media screen and (max-width: 959px) {
  .ml-x5 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x5 {
    margin-left: 20px;
  }
}

.mr-x6 {
  margin-right: 48px;
}

@media screen and (max-width: 959px) {
  .mr-x6 {
    margin-right: 36px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x6 {
    margin-right: 24px;
  }
}

.mb-x6 {
  margin-bottom: 48px;
}

@media screen and (max-width: 959px) {
  .mb-x6 {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x6 {
    margin-bottom: 24px;
  }
}

.ml-x6 {
  margin-left: 48px;
}

@media screen and (max-width: 959px) {
  .ml-x6 {
    margin-left: 36px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x6 {
    margin-left: 24px;
  }
}

.mr-x7 {
  margin-right: 56px;
}

@media screen and (max-width: 959px) {
  .mr-x7 {
    margin-right: 42px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x7 {
    margin-right: 28px;
  }
}

.mb-x7 {
  margin-bottom: 56px;
}

@media screen and (max-width: 959px) {
  .mb-x7 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x7 {
    margin-bottom: 28px;
  }
}

.ml-x7 {
  margin-left: 56px;
}

@media screen and (max-width: 959px) {
  .ml-x7 {
    margin-left: 42px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x7 {
    margin-left: 28px;
  }
}

.mr-x8 {
  margin-right: 64px;
}

@media screen and (max-width: 959px) {
  .mr-x8 {
    margin-right: 48px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x8 {
    margin-right: 32px;
  }
}

.mb-x8 {
  margin-bottom: 64px;
}

@media screen and (max-width: 959px) {
  .mb-x8 {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x8 {
    margin-bottom: 32px;
  }
}

.ml-x8 {
  margin-left: 64px;
}

@media screen and (max-width: 959px) {
  .ml-x8 {
    margin-left: 48px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x8 {
    margin-left: 32px;
  }
}

.mr-x9 {
  margin-right: 72px;
}

@media screen and (max-width: 959px) {
  .mr-x9 {
    margin-right: 54px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x9 {
    margin-right: 36px;
  }
}

.mb-x9 {
  margin-bottom: 72px;
}

@media screen and (max-width: 959px) {
  .mb-x9 {
    margin-bottom: 54px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x9 {
    margin-bottom: 36px;
  }
}

.ml-x9 {
  margin-left: 72px;
}

@media screen and (max-width: 959px) {
  .ml-x9 {
    margin-left: 54px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x9 {
    margin-left: 36px;
  }
}

.mr-x10 {
  margin-right: 80px;
}

@media screen and (max-width: 959px) {
  .mr-x10 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x10 {
    margin-right: 40px;
  }
}

.mb-x10 {
  margin-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .mb-x10 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x10 {
    margin-bottom: 40px;
  }
}

.ml-x10 {
  margin-left: 80px;
}

@media screen and (max-width: 959px) {
  .ml-x10 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x10 {
    margin-left: 40px;
  }
}

.mr-x11 {
  margin-right: 88px;
}

@media screen and (max-width: 959px) {
  .mr-x11 {
    margin-right: 66px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x11 {
    margin-right: 44px;
  }
}

.mb-x11 {
  margin-bottom: 88px;
}

@media screen and (max-width: 959px) {
  .mb-x11 {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x11 {
    margin-bottom: 44px;
  }
}

.ml-x11 {
  margin-left: 88px;
}

@media screen and (max-width: 959px) {
  .ml-x11 {
    margin-left: 66px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x11 {
    margin-left: 44px;
  }
}

.mr-x12 {
  margin-right: 96px;
}

@media screen and (max-width: 959px) {
  .mr-x12 {
    margin-right: 72px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x12 {
    margin-right: 48px;
  }
}

.mb-x12 {
  margin-bottom: 96px;
}

@media screen and (max-width: 959px) {
  .mb-x12 {
    margin-bottom: 72px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x12 {
    margin-bottom: 48px;
  }
}

.ml-x12 {
  margin-left: 96px;
}

@media screen and (max-width: 959px) {
  .ml-x12 {
    margin-left: 72px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x12 {
    margin-left: 48px;
  }
}

.mr-x13 {
  margin-right: 104px;
}

@media screen and (max-width: 959px) {
  .mr-x13 {
    margin-right: 78px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x13 {
    margin-right: 52px;
  }
}

.mb-x13 {
  margin-bottom: 104px;
}

@media screen and (max-width: 959px) {
  .mb-x13 {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x13 {
    margin-bottom: 52px;
  }
}

.ml-x13 {
  margin-left: 104px;
}

@media screen and (max-width: 959px) {
  .ml-x13 {
    margin-left: 78px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x13 {
    margin-left: 52px;
  }
}

.mr-x14 {
  margin-right: 112px;
}

@media screen and (max-width: 959px) {
  .mr-x14 {
    margin-right: 84px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x14 {
    margin-right: 56px;
  }
}

.mb-x14 {
  margin-bottom: 112px;
}

@media screen and (max-width: 959px) {
  .mb-x14 {
    margin-bottom: 84px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x14 {
    margin-bottom: 56px;
  }
}

.ml-x14 {
  margin-left: 112px;
}

@media screen and (max-width: 959px) {
  .ml-x14 {
    margin-left: 84px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x14 {
    margin-left: 56px;
  }
}

.mr-x15 {
  margin-right: 120px;
}

@media screen and (max-width: 959px) {
  .mr-x15 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x15 {
    margin-right: 60px;
  }
}

.mb-x15 {
  margin-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .mb-x15 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x15 {
    margin-bottom: 60px;
  }
}

.ml-x15 {
  margin-left: 120px;
}

@media screen and (max-width: 959px) {
  .ml-x15 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x15 {
    margin-left: 60px;
  }
}

.mr-x16 {
  margin-right: 128px;
}

@media screen and (max-width: 959px) {
  .mr-x16 {
    margin-right: 96px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x16 {
    margin-right: 64px;
  }
}

.mb-x16 {
  margin-bottom: 128px;
}

@media screen and (max-width: 959px) {
  .mb-x16 {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x16 {
    margin-bottom: 64px;
  }
}

.ml-x16 {
  margin-left: 128px;
}

@media screen and (max-width: 959px) {
  .ml-x16 {
    margin-left: 96px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x16 {
    margin-left: 64px;
  }
}

.mr-x17 {
  margin-right: 136px;
}

@media screen and (max-width: 959px) {
  .mr-x17 {
    margin-right: 102px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x17 {
    margin-right: 68px;
  }
}

.mb-x17 {
  margin-bottom: 136px;
}

@media screen and (max-width: 959px) {
  .mb-x17 {
    margin-bottom: 102px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x17 {
    margin-bottom: 68px;
  }
}

.ml-x17 {
  margin-left: 136px;
}

@media screen and (max-width: 959px) {
  .ml-x17 {
    margin-left: 102px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x17 {
    margin-left: 68px;
  }
}

.mr-x18 {
  margin-right: 144px;
}

@media screen and (max-width: 959px) {
  .mr-x18 {
    margin-right: 108px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x18 {
    margin-right: 72px;
  }
}

.mb-x18 {
  margin-bottom: 144px;
}

@media screen and (max-width: 959px) {
  .mb-x18 {
    margin-bottom: 108px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x18 {
    margin-bottom: 72px;
  }
}

.ml-x18 {
  margin-left: 144px;
}

@media screen and (max-width: 959px) {
  .ml-x18 {
    margin-left: 108px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x18 {
    margin-left: 72px;
  }
}

.mr-x19 {
  margin-right: 152px;
}

@media screen and (max-width: 959px) {
  .mr-x19 {
    margin-right: 114px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x19 {
    margin-right: 76px;
  }
}

.mb-x19 {
  margin-bottom: 152px;
}

@media screen and (max-width: 959px) {
  .mb-x19 {
    margin-bottom: 114px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x19 {
    margin-bottom: 76px;
  }
}

.ml-x19 {
  margin-left: 152px;
}

@media screen and (max-width: 959px) {
  .ml-x19 {
    margin-left: 114px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x19 {
    margin-left: 76px;
  }
}

.mr-x20 {
  margin-right: 160px;
}

@media screen and (max-width: 959px) {
  .mr-x20 {
    margin-right: 120px;
  }
}

@media screen and (max-width: 519px) {
  .mr-x20 {
    margin-right: 80px;
  }
}

.mb-x20 {
  margin-bottom: 160px;
}

@media screen and (max-width: 959px) {
  .mb-x20 {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 519px) {
  .mb-x20 {
    margin-bottom: 80px;
  }
}

.ml-x20 {
  margin-left: 160px;
}

@media screen and (max-width: 959px) {
  .ml-x20 {
    margin-left: 120px;
  }
}

@media screen and (max-width: 519px) {
  .ml-x20 {
    margin-left: 80px;
  }
}

.pt-x1 {
  padding-top: 8px;
}

@media screen and (max-width: 959px) {
  .pt-x1 {
    padding-top: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x1 {
    padding-top: 4px;
  }
}

.pr-x1 {
  padding-right: 8px;
}

@media screen and (max-width: 959px) {
  .pr-x1 {
    padding-right: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x1 {
    padding-right: 4px;
  }
}

.pb-x1 {
  padding-bottom: 8px;
}

@media screen and (max-width: 959px) {
  .pb-x1 {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x1 {
    padding-bottom: 4px;
  }
}

.pl-x1 {
  padding-left: 8px;
}

@media screen and (max-width: 959px) {
  .pl-x1 {
    padding-left: 6px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x1 {
    padding-left: 4px;
  }
}

.pt-x2 {
  padding-top: 16px;
}

@media screen and (max-width: 959px) {
  .pt-x2 {
    padding-top: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x2 {
    padding-top: 8px;
  }
}

.pr-x2 {
  padding-right: 16px;
}

@media screen and (max-width: 959px) {
  .pr-x2 {
    padding-right: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x2 {
    padding-right: 8px;
  }
}

.pb-x2 {
  padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .pb-x2 {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x2 {
    padding-bottom: 8px;
  }
}

.pl-x2 {
  padding-left: 16px;
}

@media screen and (max-width: 959px) {
  .pl-x2 {
    padding-left: 12px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x2 {
    padding-left: 8px;
  }
}

.pt-x3 {
  padding-top: 24px;
}

@media screen and (max-width: 959px) {
  .pt-x3 {
    padding-top: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x3 {
    padding-top: 12px;
  }
}

.pr-x3 {
  padding-right: 24px;
}

@media screen and (max-width: 959px) {
  .pr-x3 {
    padding-right: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x3 {
    padding-right: 12px;
  }
}

.pb-x3 {
  padding-bottom: 24px;
}

@media screen and (max-width: 959px) {
  .pb-x3 {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x3 {
    padding-bottom: 12px;
  }
}

.pl-x3 {
  padding-left: 24px;
}

@media screen and (max-width: 959px) {
  .pl-x3 {
    padding-left: 18px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x3 {
    padding-left: 12px;
  }
}

.pt-x4 {
  padding-top: 32px;
}

@media screen and (max-width: 959px) {
  .pt-x4 {
    padding-top: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x4 {
    padding-top: 16px;
  }
}

.pr-x4 {
  padding-right: 32px;
}

@media screen and (max-width: 959px) {
  .pr-x4 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x4 {
    padding-right: 16px;
  }
}

.pb-x4 {
  padding-bottom: 32px;
}

@media screen and (max-width: 959px) {
  .pb-x4 {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x4 {
    padding-bottom: 16px;
  }
}

.pl-x4 {
  padding-left: 32px;
}

@media screen and (max-width: 959px) {
  .pl-x4 {
    padding-left: 24px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x4 {
    padding-left: 16px;
  }
}

.pt-x5 {
  padding-top: 40px;
}

@media screen and (max-width: 959px) {
  .pt-x5 {
    padding-top: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x5 {
    padding-top: 20px;
  }
}

.pr-x5 {
  padding-right: 40px;
}

@media screen and (max-width: 959px) {
  .pr-x5 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x5 {
    padding-right: 20px;
  }
}

.pb-x5 {
  padding-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .pb-x5 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x5 {
    padding-bottom: 20px;
  }
}

.pl-x5 {
  padding-left: 40px;
}

@media screen and (max-width: 959px) {
  .pl-x5 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x5 {
    padding-left: 20px;
  }
}

.pt-x6 {
  padding-top: 48px;
}

@media screen and (max-width: 959px) {
  .pt-x6 {
    padding-top: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x6 {
    padding-top: 24px;
  }
}

.pr-x6 {
  padding-right: 48px;
}

@media screen and (max-width: 959px) {
  .pr-x6 {
    padding-right: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x6 {
    padding-right: 24px;
  }
}

.pb-x6 {
  padding-bottom: 48px;
}

@media screen and (max-width: 959px) {
  .pb-x6 {
    padding-bottom: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x6 {
    padding-bottom: 24px;
  }
}

.pl-x6 {
  padding-left: 48px;
}

@media screen and (max-width: 959px) {
  .pl-x6 {
    padding-left: 36px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x6 {
    padding-left: 24px;
  }
}

.pt-x7 {
  padding-top: 56px;
}

@media screen and (max-width: 959px) {
  .pt-x7 {
    padding-top: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x7 {
    padding-top: 28px;
  }
}

.pr-x7 {
  padding-right: 56px;
}

@media screen and (max-width: 959px) {
  .pr-x7 {
    padding-right: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x7 {
    padding-right: 28px;
  }
}

.pb-x7 {
  padding-bottom: 56px;
}

@media screen and (max-width: 959px) {
  .pb-x7 {
    padding-bottom: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x7 {
    padding-bottom: 28px;
  }
}

.pl-x7 {
  padding-left: 56px;
}

@media screen and (max-width: 959px) {
  .pl-x7 {
    padding-left: 42px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x7 {
    padding-left: 28px;
  }
}

.pt-x8 {
  padding-top: 64px;
}

@media screen and (max-width: 959px) {
  .pt-x8 {
    padding-top: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x8 {
    padding-top: 32px;
  }
}

.pr-x8 {
  padding-right: 64px;
}

@media screen and (max-width: 959px) {
  .pr-x8 {
    padding-right: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x8 {
    padding-right: 32px;
  }
}

.pb-x8 {
  padding-bottom: 64px;
}

@media screen and (max-width: 959px) {
  .pb-x8 {
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x8 {
    padding-bottom: 32px;
  }
}

.pl-x8 {
  padding-left: 64px;
}

@media screen and (max-width: 959px) {
  .pl-x8 {
    padding-left: 48px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x8 {
    padding-left: 32px;
  }
}

.pt-x9 {
  padding-top: 72px;
}

@media screen and (max-width: 959px) {
  .pt-x9 {
    padding-top: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x9 {
    padding-top: 36px;
  }
}

.pr-x9 {
  padding-right: 72px;
}

@media screen and (max-width: 959px) {
  .pr-x9 {
    padding-right: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x9 {
    padding-right: 36px;
  }
}

.pb-x9 {
  padding-bottom: 72px;
}

@media screen and (max-width: 959px) {
  .pb-x9 {
    padding-bottom: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x9 {
    padding-bottom: 36px;
  }
}

.pl-x9 {
  padding-left: 72px;
}

@media screen and (max-width: 959px) {
  .pl-x9 {
    padding-left: 54px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x9 {
    padding-left: 36px;
  }
}

.pt-x10 {
  padding-top: 80px;
}

@media screen and (max-width: 959px) {
  .pt-x10 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x10 {
    padding-top: 40px;
  }
}

.pr-x10 {
  padding-right: 80px;
}

@media screen and (max-width: 959px) {
  .pr-x10 {
    padding-right: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x10 {
    padding-right: 40px;
  }
}

.pb-x10 {
  padding-bottom: 80px;
}

@media screen and (max-width: 959px) {
  .pb-x10 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x10 {
    padding-bottom: 40px;
  }
}

.pl-x10 {
  padding-left: 80px;
}

@media screen and (max-width: 959px) {
  .pl-x10 {
    padding-left: 60px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x10 {
    padding-left: 40px;
  }
}

.pt-x11 {
  padding-top: 88px;
}

@media screen and (max-width: 959px) {
  .pt-x11 {
    padding-top: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x11 {
    padding-top: 44px;
  }
}

.pr-x11 {
  padding-right: 88px;
}

@media screen and (max-width: 959px) {
  .pr-x11 {
    padding-right: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x11 {
    padding-right: 44px;
  }
}

.pb-x11 {
  padding-bottom: 88px;
}

@media screen and (max-width: 959px) {
  .pb-x11 {
    padding-bottom: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x11 {
    padding-bottom: 44px;
  }
}

.pl-x11 {
  padding-left: 88px;
}

@media screen and (max-width: 959px) {
  .pl-x11 {
    padding-left: 66px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x11 {
    padding-left: 44px;
  }
}

.pt-x12 {
  padding-top: 96px;
}

@media screen and (max-width: 959px) {
  .pt-x12 {
    padding-top: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x12 {
    padding-top: 48px;
  }
}

.pr-x12 {
  padding-right: 96px;
}

@media screen and (max-width: 959px) {
  .pr-x12 {
    padding-right: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x12 {
    padding-right: 48px;
  }
}

.pb-x12 {
  padding-bottom: 96px;
}

@media screen and (max-width: 959px) {
  .pb-x12 {
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x12 {
    padding-bottom: 48px;
  }
}

.pl-x12 {
  padding-left: 96px;
}

@media screen and (max-width: 959px) {
  .pl-x12 {
    padding-left: 72px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x12 {
    padding-left: 48px;
  }
}

.pt-x13 {
  padding-top: 104px;
}

@media screen and (max-width: 959px) {
  .pt-x13 {
    padding-top: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x13 {
    padding-top: 52px;
  }
}

.pr-x13 {
  padding-right: 104px;
}

@media screen and (max-width: 959px) {
  .pr-x13 {
    padding-right: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x13 {
    padding-right: 52px;
  }
}

.pb-x13 {
  padding-bottom: 104px;
}

@media screen and (max-width: 959px) {
  .pb-x13 {
    padding-bottom: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x13 {
    padding-bottom: 52px;
  }
}

.pl-x13 {
  padding-left: 104px;
}

@media screen and (max-width: 959px) {
  .pl-x13 {
    padding-left: 78px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x13 {
    padding-left: 52px;
  }
}

.pt-x14 {
  padding-top: 112px;
}

@media screen and (max-width: 959px) {
  .pt-x14 {
    padding-top: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x14 {
    padding-top: 56px;
  }
}

.pr-x14 {
  padding-right: 112px;
}

@media screen and (max-width: 959px) {
  .pr-x14 {
    padding-right: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x14 {
    padding-right: 56px;
  }
}

.pb-x14 {
  padding-bottom: 112px;
}

@media screen and (max-width: 959px) {
  .pb-x14 {
    padding-bottom: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x14 {
    padding-bottom: 56px;
  }
}

.pl-x14 {
  padding-left: 112px;
}

@media screen and (max-width: 959px) {
  .pl-x14 {
    padding-left: 84px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x14 {
    padding-left: 56px;
  }
}

.pt-x15 {
  padding-top: 120px;
}

@media screen and (max-width: 959px) {
  .pt-x15 {
    padding-top: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x15 {
    padding-top: 60px;
  }
}

.pr-x15 {
  padding-right: 120px;
}

@media screen and (max-width: 959px) {
  .pr-x15 {
    padding-right: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x15 {
    padding-right: 60px;
  }
}

.pb-x15 {
  padding-bottom: 120px;
}

@media screen and (max-width: 959px) {
  .pb-x15 {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x15 {
    padding-bottom: 60px;
  }
}

.pl-x15 {
  padding-left: 120px;
}

@media screen and (max-width: 959px) {
  .pl-x15 {
    padding-left: 90px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x15 {
    padding-left: 60px;
  }
}

.pt-x16 {
  padding-top: 128px;
}

@media screen and (max-width: 959px) {
  .pt-x16 {
    padding-top: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x16 {
    padding-top: 64px;
  }
}

.pr-x16 {
  padding-right: 128px;
}

@media screen and (max-width: 959px) {
  .pr-x16 {
    padding-right: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x16 {
    padding-right: 64px;
  }
}

.pb-x16 {
  padding-bottom: 128px;
}

@media screen and (max-width: 959px) {
  .pb-x16 {
    padding-bottom: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x16 {
    padding-bottom: 64px;
  }
}

.pl-x16 {
  padding-left: 128px;
}

@media screen and (max-width: 959px) {
  .pl-x16 {
    padding-left: 96px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x16 {
    padding-left: 64px;
  }
}

.pt-x17 {
  padding-top: 136px;
}

@media screen and (max-width: 959px) {
  .pt-x17 {
    padding-top: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x17 {
    padding-top: 68px;
  }
}

.pr-x17 {
  padding-right: 136px;
}

@media screen and (max-width: 959px) {
  .pr-x17 {
    padding-right: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x17 {
    padding-right: 68px;
  }
}

.pb-x17 {
  padding-bottom: 136px;
}

@media screen and (max-width: 959px) {
  .pb-x17 {
    padding-bottom: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x17 {
    padding-bottom: 68px;
  }
}

.pl-x17 {
  padding-left: 136px;
}

@media screen and (max-width: 959px) {
  .pl-x17 {
    padding-left: 102px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x17 {
    padding-left: 68px;
  }
}

.pt-x18 {
  padding-top: 144px;
}

@media screen and (max-width: 959px) {
  .pt-x18 {
    padding-top: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x18 {
    padding-top: 72px;
  }
}

.pr-x18 {
  padding-right: 144px;
}

@media screen and (max-width: 959px) {
  .pr-x18 {
    padding-right: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x18 {
    padding-right: 72px;
  }
}

.pb-x18 {
  padding-bottom: 144px;
}

@media screen and (max-width: 959px) {
  .pb-x18 {
    padding-bottom: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x18 {
    padding-bottom: 72px;
  }
}

.pl-x18 {
  padding-left: 144px;
}

@media screen and (max-width: 959px) {
  .pl-x18 {
    padding-left: 108px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x18 {
    padding-left: 72px;
  }
}

.pt-x19 {
  padding-top: 152px;
}

@media screen and (max-width: 959px) {
  .pt-x19 {
    padding-top: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x19 {
    padding-top: 76px;
  }
}

.pr-x19 {
  padding-right: 152px;
}

@media screen and (max-width: 959px) {
  .pr-x19 {
    padding-right: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x19 {
    padding-right: 76px;
  }
}

.pb-x19 {
  padding-bottom: 152px;
}

@media screen and (max-width: 959px) {
  .pb-x19 {
    padding-bottom: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x19 {
    padding-bottom: 76px;
  }
}

.pl-x19 {
  padding-left: 152px;
}

@media screen and (max-width: 959px) {
  .pl-x19 {
    padding-left: 114px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x19 {
    padding-left: 76px;
  }
}

.pt-x20 {
  padding-top: 160px;
}

@media screen and (max-width: 959px) {
  .pt-x20 {
    padding-top: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pt-x20 {
    padding-top: 80px;
  }
}

.pr-x20 {
  padding-right: 160px;
}

@media screen and (max-width: 959px) {
  .pr-x20 {
    padding-right: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pr-x20 {
    padding-right: 80px;
  }
}

.pb-x20 {
  padding-bottom: 160px;
}

@media screen and (max-width: 959px) {
  .pb-x20 {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pb-x20 {
    padding-bottom: 80px;
  }
}

.pl-x20 {
  padding-left: 160px;
}

@media screen and (max-width: 959px) {
  .pl-x20 {
    padding-left: 120px;
  }
}

@media screen and (max-width: 519px) {
  .pl-x20 {
    padding-left: 80px;
  }
}

[anime] {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

[anime].is-animated {
  opacity: 1;
}

[anime*="scale"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[anime*="scale-top"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

[anime*="scale-right"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

[anime*="scale-bottom"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

[anime*="scale-left"].is-animated {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

[anime*="fade-front"].is-animated {
  -webkit-animation-name: fade-front;
  animation-name: fade-front;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-front {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

[anime*="fade-back"].is-animated {
  -webkit-animation-name: fade-back;
  animation-name: fade-back;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-back {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

[anime*="fade-up"].is-animated {
  -webkit-animation-name: fade-up;
  animation-name: fade-up;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[anime*="slide-top"].is-animated {
  -webkit-animation-name: slide-top;
  animation-name: slide-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

[anime*="slide-right"].is-animated {
  -webkit-animation-name: slide-right;
  animation-name: slide-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

[anime*="slide-bottom"].is-animated {
  -webkit-animation-name: slide-bottom;
  animation-name: slide-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

[anime*="slide-left"].is-animated {
  -webkit-animation-name: slide-left;
  animation-name: slide-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

[anime*="flip-top"].is-animated {
  -webkit-animation-name: flip-top;
  animation-name: flip-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-top {
  0% {
    -webkit-transform: perspective(1000px) rotateX(80deg);
    transform: perspective(1000px) rotateX(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

[anime*="flip-right"].is-animated {
  -webkit-animation-name: flip-right;
  animation-name: flip-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-right {
  0% {
    -webkit-transform: perspective(1000px) rotateY(80deg);
    transform: perspective(1000px) rotateY(80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

[anime*="flip-bottom"].is-animated {
  -webkit-animation-name: flip-bottom;
  animation-name: flip-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

@keyframes flip-bottom {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-80deg);
    transform: perspective(1000px) rotateX(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
  }
}

[anime*="flip-left"].is-animated {
  -webkit-animation-name: flip-left;
  animation-name: flip-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

@keyframes flip-left {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-80deg);
    transform: perspective(1000px) rotateY(-80deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
  }
}

[anime*="bound-top"].is-animated {
  -webkit-animation-name: bound-top;
  animation-name: bound-top;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-top {
  0% {
    -webkit-transform: translateY(-48px);
    transform: translateY(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

[anime*="bound-right"].is-animated {
  -webkit-animation-name: bound-right;
  animation-name: bound-right;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-right {
  0% {
    -webkit-transform: translateX(48px);
    transform: translateX(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(24px);
    transform: translateX(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

[anime*="bound-bottom"].is-animated {
  -webkit-animation-name: bound-bottom;
  animation-name: bound-bottom;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-bottom {
  0% {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

[anime*="bound-left"].is-animated {
  -webkit-animation-name: bound-left;
  animation-name: bound-left;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes bound-left {
  0% {
    -webkit-transform: translateX(-48px);
    transform: translateX(-48px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: translateX(-24px);
    transform: translateX(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  64% {
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  56%,
  74%,
  88%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

[anime*="focus"].is-animated {
  -webkit-animation-name: focus;
  animation-name: focus;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes focus {
  0% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus {
  0% {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

[anime*="txt-grow"].is-animated {
  -webkit-animation-name: txt-grow;
  animation-name: txt-grow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-grow {
  0% {
    letter-spacing: -0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

[anime*="txt-shrink"].is-animated {
  -webkit-animation-name: txt-shrink;
  animation-name: txt-shrink;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes txt-shrink {
  0% {
    letter-spacing: 0.8em;
  }
  100% {
    letter-spacing: normal;
  }
}

[anime*="roll"] {
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[anime*="roll"].is-animated {
  -webkit-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.header {
  position: fixed;
  height: 104px;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 28px 40px;
  width: 100%;
  background: #575032;
}

@media screen and (max-width: 959px) {
  .header {
    padding: 16px 24px;
    height: 64px;
  }
}

@media screen and (max-width: 519px) {
  .header {
    padding: 14px 20px;
    height: 52px;
  }
}

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

.header .header-unit .header-logo {
  max-width: 156px;
}

@media screen and (max-width: 959px) {
  .header .header-unit .header-logo {
    max-width: 112px;
  }
}

@media screen and (max-width: 519px) {
  .header .header-unit .header-logo {
    max-width: 80px;
  }
}

.header .header-unit .header-nav {
  margin-right: 32px;
}

@media screen and (max-width: 1279px) {
  .header .header-unit .header-nav {
    margin-right: 0;
  }
}

@media screen and (max-width: 959px) {
  .header .header-unit .header-nav {
    display: none;
  }
}

.header .header-unit .header-nav .header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
}

@media screen and (max-width: 1279px) {
  .header .header-unit .header-nav .header-nav-list {
    gap: 32px;
  }
}

.header .header-unit .header-nav .header-nav-list__item a {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.header .header-unit .header-nav .header-nav-list__item a::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #b3b5b4;
}

@media screen and (max-width: 1279px) {
  .header .header-unit .header-nav .header-nav-list__item a {
    font-size: 1.4rem;
  }
}

.header .header-unit .header-nav .header-nav-list__item a:hover {
  color: #b3b5b4;
}

.header .header-unit .header-nav .header-nav-list__item.is-current a {
  color: #b3b5b4;
}

.header .header-unit .header-nav .header-nav-list__item.has-submenu {
  padding-bottom: 38px;
  margin-bottom: -38px;
}

.header .header-unit .header-nav .header-nav-list__item.is-current a::before,
.header .header-unit .header-nav .header-nav-list__item.has-submenu:hover > a::before,
.header .header-unit .header-nav .header-nav-list__item.has-submenu:hover .header-submenu:hover ~ a::before {
  width: 40px;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu {
  position: absolute;
  top: 104px;
  left: 0;
  padding: 40px 40px 68px;
  display: none;
  width: 100%;
  background: rgba(32, 30, 20, 0.9);
}

@media screen and (max-width: 959px) {
  .header .header-unit .header-nav .header-nav-list__item .header-submenu {
    display: none;
  }
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-headline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 72px;
  margin-bottom: 36px;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-headline::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(36%) translateY(-50%) rotate(-45deg);
  transform: translateX(36%) translateY(-50%) rotate(-45deg);
  width: 96px;
  height: 2px;
  background: #d9dad9;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-headline span {
  font-size: 2.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  row-gap: 48px;
  max-width: 830px;
  margin: 0 auto;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a {
  position: relative;
  display: block;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a .gear-img {
  overflow: hidden;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a .gear-img .gear-inner {
  position: relative;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a .gear-img .gear-inner::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a .gear-img .gear-inner img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a .gear-ttl {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 1;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a:hover .gear-img .gear-inner::before {
  opacity: 0.5;
}

.header .header-unit .header-nav .header-nav-list__item .header-submenu .header-gear-unit__item a:hover .gear-img .gear-inner img {
  scale: 1.05;
}

.header--front {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.header--front.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header-logo-mv {
  position: absolute;
  top: 48px;
  left: 48px;
  z-index: 1;
  max-width: 156px;
}

@media screen and (max-width: 959px) {
  .header-logo-mv {
    top: 32px;
    left: 32px;
    max-width: 112px;
  }
}

@media screen and (max-width: 519px) {
  .header-logo-mv {
    top: 24px;
    left: 24px;
    max-width: 80px;
  }
}

.drawer {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  z-index: 9999;
}

@media screen and (max-width: 959px) {
  .drawer {
    display: block;
  }
}

.drawer .drawer-switch {
  display: none;
}

.drawer-hamburger {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 519px) {
  .drawer-hamburger {
    width: 52px;
    height: 52px;
  }
}

.drawer-hamburger span {
  display: block;
  position: relative;
  top: 50%;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-hamburger span::before, .drawer-hamburger span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d9dad9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-hamburger span::before {
  top: -4px;
}

.drawer-hamburger span::after {
  top: 4px;
}

.drawer-switch:checked ~ .drawer-hamburger span::before {
  top: 0;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.drawer-switch:checked ~ .drawer-hamburger span::after {
  top: 0;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.drawer-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.drawer-switch:checked ~ .drawer-overlay {
  opacity: 0.3;
  visibility: visible;
}

.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  padding: 72px 56px 56px;
  background: #1a1a1a;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.drawer-switch:checked ~ .drawer-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer-content .drawer-menu {
  margin-bottom: 56px;
}

.drawer-content .drawer-menu__item {
  line-height: 1;
}

.drawer-content .drawer-menu__item a {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #d9dad9;
  letter-spacing: 0.1em;
}

.drawer-content .drawer-menu__item:not(:last-child) {
  margin-bottom: 38px;
}

.drawer-content .drawer-menu__item .drawer-submenu {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  gap: 40px;
}

.drawer-content .drawer-menu__item .drawer-submenu::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #d9dad9;
}

.drawer-content .drawer-menu__item .drawer-submenu__item a {
  font-size: 1.3rem;
}

.drawer-content .drawer-menu__item.--deco {
  margin-bottom: 16px;
}

.drawer-content .drawer-menu__item.--deco a {
  position: relative;
  padding-right: 24px;
}

.drawer-content .drawer-menu__item.--deco a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg") center/contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.drawer-content .drawer-menu__item.--deco a:hover:before {
  -webkit-transform: translateX(-4px) translateY(-50%);
  transform: translateX(-4px) translateY(-50%);
}

.drawer-content .drawer-contact {
  margin-bottom: 56px;
}

.drawer-content .drawer-contact a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 168px;
  padding: 8px 12px;
  color: #d9dad9;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

@media screen and (max-width: 519px) {
  .drawer-content .drawer-contact a {
    font-size: 1.4rem;
  }
}

.drawer-content .drawer-contact a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #d9dad9;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

.drawer-content .drawer-contact a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #d9dad9;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

.drawer-content .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  max-width: 260px;
}

.drawer-content .sns-list__item {
  width: 48px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 959px) {
  .drawer-content .sns-list__item {
    width: 40px;
  }
}

.drawer-content .sns-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.loading.fade-out {
  opacity: 0;
}

.loading-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
}

@media screen and (max-width: 959px) {
  .loading-content {
    width: 80%;
  }
}

.loading-content .loading-logo {
  margin: 0 auto 40px auto;
  max-width: 190px;
}

@media screen and (max-width: 959px) {
  .loading-content .loading-logo {
    margin: 0 auto 32px auto;
    max-width: 160px;
  }
}

@media screen and (max-width: 519px) {
  .loading-content .loading-logo {
    margin: 0 auto 24px auto;
    max-width: 104px;
  }
}

.loading-content .loading-lead {
  margin-bottom: 16px;
  font-size: 2.2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #a0a2a1;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .loading-content .loading-lead {
    margin-bottom: 14px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .loading-content .loading-lead {
    font-size: 1.3rem;
  }
}

.loading-content #loading-container {
  margin-bottom: 36px;
}

@media screen and (max-width: 959px) {
  .loading-content #loading-container {
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 519px) {
  .loading-content #loading-container {
    margin-bottom: 20px;
  }
}

.loading-content .loading-made {
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: #a0a2a1;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .loading-content .loading-made {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 519px) {
  .loading-content .loading-made {
    font-size: 1.1rem;
  }
}

.footer {
  padding-top: 56px;
  background: #1a1a1a;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-top: 48px;
  }
}

@media screen and (max-width: 519px) {
  .footer {
    padding-top: 36px;
  }
}

.footer .footer-wrap .footer-unit {
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 88px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-wrap .footer-unit {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit {
    display: block;
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit {
    margin-bottom: 56px;
  }
}

.footer .footer-wrap .footer-unit .footer-logo {
  max-width: 160px;
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit .footer-logo {
    margin: 0 auto 64px auto;
    max-width: 120px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit .footer-logo {
    margin: 0 auto 48px auto;
    max-width: 112px;
  }
}

.footer .footer-wrap .footer-unit .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: calc(100% - 328px);
  gap: 80px;
}

@media screen and (max-width: 1279px) {
  .footer .footer-wrap .footer-unit .footer-nav {
    gap: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .footer .footer-wrap .footer-unit .footer-nav {
    gap: 48px;
  }
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit .footer-nav {
    width: 100%;
    margin-bottom: 64px;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 56px;
    padding: 0 32px;
    row-gap: 32px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list:nth-of-type(2) {
  grid-area: 1 / 2 / 3 / 3;
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list:nth-of-type(3) {
  grid-area: 2 / 1 / 3 / 2;
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item {
  line-height: 1;
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item a {
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #d9dad9;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1023px) {
  .footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item a {
    font-size: 1.4rem;
  }
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item a:hover {
  opacity: 0.64;
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item .footer-nav-sub-list {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  gap: 22px;
}

@media screen and (max-width: 767px) {
  .footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item .footer-nav-sub-list {
    grid-template-rows: repeat(6, 1fr);
    gap: 27px;
  }
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item .footer-nav-sub-list__item a {
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item .footer-nav-sub-list__item a {
    font-size: 1.2rem;
  }
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item:not(:last-child) {
    margin-bottom: 35px;
  }
}

.footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item.--border {
  padding-bottom: 4px;
  border-bottom: 1px solid #d9dad9;
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit .footer-nav .footer-nav-list__item.--border {
    padding-bottom: 2px;
  }
}

.footer .footer-wrap .footer-unit .footer-contact a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 168px;
  padding: 8px 12px;
  color: #d9dad9;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#1a1a1a)) no-repeat;
  background: linear-gradient(#1a1a1a, #1a1a1a) no-repeat;
  background-size: calc(100% - 8px) calc(100% - 8px);
  background-position: center;
  -webkit-transition: color 0.3s, background-color 0.3s, background-size 0.3s;
  transition: color 0.3s, background-color 0.3s, background-size 0.3s;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .footer-unit .footer-contact a {
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .footer-unit .footer-contact a {
    font-size: 1.4rem;
  }
}

.footer .footer-wrap .footer-unit .footer-contact a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #d9dad9;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer-wrap .footer-unit .footer-contact a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #d9dad9;
  border-right: none;
  border-top: none;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer-wrap .footer-unit .footer-contact a:hover {
  color: #1a1a1a;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9dad9), to(#d9dad9)) no-repeat;
  background: linear-gradient(#d9dad9, #d9dad9) no-repeat;
  background-size: calc(100% - 8px) calc(100% - 8px);
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.footer .footer-wrap .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 56px auto;
  max-width: 260px;
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .sns-list {
    margin: 0 auto 42px auto;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-wrap .sns-list {
    margin: 0 auto 28px auto;
  }
}

.footer .footer-wrap .sns-list__item {
  width: 48px;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 959px) {
  .footer .footer-wrap .sns-list__item {
    width: 40px;
  }
}

.footer .footer-wrap .sns-list__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer-wrap .sns-list__item a:hover {
  opacity: 0.64;
}

.footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 64px;
  border-top: 1px solid #b3b5b4;
  padding: 20px 0;
}

@media screen and (max-width: 959px) {
  .footer .footer-bottom {
    margin: 0 32px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-bottom {
    display: block;
    margin: 0 16px;
  }
}

.footer .footer-bottom .footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
}

@media screen and (max-width: 519px) {
  .footer .footer-bottom .footer-link {
    margin-bottom: 28px;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}

.footer .footer-bottom .footer-link__item a {
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #b3b5b4;
}

@media screen and (max-width: 959px) {
  .footer .footer-bottom .footer-link__item a {
    font-size: 1.2rem;
  }
}

.footer .footer-bottom .footer-link__item a:hover {
  opacity: 0.64;
}

.footer .footer-bottom .footer-link__item:not(:last-child) {
  margin-right: 32px;
}

.footer .footer-bottom .footer-copy .copy {
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  color: #b3b5b4;
}

@media screen and (max-width: 959px) {
  .footer .footer-bottom .footer-copy .copy {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 519px) {
  .footer .footer-bottom .footer-copy .copy {
    font-size: 0.9rem;
    text-align: center;
  }
}

.notfound-txt {
  margin-bottom: calc(8px * 3);
  text-align: center;
}

@media screen and (max-width: 959px) {
  .notfound-txt {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-txt {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.notfound-message {
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: calc(8px * 4);
  padding: calc(8px * 4);
  border: solid 1px #d9dad9;
}

@media screen and (max-width: 959px) {
  .notfound-message {
    margin-bottom: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    margin-bottom: calc((8px * 4) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .notfound-message {
    padding: calc((8px * 4) * 0.5);
  }
}

.lower-page {
  position: relative;
  overflow: clip;
  padding-top: 104px;
}

@media screen and (max-width: 959px) {
  .lower-page {
    padding-top: 64px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page {
    padding-top: 52px;
  }
}

.lower-page .hero {
  margin-bottom: calc(8px * 8);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 128px;
  background: #575032;
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .hero {
    height: 96px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .hero {
    height: 66px;
  }
}

.lower-page .breadcrumb {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: calc(8px * 22);
  padding-bottom: 12px;
}

@media screen and (max-width: 1279px) {
  .lower-page .breadcrumb {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    padding-top: calc((8px * 22) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .breadcrumb {
    padding-top: calc((8px * 22) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb {
    display: none;
  }
}

.lower-page .breadcrumb__item {
  display: inline;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif, YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #d9dad9;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb__item {
    font-size: 1.2rem;
  }
}

.lower-page .breadcrumb__item:not(:nth-last-of-type(1)) {
  position: relative;
}

.lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
  display: inline-block;
  content: '';
  width: 9px;
  height: 13px;
  padding: 0 16px 0 17px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/breadcrumb-arrow.svg") center/contain no-repeat;
  translate: 0 1px;
}

@media screen and (max-width: 959px) {
  .lower-page .breadcrumb__item:not(:nth-last-of-type(1))::after {
    padding: 0 12px 0 14px;
    width: 8px;
    height: 12px;
  }
}

.lower-page .breadcrumb__item:nth-of-type(n+3) {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.lower-page .breadcrumb__item a {
  letter-spacing: 0.1em;
}

.lower-page .pagettl {
  color: #ececec;
  font-size: 4.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .lower-page .pagettl {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .pagettl {
    font-size: 2.4rem;
  }
}

.lower-page .pagettl__sub {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .lower-page .pagettl__sub {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .pagettl__sub {
    font-size: 1rem;
  }
}

.lower-page .headline {
  margin-bottom: calc(8px * 6);
  font-size: 3.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .lower-page .headline {
    margin-bottom: calc((8px * 6) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline {
    margin-bottom: calc((8px * 6) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .lower-page .headline {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 519px) {
  .lower-page .headline {
    font-size: 2rem;
  }
}

.lower-page .ttl-l {
  margin-bottom: calc(8px * 3);
  font-size: 2.8rem;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-l {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-l {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

.lower-page .ttl-m {
  margin-bottom: calc(8px * 2);
  font-size: 2.4rem;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-m {
    margin-bottom: calc((8px * 2) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-m {
    margin-bottom: calc((8px * 2) * 0.5);
  }
}

.lower-page .ttl-s {
  margin-bottom: calc(8px * 1);
  font-size: 2rem;
}

@media screen and (max-width: 959px) {
  .lower-page .ttl-s {
    margin-bottom: calc((8px * 1) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .lower-page .ttl-s {
    margin-bottom: calc((8px * 1) * 0.5);
  }
}

.anchor-link {
  margin-top: -120px;
  padding-top: 120px;
}

@media screen and (max-width: 959px) {
  .anchor-link {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 519px) {
  .anchor-link {
    margin-top: -64px;
    padding-top: 64px;
  }
}

.anchor-link.--intro {
  margin-top: -104px;
  padding-top: 104px;
}

@media screen and (max-width: 959px) {
  .anchor-link.--intro {
    margin-top: -64px;
    padding-top: 64px;
  }
}

@media screen and (max-width: 519px) {
  .anchor-link.--intro {
    margin-top: -52px;
    padding-top: 52px;
  }
}

.txt.--center {
  text-align: center;
}

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

.lead-txt {
  font-size: 2rem;
}

.lead-txt.--center {
  text-align: center;
}

.lead-txt.--right {
  text-align: right;
}

.link-txt {
  text-decoration: underline;
  color: #888572;
}

.link-txt:hover, .link-txt:active, .link-txt:visited {
  color: #888572;
}

.link-txt:hover {
  text-decoration: none;
}

.note-txt {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

@media screen and (max-width: 959px) {
  .note-txt {
    font-size: 1rem;
  }
}

.note-txt::before {
  content: '※';
}

.fc-red {
  color: #E85F54;
}

.fc-yel {
  color: #B99329;
}

.fc-beg {
  color: #f5f5dc;
}

.fc-l-brn {
  color: #888572;
}

.fc-brn {
  color: #575032;
}

.fc-blk {
  color: #1a1a1a;
}

.fc-wht {
  color: #ffffff;
}

.fc-l-gry {
  color: #d9dad9;
}

.fc-gry {
  color: #d9dad9;
}

.fc-d-gry {
  color: #b3b5b4;
}

.txt-min {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.txt-min.--regular {
  font-weight: 400;
}

.txt-min.--semibold {
  font-weight: 600;
}

.txt-min.--bold {
  font-weight: 700;
}

.txt-min.--large {
  font-size: 2.4rem;
}

.list__item {
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 959px) {
  .list__item {
    padding-left: 11px;
  }
}

.list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 2px;
}

@media screen and (max-width: 959px) {
  .list__item:not(:nth-last-of-type(1)) {
    margin-bottom: 1px;
  }
}

.list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #d9dad9;
  border-radius: 50%;
}

@media screen and (max-width: 959px) {
  .list__item::before {
    top: 12px;
  }
}

.num-list {
  counter-reset: list-num;
}

.num-list__item {
  margin-left: 1em;
  text-indent: -1em;
}

.num-list__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
}

.note-list__item {
  margin-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

.note-list__item::before {
  content: '※';
}

@-webkit-keyframes iconArrow {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  49.9% {
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

@keyframes iconArrow {
  0% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
  49.9% {
    -webkit-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    opacity: 1;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.btn.--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn.--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn.--external a {
  padding: 0 28px 6px 0;
  border-bottom: solid 1px #8d8f8e;
}

.btn.--external a::after {
  width: 20px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-window.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-window.svg");
  background: #8d8f8e;
}

.btn.--external a span {
  color: #8d8f8e;
}

.btn.--external a:hover {
  border-color: rgba(141, 143, 142, 0.24);
}

.btn__item,
.btn a {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn__item::after,
.btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 16px;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-arrow.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #d9dad9;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .btn__item::after,
  .btn a::after {
    width: 16px;
    height: 13px;
  }
}

.btn__item span,
.btn a span {
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  color: #d9dad9;
  line-height: 1.4;
  opacity: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 959px) {
  .btn__item span,
  .btn a span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .btn__item span,
  .btn a span {
    font-size: 1.3rem;
  }
}

.btn__item span:before,
.btn a span:before {
  content: attr(data-text);
  position: absolute;
  bottom: -32px;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.btn__item:hover::after,
.btn a:hover::after {
  -webkit-animation: iconArrow 0.3s ease-in-out;
  animation: iconArrow 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn__item:hover span,
.btn a:hover span {
  -webkit-transform: translateY(-32px);
  transform: translateY(-32px);
}

.pagetop {
  right: 20px;
  bottom: calc( 0px + env(safe-area-inset-bottom));
  width: 64px;
  height: 64px;
  cursor: pointer;
}

.tbl table {
  width: 100%;
  border-top: solid 1px #d9dad9;
  border-left: solid 1px #d9dad9;
}

.tbl table thead tr th {
  padding: 16px;
  background: gray;
  border-right: solid 1px #d9dad9;
  border-bottom: solid 1px #d9dad9;
  color: #1a1a1a;
}

@media screen and (max-width: 959px) {
  .tbl table thead {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .tbl table tbody {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr {
    display: block;
  }
}

.tbl table tbody tr th,
.tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #d9dad9;
  border-bottom: solid 1px #d9dad9;
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr th,
  .tbl table tbody tr td {
    display: block;
  }
}

.tbl table tbody tr th {
  background: #d9dad9;
}

@media screen and (max-width: 959px) {
  .tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #1a1a1a;
  }
}

.scroll-tbl {
  overflow-x: auto;
}

.scroll-tbl table {
  width: 100%;
  border-top: solid 1px #d9dad9;
  border-left: solid 1px #d9dad9;
}

.scroll-tbl table thead tr th {
  padding: 16px;
  background: gray;
  border-right: solid 1px #d9dad9;
  border-bottom: solid 1px #d9dad9;
  color: #1a1a1a;
  white-space: nowrap;
}

.scroll-tbl table tbody tr th,
.scroll-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #d9dad9;
  border-bottom: solid 1px #d9dad9;
}

.scroll-tbl table tbody tr th {
  background: #d9dad9;
}

.hours-tbl table {
  width: 100%;
  border-top: solid 1px #d9dad9;
  border-left: solid 1px #d9dad9;
}

.hours-tbl table thead tr th {
  padding: 16px;
  background: gray;
  border-right: solid 1px #d9dad9;
  border-bottom: solid 1px #d9dad9;
  color: #1a1a1a;
}

@media screen and (max-width: 959px) {
  .hours-tbl table thead {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr {
    display: block;
  }
}

.hours-tbl table tbody tr th,
.hours-tbl table tbody tr td {
  padding: 16px;
  border-right: solid 1px #d9dad9;
  border-bottom: solid 1px #d9dad9;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr th,
  .hours-tbl table tbody tr td {
    display: block;
  }
}

.hours-tbl table tbody tr th {
  background: #d9dad9;
}

@media screen and (max-width: 959px) {
  .hours-tbl table tbody tr td::before {
    content: attr(tbl-data);
    display: block;
    color: #1a1a1a;
  }
}

.relate {
  padding: 64px 0 0;
  background: #575032;
}

@media screen and (max-width: 959px) {
  .relate {
    padding: 48px 0 120px;
  }
}

@media screen and (max-width: 519px) {
  .relate {
    padding: 36px 0 88px;
  }
}

.relate .relate-head {
  margin-bottom: calc(8px * 8);
  color: #d9dad9;
  font-size: 4.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .relate .relate-head {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-head {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .relate .relate-head {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-head {
    font-size: 2.4rem;
  }
}

.relate .relate-unit {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 72px;
}

@media screen and (max-width: 959px) {
  .relate .relate-unit {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-unit {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
    margin: 0 auto;
  }
}

.relate .relate-unit__item .relate-vsl {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  aspect-ratio: 17/18;
}

@media screen and (max-width: 959px) {
  .relate .relate-unit__item .relate-vsl {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-unit__item .relate-vsl {
    margin-bottom: 16px;
  }
}

.relate .relate-unit__item .relate-vsl::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.relate .relate-unit__item .relate-vsl img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.relate .relate-unit__item .relate-dtl .relate-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .relate .relate-unit__item .relate-dtl .relate-cate {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-unit__item .relate-dtl .relate-cate {
    margin-bottom: 8px;
  }
}

.relate .relate-unit__item .relate-dtl .relate-cate span {
  position: relative;
  display: inline-block;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b3b5b4;
  font-size: 1.3rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) no-repeat;
  background: linear-gradient(transparent, transparent) no-repeat;
  background-size: calc(100% - 12px) calc(100% - 12px);
  background-position: center;
  -webkit-transition: color 0.3s ease, background-size 0.3s ease;
  transition: color 0.3s ease, background-size 0.3s ease;
}

@media screen and (max-width: 959px) {
  .relate .relate-unit__item .relate-dtl .relate-cate span {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-unit__item .relate-dtl .relate-cate span {
    padding: 6px 10px;
    font-size: 0.9rem;
  }
}

.relate .relate-unit__item .relate-dtl .relate-cate span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b3b5b4;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

.relate .relate-unit__item .relate-dtl .relate-cate span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #b3b5b4;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

.relate .relate-unit__item .relate-dtl .relate-ttl {
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 959px) {
  .relate .relate-unit__item .relate-dtl .relate-ttl {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-unit__item .relate-dtl .relate-ttl {
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
}

.relate .relate-unit__item .relate-dtl .relate-date {
  font-family: "Jost", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #d9dad9;
}

@media screen and (max-width: 959px) {
  .relate .relate-unit__item .relate-dtl .relate-date {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 519px) {
  .relate .relate-unit__item .relate-dtl .relate-date {
    font-size: 1rem;
  }
}

.relate .relate-unit__item:hover .relate-vsl::before {
  opacity: 0.5;
}

.relate .relate-unit__item:hover .relate-vsl img {
  scale: 1.05;
}

.relate .none-post {
  width: 100%;
  color: #d9dad9;
  text-align: center;
}

.making-lead {
  position: relative;
  margin: 0 auto 24px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.making-lead__sub {
  display: inline-block;
  font-size: 5.6rem;
  font-family: "Jost", sans-serif;
  font-style: italic;
  color: #414543;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .making-lead__sub {
    font-size: 4rem;
  }
}

@media screen and (max-width: 519px) {
  .making-lead__sub {
    font-size: 2.8rem;
  }
}

.making-lead__main {
  position: absolute;
  bottom: 0;
  left: 24px;
  font-weight: 400;
}

@media screen and (max-width: 519px) {
  .making-lead__main {
    font-size: 1rem;
  }
}

.making-list .slick-list {
  margin-bottom: 24px;
}

.making-list .slick-slide {
  margin: 0 60px;
}

@media screen and (max-width: 1279px) {
  .making-list .slick-slide {
    margin: 0 32px;
  }
}

.making-list .slick-arrow {
  background: url("/wp-content/themes/itreat_base/dist/img/icon/slide-arrow.svg") center/contain no-repeat;
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .making-list .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 519px) {
  .making-list .slick-arrow {
    width: 20px;
    height: 20px;
  }
}

.making-list .next-arrow {
  position: absolute;
  top: 50%;
  right: 170px;
}

@media screen and (max-width: 1279px) {
  .making-list .next-arrow {
    right: 80px;
  }
}

@media screen and (max-width: 959px) {
  .making-list .next-arrow {
    right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .making-list .next-arrow {
    right: 20px;
  }
}

@media screen and (max-width: 519px) {
  .making-list .next-arrow {
    right: 8px;
  }
}

.making-list .prev-arrow {
  position: absolute;
  top: 50%;
  left: 170px;
  rotate: 180deg;
  -webkit-transform-origin: top;
  transform-origin: top;
}

@media screen and (max-width: 1279px) {
  .making-list .prev-arrow {
    left: 80px;
  }
}

@media screen and (max-width: 959px) {
  .making-list .prev-arrow {
    left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .making-list .prev-arrow {
    left: 20px;
  }
}

@media screen and (max-width: 519px) {
  .making-list .prev-arrow {
    left: 8px;
  }
}

.making-list .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 959px) {
  .making-list .slick-dots {
    gap: 14px;
  }
}

@media screen and (max-width: 519px) {
  .making-list .slick-dots {
    gap: 12px;
  }
}

.making-list .slick-dots li {
  margin: 0;
  padding: 0;
}

.making-list .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #676a69;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .making-list .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 519px) {
  .making-list .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}

.making-list .slick-dots li.slick-active button {
  background: #d9dad9;
}

.making-list__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 56px 40px;
  background: #ececec;
}

@media screen and (max-width: 959px) {
  .making-list__item {
    padding: 56px 32px 40px;
  }
}

@media screen and (max-width: 767px) {
  .making-list__item {
    display: block !important;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item {
    padding: 40px 24px 28px;
  }
}

.making-list__item .making-vsl {
  position: relative;
  max-width: 370px;
  height: 100%;
  aspect-ratio: 185/133;
}

@media screen and (max-width: 767px) {
  .making-list__item .making-vsl {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item .making-vsl {
    max-width: none;
  }
}

.making-list__item .making-vsl .making-inner {
  position: relative;
  overflow: hidden;
  aspect-ratio: 185 / 133;
}

.making-list__item .making-vsl .making-inner::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.making-list__item .making-vsl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.making-list__item .making-vsl .making-cate {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  z-index: 1;
  width: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #414543;
  line-height: 1;
  letter-spacing: 0;
}

@media screen and (max-width: 959px) {
  .making-list__item .making-vsl .making-cate {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .making-list__item .making-vsl .making-cate {
    text-align: center;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item .making-vsl .making-cate {
    font-size: 1.8rem;
  }
}

.making-list__item .making-dtl {
  color: #414543;
  width: calc(100% - 394px);
}

@media screen and (max-width: 959px) {
  .making-list__item .making-dtl {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 767px) {
  .making-list__item .making-dtl {
    width: 100%;
  }
}

.making-list__item .making-dtl .making-ttl {
  margin-bottom: 4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .making-list__item .making-dtl .making-ttl {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item .making-dtl .making-ttl {
    font-size: 1.4rem;
  }
}

.making-list__item .making-dtl .making-date {
  margin-bottom: 20px;
}

.making-list__item .making-dtl .making-step {
  margin-bottom: 40px;
}

@media screen and (max-width: 959px) {
  .making-list__item .making-dtl .making-step {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item .making-dtl .making-step {
    margin-bottom: 24px;
  }
}

.making-list__item .making-dtl .concept-ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 32px;
  color: #414543;
  font-size: 1.5rem;
  font-weight: 400;
  text-decoration: none;
  border: none;
  line-height: 1;
}

@media screen and (max-width: 959px) {
  .making-list__item .making-dtl .concept-ttl {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item .making-dtl .concept-ttl {
    font-size: 0.9rem;
  }
}

.making-list__item .making-dtl .concept-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #414543;
  border-left: none;
  border-bottom: none;
  pointer-events: none;
}

.making-list__item .making-dtl .concept-ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 8px);
  height: 100%;
  border: 1px solid #414543;
  border-right: none;
  border-top: none;
  pointer-events: none;
}

.making-list__item .making-dtl .concept-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .making-list__item .making-dtl .concept-txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 519px) {
  .making-list__item .making-dtl .concept-txt {
    font-size: 1.2rem;
  }
}

.making-list__item:hover .making-vsl .making-inner::before {
  opacity: 0.5;
}

.making-list__item:hover .making-vsl img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.frame {
  padding: 16px;
  border: solid 1px #d9dad9;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  display: block;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.modal .modal-switch {
  display: none;
}

.modal-overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  width: 100vw;
  height: 100vh;
  background: #1a1a1a;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.modal-switch:checked ~ .modal-overlay {
  opacity: 0.3;
  visibility: visible;
}

.modal-content {
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9998;
  width: calc(100% - 80px);
  max-width: 900px;
  max-height: calc(100% - 80px);
  padding: 56px 24px 24px;
  background: #d9dad9;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media screen and (max-width: 1279px) {
  .modal-content {
    width: calc(100% - 64px);
  }
}

@media screen and (max-width: 959px) {
  .modal-content {
    width: calc(100% - 48px);
    padding: 48px 20px 20px;
  }
}

@media screen and (max-width: 519px) {
  .modal-content {
    width: calc(100% - 32px);
    padding: 40px 16px 16px;
  }
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-content img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}

.modal-switch:checked ~ .modal-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, -webkit-transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s;
  transition: opacity .3s,  visibility .3s, transform 0s,  -webkit-transform 0s;
}

.modal .modal-close {
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .modal .modal-close {
    right: 20px;
    font-size: 2.4rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 519px) {
  .modal .modal-close {
    top: 12px;
    right: 16px;
    font-size: 2rem;
    line-height: 20px;
  }
}

.modal .modal-close:hover {
  opacity: 0.8;
}

.acd summary {
  position: relative;
  padding: calc(8px * 3);
  list-style: none;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .acd summary {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .acd summary {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd summary::-webkit-details-marker {
  display: none;
}

.acd summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 3.2rem;
  line-height: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.acd .acd-content {
  padding: calc(8px * 3);
  background: #d9dad9;
}

@media screen and (max-width: 959px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .acd .acd-content {
    padding: calc((8px * 3) * 0.5);
  }
}

.acd[open] summary::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.acd[open] .acd-content {
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border: solid 2px #d9dad9;
}

.writer .writer-vsl {
  width: 96px;
}

@media screen and (max-width: 959px) {
  .writer .writer-vsl {
    width: 88px;
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-vsl {
    width: 80px;
  }
}

@media screen and (max-width: 519px) {
  .writer .writer-vsl {
    width: 104px;
    margin: 0 auto 16px;
  }
}

.writer .writer-dtl {
  width: calc(100% - 112px);
}

@media screen and (max-width: 959px) {
  .writer .writer-dtl {
    width: calc(100% - 104px);
  }
}

@media screen and (max-width: 767px) {
  .writer .writer-dtl {
    width: calc(100% - 96px);
  }
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl {
    width: 100%;
  }
}

.writer .writer-dtl__ttl {
  display: inline-block;
  margin-bottom: 4px;
  padding: 2px 8px;
  background: #1a1a1a;
  color: #d9dad9;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__ttl {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
  }
}

.writer .writer-dtl__name {
  margin-bottom: 4px;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__name {
    text-align: center;
  }
}

.writer .writer-dtl__name a {
  color: #1a1a1a;
}

.writer .writer-dtl__company {
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__company {
    text-align: center;
  }
}

.writer .writer-dtl__post {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

@media screen and (max-width: 519px) {
  .writer .writer-dtl__post {
    text-align: center;
  }
}

.writer .writer-dtl__txt {
  font-size: 1.4rem;
}

.terms-lead {
  font-size: 1.4rem;
  color: #dddcd6;
}

@media screen and (max-width: 519px) {
  .terms-lead {
    font-size: 1.2rem;
  }
}

.terms-list__item {
  color: #dddcd6;
}

.terms-list__item:not(:last-child) {
  margin-bottom: calc(8px * 8);
}

@media screen and (max-width: 959px) {
  .terms-list__item:not(:last-child) {
    margin-bottom: calc((8px * 8) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .terms-list__item:not(:last-child) {
    margin-bottom: calc((8px * 8) * 0.5);
  }
}

.terms-list__item dt {
  margin-bottom: calc(8px * 3);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 959px) {
  .terms-list__item dt {
    margin-bottom: calc((8px * 3) * 0.75);
  }
}

@media screen and (max-width: 519px) {
  .terms-list__item dt {
    margin-bottom: calc((8px * 3) * 0.5);
  }
}

@media screen and (max-width: 959px) {
  .terms-list__item dt {
    font-size: 1.6rem;
  }
}

.terms-list__item dd {
  font-size: 1.4rem;
}

.terms-list__item dd .list {
  margin-left: 20px;
}

@media screen and (max-width: 519px) {
  .terms-list__item dd .list {
    margin-left: 16px;
  }
}

.terms-list__item dd .list__item {
  padding-left: 11px;
}

@media screen and (max-width: 519px) {
  .terms-list__item dd .list__item {
    padding-left: 9px;
  }
}

.terms-list__item dd .list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 1px;
}

.terms-list__item dd .list__item::before {
  top: 12px;
}

@media screen and (max-width: 519px) {
  .terms-list__item dd .list__item::before {
    top: 10px;
    width: 3px;
    height: 3px;
  }
}

/*# sourceMappingURL=../../maps/common/main.css.map */
