@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap");
@import url("lib/ress.min.css");
@import url("lib/remodal.css");
@import url("lib/remodal-default-theme.css");
@import url("lib/slick.css");
:root {
  --black: #3E280F;
  --white: #fff;
  --blue: #0068B7;
  --orange: #F99123;
  --green: #7AC430;
  --gold: #DAC17C;
  --red: #F82523;
  --yellow: #EBE665;
  --font-1: Noto Serif JP, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, 游明朝, Yu Mincho, MS 明朝, MS Mincho, serif;
  --font-2: Oswald, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
  --font-3: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, sans-serif;
}

html, body {
  overflow: hidden;
  overscroll-behavior: none;
}

html {
  font-size: 0.7320644217vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

html {
  overflow-y: scroll !important;
}

body {
  color: var(--black);
  font-size: 1.6rem;
  font-size: clamp(10px, 1.6rem, 1.6rem);
  font-family: var(--font-1);
  font-weight: 500;
  line-height: 2;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5714285714;
  }
}

* {
  position: relative;
  z-index: 1;
}

a, button {
  color: #3E280F;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}
a:hover, button:hover {
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

p + p {
  padding-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  p + p {
    padding-top: 1.5rem;
  }
}

li {
  list-style-type: none;
}

img,
svg {
  display: block;
  vertical-align: middle;
  image-rendering: auto;
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
}

:focus-visible {
  outline: 2px solid #ccc !important;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* components */
.c-inner {
  margin: 0 auto;
  width: 112rem;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 35rem;
  }
}

.c-ttl-1 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.128rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-1 {
    line-height: 143.75%;
  }
}
.c-ttl-1 + .c-ttl-2 {
  padding-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-ttl-1 + .c-ttl-2 {
    padding-top: 1.5rem;
  }
}

.c-ttl-2 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.22rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl-2 {
    font-size: 1.8rem;
    line-height: 166.667%;
  }
}

.c-btn-1, .c-btn-2 {
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 9999px;
  color: var(--white);
  display: flex;
  font-size: 1.4rem;
  height: 4.4rem;
  gap: 0.7rem;
  justify-content: center;
  width: 19.7rem;
}
.c-btn-1 [class*=c-icon], .c-btn-2 [class*=c-icon] {
  width: 1.6rem;
}
.c-btn-1:hover, .c-btn-2:hover {
  background: var(--white);
  color: var(--black);
  opacity: 1;
}
.c-btn-1:hover [class*=c-icon], .c-btn-2:hover [class*=c-icon] {
  background-color: var(--black);
}

.c-btn-2 {
  border-color: var(--black);
  color: var(--black);
  padding: 0 2rem;
  min-width: 23.5rem;
  width: fit-content;
}
.c-btn-2:hover {
  background: var(--black);
  color: var(--white);
}

.c-btn-3, .c-btn-3-l {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 0.272rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  display: flex;
  line-height: 1;
  height: max(23.8px, 2.38rem);
  justify-content: center;
  overflow: hidden;
  padding: 0 1rem 0.2rem;
  min-width: 8.72rem;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-btn-3, .c-btn-3-l {
    padding: 0 0 0.2rem;
  }
}
.c-btn-3:hover, .c-btn-3-l:hover {
  background: var(--black);
  color: var(--white);
  opacity: 1;
}
.c-btn-3-l {
  font-size: min(21.6px, 2.16rem);
  height: min(36.9px, 3.69rem);
  width: min(135px, 13.5rem);
}
.c-btn-3.is-disabled, .is-disabled.c-btn-3-l {
  opacity: 0.3;
  pointer-events: none;
}

.c-icon-cart {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/1;
  background-color: var(--white);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M0.400024 0.400002H2.73336L4.29669 8.21084C4.35003 8.4794 4.49614 8.72065 4.70943 8.89234C4.92271 9.06404 5.1896 9.15525 5.46336 9.15H11.1334C11.4071 9.15525 11.674 9.06404 11.8873 8.89234C12.1006 8.72065 12.2467 8.4794 12.3 8.21084L13.2334 3.31667H3.31669M5.65002 12.0667C5.65002 12.3888 5.38886 12.65 5.06669 12.65C4.74453 12.65 4.48336 12.3888 4.48336 12.0667C4.48336 11.7445 4.74453 11.4833 5.06669 11.4833C5.38886 11.4833 5.65002 11.7445 5.65002 12.0667ZM12.0667 12.0667C12.0667 12.3888 11.8055 12.65 11.4834 12.65C11.1612 12.65 10.9 12.3888 10.9 12.0667C10.9 11.7445 11.1612 11.4833 11.4834 11.4833C11.8055 11.4833 12.0667 11.7445 12.0667 12.0667Z" stroke="black" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M0.400024 0.400002H2.73336L4.29669 8.21084C4.35003 8.4794 4.49614 8.72065 4.70943 8.89234C4.92271 9.06404 5.1896 9.15525 5.46336 9.15H11.1334C11.4071 9.15525 11.674 9.06404 11.8873 8.89234C12.1006 8.72065 12.2467 8.4794 12.3 8.21084L13.2334 3.31667H3.31669M5.65002 12.0667C5.65002 12.3888 5.38886 12.65 5.06669 12.65C4.74453 12.65 4.48336 12.3888 4.48336 12.0667C4.48336 11.7445 4.74453 11.4833 5.06669 11.4833C5.38886 11.4833 5.65002 11.7445 5.65002 12.0667ZM12.0667 12.0667C12.0667 12.3888 11.8055 12.65 11.4834 12.65C11.1612 12.65 10.9 12.3888 10.9 12.0667C10.9 11.7445 11.1612 11.4833 11.4834 11.4833C11.8055 11.4833 12.0667 11.7445 12.0667 12.0667Z" stroke="black" stroke-width="0.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: 1.4rem;
}

.c-icon-arrow {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/0.5555555556;
  background-color: var(--white);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M4.5 3.10811L7.95 8.6188e-07L9 0.945947L4.5 5L3.54417e-07 0.945946L1.05 2.58663e-07L4.5 3.10811Z" fill="white"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="5" viewBox="0 0 9 5" fill="none"><path d="M4.5 3.10811L7.95 8.6188e-07L9 0.945947L4.5 5L3.54417e-07 0.945946L1.05 2.58663e-07L4.5 3.10811Z" fill="white"/></svg>');
  width: 0.9rem;
}

.c-icon-download {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/1;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M9.5 14.25L3.5625 8.3125L5.225 6.59063L8.3125 9.67813V0H10.6875V9.67813L13.775 6.59063L15.4375 8.3125L9.5 14.25ZM2.375 19C1.72187 19 1.16276 18.7674 0.697656 18.3023C0.232552 17.8372 0 17.2781 0 16.625V13.0625H2.375V16.625H16.625V13.0625H19V16.625C19 17.2781 18.7674 17.8372 18.3023 18.3023C17.8372 18.7674 17.2781 19 16.625 19H2.375Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M9.5 14.25L3.5625 8.3125L5.225 6.59063L8.3125 9.67813V0H10.6875V9.67813L13.775 6.59063L15.4375 8.3125L9.5 14.25ZM2.375 19C1.72187 19 1.16276 18.7674 0.697656 18.3023C0.232552 17.8372 0 17.2781 0 16.625V13.0625H2.375V16.625H16.625V13.0625H19V16.625C19 17.2781 18.7674 17.8372 18.3023 18.3023C17.8372 18.7674 17.2781 19 16.625 19H2.375Z" fill="%23000"/></svg>');
  width: 1.9rem;
}

.c-icon-file {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/0.706122449;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="13" viewBox="0 0 18 13" fill="none"><path d="M15.6982 0.00878906C16.5125 0.091602 17.1484 0.779108 17.1484 1.61523V10.498L17.1396 10.6631C17.0623 11.423 16.4581 12.0272 15.6982 12.1045L15.5332 12.1123H1.61621L1.45117 12.1045C0.691065 12.0274 0.0871373 11.4231 0.00976562 10.6631L0 10.498V1.61523C0 0.778943 0.636666 0.0913791 1.45117 0.00878906L1.61621 0H15.5332L15.6982 0.00878906ZM1.61621 0.807617C1.17023 0.807617 0.808594 1.16926 0.808594 1.61523V10.498C0.808806 10.9438 1.17037 11.3047 1.61621 11.3047H8.07617V0.807617H1.61621ZM9.07324 11.3047H15.5332C15.9788 11.3044 16.3406 10.9437 16.3408 10.498V1.61523C16.3408 1.16942 15.979 0.807881 15.5332 0.807617H9.07324V11.3047ZM6.64941 7.85254C6.8724 7.85254 7.05371 8.03287 7.05371 8.25586C7.05345 8.47862 6.87224 8.65918 6.64941 8.65918H2.6123C2.38959 8.65905 2.20925 8.47854 2.20898 8.25586C2.20898 8.03295 2.38943 7.85267 2.6123 7.85254H6.64941ZM14.5361 7.85254C14.7589 7.8528 14.9395 8.03303 14.9395 8.25586C14.9392 8.47846 14.7587 8.65892 14.5361 8.65918H10.499C10.2762 8.65918 10.095 8.47862 10.0947 8.25586C10.0947 8.03287 10.276 7.85254 10.499 7.85254H14.5361ZM6.64941 5.42969C6.8724 5.42969 7.05371 5.61002 7.05371 5.83301C7.05371 6.056 6.8724 6.23633 6.64941 6.23633H2.6123C2.38943 6.2362 2.20898 6.05591 2.20898 5.83301C2.20898 5.6101 2.38943 5.42982 2.6123 5.42969H6.64941ZM14.5361 5.42969C14.7589 5.42995 14.9395 5.61018 14.9395 5.83301C14.9395 6.05583 14.7589 6.23607 14.5361 6.23633H10.499C10.276 6.23633 10.0947 6.056 10.0947 5.83301C10.0947 5.61002 10.276 5.42969 10.499 5.42969H14.5361ZM6.64941 3.00781C6.8724 3.00781 7.05371 3.18814 7.05371 3.41113C7.05345 3.6339 6.87224 3.81445 6.64941 3.81445H2.6123C2.38959 3.81432 2.20925 3.63381 2.20898 3.41113C2.20898 3.18823 2.38943 3.00794 2.6123 3.00781H6.64941ZM14.5361 3.00781C14.7589 3.00808 14.9395 3.18831 14.9395 3.41113C14.9392 3.63373 14.7587 3.81419 14.5361 3.81445H10.499C10.2762 3.81445 10.095 3.6339 10.0947 3.41113C10.0947 3.18814 10.276 3.00781 10.499 3.00781H14.5361Z" fill="black"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="13" viewBox="0 0 18 13" fill="none"><path d="M15.6982 0.00878906C16.5125 0.091602 17.1484 0.779108 17.1484 1.61523V10.498L17.1396 10.6631C17.0623 11.423 16.4581 12.0272 15.6982 12.1045L15.5332 12.1123H1.61621L1.45117 12.1045C0.691065 12.0274 0.0871373 11.4231 0.00976562 10.6631L0 10.498V1.61523C0 0.778943 0.636666 0.0913791 1.45117 0.00878906L1.61621 0H15.5332L15.6982 0.00878906ZM1.61621 0.807617C1.17023 0.807617 0.808594 1.16926 0.808594 1.61523V10.498C0.808806 10.9438 1.17037 11.3047 1.61621 11.3047H8.07617V0.807617H1.61621ZM9.07324 11.3047H15.5332C15.9788 11.3044 16.3406 10.9437 16.3408 10.498V1.61523C16.3408 1.16942 15.979 0.807881 15.5332 0.807617H9.07324V11.3047ZM6.64941 7.85254C6.8724 7.85254 7.05371 8.03287 7.05371 8.25586C7.05345 8.47862 6.87224 8.65918 6.64941 8.65918H2.6123C2.38959 8.65905 2.20925 8.47854 2.20898 8.25586C2.20898 8.03295 2.38943 7.85267 2.6123 7.85254H6.64941ZM14.5361 7.85254C14.7589 7.8528 14.9395 8.03303 14.9395 8.25586C14.9392 8.47846 14.7587 8.65892 14.5361 8.65918H10.499C10.2762 8.65918 10.095 8.47862 10.0947 8.25586C10.0947 8.03287 10.276 7.85254 10.499 7.85254H14.5361ZM6.64941 5.42969C6.8724 5.42969 7.05371 5.61002 7.05371 5.83301C7.05371 6.056 6.8724 6.23633 6.64941 6.23633H2.6123C2.38943 6.2362 2.20898 6.05591 2.20898 5.83301C2.20898 5.6101 2.38943 5.42982 2.6123 5.42969H6.64941ZM14.5361 5.42969C14.7589 5.42995 14.9395 5.61018 14.9395 5.83301C14.9395 6.05583 14.7589 6.23607 14.5361 6.23633H10.499C10.276 6.23633 10.0947 6.056 10.0947 5.83301C10.0947 5.61002 10.276 5.42969 10.499 5.42969H14.5361ZM6.64941 3.00781C6.8724 3.00781 7.05371 3.18814 7.05371 3.41113C7.05345 3.6339 6.87224 3.81445 6.64941 3.81445H2.6123C2.38959 3.81432 2.20925 3.63381 2.20898 3.41113C2.20898 3.18823 2.38943 3.00794 2.6123 3.00781H6.64941ZM14.5361 3.00781C14.7589 3.00808 14.9395 3.18831 14.9395 3.41113C14.9392 3.63373 14.7587 3.81419 14.5361 3.81445H10.499C10.2762 3.81445 10.095 3.6339 10.0947 3.41113C10.0947 3.18814 10.276 3.00781 10.499 3.00781H14.5361Z" fill="black"/></svg>');
  width: 1.715rem;
}

.u-overflow-hidden {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s\:u-overflow-hidden {
    overflow: hidden;
  }
}
.u-absolute {
  position: absolute;
}

.u-static {
  position: static;
}

.u-relative {
  position: relative;
}

.u-fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  .s\:u-absolute {
    position: absolute;
  }
  .s\:u-static {
    position: static;
  }
  .s\:u-relative {
    position: relative;
  }
}
.u-bg-black {
  background-color: var(--black) !important;
}
.u-bg-white {
  background-color: var(--white) !important;
}
.u-bg-red {
  background-color: var(--red) !important;
}

.u-cursor-default {
  cursor: default;
}
.u-cursor-pointer {
  cursor: pointer;
}

.u-noevent {
  pointer-events: none;
}

.u-flex {
  display: flex;
}
.u-flex-space-between {
  justify-content: space-between;
}
.u-flex-reverse {
  flex-direction: row-reverse;
}
.u-flex-column-reverse {
  flex-direction: column-reverse;
}
.u-flex-center {
  justify-content: center;
}
.u-flex-middle {
  align-items: center;
}
.u-flex-right {
  justify-content: end;
}
.u-flex-left {
  justify-content: start;
}
.u-flex-start {
  align-items: start;
}
.u-flex-end {
  align-items: end;
}
.u-flex-wrap {
  flex-wrap: wrap;
}
.u-flex-unset {
  flex: unset !important;
}
.u-flex-1 {
  flex: 1 !important;
}
.u-flex-column {
  display: flex;
  flex-direction: column;
}

.u-order-1 {
  order: 1;
}
.u-order-2 {
  order: 2;
}
.u-order-3 {
  order: 3;
}
.u-order-4 {
  order: 4;
}

@media screen and (max-width: 767px) {
  .s\:u-flex {
    display: flex;
  }
  .s\:u-flex-column {
    display: flex;
    flex-direction: column;
  }
  .s\:u-flex-column-reverse {
    flex-direction: column-reverse;
  }
  .s\:u-flex-space-between {
    justify-content: space-between;
  }
  .s\:u-flex-reverse {
    flex-direction: row-reverse;
  }
  .s\:u-flex-center {
    justify-content: center;
  }
  .s\:u-flex-left {
    justify-content: start;
  }
  .s\:u-flex-middle {
    align-items: center;
  }
  .s\:u-flex-end {
    align-items: flex-end;
  }
  .s\:u-flex-wrap {
    flex-wrap: wrap;
  }
  .s\:u-flex-nowrap {
    flex-wrap: nowrap;
  }
  .s\:u-flex-order-1 {
    order: 1;
  }
  .s\:u-flex-order-2 {
    order: 2;
  }
  .s\:u-flex-order-3 {
    order: 3;
  }
}
.u-gap-0 {
  gap: 0rem !important;
}

.u-gap-5 {
  gap: 0.5rem !important;
}

.u-gap-10 {
  gap: 1rem !important;
}

.u-gap-15 {
  gap: 1.5rem !important;
}

.u-gap-20 {
  gap: 2rem !important;
}

.u-gap-25 {
  gap: 2.5rem !important;
}

.u-gap-30 {
  gap: 3rem !important;
}

.u-gap-35 {
  gap: 3.5rem !important;
}

.u-gap-40 {
  gap: 4rem !important;
}

.u-gap-45 {
  gap: 4.5rem !important;
}

.u-gap-50 {
  gap: 5rem !important;
}

.u-gap-55 {
  gap: 5.5rem !important;
}

.u-gap-60 {
  gap: 6rem !important;
}

.u-gap-65 {
  gap: 6.5rem !important;
}

.u-gap-70 {
  gap: 7rem !important;
}

.u-gap-75 {
  gap: 7.5rem !important;
}

.u-gap-80 {
  gap: 8rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-gap-0 {
    gap: 0rem !important;
  }
  .s\:u-gap-5 {
    gap: 0.5rem !important;
  }
  .s\:u-gap-10 {
    gap: 1rem !important;
  }
  .s\:u-gap-15 {
    gap: 1.5rem !important;
  }
  .s\:u-gap-20 {
    gap: 2rem !important;
  }
  .s\:u-gap-25 {
    gap: 2.5rem !important;
  }
  .s\:u-gap-30 {
    gap: 3rem !important;
  }
  .s\:u-gap-35 {
    gap: 3.5rem !important;
  }
  .s\:u-gap-40 {
    gap: 4rem !important;
  }
  .s\:u-gap-45 {
    gap: 4.5rem !important;
  }
  .s\:u-gap-50 {
    gap: 5rem !important;
  }
}
.u-grid {
  display: grid;
}

.u-align-center {
  text-align: center;
}
.u-align-right {
  text-align: right;
}
.u-align-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .s\:u-align-center {
    text-align: center;
  }
  .s\:u-align-right {
    text-align: right;
  }
  .s\:u-align-left {
    text-align: left;
  }
}
.u-lh-10 {
  line-height: 1 !important;
}
.u-lh-12 {
  line-height: 1.2 !important;
}
.u-lh-14 {
  line-height: 1.4 !important;
}
.u-lh-17 {
  line-height: 1.7 !important;
}
.u-lh-20 {
  line-height: 2 !important;
}
.u-lh-25 {
  line-height: 2.5 !important;
}

@media screen and (max-width: 767px) {
  .s\:u-lh-10 {
    line-height: 1 !important;
  }
  .s\:u-lh-13 {
    line-height: 1.3 !important;
  }
  .s\:u-lh-14 {
    line-height: 1.4 !important;
  }
  .s\:u-lh-17 {
    line-height: 1.7 !important;
  }
  .s\:u-lh-18 {
    line-height: 1.8 !important;
  }
  .s\:u-lh-20 {
    line-height: 2 !important;
  }
  .s\:u-lh-22 {
    line-height: 2.2 !important;
  }
}
.u-ls-0 {
  letter-spacing: 0 !important;
}
.u-ls-5 {
  letter-spacing: 0.05rem !important;
}
.u-ls-10 {
  letter-spacing: 0.1rem !important;
}
.u-ls-15 {
  letter-spacing: 0.15rem !important;
}
.u-ls-20 {
  letter-spacing: 0.2rem !important;
}
.u-ls-25 {
  letter-spacing: 0.25rem !important;
}
.u-ls-m-5 {
  letter-spacing: -0.05rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-ls-0 {
    letter-spacing: 0 !important;
  }
  .s\:u-ls-10 {
    letter-spacing: 0.1rem !important;
  }
  .s\:u-ls-15 {
    letter-spacing: 0.15rem !important;
  }
  .s\:u-ls-20 {
    letter-spacing: 0.2rem !important;
  }
  .s\:u-ls-m-5 {
    letter-spacing: -0.05rem !important;
  }
}
.u-font-0 {
  font-size: 0;
}
.u-font-10 {
  font-size: 1rem;
}
.u-font-12 {
  font-size: 1.2rem;
}
.u-font-14 {
  font-size: 1.4rem;
}
.u-font-16 {
  font-size: 1.6rem;
}
.u-font-18 {
  font-size: 1.8rem;
}
.u-font-20 {
  font-size: 2rem;
}
.u-font-black {
  color: var(--black);
}
.u-font-red {
  color: var(--red) !important;
}
.u-font-blue {
  color: var(--blue) !important;
}
.u-font-white {
  color: var(--white) !important;
}
.u-font-green {
  color: var(--green) !important;
}
.u-font-orange {
  color: var(--orange) !important;
}
.u-font-normal {
  font-weight: 400 !important;
}
.u-font-medium {
  font-weight: 500 !important;
}
.u-font-semibold {
  font-weight: 600 !important;
}
.u-font-bold {
  font-weight: 700 !important;
}
.u-font-super-bold {
  font-weight: 900 !important;
}
.u-font-underline {
  text-decoration: underline;
}
.u-font-family-1 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS 明朝", "MS Mincho", serif !important;
}
.u-font-family-2 {
  font-family: "Oswald", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}
.u-font-family-3 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif !important;
}

@media screen and (max-width: 767px) {
  .s\:u-font-10 {
    font-size: 1rem;
  }
  .s\:u-font-12 {
    font-size: 1.2rem;
  }
  .s\:u-font-14 {
    font-size: 1.4rem;
  }
  .s\:u-font-16 {
    font-size: 1.6rem;
  }
  .s\:u-font-20 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .s\:u-hidden {
    display: none;
  }
}

.u-left-half {
  left: 50%;
}

.u-bottom-0 {
  bottom: 0rem !important;
}

.u-bottom-5 {
  bottom: 0.5rem !important;
}

.u-bottom-10 {
  bottom: 1rem !important;
}

.u-bottom-15 {
  bottom: 1.5rem !important;
}

.u-bottom-20 {
  bottom: 2rem !important;
}

.u-bottom-25 {
  bottom: 2.5rem !important;
}

.u-bottom-30 {
  bottom: 3rem !important;
}

.u-bottom-35 {
  bottom: 3.5rem !important;
}

.u-bottom-40 {
  bottom: 4rem !important;
}

.u-bottom-45 {
  bottom: 4.5rem !important;
}

.u-bottom-50 {
  bottom: 5rem !important;
}

.u-bottom-55 {
  bottom: 5.5rem !important;
}

.u-bottom-60 {
  bottom: 6rem !important;
}

.u-bottom-65 {
  bottom: 6.5rem !important;
}

.u-bottom-70 {
  bottom: 7rem !important;
}

.u-bottom-75 {
  bottom: 7.5rem !important;
}

.u-bottom-80 {
  bottom: 8rem !important;
}

.u-bottom-85 {
  bottom: 8.5rem !important;
}

.u-bottom-90 {
  bottom: 9rem !important;
}

.u-bottom-95 {
  bottom: 9.5rem !important;
}

.u-bottom-100 {
  bottom: 10rem !important;
}

.u-bottom-105 {
  bottom: 10.5rem !important;
}

.u-bottom-110 {
  bottom: 11rem !important;
}

.u-bottom-115 {
  bottom: 11.5rem !important;
}

.u-bottom-120 {
  bottom: 12rem !important;
}

.u-bottom-125 {
  bottom: 12.5rem !important;
}

.u-bottom-130 {
  bottom: 13rem !important;
}

.u-bottom-135 {
  bottom: 13.5rem !important;
}

.u-bottom-140 {
  bottom: 14rem !important;
}

.u-bottom-145 {
  bottom: 14.5rem !important;
}

.u-bottom-150 {
  bottom: 15rem !important;
}

.u-bottom-155 {
  bottom: 15.5rem !important;
}

.u-bottom-160 {
  bottom: 16rem !important;
}

.u-bottom-165 {
  bottom: 16.5rem !important;
}

.u-bottom-170 {
  bottom: 17rem !important;
}

.u-bottom-175 {
  bottom: 17.5rem !important;
}

.u-bottom-180 {
  bottom: 18rem !important;
}

.u-bottom-185 {
  bottom: 18.5rem !important;
}

.u-bottom-190 {
  bottom: 19rem !important;
}

.u-bottom-195 {
  bottom: 19.5rem !important;
}

.u-bottom-200 {
  bottom: 20rem !important;
}

.u-bottom-205 {
  bottom: 20.5rem !important;
}

.u-bottom-210 {
  bottom: 21rem !important;
}

.u-bottom-215 {
  bottom: 21.5rem !important;
}

.u-bottom-220 {
  bottom: 22rem !important;
}

.u-bottom-225 {
  bottom: 22.5rem !important;
}

.u-bottom-230 {
  bottom: 23rem !important;
}

.u-bottom-235 {
  bottom: 23.5rem !important;
}

.u-bottom-240 {
  bottom: 24rem !important;
}

.u-bottom-245 {
  bottom: 24.5rem !important;
}

.u-bottom-250 {
  bottom: 25rem !important;
}

.u-top-0 {
  top: 0rem !important;
}

.u-top-5 {
  top: 0.5rem !important;
}

.u-top-10 {
  top: 1rem !important;
}

.u-top-15 {
  top: 1.5rem !important;
}

.u-top-20 {
  top: 2rem !important;
}

.u-top-25 {
  top: 2.5rem !important;
}

.u-top-30 {
  top: 3rem !important;
}

.u-top-35 {
  top: 3.5rem !important;
}

.u-top-40 {
  top: 4rem !important;
}

.u-top-45 {
  top: 4.5rem !important;
}

.u-top-50 {
  top: 5rem !important;
}

.u-top-55 {
  top: 5.5rem !important;
}

.u-top-60 {
  top: 6rem !important;
}

.u-top-65 {
  top: 6.5rem !important;
}

.u-top-70 {
  top: 7rem !important;
}

.u-top-75 {
  top: 7.5rem !important;
}

.u-top-80 {
  top: 8rem !important;
}

.u-top-85 {
  top: 8.5rem !important;
}

.u-top-90 {
  top: 9rem !important;
}

.u-top-95 {
  top: 9.5rem !important;
}

.u-top-100 {
  top: 10rem !important;
}

.u-top-105 {
  top: 10.5rem !important;
}

.u-top-110 {
  top: 11rem !important;
}

.u-top-115 {
  top: 11.5rem !important;
}

.u-top-120 {
  top: 12rem !important;
}

.u-top-125 {
  top: 12.5rem !important;
}

.u-top-130 {
  top: 13rem !important;
}

.u-top-135 {
  top: 13.5rem !important;
}

.u-top-140 {
  top: 14rem !important;
}

.u-left-0 {
  left: 0rem !important;
}

.u-left-5 {
  left: 0.5rem !important;
}

.u-left-10 {
  left: 1rem !important;
}

.u-left-15 {
  left: 1.5rem !important;
}

.u-left-20 {
  left: 2rem !important;
}

.u-left-25 {
  left: 2.5rem !important;
}

.u-left-30 {
  left: 3rem !important;
}

.u-left-35 {
  left: 3.5rem !important;
}

.u-left-40 {
  left: 4rem !important;
}

.u-left-45 {
  left: 4.5rem !important;
}

.u-left-50 {
  left: 5rem !important;
}

.u-left-55 {
  left: 5.5rem !important;
}

.u-left-60 {
  left: 6rem !important;
}

.u-left-65 {
  left: 6.5rem !important;
}

.u-left-70 {
  left: 7rem !important;
}

.u-left-75 {
  left: 7.5rem !important;
}

.u-left-80 {
  left: 8rem !important;
}

.u-left-85 {
  left: 8.5rem !important;
}

.u-left-90 {
  left: 9rem !important;
}

.u-left-95 {
  left: 9.5rem !important;
}

.u-left-100 {
  left: 10rem !important;
}

.u-left-105 {
  left: 10.5rem !important;
}

.u-left-110 {
  left: 11rem !important;
}

.u-left-115 {
  left: 11.5rem !important;
}

.u-left-120 {
  left: 12rem !important;
}

.u-left-125 {
  left: 12.5rem !important;
}

.u-left-130 {
  left: 13rem !important;
}

.u-left-135 {
  left: 13.5rem !important;
}

.u-left-140 {
  left: 14rem !important;
}

.u-right-0 {
  right: 0rem !important;
}

.u-right-5 {
  right: 0.5rem !important;
}

.u-right-10 {
  right: 1rem !important;
}

.u-right-15 {
  right: 1.5rem !important;
}

.u-right-20 {
  right: 2rem !important;
}

.u-right-25 {
  right: 2.5rem !important;
}

.u-right-30 {
  right: 3rem !important;
}

.u-right-35 {
  right: 3.5rem !important;
}

.u-right-40 {
  right: 4rem !important;
}

.u-right-45 {
  right: 4.5rem !important;
}

.u-right-50 {
  right: 5rem !important;
}

.u-right-55 {
  right: 5.5rem !important;
}

.u-right-60 {
  right: 6rem !important;
}

.u-right-65 {
  right: 6.5rem !important;
}

.u-right-70 {
  right: 7rem !important;
}

.u-right-75 {
  right: 7.5rem !important;
}

.u-right-80 {
  right: 8rem !important;
}

.u-right-85 {
  right: 8.5rem !important;
}

.u-right-90 {
  right: 9rem !important;
}

.u-right-95 {
  right: 9.5rem !important;
}

.u-right-100 {
  right: 10rem !important;
}

.u-right-105 {
  right: 10.5rem !important;
}

.u-right-110 {
  right: 11rem !important;
}

.u-right-115 {
  right: 11.5rem !important;
}

.u-right-120 {
  right: 12rem !important;
}

.u-right-125 {
  right: 12.5rem !important;
}

.u-right-130 {
  right: 13rem !important;
}

.u-right-135 {
  right: 13.5rem !important;
}

.u-right-140 {
  right: 14rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-bottom-0 {
    bottom: 0rem !important;
  }
  .s\:u-bottom-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-bottom-10 {
    bottom: 1rem !important;
  }
  .s\:u-bottom-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-bottom-20 {
    bottom: 2rem !important;
  }
  .s\:u-bottom-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-bottom-30 {
    bottom: 3rem !important;
  }
  .s\:u-bottom-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-bottom-40 {
    bottom: 4rem !important;
  }
  .s\:u-bottom-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-bottom-50 {
    bottom: 5rem !important;
  }
  .s\:u-bottom-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-bottom-60 {
    bottom: 6rem !important;
  }
  .s\:u-bottom-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-bottom-70 {
    bottom: 7rem !important;
  }
  .s\:u-bottom-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-bottom-80 {
    bottom: 8rem !important;
  }
  .s\:u-bottom-85 {
    bottom: 8.5rem !important;
  }
  .s\:u-bottom-90 {
    bottom: 9rem !important;
  }
  .s\:u-bottom-95 {
    bottom: 9.5rem !important;
  }
  .s\:u-bottom-100 {
    bottom: 10rem !important;
  }
  .s\:u-top-0 {
    top: 0rem !important;
  }
  .s\:u-top-5 {
    top: 0.5rem !important;
  }
  .s\:u-top-10 {
    top: 1rem !important;
  }
  .s\:u-top-15 {
    top: 1.5rem !important;
  }
  .s\:u-top-20 {
    top: 2rem !important;
  }
  .s\:u-top-25 {
    top: 2.5rem !important;
  }
  .s\:u-top-30 {
    top: 3rem !important;
  }
  .s\:u-top-35 {
    top: 3.5rem !important;
  }
  .s\:u-top-40 {
    top: 4rem !important;
  }
  .s\:u-top-45 {
    top: 4.5rem !important;
  }
  .s\:u-top-50 {
    top: 5rem !important;
  }
  .s\:u-top-55 {
    top: 5.5rem !important;
  }
  .s\:u-top-60 {
    top: 6rem !important;
  }
  .s\:u-top-65 {
    top: 6.5rem !important;
  }
  .s\:u-top-70 {
    top: 7rem !important;
  }
  .s\:u-top-75 {
    top: 7.5rem !important;
  }
  .s\:u-top-80 {
    top: 8rem !important;
  }
  .s\:u-top-85 {
    top: 8.5rem !important;
  }
  .s\:u-top-90 {
    top: 9rem !important;
  }
  .s\:u-top-95 {
    top: 9.5rem !important;
  }
  .s\:u-top-100 {
    top: 10rem !important;
  }
  .s\:u-left-0 {
    left: 0rem !important;
  }
  .s\:u-left-5 {
    left: 0.5rem !important;
  }
  .s\:u-left-10 {
    left: 1rem !important;
  }
  .s\:u-left-15 {
    left: 1.5rem !important;
  }
  .s\:u-left-20 {
    left: 2rem !important;
  }
  .s\:u-left-25 {
    left: 2.5rem !important;
  }
  .s\:u-left-30 {
    left: 3rem !important;
  }
  .s\:u-left-35 {
    left: 3.5rem !important;
  }
  .s\:u-left-40 {
    left: 4rem !important;
  }
  .s\:u-left-45 {
    left: 4.5rem !important;
  }
  .s\:u-left-50 {
    left: 5rem !important;
  }
  .s\:u-left-55 {
    left: 5.5rem !important;
  }
  .s\:u-left-60 {
    left: 6rem !important;
  }
  .s\:u-left-65 {
    left: 6.5rem !important;
  }
  .s\:u-left-70 {
    left: 7rem !important;
  }
  .s\:u-left-75 {
    left: 7.5rem !important;
  }
  .s\:u-left-80 {
    left: 8rem !important;
  }
  .s\:u-left-85 {
    left: 8.5rem !important;
  }
  .s\:u-left-90 {
    left: 9rem !important;
  }
  .s\:u-left-95 {
    left: 9.5rem !important;
  }
  .s\:u-left-100 {
    left: 10rem !important;
  }
  .s\:u-right-0 {
    right: 0rem !important;
  }
  .s\:u-right-5 {
    right: 0.5rem !important;
  }
  .s\:u-right-10 {
    right: 1rem !important;
  }
  .s\:u-right-15 {
    right: 1.5rem !important;
  }
  .s\:u-right-20 {
    right: 2rem !important;
  }
  .s\:u-right-25 {
    right: 2.5rem !important;
  }
  .s\:u-right-30 {
    right: 3rem !important;
  }
  .s\:u-right-35 {
    right: 3.5rem !important;
  }
  .s\:u-right-40 {
    right: 4rem !important;
  }
  .s\:u-right-45 {
    right: 4.5rem !important;
  }
  .s\:u-right-50 {
    right: 5rem !important;
  }
  .s\:u-right-55 {
    right: 5.5rem !important;
  }
  .s\:u-right-60 {
    right: 6rem !important;
  }
  .s\:u-right-65 {
    right: 6.5rem !important;
  }
  .s\:u-right-70 {
    right: 7rem !important;
  }
  .s\:u-right-75 {
    right: 7.5rem !important;
  }
  .s\:u-right-80 {
    right: 8rem !important;
  }
  .s\:u-right-85 {
    right: 8.5rem !important;
  }
  .s\:u-right-90 {
    right: 9rem !important;
  }
  .s\:u-right-95 {
    right: 9.5rem !important;
  }
  .s\:u-right-100 {
    right: 10rem !important;
  }
}
.u-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .s\:u-block {
    display: block;
  }
}
.u-nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .s\:u-wrap {
    white-space: unset !important;
  }
}
.u-t-0 {
  top: 0rem !important;
}

.u-t-5 {
  top: 0.5rem !important;
}

.u-t-10 {
  top: 1rem !important;
}

.u-t-15 {
  top: 1.5rem !important;
}

.u-t-20 {
  top: 2rem !important;
}

.u-t-25 {
  top: 2.5rem !important;
}

.u-t-30 {
  top: 3rem !important;
}

.u-b-0 {
  bottom: 0rem !important;
}

.u-b-5 {
  bottom: 0.5rem !important;
}

.u-b-10 {
  bottom: 1rem !important;
}

.u-b-15 {
  bottom: 1.5rem !important;
}

.u-b-20 {
  bottom: 2rem !important;
}

.u-b-25 {
  bottom: 2.5rem !important;
}

.u-b-30 {
  bottom: 3rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-t-0 {
    top: 0rem !important;
  }
  .s\:u-t-5 {
    top: 0.5rem !important;
  }
  .s\:u-t-10 {
    top: 1rem !important;
  }
  .s\:u-t-15 {
    top: 1.5rem !important;
  }
  .s\:u-t-20 {
    top: 2rem !important;
  }
  .s\:u-b-0 {
    bottom: 0rem !important;
  }
  .s\:u-b-5 {
    bottom: 0.5rem !important;
  }
  .s\:u-b-10 {
    bottom: 1rem !important;
  }
  .s\:u-b-15 {
    bottom: 1.5rem !important;
  }
  .s\:u-b-20 {
    bottom: 2rem !important;
  }
  .s\:u-b-25 {
    bottom: 2.5rem !important;
  }
  .s\:u-b-30 {
    bottom: 3rem !important;
  }
  .s\:u-b-35 {
    bottom: 3.5rem !important;
  }
  .s\:u-b-40 {
    bottom: 4rem !important;
  }
  .s\:u-b-45 {
    bottom: 4.5rem !important;
  }
  .s\:u-b-50 {
    bottom: 5rem !important;
  }
  .s\:u-b-55 {
    bottom: 5.5rem !important;
  }
  .s\:u-b-60 {
    bottom: 6rem !important;
  }
  .s\:u-b-65 {
    bottom: 6.5rem !important;
  }
  .s\:u-b-70 {
    bottom: 7rem !important;
  }
  .s\:u-b-75 {
    bottom: 7.5rem !important;
  }
  .s\:u-b-80 {
    bottom: 8rem !important;
  }
}
.u-p-0 {
  padding: 0rem !important;
}

.u-p-5 {
  padding: 0.5rem !important;
}

.u-p-10 {
  padding: 1rem !important;
}

.u-p-15 {
  padding: 1.5rem !important;
}

.u-p-20 {
  padding: 2rem !important;
}

.u-p-25 {
  padding: 2.5rem !important;
}

.u-p-30 {
  padding: 3rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

.u-pb-155 {
  padding-bottom: 15.5rem !important;
}

.u-pb-160 {
  padding-bottom: 16rem !important;
}

.u-pb-165 {
  padding-bottom: 16.5rem !important;
}

.u-pb-170 {
  padding-bottom: 17rem !important;
}

.u-pb-175 {
  padding-bottom: 17.5rem !important;
}

.u-pb-180 {
  padding-bottom: 18rem !important;
}

.u-pb-185 {
  padding-bottom: 18.5rem !important;
}

.u-pb-190 {
  padding-bottom: 19rem !important;
}

.u-pb-195 {
  padding-bottom: 19.5rem !important;
}

.u-pb-200 {
  padding-bottom: 20rem !important;
}

.u-pb-205 {
  padding-bottom: 20.5rem !important;
}

.u-pb-210 {
  padding-bottom: 21rem !important;
}

.u-pb-215 {
  padding-bottom: 21.5rem !important;
}

.u-pb-220 {
  padding-bottom: 22rem !important;
}

.u-pb-225 {
  padding-bottom: 22.5rem !important;
}

.u-pb-230 {
  padding-bottom: 23rem !important;
}

.u-pb-235 {
  padding-bottom: 23.5rem !important;
}

.u-pb-240 {
  padding-bottom: 24rem !important;
}

.u-pb-245 {
  padding-bottom: 24.5rem !important;
}

.u-pb-250 {
  padding-bottom: 25rem !important;
}

.u-pb-255 {
  padding-bottom: 25.5rem !important;
}

.u-pb-260 {
  padding-bottom: 26rem !important;
}

.u-pb-265 {
  padding-bottom: 26.5rem !important;
}

.u-pb-270 {
  padding-bottom: 27rem !important;
}

.u-pb-275 {
  padding-bottom: 27.5rem !important;
}

.u-pb-280 {
  padding-bottom: 28rem !important;
}

.u-pb-285 {
  padding-bottom: 28.5rem !important;
}

.u-pb-290 {
  padding-bottom: 29rem !important;
}

.u-pb-295 {
  padding-bottom: 29.5rem !important;
}

.u-pb-300 {
  padding-bottom: 30rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

.u-pt-155 {
  padding-top: 15.5rem !important;
}

.u-pt-160 {
  padding-top: 16rem !important;
}

.u-pt-165 {
  padding-top: 16.5rem !important;
}

.u-pt-170 {
  padding-top: 17rem !important;
}

.u-pt-175 {
  padding-top: 17.5rem !important;
}

.u-pt-180 {
  padding-top: 18rem !important;
}

.u-pt-185 {
  padding-top: 18.5rem !important;
}

.u-pt-190 {
  padding-top: 19rem !important;
}

.u-pt-195 {
  padding-top: 19.5rem !important;
}

.u-pt-200 {
  padding-top: 20rem !important;
}

.u-pt-205 {
  padding-top: 20.5rem !important;
}

.u-pt-210 {
  padding-top: 21rem !important;
}

.u-pt-215 {
  padding-top: 21.5rem !important;
}

.u-pt-220 {
  padding-top: 22rem !important;
}

.u-pt-225 {
  padding-top: 22.5rem !important;
}

.u-pt-230 {
  padding-top: 23rem !important;
}

.u-pt-235 {
  padding-top: 23.5rem !important;
}

.u-pt-240 {
  padding-top: 24rem !important;
}

.u-pt-245 {
  padding-top: 24.5rem !important;
}

.u-pt-250 {
  padding-top: 25rem !important;
}

.u-pt-255 {
  padding-top: 25.5rem !important;
}

.u-pt-260 {
  padding-top: 26rem !important;
}

.u-pl-0 {
  padding-left: 0rem !important;
}

.u-pl-5 {
  padding-left: 0.5rem !important;
}

.u-pl-10 {
  padding-left: 1rem !important;
}

.u-pl-15 {
  padding-left: 1.5rem !important;
}

.u-pl-20 {
  padding-left: 2rem !important;
}

.u-pl-25 {
  padding-left: 2.5rem !important;
}

.u-pl-30 {
  padding-left: 3rem !important;
}

.u-pl-35 {
  padding-left: 3.5rem !important;
}

.u-pl-40 {
  padding-left: 4rem !important;
}

.u-pl-45 {
  padding-left: 4.5rem !important;
}

.u-pl-50 {
  padding-left: 5rem !important;
}

.u-pl-55 {
  padding-left: 5.5rem !important;
}

.u-pl-60 {
  padding-left: 6rem !important;
}

.u-pl-65 {
  padding-left: 6.5rem !important;
}

.u-pl-70 {
  padding-left: 7rem !important;
}

.u-pl-75 {
  padding-left: 7.5rem !important;
}

.u-pl-80 {
  padding-left: 8rem !important;
}

.u-pl-85 {
  padding-left: 8.5rem !important;
}

.u-pl-90 {
  padding-left: 9rem !important;
}

.u-pl-95 {
  padding-left: 9.5rem !important;
}

.u-pl-100 {
  padding-left: 10rem !important;
}

.u-pl-105 {
  padding-left: 10.5rem !important;
}

.u-pl-110 {
  padding-left: 11rem !important;
}

.u-pl-115 {
  padding-left: 11.5rem !important;
}

.u-pl-120 {
  padding-left: 12rem !important;
}

.u-pl-125 {
  padding-left: 12.5rem !important;
}

.u-pl-130 {
  padding-left: 13rem !important;
}

.u-pl-135 {
  padding-left: 13.5rem !important;
}

.u-pl-140 {
  padding-left: 14rem !important;
}

.u-pl-145 {
  padding-left: 14.5rem !important;
}

.u-pl-150 {
  padding-left: 15rem !important;
}

.u-pl-155 {
  padding-left: 15.5rem !important;
}

.u-pr-0 {
  padding-right: 0rem !important;
}

.u-pr-5 {
  padding-right: 0.5rem !important;
}

.u-pr-10 {
  padding-right: 1rem !important;
}

.u-pr-15 {
  padding-right: 1.5rem !important;
}

.u-pr-20 {
  padding-right: 2rem !important;
}

.u-pr-25 {
  padding-right: 2.5rem !important;
}

.u-pr-30 {
  padding-right: 3rem !important;
}

.u-pr-35 {
  padding-right: 3.5rem !important;
}

.u-pr-40 {
  padding-right: 4rem !important;
}

.u-pr-45 {
  padding-right: 4.5rem !important;
}

.u-pr-50 {
  padding-right: 5rem !important;
}

.u-pr-55 {
  padding-right: 5.5rem !important;
}

.u-pr-60 {
  padding-right: 6rem !important;
}

.u-pr-65 {
  padding-right: 6.5rem !important;
}

.u-pr-70 {
  padding-right: 7rem !important;
}

.u-pr-75 {
  padding-right: 7.5rem !important;
}

.u-pr-80 {
  padding-right: 8rem !important;
}

.u-pr-85 {
  padding-right: 8.5rem !important;
}

.u-pr-90 {
  padding-right: 9rem !important;
}

.u-pr-95 {
  padding-right: 9.5rem !important;
}

.u-pr-100 {
  padding-right: 10rem !important;
}

.u-pr-105 {
  padding-right: 10.5rem !important;
}

.u-pr-110 {
  padding-right: 11rem !important;
}

.u-pr-115 {
  padding-right: 11.5rem !important;
}

.u-pr-120 {
  padding-right: 12rem !important;
}

.u-pr-125 {
  padding-right: 12.5rem !important;
}

.u-pr-130 {
  padding-right: 13rem !important;
}

.u-pr-135 {
  padding-right: 13.5rem !important;
}

.u-pr-140 {
  padding-right: 14rem !important;
}

.u-pr-145 {
  padding-right: 14.5rem !important;
}

.u-pr-150 {
  padding-right: 15rem !important;
}

.u-pr-155 {
  padding-right: 15.5rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-pb-0 {
    padding-bottom: 0rem !important;
  }
  .s\:u-pb-5 {
    padding-bottom: 0.5rem !important;
  }
  .s\:u-pb-10 {
    padding-bottom: 1rem !important;
  }
  .s\:u-pb-15 {
    padding-bottom: 1.5rem !important;
  }
  .s\:u-pb-20 {
    padding-bottom: 2rem !important;
  }
  .s\:u-pb-25 {
    padding-bottom: 2.5rem !important;
  }
  .s\:u-pb-30 {
    padding-bottom: 3rem !important;
  }
  .s\:u-pb-35 {
    padding-bottom: 3.5rem !important;
  }
  .s\:u-pb-40 {
    padding-bottom: 4rem !important;
  }
  .s\:u-pb-45 {
    padding-bottom: 4.5rem !important;
  }
  .s\:u-pb-50 {
    padding-bottom: 5rem !important;
  }
  .s\:u-pb-55 {
    padding-bottom: 5.5rem !important;
  }
  .s\:u-pb-60 {
    padding-bottom: 6rem !important;
  }
  .s\:u-pb-65 {
    padding-bottom: 6.5rem !important;
  }
  .s\:u-pb-70 {
    padding-bottom: 7rem !important;
  }
  .s\:u-pb-75 {
    padding-bottom: 7.5rem !important;
  }
  .s\:u-pb-80 {
    padding-bottom: 8rem !important;
  }
  .s\:u-pb-85 {
    padding-bottom: 8.5rem !important;
  }
  .s\:u-pb-90 {
    padding-bottom: 9rem !important;
  }
  .s\:u-pb-95 {
    padding-bottom: 9.5rem !important;
  }
  .s\:u-pb-100 {
    padding-bottom: 10rem !important;
  }
  .s\:u-pt-0 {
    padding-top: 0rem !important;
  }
  .s\:u-pt-5 {
    padding-top: 0.5rem !important;
  }
  .s\:u-pt-10 {
    padding-top: 1rem !important;
  }
  .s\:u-pt-15 {
    padding-top: 1.5rem !important;
  }
  .s\:u-pt-20 {
    padding-top: 2rem !important;
  }
  .s\:u-pt-25 {
    padding-top: 2.5rem !important;
  }
  .s\:u-pt-30 {
    padding-top: 3rem !important;
  }
  .s\:u-pt-35 {
    padding-top: 3.5rem !important;
  }
  .s\:u-pt-40 {
    padding-top: 4rem !important;
  }
  .s\:u-pt-45 {
    padding-top: 4.5rem !important;
  }
  .s\:u-pt-50 {
    padding-top: 5rem !important;
  }
  .s\:u-pt-55 {
    padding-top: 5.5rem !important;
  }
  .s\:u-pt-60 {
    padding-top: 6rem !important;
  }
  .s\:u-pt-65 {
    padding-top: 6.5rem !important;
  }
  .s\:u-pt-70 {
    padding-top: 7rem !important;
  }
  .s\:u-pt-75 {
    padding-top: 7.5rem !important;
  }
  .s\:u-pt-80 {
    padding-top: 8rem !important;
  }
  .s\:u-pt-85 {
    padding-top: 8.5rem !important;
  }
  .s\:u-pt-90 {
    padding-top: 9rem !important;
  }
  .s\:u-pt-95 {
    padding-top: 9.5rem !important;
  }
  .s\:u-pt-100 {
    padding-top: 10rem !important;
  }
  .s\:u-pl-0 {
    padding-left: 0rem !important;
  }
  .s\:u-pl-5 {
    padding-left: 0.5rem !important;
  }
  .s\:u-pl-10 {
    padding-left: 1rem !important;
  }
  .s\:u-pl-15 {
    padding-left: 1.5rem !important;
  }
  .s\:u-pl-20 {
    padding-left: 2rem !important;
  }
  .s\:u-pl-25 {
    padding-left: 2.5rem !important;
  }
  .s\:u-pl-30 {
    padding-left: 3rem !important;
  }
  .s\:u-pl-35 {
    padding-left: 3.5rem !important;
  }
  .s\:u-pl-40 {
    padding-left: 4rem !important;
  }
  .s\:u-pl-45 {
    padding-left: 4.5rem !important;
  }
  .s\:u-pl-50 {
    padding-left: 5rem !important;
  }
  .s\:u-pl-55 {
    padding-left: 5.5rem !important;
  }
  .s\:u-pl-60 {
    padding-left: 6rem !important;
  }
  .s\:u-pl-65 {
    padding-left: 6.5rem !important;
  }
  .s\:u-pl-70 {
    padding-left: 7rem !important;
  }
  .s\:u-pl-75 {
    padding-left: 7.5rem !important;
  }
  .s\:u-pl-80 {
    padding-left: 8rem !important;
  }
  .s\:u-pl-85 {
    padding-left: 8.5rem !important;
  }
  .s\:u-pl-90 {
    padding-left: 9rem !important;
  }
  .s\:u-pl-95 {
    padding-left: 9.5rem !important;
  }
  .s\:u-pl-100 {
    padding-left: 10rem !important;
  }
  .s\:u-pr-0 {
    padding-right: 0rem !important;
  }
  .s\:u-pr-5 {
    padding-right: 0.5rem !important;
  }
  .s\:u-pr-10 {
    padding-right: 1rem !important;
  }
  .s\:u-pr-15 {
    padding-right: 1.5rem !important;
  }
  .s\:u-pr-20 {
    padding-right: 2rem !important;
  }
  .s\:u-pr-25 {
    padding-right: 2.5rem !important;
  }
  .s\:u-pr-30 {
    padding-right: 3rem !important;
  }
  .s\:u-pr-35 {
    padding-right: 3.5rem !important;
  }
  .s\:u-pr-40 {
    padding-right: 4rem !important;
  }
  .s\:u-pr-45 {
    padding-right: 4.5rem !important;
  }
  .s\:u-pr-50 {
    padding-right: 5rem !important;
  }
  .s\:u-pr-55 {
    padding-right: 5.5rem !important;
  }
  .s\:u-pr-60 {
    padding-right: 6rem !important;
  }
  .s\:u-pr-65 {
    padding-right: 6.5rem !important;
  }
  .s\:u-pr-70 {
    padding-right: 7rem !important;
  }
  .s\:u-pr-75 {
    padding-right: 7.5rem !important;
  }
  .s\:u-pr-80 {
    padding-right: 8rem !important;
  }
  .s\:u-pr-85 {
    padding-right: 8.5rem !important;
  }
  .s\:u-pr-90 {
    padding-right: 9rem !important;
  }
  .s\:u-pr-95 {
    padding-right: 9.5rem !important;
  }
  .s\:u-pr-100 {
    padding-right: 10rem !important;
  }
}
.u-m-auto {
  margin: 0 auto;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

.u-mb-155 {
  margin-bottom: 15.5rem !important;
}

.u-mb-160 {
  margin-bottom: 16rem !important;
}

.u-mb-165 {
  margin-bottom: 16.5rem !important;
}

.u-mb-170 {
  margin-bottom: 17rem !important;
}

.u-mb-175 {
  margin-bottom: 17.5rem !important;
}

.u-mb-180 {
  margin-bottom: 18rem !important;
}

.u-mb-185 {
  margin-bottom: 18.5rem !important;
}

.u-mb-190 {
  margin-bottom: 19rem !important;
}

.u-mb-195 {
  margin-bottom: 19.5rem !important;
}

.u-mb-200 {
  margin-bottom: 20rem !important;
}

.u-mb-205 {
  margin-bottom: 20.5rem !important;
}

.u-mb-210 {
  margin-bottom: 21rem !important;
}

.u-mb-215 {
  margin-bottom: 21.5rem !important;
}

.u-mb-220 {
  margin-bottom: 22rem !important;
}

.u-mb-225 {
  margin-bottom: 22.5rem !important;
}

.u-mb-230 {
  margin-bottom: 23rem !important;
}

.u-mb-235 {
  margin-bottom: 23.5rem !important;
}

.u-mb-240 {
  margin-bottom: 24rem !important;
}

.u-mb-245 {
  margin-bottom: 24.5rem !important;
}

.u-mb-250 {
  margin-bottom: 25rem !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-ml-0 {
  margin-left: 0rem !important;
}

.u-ml-5 {
  margin-left: 0.5rem !important;
}

.u-ml-10 {
  margin-left: 1rem !important;
}

.u-ml-15 {
  margin-left: 1.5rem !important;
}

.u-ml-20 {
  margin-left: 2rem !important;
}

.u-ml-25 {
  margin-left: 2.5rem !important;
}

.u-ml-30 {
  margin-left: 3rem !important;
}

.u-ml-35 {
  margin-left: 3.5rem !important;
}

.u-ml-40 {
  margin-left: 4rem !important;
}

.u-ml-45 {
  margin-left: 4.5rem !important;
}

.u-ml-50 {
  margin-left: 5rem !important;
}

.u-ml-55 {
  margin-left: 5.5rem !important;
}

.u-ml-60 {
  margin-left: 6rem !important;
}

.u-ml-65 {
  margin-left: 6.5rem !important;
}

.u-ml-70 {
  margin-left: 7rem !important;
}

.u-ml-75 {
  margin-left: 7.5rem !important;
}

.u-ml-80 {
  margin-left: 8rem !important;
}

.u-ml-85 {
  margin-left: 8.5rem !important;
}

.u-ml-90 {
  margin-left: 9rem !important;
}

.u-ml-95 {
  margin-left: 9.5rem !important;
}

.u-ml-100 {
  margin-left: 10rem !important;
}

.u-ml-105 {
  margin-left: 10.5rem !important;
}

.u-ml-110 {
  margin-left: 11rem !important;
}

.u-ml-115 {
  margin-left: 11.5rem !important;
}

.u-ml-120 {
  margin-left: 12rem !important;
}

.u-ml-125 {
  margin-left: 12.5rem !important;
}

.u-ml-130 {
  margin-left: 13rem !important;
}

.u-ml-135 {
  margin-left: 13.5rem !important;
}

.u-ml-140 {
  margin-left: 14rem !important;
}

.u-mr-0 {
  margin-right: 0rem !important;
}

.u-mr-5 {
  margin-right: 0.5rem !important;
}

.u-mr-10 {
  margin-right: 1rem !important;
}

.u-mr-15 {
  margin-right: 1.5rem !important;
}

.u-mr-20 {
  margin-right: 2rem !important;
}

.u-mr-25 {
  margin-right: 2.5rem !important;
}

.u-mr-30 {
  margin-right: 3rem !important;
}

.u-mr-35 {
  margin-right: 3.5rem !important;
}

.u-mr-40 {
  margin-right: 4rem !important;
}

.u-mr-45 {
  margin-right: 4.5rem !important;
}

.u-mr-50 {
  margin-right: 5rem !important;
}

.u-mr-55 {
  margin-right: 5.5rem !important;
}

.u-mr-60 {
  margin-right: 6rem !important;
}

.u-mr-65 {
  margin-right: 6.5rem !important;
}

.u-mr-70 {
  margin-right: 7rem !important;
}

.u-mr-75 {
  margin-right: 7.5rem !important;
}

.u-mr-80 {
  margin-right: 8rem !important;
}

.u-mr-85 {
  margin-right: 8.5rem !important;
}

.u-mr-90 {
  margin-right: 9rem !important;
}

.u-mr-95 {
  margin-right: 9.5rem !important;
}

.u-mr-100 {
  margin-right: 10rem !important;
}

.u-mr-105 {
  margin-right: 10.5rem !important;
}

.u-mr-110 {
  margin-right: 11rem !important;
}

.u-mr-115 {
  margin-right: 11.5rem !important;
}

.u-mr-120 {
  margin-right: 12rem !important;
}

.u-mr-125 {
  margin-right: 12.5rem !important;
}

.u-mr-130 {
  margin-right: 13rem !important;
}

.u-mr-135 {
  margin-right: 13.5rem !important;
}

.u-mr-140 {
  margin-right: 14rem !important;
}

.u-mb-m-100 {
  margin-bottom: -10rem !important;
}

.u-mb-m-95 {
  margin-bottom: -9.5rem !important;
}

.u-mb-m-90 {
  margin-bottom: -9rem !important;
}

.u-mb-m-85 {
  margin-bottom: -8.5rem !important;
}

.u-mb-m-80 {
  margin-bottom: -8rem !important;
}

.u-mb-m-75 {
  margin-bottom: -7.5rem !important;
}

.u-mb-m-70 {
  margin-bottom: -7rem !important;
}

.u-mb-m-65 {
  margin-bottom: -6.5rem !important;
}

.u-mb-m-60 {
  margin-bottom: -6rem !important;
}

.u-mb-m-55 {
  margin-bottom: -5.5rem !important;
}

.u-mb-m-50 {
  margin-bottom: -5rem !important;
}

.u-mb-m-45 {
  margin-bottom: -4.5rem !important;
}

.u-mb-m-40 {
  margin-bottom: -4rem !important;
}

.u-mb-m-35 {
  margin-bottom: -3.5rem !important;
}

.u-mb-m-30 {
  margin-bottom: -3rem !important;
}

.u-mb-m-25 {
  margin-bottom: -2.5rem !important;
}

.u-mb-m-20 {
  margin-bottom: -2rem !important;
}

.u-mb-m-15 {
  margin-bottom: -1.5rem !important;
}

.u-mb-m-10 {
  margin-bottom: -1rem !important;
}

.u-mb-m-5 {
  margin-bottom: -0.5rem !important;
}

.u-mb-m-0 {
  margin-bottom: 0rem !important;
}

.u-mt-m-100 {
  margin-top: -10rem !important;
}

.u-mt-m-95 {
  margin-top: -9.5rem !important;
}

.u-mt-m-90 {
  margin-top: -9rem !important;
}

.u-mt-m-85 {
  margin-top: -8.5rem !important;
}

.u-mt-m-80 {
  margin-top: -8rem !important;
}

.u-mt-m-75 {
  margin-top: -7.5rem !important;
}

.u-mt-m-70 {
  margin-top: -7rem !important;
}

.u-mt-m-65 {
  margin-top: -6.5rem !important;
}

.u-mt-m-60 {
  margin-top: -6rem !important;
}

.u-mt-m-55 {
  margin-top: -5.5rem !important;
}

.u-mt-m-50 {
  margin-top: -5rem !important;
}

.u-mt-m-45 {
  margin-top: -4.5rem !important;
}

.u-mt-m-40 {
  margin-top: -4rem !important;
}

.u-mt-m-35 {
  margin-top: -3.5rem !important;
}

.u-mt-m-30 {
  margin-top: -3rem !important;
}

.u-mt-m-25 {
  margin-top: -2.5rem !important;
}

.u-mt-m-20 {
  margin-top: -2rem !important;
}

.u-mt-m-15 {
  margin-top: -1.5rem !important;
}

.u-mt-m-10 {
  margin-top: -1rem !important;
}

.u-mt-m-5 {
  margin-top: -0.5rem !important;
}

.u-mt-m-0 {
  margin-top: 0rem !important;
}

.u-ml-m-100 {
  margin-left: -10rem !important;
}

.u-ml-m-95 {
  margin-left: -9.5rem !important;
}

.u-ml-m-90 {
  margin-left: -9rem !important;
}

.u-ml-m-85 {
  margin-left: -8.5rem !important;
}

.u-ml-m-80 {
  margin-left: -8rem !important;
}

.u-ml-m-75 {
  margin-left: -7.5rem !important;
}

.u-ml-m-70 {
  margin-left: -7rem !important;
}

.u-ml-m-65 {
  margin-left: -6.5rem !important;
}

.u-ml-m-60 {
  margin-left: -6rem !important;
}

.u-ml-m-55 {
  margin-left: -5.5rem !important;
}

.u-ml-m-50 {
  margin-left: -5rem !important;
}

.u-ml-m-45 {
  margin-left: -4.5rem !important;
}

.u-ml-m-40 {
  margin-left: -4rem !important;
}

.u-ml-m-35 {
  margin-left: -3.5rem !important;
}

.u-ml-m-30 {
  margin-left: -3rem !important;
}

.u-ml-m-25 {
  margin-left: -2.5rem !important;
}

.u-ml-m-20 {
  margin-left: -2rem !important;
}

.u-ml-m-15 {
  margin-left: -1.5rem !important;
}

.u-ml-m-10 {
  margin-left: -1rem !important;
}

.u-ml-m-5 {
  margin-left: -0.5rem !important;
}

.u-ml-m-0 {
  margin-left: 0rem !important;
}

.u-mr-m-50 {
  margin-right: -5rem !important;
}

.u-mr-m-45 {
  margin-right: -4.5rem !important;
}

.u-mr-m-40 {
  margin-right: -4rem !important;
}

.u-mr-m-35 {
  margin-right: -3.5rem !important;
}

.u-mr-m-30 {
  margin-right: -3rem !important;
}

.u-mr-m-25 {
  margin-right: -2.5rem !important;
}

.u-mr-m-20 {
  margin-right: -2rem !important;
}

.u-mr-m-15 {
  margin-right: -1.5rem !important;
}

.u-mr-m-10 {
  margin-right: -1rem !important;
}

.u-mr-m-5 {
  margin-right: -0.5rem !important;
}

.u-mr-m-0 {
  margin-right: 0rem !important;
}

@media screen and (max-width: 767px) {
  .s\:u-m-auto {
    margin: 0 auto;
  }
  .s\:u-mb-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mb-5 {
    margin-bottom: 0.5rem !important;
  }
  .s\:u-mb-10 {
    margin-bottom: 1rem !important;
  }
  .s\:u-mb-15 {
    margin-bottom: 1.5rem !important;
  }
  .s\:u-mb-20 {
    margin-bottom: 2rem !important;
  }
  .s\:u-mb-25 {
    margin-bottom: 2.5rem !important;
  }
  .s\:u-mb-30 {
    margin-bottom: 3rem !important;
  }
  .s\:u-mb-35 {
    margin-bottom: 3.5rem !important;
  }
  .s\:u-mb-40 {
    margin-bottom: 4rem !important;
  }
  .s\:u-mb-45 {
    margin-bottom: 4.5rem !important;
  }
  .s\:u-mb-50 {
    margin-bottom: 5rem !important;
  }
  .s\:u-mb-55 {
    margin-bottom: 5.5rem !important;
  }
  .s\:u-mb-60 {
    margin-bottom: 6rem !important;
  }
  .s\:u-mb-65 {
    margin-bottom: 6.5rem !important;
  }
  .s\:u-mb-70 {
    margin-bottom: 7rem !important;
  }
  .s\:u-mb-75 {
    margin-bottom: 7.5rem !important;
  }
  .s\:u-mb-80 {
    margin-bottom: 8rem !important;
  }
  .s\:u-mb-85 {
    margin-bottom: 8.5rem !important;
  }
  .s\:u-mb-90 {
    margin-bottom: 9rem !important;
  }
  .s\:u-mb-95 {
    margin-bottom: 9.5rem !important;
  }
  .s\:u-mb-100 {
    margin-bottom: 10rem !important;
  }
  .s\:u-mb-105 {
    margin-bottom: 10.5rem !important;
  }
  .s\:u-mb-110 {
    margin-bottom: 11rem !important;
  }
  .s\:u-mb-115 {
    margin-bottom: 11.5rem !important;
  }
  .s\:u-mb-120 {
    margin-bottom: 12rem !important;
  }
  .s\:u-mb-125 {
    margin-bottom: 12.5rem !important;
  }
  .s\:u-mb-130 {
    margin-bottom: 13rem !important;
  }
  .s\:u-mb-135 {
    margin-bottom: 13.5rem !important;
  }
  .s\:u-mb-140 {
    margin-bottom: 14rem !important;
  }
  .s\:u-mb-145 {
    margin-bottom: 14.5rem !important;
  }
  .s\:u-mb-150 {
    margin-bottom: 15rem !important;
  }
  .s\:u-mt-0 {
    margin-top: 0rem !important;
  }
  .s\:u-mt-5 {
    margin-top: 0.5rem !important;
  }
  .s\:u-mt-10 {
    margin-top: 1rem !important;
  }
  .s\:u-mt-15 {
    margin-top: 1.5rem !important;
  }
  .s\:u-mt-20 {
    margin-top: 2rem !important;
  }
  .s\:u-mt-25 {
    margin-top: 2.5rem !important;
  }
  .s\:u-mt-30 {
    margin-top: 3rem !important;
  }
  .s\:u-mt-35 {
    margin-top: 3.5rem !important;
  }
  .s\:u-mt-40 {
    margin-top: 4rem !important;
  }
  .s\:u-mt-45 {
    margin-top: 4.5rem !important;
  }
  .s\:u-mt-50 {
    margin-top: 5rem !important;
  }
  .s\:u-mt-55 {
    margin-top: 5.5rem !important;
  }
  .s\:u-mt-60 {
    margin-top: 6rem !important;
  }
  .s\:u-mt-65 {
    margin-top: 6.5rem !important;
  }
  .s\:u-mt-70 {
    margin-top: 7rem !important;
  }
  .s\:u-mt-75 {
    margin-top: 7.5rem !important;
  }
  .s\:u-mt-80 {
    margin-top: 8rem !important;
  }
  .s\:u-mt-85 {
    margin-top: 8.5rem !important;
  }
  .s\:u-mt-90 {
    margin-top: 9rem !important;
  }
  .s\:u-mt-95 {
    margin-top: 9.5rem !important;
  }
  .s\:u-mt-100 {
    margin-top: 10rem !important;
  }
  .s\:u-ml-0 {
    margin-left: 0rem !important;
  }
  .s\:u-ml-5 {
    margin-left: 0.5rem !important;
  }
  .s\:u-ml-10 {
    margin-left: 1rem !important;
  }
  .s\:u-ml-15 {
    margin-left: 1.5rem !important;
  }
  .s\:u-ml-20 {
    margin-left: 2rem !important;
  }
  .s\:u-ml-25 {
    margin-left: 2.5rem !important;
  }
  .s\:u-ml-30 {
    margin-left: 3rem !important;
  }
  .s\:u-ml-35 {
    margin-left: 3.5rem !important;
  }
  .s\:u-ml-40 {
    margin-left: 4rem !important;
  }
  .s\:u-ml-45 {
    margin-left: 4.5rem !important;
  }
  .s\:u-ml-50 {
    margin-left: 5rem !important;
  }
  .s\:u-ml-55 {
    margin-left: 5.5rem !important;
  }
  .s\:u-ml-60 {
    margin-left: 6rem !important;
  }
  .s\:u-ml-65 {
    margin-left: 6.5rem !important;
  }
  .s\:u-ml-70 {
    margin-left: 7rem !important;
  }
  .s\:u-ml-75 {
    margin-left: 7.5rem !important;
  }
  .s\:u-ml-80 {
    margin-left: 8rem !important;
  }
  .s\:u-mr-0 {
    margin-right: 0rem !important;
  }
  .s\:u-mr-5 {
    margin-right: 0.5rem !important;
  }
  .s\:u-mr-10 {
    margin-right: 1rem !important;
  }
  .s\:u-mr-15 {
    margin-right: 1.5rem !important;
  }
  .s\:u-mr-20 {
    margin-right: 2rem !important;
  }
  .s\:u-mr-25 {
    margin-right: 2.5rem !important;
  }
  .s\:u-mr-30 {
    margin-right: 3rem !important;
  }
  .s\:u-mr-35 {
    margin-right: 3.5rem !important;
  }
  .s\:u-mr-40 {
    margin-right: 4rem !important;
  }
  .s\:u-mr-45 {
    margin-right: 4.5rem !important;
  }
  .s\:u-mr-50 {
    margin-right: 5rem !important;
  }
  .s\:u-mr-55 {
    margin-right: 5.5rem !important;
  }
  .s\:u-mr-60 {
    margin-right: 6rem !important;
  }
  .s\:u-mr-65 {
    margin-right: 6.5rem !important;
  }
  .s\:u-mr-70 {
    margin-right: 7rem !important;
  }
  .s\:u-mr-75 {
    margin-right: 7.5rem !important;
  }
  .s\:u-mr-80 {
    margin-right: 8rem !important;
  }
  .s\:u-mb-m-100 {
    margin-bottom: -10rem !important;
  }
  .s\:u-mb-m-95 {
    margin-bottom: -9.5rem !important;
  }
  .s\:u-mb-m-90 {
    margin-bottom: -9rem !important;
  }
  .s\:u-mb-m-85 {
    margin-bottom: -8.5rem !important;
  }
  .s\:u-mb-m-80 {
    margin-bottom: -8rem !important;
  }
  .s\:u-mb-m-75 {
    margin-bottom: -7.5rem !important;
  }
  .s\:u-mb-m-70 {
    margin-bottom: -7rem !important;
  }
  .s\:u-mb-m-65 {
    margin-bottom: -6.5rem !important;
  }
  .s\:u-mb-m-60 {
    margin-bottom: -6rem !important;
  }
  .s\:u-mb-m-55 {
    margin-bottom: -5.5rem !important;
  }
  .s\:u-mb-m-50 {
    margin-bottom: -5rem !important;
  }
  .s\:u-mb-m-45 {
    margin-bottom: -4.5rem !important;
  }
  .s\:u-mb-m-40 {
    margin-bottom: -4rem !important;
  }
  .s\:u-mb-m-35 {
    margin-bottom: -3.5rem !important;
  }
  .s\:u-mb-m-30 {
    margin-bottom: -3rem !important;
  }
  .s\:u-mb-m-25 {
    margin-bottom: -2.5rem !important;
  }
  .s\:u-mb-m-20 {
    margin-bottom: -2rem !important;
  }
  .s\:u-mb-m-15 {
    margin-bottom: -1.5rem !important;
  }
  .s\:u-mb-m-10 {
    margin-bottom: -1rem !important;
  }
  .s\:u-mb-m-5 {
    margin-bottom: -0.5rem !important;
  }
  .s\:u-mb-m-0 {
    margin-bottom: 0rem !important;
  }
  .s\:u-mt-m-100 {
    margin-top: -10rem !important;
  }
  .s\:u-mt-m-95 {
    margin-top: -9.5rem !important;
  }
  .s\:u-mt-m-90 {
    margin-top: -9rem !important;
  }
  .s\:u-mt-m-85 {
    margin-top: -8.5rem !important;
  }
  .s\:u-mt-m-80 {
    margin-top: -8rem !important;
  }
  .s\:u-mt-m-75 {
    margin-top: -7.5rem !important;
  }
  .s\:u-mt-m-70 {
    margin-top: -7rem !important;
  }
  .s\:u-mt-m-65 {
    margin-top: -6.5rem !important;
  }
  .s\:u-mt-m-60 {
    margin-top: -6rem !important;
  }
  .s\:u-mt-m-55 {
    margin-top: -5.5rem !important;
  }
  .s\:u-mt-m-50 {
    margin-top: -5rem !important;
  }
  .s\:u-mt-m-45 {
    margin-top: -4.5rem !important;
  }
  .s\:u-mt-m-40 {
    margin-top: -4rem !important;
  }
  .s\:u-mt-m-35 {
    margin-top: -3.5rem !important;
  }
  .s\:u-mt-m-30 {
    margin-top: -3rem !important;
  }
  .s\:u-mt-m-25 {
    margin-top: -2.5rem !important;
  }
  .s\:u-mt-m-20 {
    margin-top: -2rem !important;
  }
  .s\:u-mt-m-15 {
    margin-top: -1.5rem !important;
  }
  .s\:u-mt-m-10 {
    margin-top: -1rem !important;
  }
  .s\:u-mt-m-5 {
    margin-top: -0.5rem !important;
  }
  .s\:u-mt-m-0 {
    margin-top: 0rem !important;
  }
  .s\:u-ml-m-100 {
    margin-left: -10rem !important;
  }
  .s\:u-ml-m-95 {
    margin-left: -9.5rem !important;
  }
  .s\:u-ml-m-90 {
    margin-left: -9rem !important;
  }
  .s\:u-ml-m-85 {
    margin-left: -8.5rem !important;
  }
  .s\:u-ml-m-80 {
    margin-left: -8rem !important;
  }
  .s\:u-ml-m-75 {
    margin-left: -7.5rem !important;
  }
  .s\:u-ml-m-70 {
    margin-left: -7rem !important;
  }
  .s\:u-ml-m-65 {
    margin-left: -6.5rem !important;
  }
  .s\:u-ml-m-60 {
    margin-left: -6rem !important;
  }
  .s\:u-ml-m-55 {
    margin-left: -5.5rem !important;
  }
  .s\:u-ml-m-50 {
    margin-left: -5rem !important;
  }
  .s\:u-ml-m-45 {
    margin-left: -4.5rem !important;
  }
  .s\:u-ml-m-40 {
    margin-left: -4rem !important;
  }
  .s\:u-ml-m-35 {
    margin-left: -3.5rem !important;
  }
  .s\:u-ml-m-30 {
    margin-left: -3rem !important;
  }
  .s\:u-ml-m-25 {
    margin-left: -2.5rem !important;
  }
  .s\:u-ml-m-20 {
    margin-left: -2rem !important;
  }
  .s\:u-ml-m-15 {
    margin-left: -1.5rem !important;
  }
  .s\:u-ml-m-10 {
    margin-left: -1rem !important;
  }
  .s\:u-ml-m-5 {
    margin-left: -0.5rem !important;
  }
  .s\:u-ml-m-0 {
    margin-left: 0rem !important;
  }
  .s\:u-mr-m-100 {
    margin-right: -10rem !important;
  }
  .s\:u-mr-m-95 {
    margin-right: -9.5rem !important;
  }
  .s\:u-mr-m-90 {
    margin-right: -9rem !important;
  }
  .s\:u-mr-m-85 {
    margin-right: -8.5rem !important;
  }
  .s\:u-mr-m-80 {
    margin-right: -8rem !important;
  }
  .s\:u-mr-m-75 {
    margin-right: -7.5rem !important;
  }
  .s\:u-mr-m-70 {
    margin-right: -7rem !important;
  }
  .s\:u-mr-m-65 {
    margin-right: -6.5rem !important;
  }
  .s\:u-mr-m-60 {
    margin-right: -6rem !important;
  }
  .s\:u-mr-m-55 {
    margin-right: -5.5rem !important;
  }
  .s\:u-mr-m-50 {
    margin-right: -5rem !important;
  }
  .s\:u-mr-m-45 {
    margin-right: -4.5rem !important;
  }
  .s\:u-mr-m-40 {
    margin-right: -4rem !important;
  }
  .s\:u-mr-m-35 {
    margin-right: -3.5rem !important;
  }
  .s\:u-mr-m-30 {
    margin-right: -3rem !important;
  }
  .s\:u-mr-m-25 {
    margin-right: -2.5rem !important;
  }
  .s\:u-mr-m-20 {
    margin-right: -2rem !important;
  }
  .s\:u-mr-m-15 {
    margin-right: -1.5rem !important;
  }
  .s\:u-mr-m-10 {
    margin-right: -1rem !important;
  }
  .s\:u-mr-m-5 {
    margin-right: -0.5rem !important;
  }
  .s\:u-mr-m-0 {
    margin-right: 0rem !important;
  }
}
.u-w-full-vw {
  width: 100vw;
}
.u-w-full {
  width: 100%;
}
.u-w-half {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-w-full {
    width: 100%;
  }
  .s\:u-w-auto {
    width: auto;
  }
}
.u-h-full {
  height: 100%;
}
.u-h-half {
  height: 50%;
}

@media screen and (max-width: 767px) {
  .s\:u-h-full {
    height: 100%;
  }
  .s\:u-h-auto {
    height: auto;
  }
}
.u-z-9999 {
  z-index: 9999;
}

.u-mix-blend-normal {
  mix-blend-mode: normal;
}
.u-mix-blend-multiply {
  mix-blend-mode: multiply;
}

.u-opacity-0 {
  opacity: 0;
}
.u-opacity-20 {
  opacity: 0.2;
}
.u-opacity-50 {
  opacity: 0.5;
}
.u-opacity-100 {
  opacity: 1;
}

.u-palt {
  font-feature-settings: "palt";
}

.u-hidden-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap; /* 折り返し防止 */
}

.l-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-container {
    min-height: unset;
  }
}

.l-header {
  align-items: center;
  display: flex;
  justify-content: end;
  left: 0;
  height: 7.9rem;
  gap: 3.8rem;
  padding: 1.2rem 4.3rem 0 4.3rem;
  position: fixed;
  top: 0;
  transform: translateY(-7.9rem);
  transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: min(6.6rem, 66px);
    gap: min(1.2rem, 12px);
    padding: 6px 18px 0 0;
    transform: translateY(-66px);
  }
}
.l-header:before {
  background: rgba(0, 0, 0, 0.7);
  content: " ";
  display: block;
  mix-blend-mode: multiply;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  transition: opacity 0.8s ease;
  top: 0;
  width: 100%;
}
.l-header.has-bg::before {
  opacity: 1;
}
.l-header.is-show {
  opacity: 1;
  transform: translateY(0);
}
.l-header.is-first {
  opacity: 1;
  transform: translateY(0);
  transition: unset !important;
}
.l-header a {
  color: var(--white);
  font-size: 1.1rem;
}
.l-header-logo {
  left: 4.5rem;
  position: absolute;
  width: 10.7rem;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    left: min(1.8rem, 18px);
    width: min(9.1rem, 91px);
  }
}
.l-header-logo a {
  display: block;
  line-height: 1;
  height: auto;
  width: 100%;
}
.l-header-navi {
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-header-navi {
    background: url(/sp/filing-note/assets/img/bg_velvet_sp.webp) no-repeat 50% 0/cover;
    height: 100dvh !important;
    position: fixed;
    top: 0 !important;
    width: 100vw;
  }
}
.l-header-navi ul {
  align-items: center;
  display: flex;
  height: 100%;
  gap: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-header-navi ul {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: min(29.4rem, 294px);
  }
}
.l-header-navi ul li {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-header-navi ul li {
    border-bottom: 1px solid #6C644D;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header-navi ul li:last-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header-navi ul li a {
    align-items: center;
    display: flex;
    font-size: min(2rem, 20px);
    font-weight: 500;
    height: 9.4rem;
  }
}
.l-header-btns {
  align-items: center;
  display: flex;
  height: max(28px, 2.8rem);
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-btns {
    height: min(3.8rem, 38px);
  }
}
.l-header-btns li {
  height: 100%;
}
.l-header-btns li a {
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 9999px;
  display: flex;
  font-size: 1.1rem;
  min-width: 10rem;
  height: 100%;
  justify-content: center;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 767px) {
  .l-header-btns li a {
    background: #000;
    font-size: min(1.1rem, 11px);
    line-height: 127.273%;
    min-width: min(7.8rem, 78px);
    text-align: center;
  }
}
.l-header-btns li a.download {
  width: max(195px, 19.5rem);
}
@media screen and (max-width: 767px) {
  .l-header-btns li a.download {
    width: min(11.1rem, 111px);
  }
}
@media screen and (max-width: 767px) {
  .l-header-btns li a.download .c-icon-file {
    max-width: 17px;
  }
}
.l-header-btns li a.buy {
  width: max(100px, 10rem);
}
@media screen and (max-width: 767px) {
  .l-header-btns li a.buy {
    width: min(7.8rem, 78px);
  }
}
@media screen and (max-width: 767px) {
  .l-header-btns li a.buy .c-icon-cart {
    max-width: 14px;
  }
}
.l-header-btns li a [class^=c-icon] {
  background: var(--white);
  margin-left: min(0.8rem, 8px);
  margin-top: min(0.2rem, 2px);
}
.l-header-btns li a:hover {
  background: var(--white);
  color: #000;
  opacity: 1;
}
.l-header-btns li a:hover [class^=c-icon] {
  background: #000;
}

.l-main {
  padding-top: max(64rem, 100dvh);
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 100dvh;
  }
}

.l-footer {
  background: #E0D9C5;
  padding: 5.5rem 0 11.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 4.6rem 0 5rem;
  }
}
.l-footer .u-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .u-flex {
    flex-direction: column;
    justify-content: unset;
  }
}
.l-footer .logo {
  display: block;
  margin-right: 66rem;
  width: 23.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    margin: 0 auto;
    width: 16.7rem;
  }
}
.l-footer .logo-kj {
  display: block;
  order: 2;
  margin: 1rem 4rem 0 0;
  width: 18.44rem;
}
@media screen and (max-width: 767px) {
  .l-footer .logo-kj {
    margin: 3.8rem auto 0;
    order: unset;
    width: 16.1rem;
  }
}
.l-footer .social {
  order: 4;
  margin: 1.2rem 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer .social {
    margin: 1.2rem 0;
    order: unset;
    width: 100%;
  }
}
.l-footer .social-ttl {
  font-family: var(--font-3);
  font-size: 1.4rem;
  letter-spacing: 0.0537rem;
  padding: 0 0 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .social-ttl {
    padding: 0 0 0.4rem;
  }
}
.l-footer .social ul {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer .social ul {
    gap: 1.4rem;
  }
}
.l-footer .social ul img {
  height: 2.7rem;
  width: auto;
}
.l-footer .social ul img.social-tt {
  height: 3.1rem;
}
.l-footer .social ul img.social-yt {
  height: 2.67rem;
}
.l-footer .copy {
  display: block;
  font-family: var(--font-3);
  font-size: 1.3rem;
  letter-spacing: 0.052rem;
  order: 3;
  padding: 6.3rem 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer .copy {
    font-size: 1.2rem;
    order: unset;
    padding: 1.3rem 0 0;
    text-align: center;
  }
}

.js-remove-heading-point {
  height: 1px;
  left: 0;
  position: absolute;
  top: 27.5rem;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .js-remove-heading-point {
    top: 9rem;
  }
}

[data-js-fadeinup],
[data-js-fadeinup-wrapper] > * {
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  transform: translateY(3rem);
}
[data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup] [data-js-fadeinup],
[data-js-fadeinup-wrapper] [data-js-fadeinup],
[data-js-fadeinup] [data-js-fadeinup-wrapper] > * {
  transform: translateY(2.5rem);
}
[data-js-fadeinup] [data-js-fadeinup].is-inview,
[data-js-fadeinup-wrapper] [data-js-fadeinup].is-inview,
[data-js-fadeinup] [data-js-fadeinup-wrapper] > *.is-inview {
  opacity: 1;
  transform: translateY(0);
}

[data-js-fadeinup="2"] {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="2"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="3"] {
  transition-delay: 0.4s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="3"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="4"] {
  transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="4"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="5"] {
  transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="5"] {
    transition-delay: unset;
  }
}

[data-js-fadeinup="6"] {
  transition-delay: 1s;
}
@media screen and (max-width: 767px) {
  [data-js-fadeinup="6"] {
    transition-delay: unset;
  }
}

[data-js-accordion] {
  cursor: pointer;
  position: relative;
}

[data-js-accordion-target] {
  display: none;
}

.remodal {
  align-items: center;
  background: transparent;
  border-radius: unset;
  border-radius: 1.6rem;
  display: flex;
  height: 100%;
  min-height: 370px;
  justify-content: center;
  margin: 0;
  max-width: 109.9rem;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .remodal {
    height: min(100%, 67rem);
    min-height: 370px;
  }
}
.remodal-is-locked {
  overflow-y: hidden !important;
}
.remodal.is-download {
  height: max(100%, 64rem);
  padding: 0;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .remodal.is-download {
    height: max(100%, 550px);
  }
}
.remodal:focus, .remodal:focus-visible {
  outline: none !important;
}
.remodal-wrapper {
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  max-width: unset;
  padding: 3rem 2rem 4rem;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper {
    padding: 2rem;
  }
}
.remodal-wrapper:after {
  display: none;
}
.remodal-overlay {
  background: rgba(0, 0, 0, 0.2);
  mix-blend-mode: multiply;
}
.remodal-overlay.is-download {
  background: #EFEDE5;
  mix-blend-mode: unset;
}
.remodal-close {
  display: flex;
  height: 1.6rem;
  left: auto;
  max-width: 16px;
  right: 0;
  top: -50px;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .remodal-close {
    right: 0;
    top: -3rem;
  }
}
.remodal-close:before {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/1;
  background: var(--white);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z" fill="%23000"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z" fill="%23000"/></svg>');
  width: 100%;
}
.is-download .remodal-close {
  right: 5.9rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .is-download .remodal-close {
    right: 0;
  }
}
.is-download .remodal-close:before {
  background-color: #807976;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z" fill="black"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.6 16L0 14.4L6.4 8L0 1.6L1.6 0L8 6.4L14.4 0L16 1.6L9.6 8L16 14.4L14.4 16L8 9.6L1.6 16Z" fill="black"/></svg>');
}

[data-js-hamburger-btn] {
  border-radius: 50%;
  display: block;
  position: relative;
  width: 3.6rem;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] {
    height: min(6rem, 60px);
    top: max(-0.2rem, -2px);
    width: min(3.6rem, 36px);
  }
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-btn]:after {
    bottom: min(0.8rem, 8px);
    color: var(--white);
    content: "MENU";
    display: block;
    font-size: min(1.1rem, 11px);
    font-weight: 500;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
  }
}
[data-js-hamburger-btn] span {
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  width: 3.3rem;
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] span {
    top: max(-1rem, -10px);
    width: min(3.6rem, 36px);
  }
}
[data-js-hamburger-btn] span:before, [data-js-hamburger-btn] span:after {
  background-color: var(--white);
  border-radius: 9999px;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] span:before {
    top: max(-0.5rem, -5px);
  }
}
[data-js-hamburger-btn] span::after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-btn] span::after {
    bottom: max(-0.5rem, -5px);
  }
}
[data-js-hamburger-btn].is-open span {
  background-color: transparent !important;
}
[data-js-hamburger-btn].is-open span:before, [data-js-hamburger-btn].is-open span:after {
  bottom: 0;
  margin: auto;
  top: 0;
}
[data-js-hamburger-btn].is-open span::before {
  transform: rotate(200deg);
}
[data-js-hamburger-btn].is-open span::after {
  top: 0;
  transform: rotate(-200deg);
}
[data-js-hamburger-btn].is-open:after {
  content: "CLOSE";
}

@media screen and (max-width: 767px) {
  [data-js-hamburger-menu] {
    position: fixed;
    width: 100vw;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
    transform: translateY(-100vh);
    transition: opacity 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  [data-js-hamburger-menu].is-open {
    opacity: 1;
    transform: translateY(0);
    z-index: 7777;
  }
}

.p-fv, .p-mv, .p-fixed-heading {
  height: max(64rem, 100dvh);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-fv, .p-mv, .p-fixed-heading {
    height: 100dvh;
  }
}

.p-fixed-heading {
  align-items: center;
  color: var(--white);
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.5s ease;
  padding-bottom: 10rem;
  text-align: center;
  will-change: transform;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .p-fixed-heading {
    padding: min(4.2rem, 42px) 0 0;
  }
}
.p-fixed-heading.is-loaded {
  opacity: 1;
}
.p-fixed-heading.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.p-fixed-heading.is-released {
  position: absolute;
}
.p-fixed-heading .ttl-ja {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.4rem;
  line-height: 1;
  padding: 1.9rem 0 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-heading .ttl-ja {
    padding: 1.5rem 0 0;
    font-size: min(13.5px, 1.35rem);
  }
}
.p-fixed-heading .ttl-en {
  display: block;
  font-family: var(--font-2);
  font-size: 5.6rem;
  font-weight: 500;
  margin-left: -1rem;
  letter-spacing: 0.56rem;
  line-height: 1;
  padding: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-fixed-heading .ttl-en {
    font-size: min(37.9px, 3.79rem);
    letter-spacing: min(0.379rem, 3.79px);
    margin: 0;
    padding: min(0.9rem, 9px) 0 0;
  }
}
.p-fixed-heading .lead-ja {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-left: -1.2rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-heading .lead-ja {
    font-size: min(1.35rem, 13.5px);
    margin: 0;
  }
}
.p-fixed-heading .lead-ja b {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.26rem;
}
@media screen and (max-width: 767px) {
  .p-fixed-heading .lead-ja b {
    font-size: min(1.7599rem, 17.5px);
  }
}
.p-fixed-heading .lead-en {
  font-size: 1.2rem;
  letter-spacing: 0.06rem;
  margin-left: -0.8rem;
  padding-top: min(0.3rem, 3px);
}
@media screen and (max-width: 900px) {
  .p-fixed-heading .lead-en {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-fixed-heading .lead-en {
    font-size: 0.812rem;
    letter-spacing: 0.0406rem;
    margin-left: 0;
    padding-top: min(0.4rem, 4px);
  }
}

.p-mv:after {
  border-left: 1px solid var(--white);
  bottom: 0;
  color: var(--white);
  content: "Scroll";
  display: block;
  font-size: 1.3074rem;
  height: 6.86rem;
  margin-left: -1.3rem;
  left: 50%;
  letter-spacing: 0.1307rem;
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv:after {
    font-size: min(1.2rem, 12px);
    height: min(6.7rem, 67px);
    margin-left: 0;
  }
}
.p-mv-slide {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 1/1) {
  .p-mv-slide {
    flex-direction: column;
  }
}
.p-mv-slide-left, .p-mv-slide-right {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-aspect-ratio: 1/1) {
  .p-mv-slide-left, .p-mv-slide-right {
    height: 50%;
    width: 100%;
  }
}
.p-mv-slide-left .img, .p-mv-slide-right .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
  z-index: 0;
  -webkit-mask-size: 100% 300%;
          mask-size: 100% 300%;
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
}
.p-mv-slide-left .img.is-current, .p-mv-slide-right .img.is-current {
  opacity: 1;
  z-index: 1;
}
.p-mv-slide-left .img.is-next, .p-mv-slide-right .img.is-next {
  z-index: 2;
}
.p-mv-slide-left .img img, .p-mv-slide-right .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-mv-slide-left .img {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-image: linear-gradient(to top, #000 60%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to top, #000 60%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
}
.p-mv-slide-left .img.is-current {
  -webkit-mask-position: 0 100%;
          mask-position: 0 100%;
  scale: 1;
}
.p-mv-slide-left .img.is-next {
  animation: mvClipUp 1.8s ease forwards;
}
.p-mv-slide-right .img {
  -webkit-mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(to bottom, #000 60%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
}
.p-mv-slide-right .img.is-current {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  scale: 1;
}
.p-mv-slide-right .img.is-next {
  animation: mvClipDown 1.8s ease forwards;
}
@keyframes mvClipDown {
  from {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
    opacity: 0;
    scale: 1.1;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    opacity: 1;
    scale: 1;
  }
}
@keyframes mvClipUp {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    opacity: 0;
    scale: 1.2;
  }
  to {
    -webkit-mask-position: 0 100%;
            mask-position: 0 100%;
    opacity: 1;
    scale: 1;
  }
}
.p-mv-features {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv-features {
    align-items: end;
    padding: 0 0 8rem;
  }
}
.p-mv-features-items {
  align-items: end;
  display: flex;
  gap: 1.399rem;
  left: -0.8rem;
  justify-content: center;
  margin: 0 auto;
  padding: 32.7rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv-features-items {
    gap: 1.018rem;
    left: 0;
  }
}
.p-mv-features-items li {
  aspect-ratio: 1/1.1763064906;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  color: var(--white);
  align-items: end;
  display: flex;
  font-size: 1.08rem;
  line-height: 145.455%;
  justify-content: center;
  height: auto;
  padding: 0 0 2rem;
  text-align: center;
  width: max(90px, 10.754rem);
}
@media screen and (max-width: 767px) {
  .p-mv-features-items li {
    align-items: center;
    background: #997E33 !important;
    border-radius: 9999px;
    font-size: min(1.244rem, 12.44px);
    height: min(4.3rem, 43px);
    letter-spacing: -0.05rem;
    line-height: 126.209%;
    padding: 0;
    width: min(10.75rem, 107.5px);
  }
}
.p-mv-features-items li.feature-1 {
  background-image: url(/sp/filing-note/assets/img/mv_feature_1.webp);
}
.p-mv-features-items li.feature-2 {
  background-image: url(/sp/filing-note/assets/img/mv_feature_2.webp);
}
.p-mv-features-items li.feature-3 {
  background-image: url(/sp/filing-note/assets/img/mv_feature_3.webp);
}
.p-mv-date {
  align-items: center;
  background: #000;
  border: 1px solid var(--white);
  border-radius: 0.258rem;
  bottom: 3.5rem;
  color: var(--white);
  display: flex;
  font-size: 1.1rem;
  height: max(19px, 1.9rem);
  left: 12.8rem;
  justify-content: center;
  position: absolute;
  width: max(148px, 14.8rem);
}
@media screen and (max-width: 767px) {
  .p-mv-date {
    bottom: min(5rem, 50px);
    left: min(2.4rem, 24px);
    font-size: min(1.1rem, 11px);
  }
}

.p-share {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: space-between;
  right: 5rem;
  row-gap: 1rem;
  top: 9.6rem;
  -webkit-border-before-width: 10.6rem;
  width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-share {
    row-gap: min(10px, 1rem);
    right: min(18px, 1.8rem);
    transform-origin: right top;
    transform: scale(0.73);
    top: min(85px, 8.5rem);
    width: min(103px, 10.3rem);
  }
}
.p-share a {
  aspect-ratio: 1/0.984079602;
  display: block;
  width: 100%;
}
.p-share dt {
  align-items: center;
  aspect-ratio: 1/0.2233009709;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="103" height="23" viewBox="0 0 103 23" fill="none"><path d="M99 0C101.209 0 103 1.79086 103 4V16C103 18.2091 101.209 20 99 20H56.625L54.2461 23L51.8682 20H4C1.79086 20 0 18.2091 0 16V4C0 1.79086 1.79086 0 4 0H99Z" fill="white"/></svg>') no-repeat 0 0/contain;
  color: var(--black);
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.4rem;
  width: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-share dt {
    font-size: min(16px, 1.6rem);
    padding-bottom: min(4px, 0.4rem);
    width: min(103px, 10.3rem);
  }
}
.p-share dd {
  width: 5.025rem;
}
@media screen and (max-width: 767px) {
  .p-share dd {
    width: min(50.25px, 5.025rem);
  }
}
.p-share-x {
  margin-left: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-share-x {
    margin-left: max(-3px, -0.3rem);
  }
}
.p-share-x a {
  background: url(../img/share_x.webp) no-repeat 0 0/contain;
}
.p-share-line {
  margin-right: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-share-line {
    margin-right: max(-3px, -0.3rem);
  }
}
.p-share-line a {
  background: url(../img/share_line.webp) no-repeat 0 0/contain;
}

.p-concept {
  background: url(/sp/filing-note/assets/img/bg_velvet.webp) no-repeat 50% 0/cover;
  color: var(--white);
  padding: 4.9rem 0 10.7rem;
}
@media screen and (max-width: 767px) {
  .p-concept {
    background-image: url(/sp/filing-note/assets/img/bg_velvet_sp.webp);
    padding: 25.5rem 0 7.4rem;
  }
}
.p-concept-head {
  left: -9.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-concept-head {
    left: unset;
    margin: 0 0 7rem;
  }
}
.p-concept-head .ttl {
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--yellow);
  border-radius: 50%;
  color: var(--black);
  display: flex;
  font-size: 1.8078rem;
  font-weight: 500;
  left: 33.8rem;
  letter-spacing: 0.2531rem;
  line-height: 142.308%;
  justify-content: center;
  height: auto;
  padding: 0 0 0 0.5rem;
  position: absolute;
  text-align: center;
  top: 46.5rem;
  width: 17.8rem;
}
@media screen and (max-width: 767px) {
  .p-concept-head .ttl {
    font-size: 1.45rem;
    left: unset;
    right: 0.19rem;
    top: 27.1rem;
    width: 14.3rem;
  }
}
.p-concept-head img {
  width: 46.3rem;
}
@media screen and (max-width: 767px) {
  .p-concept-head img {
    left: -0.5rem;
    margin: 0 auto;
    width: 27.8rem;
  }
}
.p-concept-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-concept-items {
    flex-direction: column;
  }
}
.p-concept-items:before {
  content: " ";
  display: block;
  width: 50%;
}
.p-concept-item, .p-concept-item-3, .p-concept-item-2, .p-concept-item-1 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-concept-item, .p-concept-item-3, .p-concept-item-2, .p-concept-item-1 {
    width: 100%;
  }
}
.p-concept-item-head .ttl {
  align-items: center;
  color: var(--gold);
  display: flex;
  gap: 1.6rem;
  margin: 0 0 1.1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-head .ttl {
    gap: 2.4rem;
    margin-bottom: 1.7rem;
  }
}
.p-concept-item-head .ttl-num {
  align-items: center;
  border-left: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-size: 1.8101rem;
  font-weight: 400;
  height: 9.3rem;
  line-height: 1;
  justify-content: center;
  width: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-head .ttl-num {
    font-size: 1.3rem;
    height: 6.78rem;
    width: 7.44rem;
  }
}
.p-concept-item-head .ttl-num b {
  font-size: 6.582rem;
  font-weight: 400;
  margin-top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-head .ttl-num b {
    font-size: 4.8rem;
    margin-top: 0;
  }
}
.p-concept-item-head .ttl-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 144.444%;
  letter-spacing: 0.252rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-head .ttl-txt {
    font-size: 2rem;
    line-height: 137.973%;
  }
}
.p-concept-item-head .subttl {
  font-size: 1.5rem;
  letter-spacing: 0.196rem;
  line-height: 185.714%;
  margin-right: -0.3rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-head .subttl {
    margin: 0;
  }
}
.p-concept-item-1 {
  margin-top: -33rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-1 {
    margin-bottom: 3.5rem;
    margin-top: 0;
  }
}
.p-concept-item-1 .ttl {
  padding-right: 0.5rem;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .p-concept-item-1 .ttl {
    margin-left: 0.5rem;
    padding: 0;
    justify-content: unset;
  }
}
.p-concept-item-1 .subttl {
  display: flex;
  justify-content: end;
  padding-right: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-1 .subttl {
    justify-content: unset;
    padding-right: 0;
    margin-left: 0.5rem;
  }
}
.p-concept-item-1 .subttl p {
  width: 32.6rem;
}
.p-concept-item-1 .img {
  display: block;
  right: -3rem;
  margin: 1.8rem 0 0 0;
  width: 58.6rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-1 .img {
    right: unset;
    margin: 2.5rem 0 0 -1.3rem;
    width: 37.68rem;
  }
}
.p-concept-item-2 {
  margin-top: -30.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 {
    padding: 0;
    margin-bottom: 4.4rem;
    margin-top: 0;
  }
}
.p-concept-item-2 .figures {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.8rem;
  padding: 4rem 0 0 0.5rem;
  margin-left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 .figures {
    column-gap: unset;
    justify-content: space-between;
    margin-left: 0;
    padding: 3.5rem 0 0;
    width: 35rem;
  }
}
.p-concept-item-2 .figures .figure, .p-concept-item-2 .figures .figure-3, .p-concept-item-2 .figures .figure-2, .p-concept-item-2 .figures .figure-1 {
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 .figures .figure, .p-concept-item-2 .figures .figure-3, .p-concept-item-2 .figures .figure-2, .p-concept-item-2 .figures .figure-1 {
    width: 16.34rem;
  }
}
.p-concept-item-2 .figures .figure:before, .p-concept-item-2 .figures .figure-3:before, .p-concept-item-2 .figures .figure-2:before, .p-concept-item-2 .figures .figure-1:before {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--gold);
  border-radius: 50%;
  color: #3E280F;
  content: attr(data-index);
  display: flex;
  font-size: 2.6rem;
  font-weight: 500;
  left: -0.8rem;
  line-height: 1;
  justify-content: center;
  height: auto;
  overflow: hidden;
  padding: 0 0 0.3rem;
  position: absolute;
  top: -1.5rem;
  width: 3.1rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 .figures .figure:before, .p-concept-item-2 .figures .figure-3:before, .p-concept-item-2 .figures .figure-2:before, .p-concept-item-2 .figures .figure-1:before {
    font-size: 1.71rem;
    left: -0.7rem;
    padding: 0;
    top: -1.1rem;
    width: 2.413rem;
  }
}
.p-concept-item-2 .figures .figure img, .p-concept-item-2 .figures .figure-3 img, .p-concept-item-2 .figures .figure-2 img, .p-concept-item-2 .figures .figure-1 img {
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.6);
}
.p-concept-item-2 .figures .figure figcaption, .p-concept-item-2 .figures .figure-3 figcaption, .p-concept-item-2 .figures .figure-2 figcaption, .p-concept-item-2 .figures .figure-1 figcaption {
  font-size: 1.4rem;
  letter-spacing: 0.196rem;
  line-height: 185.714%;
  padding: 1rem 0 0 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 .figures .figure figcaption, .p-concept-item-2 .figures .figure-3 figcaption, .p-concept-item-2 .figures .figure-2 figcaption, .p-concept-item-2 .figures .figure-1 figcaption {
    font-size: 1.3rem;
    line-height: 131.814%;
  }
}
.p-concept-item-2 .figures .figure-2 {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 .figures .figure-2 {
    margin-top: 11.67rem;
  }
}
.p-concept-item-2 .figures .figure-2:before {
  content: "2";
}
.p-concept-item-2 .figures .figure-3 {
  margin-top: -8.7rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-2 .figures .figure-3 {
    margin-top: -6rem;
  }
}
.p-concept-item-2 .figures .figure-3:before {
  content: "3";
}
.p-concept-item-3 {
  margin: 5.5rem -0.5rem 0 0;
  width: 50.8rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 {
    margin: 0;
    width: 100%;
  }
}
.p-concept-item-3 .ttl {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .ttl {
    margin-left: 0.5rem;
  }
}
.p-concept-item-3 .subttl {
  margin: 2.2rem 0 1.5rem -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .subttl {
    margin: -0.3rem 0 2rem 0.5rem;
  }
}
.p-concept-item-3 .list {
  background: #E0D9C5;
  border-radius: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 0 -0.5rem;
  padding: 1.2rem 1rem 1rem;
  row-gap: 0.8rem;
  width: 51.08rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .list {
    row-gap: 1.9rem;
    margin: 0;
    padding: 2.2rem 0.8rem 2rem;
    width: 100%;
  }
}
.p-concept-item-3 .list li {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 11.18rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .list li {
    width: 15.16rem;
  }
}
.p-concept-item-3 .list li span {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .list li span {
    font-size: 1.4rem;
    padding: 0.7rem 0 0;
  }
}
.p-concept-item-3 .btn {
  color: var(--gold);
  font-size: 1.3rem;
  display: inline-block;
  margin: 1.8rem 3.5rem 0 0;
  padding: 0 0 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .btn {
    font-size: 1.4rem;
    margin: 2.8rem 2rem 0 0;
    padding: 0 0 0.7rem;
  }
}
.p-concept-item-3 .btn:after {
  aspect-ratio: 1/0.0330578512;
  background-color: var(--gold);
  bottom: 0;
  content: " ";
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="242" height="8" viewBox="0 0 242 8" fill="none"><path d="M241.61 7.91211H0V6.91211H238.39L229.531 0.824219L230.098 0L241.61 7.91211Z" fill="%23DAC17C"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="242" height="8" viewBox="0 0 242 8" fill="none"><path d="M241.61 7.91211H0V6.91211H238.39L229.531 0.824219L230.098 0L241.61 7.91211Z" fill="%23DAC17C"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 24.2rem;
}
@media screen and (max-width: 767px) {
  .p-concept-item-3 .btn:after {
    width: 25.5rem;
  }
}

.p-lineup {
  background-color: #887A54;
  color: var(--white);
  padding: 7rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .p-lineup {
    padding: 5.8rem 0 8.6rem;
  }
}
.p-lineup-head {
  padding: 0 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-head {
    padding: 0 0 3.3rem;
  }
}
.p-lineup-head .c-ttl-1 {
  margin-top: -0.5rem;
}
.p-lineup-head .img {
  display: block;
  margin: 0 auto 5.1rem;
  width: 80.8rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-head .img {
    margin: 0 auto 3.1rem;
    width: 35.4rem;
  }
}
.p-lineup-head .colors {
  display: block;
  margin: 4.4rem auto 0;
  width: 64.7rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-head .colors {
    margin: 3rem auto 0;
    width: 35.3rem;
  }
}
.p-lineup-section {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lineup-section {
    flex-direction: column;
    justify-content: unset;
  }
}
.p-lineup-section .head {
  flex-shrink: 0;
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section .head {
    margin: 0 auto 2.7rem;
  }
}
.p-lineup-section .head .ttl {
  font-size: 2rem;
  line-height: 1;
}
.p-lineup-section .head-price {
  border-bottom: 1px solid var(--white);
  line-height: 1;
  font-size: 1.6rem;
  padding: 0.3rem 0 1.8rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section .head-price {
    padding: 0.5rem 0 2rem;
  }
}
.p-lineup-section .head-price small {
  font-size: 1.2rem;
}
.p-lineup-section .head-subttl {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 153.846%;
}
.p-lineup-section .head-details {
  font-size: 1.3rem;
  line-height: 153.846%;
}
.p-lineup-section .head-details small {
  font-size: 1.1rem;
}
.p-lineup-section .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-lineup-section .items {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2.6rem;
  }
}
.p-lineup-section .items .item {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-right: -1rem;
  text-align: center;
}
.p-lineup-section .items .item-ttl {
  font-weight: 600;
  letter-spacing: 0.13rem;
  white-space: nowrap;
}
.p-lineup-section .items .item img {
  margin-top: -3rem;
}
.p-lineup-section.section-1 .items {
  padding: 0.7rem 0 0;
  width: 81.4rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-1 .items {
    width: 100%;
  }
}
.p-lineup-section.section-1 .items .item {
  width: 17.8rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-1 .items .item {
    margin: 0 -1rem;
  }
}
.p-lineup-section.section-1 .items .item figcaption {
  margin-top: -3rem;
}
.p-lineup-section.section-2 {
  padding: 6.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-2 {
    padding: 2.7rem 0 0;
  }
}
.p-lineup-section.section-2 .items {
  margin-left: 4rem;
  width: 107.5rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-2 .items {
    margin: 0 -1rem;
    width: calc(100% + 2rem);
  }
}
.p-lineup-section.section-2 .items .item {
  margin: 0 -2rem 0 -3rem;
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-2 .items .item {
    margin: 0 -2rem;
  }
}
.p-lineup-section.section-2 .items .item-ttl {
  padding: 0.9rem 0 0;
  margin: 0 0 -1rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-2 .items .item-ttl {
    margin: 0 0 1rem;
  }
}
.p-lineup-section.section-2 .items .item img {
  margin-top: -4.2rem;
}
.p-lineup-section.section-2 .items .item figcaption {
  margin-top: -3.8rem;
}
@media screen and (max-width: 767px) {
  .p-lineup-section.section-2 .items .item figcaption {
    margin-top: -3.6rem;
  }
}
.p-lineup .c-btn-1 {
  margin: 7.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-lineup .c-btn-1 {
    margin: 4.8rem auto 0;
  }
}

.p-usage {
  background-color: #EFEDE5;
  padding: 9.6rem 0 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-usage {
    padding: 4rem 0 5rem;
  }
}
.p-usage-items {
  display: flex;
  justify-content: space-between;
  margin: 6.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-usage-items {
    flex-direction: column;
    gap: 2.5rem;
    margin: 2.3rem 0 0;
  }
}
.p-usage-items:before {
  background: #C1BFB4;
  content: " ";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-usage-items:before {
    display: none;
  }
}
.p-usage-item {
  width: 53.7rem;
}
@media screen and (max-width: 767px) {
  .p-usage-item {
    width: 100%;
  }
}
.p-usage-item-ttl {
  align-items: center;
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--black);
  display: flex;
  font-weight: 500;
  font-size: 2.2rem;
  height: 5.4rem;
  letter-spacing: 0.252rem;
  justify-content: center;
  margin: 0 0 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-usage-item-ttl {
    height: 4.4rem;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin: 0 0 3.9rem;
  }
}
.p-usage-item .scenes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scenes {
    column-gap: unset;
    row-gap: unset;
  }
}
.p-usage-item .scene, .p-usage-item .p-usage .tips, .p-usage .p-usage-item .tips {
  box-sizing: content-box;
  width: 25.1rem;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scene, .p-usage-item .p-usage .tips, .p-usage .p-usage-item .tips {
    width: 15.95rem;
  }
}
.p-usage-item .scene:nth-child(even), .p-usage-item .p-usage .tips:nth-child(even), .p-usage .p-usage-item .tips:nth-child(even) {
  border-left: 1px solid #C1BFB4;
  margin-left: 1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scene:nth-child(even), .p-usage-item .p-usage .tips:nth-child(even), .p-usage .p-usage-item .tips:nth-child(even) {
    margin-left: 1rem;
    padding-left: 1rem;
  }
}
.p-usage-item .scene-badge {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--yellow);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 1.04rem;
  font-style: normal;
  height: auto;
  left: -1.2rem;
  line-height: 1.2;
  overflow: hidden;
  padding-bottom: 0.3rem;
  position: absolute;
  justify-content: center;
  top: -3.2rem;
  text-align: center;
  width: max(6.4rem, 40px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scene-badge {
    left: -1.8rem;
    transform: scale(0.74);
    top: -3.5rem;
  }
}
.p-usage-item .scene-badge b {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-usage-item .scene:nth-child(even) .scene-badge, .p-usage-item .p-usage .tips:nth-child(even) .scene-badge, .p-usage .p-usage-item .tips:nth-child(even) .scene-badge {
  margin-left: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scene:nth-child(even), .p-usage-item .p-usage .tips:nth-child(even), .p-usage .p-usage-item .tips:nth-child(even) {
    border-left: 1px solid #C1BFB4;
  }
}
.p-usage-item .scene-ttl {
  align-items: center;
  font-weight: 500;
  color: var(--white);
  display: flex;
  height: 2.8rem;
  justify-content: center;
  margin: 2.1rem 0 0.5rem;
  padding: 0 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scene-ttl {
    font-size: 1.6rem;
    line-height: 137.5%;
    height: 5rem;
    margin: 1.6rem 0 1.4rem;
    padding: 0 0.5rem;
  }
}
.p-usage-item .scene-ttl.is-blue {
  background-color: #607180;
}
.p-usage-item .scene-ttl.is-brown {
  background-color: #9C5F4E;
}
.p-usage-item .scene-txt, .p-usage-item .p-usage .tips-txt, .p-usage .p-usage-item .tips-txt {
  font-size: 1.4rem;
  line-height: 185.714%;
}
@media screen and (max-width: 767px) {
  .p-usage-item .scene-txt, .p-usage-item .p-usage .tips-txt, .p-usage .p-usage-item .tips-txt {
    line-height: 142.857%;
  }
}
.p-usage .tips {
  padding-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-usage .tips {
    padding-top: 2rem;
  }
}
.p-usage .tips.is-full {
  width: 100%;
}
.p-usage .tips-txt {
  padding: 0.5rem 0 0;
  line-height: 157.143%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-usage .tips-txt {
    font-size: 1.3rem;
    line-height: 138.462% !important;
    padding: 1rem 0 0;
  }
}

.p-download {
  background: #E0D9C5;
  padding: 8.2rem 0 12.6rem;
}
@media screen and (max-width: 767px) {
  .p-download {
    padding: 3.3rem 0 5.4rem;
  }
}
.p-download .c-ttl-2 {
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-download .c-ttl-2 {
    margin: 0 0 2.2rem;
  }
}
.p-download .c-ttl-2 small {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.308rem;
  padding: 1.3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-download .c-ttl-2 small {
    letter-spacing: 0.252rem;
    padding: 0.2rem 0 0;
  }
}
.p-download .c-btn-2 {
  margin: 0 auto 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-download .c-btn-2 {
    margin: 0 auto 4.5rem;
  }
}
.p-download-body {
  border-radius: 1.6rem;
  background: #EFEDE5;
  box-shadow: 0 0 2rem 0 rgba(142, 133, 107, 0.4);
  padding: 3.5rem 0 6.3rem;
}
@media screen and (max-width: 767px) {
  .p-download-body {
    margin: 0 0.5rem;
    padding: 0 0 5.8rem;
  }
}
.p-download-body .slick-track {
  left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-download-body .slick-track {
    left: 2.4rem;
  }
}
.p-download-body .slick-list:before, .p-download-body .slick-list:after {
  background: linear-gradient(to right, #EFEDE5 0%, #EFEDE5 40%, transparent 100%);
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 4rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-download-body .slick-list:before, .p-download-body .slick-list:after {
    display: none;
  }
}
.p-download-body .slick-list:before {
  left: 0;
}
.p-download-body .slick-list:after {
  right: 0;
  transform: scale(-1, 1);
}
.p-download-body .slick-prev, .p-download-body .slick-next {
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--white);
  border-radius: 50%;
  border: 1px solid var(--black);
  display: block;
  flex-shrink: 0;
  justify-content: center;
  height: auto;
  position: absolute;
  top: 5.3rem;
  width: 3.8rem;
  z-index: 2;
}
.p-download-body .slick-prev:before, .p-download-body .slick-next:before {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"><path d="M7.4 6L1.4 12L-6.11959e-08 10.6L4.6 6L-4.63341e-07 1.4L1.4 -6.11959e-08L7.4 6Z" fill="%231D1B20"/></svg>') no-repeat 0 0/contain;
  content: " ";
  display: inline-block;
  height: 1.2rem;
  width: 0.74rem;
}
.p-download-body .slick-prev.slick-disabled, .p-download-body .slick-next.slick-disabled {
  display: none !important;
}
.p-download-body .slick-prev {
  left: -1.6rem;
  transform: scale(-1, 1);
}
.p-download-body .slick-next {
  right: -1.6rem;
}
.p-download-body .format-ttl {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.088rem;
  line-height: 1.4;
  margin: 0 0 1.7rem;
  padding: 3rem 0 0 4.767rem;
}
@media screen and (max-width: 767px) {
  .p-download-body .format-ttl {
    font-size: 2rem;
    margin: 0;
    padding: 4.6rem 2.3rem 1.8rem;
  }
  .p-download-body .format-ttl:first-child {
    padding-top: 3.7rem;
  }
}
.p-download-body .format-slide {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-download-body .format-slide {
    gap: 0;
  }
}
.p-download-body .format-slide-item {
  box-sizing: content-box;
  padding-left: 2.6rem;
  width: 23.9rem;
}
.p-download-body .format-slide-item a[href*=modal] {
  cursor: zoom-in;
}
.p-download-body .format-slide-item .ttl {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.072rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-download-body .format-slide-item .ttl {
    padding: 0.3rem 0 0;
  }
}
.p-download-body .format-slide-item .btns {
  display: flex;
  gap: 2.1rem;
  justify-content: center;
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-download-body .format-slide-item .btns {
    padding: 0.8rem 0 0;
  }
}

.p-gallery {
  background: url("/sp/filing-note/assets/img/gallery_bg.webp") repeat 50% 0/13.64rem auto;
  padding: 7.1rem 0 9.3rem;
}
@media screen and (max-width: 767px) {
  .p-gallery {
    padding: 3rem 0 4.8rem;
  }
}
.p-gallery-ttl {
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08rem;
  padding: 0 0 4.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-gallery-ttl {
    font-size: 1.8rem;
    line-height: 200%;
    padding: 0;
  }
}
.p-gallery-body {
  height: 39.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-gallery-body {
    height: 30.8466612688rem;
  }
}
@keyframes marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.p-gallery-body .slide-items {
  animation: marquee-scroll 30s linear infinite;
  display: flex;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  transform: translateZ(0);
  width: max-content;
  will-change: transform;
  overflow: hidden;
  contain: content;
}
.p-gallery-body .slide-item {
  display: flex;
  height: 100%;
  margin-right: -4.3rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-body .slide-item {
    margin-right: -3.3923438224rem;
  }
}
.p-gallery-body .slide-item img {
  height: 100%;
  image-rendering: auto;
  width: 224.1rem;
}
@media screen and (max-width: 767px) {
  .p-gallery-body .slide-item img {
    width: 176.7963373488rem;
  }
}
.p-gallery .c-btn-1 {
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-gallery .c-btn-1 {
    margin: 2.5rem auto 0;
  }
}

.p-notice {
  background: #E0D9C5;
  padding: 6.3rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-notice {
    padding: 3.3rem 0 3.2rem;
  }
}
.p-notice ul {
  padding: 0 11.4rem 0 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-notice ul {
    padding: 0;
  }
}
.p-notice li {
  font-size: 1.3rem;
  line-height: 184.615%;
}
@media screen and (max-width: 767px) {
  .p-notice li {
    line-height: 153.846%;
  }
}
.p-notice li:before {
  content: "・";
}

.p-modal .ttl {
  font-size: min(2.2rem, 22px);
  font-weight: 500;
  letter-spacing: 0.088rem;
  padding: max(4rem, 30px) 0 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-modal .ttl {
    padding-top: max(2rem, 20px);
  }
}
.p-modal .sub-ttl {
  align-items: end;
  display: flex;
  font-size: min(2.2rem, 22px);
  font-weight: 500;
  gap: 0.8rem;
  justify-content: center;
  line-height: 1;
  padding: min(16px, 1.6rem) 0 min(20px, 2rem);
}
.p-modal .sub-ttl .c-icon-download {
  width: min(19px, 1.9rem);
}
.p-modal img {
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  max-width: 770px;
  min-width: 600px;
  width: 77rem;
}
@media screen and (max-width: 767px) {
  .p-modal img {
    min-width: unset;
    max-width: 600px;
    width: 34.7rem;
  }
}
.p-modal .btns {
  display: flex;
  justify-content: center;
  gap: min(3.599rem, 35.99px);
  padding: 0 0 3rem;
}
.p-modal-prev, .p-modal-next {
  align-items: center;
  aspect-ratio: 1/1;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50%;
  display: flex;
  height: auto;
  justify-content: center;
  position: absolute;
  margin-top: -5rem;
  width: min(5.1rem, 51px);
}
.p-modal-prev:before, .p-modal-next:before {
  background-color: var(--black);
  content: " ";
  display: inline-block;
  height: auto;
  line-height: 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  aspect-ratio: 1/1.6215263794;
  background: var(--black);
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path d="M6.27374e-05 8.05284L8.05269 16.1055L9.93164 14.2265L3.75796 8.05284L9.93164 1.87915L8.05269 0.000205435L6.27374e-05 8.05284Z" fill="black"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="17" viewBox="0 0 10 17" fill="none"><path d="M6.27374e-05 8.05284L8.05269 16.1055L9.93164 14.2265L3.75796 8.05284L9.93164 1.87915L8.05269 0.000205435L6.27374e-05 8.05284Z" fill="black"/></svg>');
  width: min(0.993rem, 9.93px);
}
.p-modal-prev.is-hidden, .p-modal-next.is-hidden {
  display: none;
}
.p-modal-prev:hover, .p-modal-next:hover {
  background: var(--black);
  opacity: 1;
}
.p-modal-prev:hover:before, .p-modal-next:hover:before {
  background: var(--white);
}
.p-modal-prev {
  left: calc(50% - 50vw + 9.7rem);
}
@media screen and (max-width: 960px) {
  .p-modal-prev {
    left: calc(50% - 50vw + 4rem);
  }
}
.p-modal-next {
  right: calc(50% - 50vw + 9.7rem);
  transform: scale(-1, 1);
}
@media screen and (max-width: 960px) {
  .p-modal-next {
    right: calc(50% - 50vw + 4rem);
  }
}

.p-attention {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 76.5%;
  max-width: 112.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-attention {
    height: 85.39007092%;
    max-width: 100%;
  }
}
.p-attention .scroller {
  background: var(--white);
  border-radius: 1.6rem;
  height: 100%;
  max-height: 70rem;
  overflow-y: scroll;
}
.p-attention .scroller > div {
  border-radius: 1.6rem;
  padding: 5.5rem 6rem 5.5rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-attention .scroller > div {
    padding: 2.5rem;
  }
}
.p-attention .scroller > div .ttl {
  color: #3E280F;
  border-bottom: 1px solid var(--black);
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.176rem;
  margin: 0 0 1.5rem;
  padding: 0 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-attention .scroller > div .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.144rem;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
  }
}
.p-attention .scroller > div p {
  color: #3E280F;
  letter-spacing: 0.128rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-attention .scroller > div p {
    font-size: 1.4rem;
    letter-spacing: 0.112rem;
  }
}
.p-attention .scroller > div p + p {
  padding-top: 2.8rem;
}/*# sourceMappingURL=app.css.map */