@charset "UTF-8";
/* autoprefixer grid: autoplace */
/* ==========================================================================
 Foundation
 ========================================================================== */
/* GFO template */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

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

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

body {
  /* line-height: 1; */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.project {
  font-size: 2.666vw;
  line-height: 1.4;
  font-family: "Shippori Mincho B1","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  color: #2B2E34;
}

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

.project h1, .project h2, .project h3, .project h4 {
  font-size: 100%;
}

@media screen and (min-width: 769px) {
  .project {
    font-size: 0.925vw;
  }
}

@media screen and (min-width: 1081px) {
  .project {
    font-size: 10px;
  }
}

a {
  color: #2B2E34;
  text-decoration: none;
}

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

svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}


/* js-lozad
----------------------------------------------------------------- */
.js-lozad {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.js-lozad--show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* c-pagetop
----------------------------------------------------------------- */
.c-pagetop {
  display: none;
  width: 38px;
  height: 38px;
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 5.333vw;
  right: 5.333vw;
}

@media screen and (min-width: 769px) {
  .c-pagetop {
    bottom: 3.703vw;
    right: 3.703vw;
  }
}

@media screen and (min-width: 1081px) {
  .c-pagetop {
    bottom: 40px;
    right: 40px;
  }
}

.contents-nav,
.breadcrumb,
.global-footer {
  position: relative;
  z-index: var(--z-index-content);
}
.contents-nav{
  margin-top: 0;
}
.global-footer {
  background: var(--color-ffffff, #ffffff);
}

/* ==========================================================================
 GOOUT2026
 ========================================================================== */

:root {
  --color-base-white: 255 255 255;
  --color-base-black: 0 0 0;
  --color-base-black-light: 16 1 0;
  --color-base-gray-light: 149 149 149;
  --color-base-text: 34 34 34;
  --color-base-link: 7 51 172;
  --color-base-tag: 234 234 234;
  --color-base-line: 35 24 21;
  --color-base-bg: 138 189 212;
  --color-base-bg-recommend: 242 242 242;

  --color-accent-shadow: 54 45 45;

  --color-slide-active: 49 49 49;
  --color-slide-inactive: 197 197 197;
  --color-thumbnail-active: 221 221 221;
  --color-thumbnail-current: 51 51 51;

  --border-radius-max: 100vmax;

  --font-ntsj: "Noto Sans JP", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;

  --z-index-default: 0;
  --z-index-content: 1;
  --z-index-cursor: 5;
  --z-index-main: 10;
  --z-index-popup: 100;
  --z-index-modal: 50000;
  --z-index-loading: 99999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

body {
  background-color: var(--color-ffffff, #ffffff);
}

.l-section {
  position: relative;
  font-family: var(--font-ntsj);
  z-index: var(--z-index-default);
}
/* .l-section * {
  line-height: 1;
} */
.l-section__header {
  display: none;
  position: fixed;
  inset: 0;
  background: url(../img/header_background.svg) var(--color-ff5300, #ff5300);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.l-section__contents {
  position: relative;
  margin-inline: auto 0;
  width: 100%;
  color: var(--color-000000, #000000);
  z-index: var(--z-index-content);
}
@media screen and (min-width: 1024px) {
  .l-section__contents {
    margin-inline: auto 11.1112%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-section__header {
    display: block;
  }
  .l-section__contents {
    width: 520px;
  }
}

.l-outline {
  display: grid;
  place-items: center;
  padding: 6.5rem 1rem;
  width: calc(100% - 520px);
  height: 100dvh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-outline::-webkit-scrollbar {
  display:none;
}
.l-outline .p-outline-wrapper {
  padding-top: min(140px, 28.226%);
  max-width: min(398px, 80.242%);
}
.l-outline .p-outline-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.733vw, 10px);
  width: min(100%, 315px);
}
.l-outline .p-outline-wrapper > ul:nth-of-type(1) {
  margin-top: 4.021%;
}
.l-outline .p-outline-wrapper > ul:not(:nth-of-type(1)) {
  margin-top: min(0.513vw, 7px);
}
.l-outline .p-outline-wrapper > ul > li > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: min(0.513vw, 7px);
  padding-inline: min(1.172vw, 16px);
  font-size: min(1.172vw, 16px);
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  color: var(--color-000000, #000000);
  /* background-color: var(--color-ffffff, #ffffff); */
  border: 1px solid var(--color-000000, #000000);
  border-radius: 100vmax;
}
.l-outline .p-outline-wrapper > ul > li > a::after {
  content: "";
  inline-size: min(0.952vw, 13px);
  aspect-ratio: 13/9;
  background: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.l-outline .p-outline-wrapper > p:nth-of-type(2) {
  margin-top: 4.021%;
}
.l-outline .p-outline-wrapper > div {
  margin-top: 9.046%;
  width: 69.347%;
}
.l-outline .p-outline-wrapper > div > a {
  display: block;
}
@media screen and (min-width: 1024px) {
  .l-outline {
    width: calc(50% - 260px);
  }
}


html.is-fixed,
body.is-fixed {
    overflow: hidden;
}


:root {
  --color-ffffff: rgb(255 255 255);
  --color-ff5300: rgb(255 83 0);
  --color-e6e6e6: rgb(230 230 230);
  --color-707070: rgb(112 112 112);
  --color-000000: rgb(0 0 0);

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes popIn {
  0% { transform: scale(1000); }
  100% { transform: scale(1); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes moveToLeft {
  100% { transform: translateX(0); }
}

@keyframes slideInFromRight {
  0% { transform: translateX(10%); }
  100% { transform: translateX(0); }
}

.l-loading {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background-color: var(--color-ff5300, #ff5300);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: var(--z-index-loading);
}
.l-loading.is-fadeout {
  opacity: 0;
  visibility: hidden;
}
.l-loading > div {
  padding-inline: 8%;
}
.l-loading > div > p {
  transform: scale(1000);
}
.l-loading.is-active > div > p {
  animation: popIn 1.6s ease-in-out forwards 0s;
}
.l-loading > div > div {
  display: flex;
  margin-top: min(4.034%, 24px);
}
.l-loading > div > div > p:nth-of-type(1) {
  opacity: 0; 
}
.l-loading.is-active > div > div > p:nth-of-type(1) {
  animation: fadeIn 0.2s ease-out forwards 1.8s;
}
.l-loading > div > div > p:nth-of-type(1) > img {
  transform: translateX(590%); 
}
.l-loading.is-active > div > div > p:nth-of-type(1) > img {
  animation: moveToLeft 0.4s ease-out forwards 2.2s;
}
.l-loading > div > div > div {
  display: flex;
  padding-left: min(2.858%, 17px);
  overflow: hidden;
}
.l-loading.is-active > div > div > div {
  animation: slideInFromRight 0.4s linear forwards 2.5s;
}
.l-loading > div > div > div > p:nth-of-type(n+1) {
  display: block;
  opacity: 0;
}
.l-loading > div > div > div > p:nth-of-type(2) {
  padding-left: min(3.362%, 20px);
}
.l-loading > div > div > div > p:nth-of-type(3) {
  padding-left: min(2.017%, 12px);
}
.l-loading.is-active > div > div > div > p:nth-of-type(1) {
  animation: fadeIn 0.2s linear forwards 2.5s;
}
.l-loading.is-active > div > div > div > p:nth-of-type(2) {
  animation: fadeIn 0.2s linear forwards 2.6s;
}
.l-loading.is-active > div > div > div > p:nth-of-type(3) {
  animation: fadeIn 0.2s linear forwards 2.7s;
}

.l-hero {
  position: relative;
  background-color: var(--color-ff5300, #ff5300);
}
.l-hero > h1 {
  position: absolute;
  top: 5.0878%;
  left: 0;
  right: 0;
}
.l-hero > p:nth-of-type(1) {
  position: absolute;
  top: 50.3509%;
  left: 0;
  right: 0;
}
.l-hero > p:nth-of-type(2) {
  position: absolute;
  top: 85.2632%;
  left: 0;
  right: 0;
}
.l-hero > ul {
  position: relative;
  width: 100%;
  aspect-ratio: 375/570;
  overflow: hidden;
}
.l-hero > ul > li {
  position: absolute;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-hero > ul > li.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-hero > ul > li > div {
  position: relative;
  pointer-events: none;
}
.l-hero > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-hero > div > div {
  position: relative;
  pointer-events: none;
}
.l-hero > div > div::before {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply; 
}
.l-hero > div > div::before {
  background-image: url('../img/hero_illust_blend.png');
  background-size: cover;
  background-position: center;
}
.l-hero > div > div > img {
  isolation: isolate;
}

.l-intro {
  padding: 14.4% 8%;
  background-color: var(--color-ffffff, #ffffff);
}
.l-intro > p {
  font-size: 5.334vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.l-intro > ul {
  margin-top: 5.08%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.667vw;
}
.l-intro > ul > li > a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1.867vw;
  padding-inline: 4.267vw;
  font-size: 4.267vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.5;
  color: var(--color-000000, #000000);
  background-color: var(--color-ffffff, #ffffff);
  border: 1px solid var(--color-000000, #000000);
  border-radius: 100vmax;
}
.l-intro > ul > li > a::after {
  content: "";
  inline-size: 3.467vw;
  aspect-ratio: 13/9;
  background: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 751px) {
  .l-intro > p {
    font-size: 28px;
  }
  .l-intro > ul {
    gap: 14px;
  }
  .l-intro > ul > li > a {
    align-items: baseline;
    gap: 10px;
    padding-inline: 22px;
    font-size: 22px;
  }
  .l-intro > ul > li > a::after {
    inline-size: 18px;
  }
}

.l-produce {
  padding: 8% 8% 9.334%;
  background-color: var(--color-e6e6e6, #e6e6e6);
}
.l-produce > h2 {
  font-size: 9.6vw;
  font-weight: var(--font-weight-bold);
  line-height: 1;
}
.l-produce > h2 > span {
  display: block;
  font-size: 55.6%;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}
.l-produce > p {
  margin-top: -3.81%;
}
.l-produce > div:nth-of-type(1) {
  margin-top: 4.445%;
}
.l-produce > div:nth-of-type(2) {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 3.175%;
}
.l-produce > div:nth-of-type(2) > button {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 1.067vw;
  padding-block: 5.397%;
  width: 100%;
  font-size: 4vw;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  border-bottom: 1px solid var(--color-000000, #000000);
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
  z-index: 1;
}
.l-produce > div:nth-of-type(2) > button::before {
  content: "";
  inline-size: 3.467vw;
  aspect-ratio: 13/9;
  background: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.l-produce > div:nth-of-type(2) > button::after {
  content: "VIEW ALL";
}
.l-produce > div:nth-of-type(2) > button[aria-expanded=true] {
  margin-bottom: 7.937%;
  transform: translateY(0);
}
.l-produce > div:nth-of-type(2) > button[aria-expanded=true]::before {
  transform: rotate(180deg);
}
.l-produce > div:nth-of-type(2) > button[aria-expanded=true]::after {
  content: "CLOSE";
}
.l-produce > div:nth-of-type(2) > button[aria-expanded=true] + ul {
  max-height: 1000px;
}
.l-produce > div:nth-of-type(2) > button[aria-expanded=true] + ul::after {
  opacity: 0;
}
.l-produce > div:nth-of-type(2) > ul {
  position: relative;
  max-height: 37.334vw;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}
.l-produce > div:nth-of-type(2) > ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 50%;
  background: linear-gradient(180deg,rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0.96) 95%, rgba(230, 230, 230, 1) 100%);
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
}
.l-produce > div:nth-of-type(2) > ul > li + li {
  margin-top: 7.937%;
}
.l-produce > div:nth-of-type(2) > ul > li > div {
  display: grid;
  grid-template-columns: auto 1fr;
}
.l-produce > div:nth-of-type(2) > ul > li > div::before {
  padding-inline: 0.25em;
  font-size: 4.534vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.47;
  letter-spacing: -0.02em;
  background-color: var(--color-ffffff, #ffffff);
}
.l-produce > div:nth-of-type(2) > ul > li:nth-child(1) > div::before {
  content: "Q1";
}
.l-produce > div:nth-of-type(2) > ul > li:nth-child(2) > div::before {
  content: "Q2";
}
.l-produce > div:nth-of-type(2) > ul > li:nth-child(3) > div::before {
  content: "Q3";
}
.l-produce > div:nth-of-type(2) > ul > li > div > p {
  font-size: 4.534vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.47;
  letter-spacing: -0.02em;
}
.l-produce > div:nth-of-type(2) > ul > li > div > p > span {
  display: block;
  width: fit-content;
  background-color: var(--color-ffffff, #ffffff);
}
.l-produce > div:nth-of-type(2) > ul > li > div > p > span.space {
  padding-inline: 0 2.134vw;
}
.l-produce > div:nth-of-type(2) > ul > li > div > p > span.large {
  font-size: 123.5%;
  line-height: 1.19;
}
.l-produce > div:nth-of-type(2) > ul > li > p {
  padding: 3.175% 0 0 8.889%;
  font-size: 3.734vw;
  line-height: 1.358;
  letter-spacing: -0.02em;
}
.l-produce > div:nth-of-type(3) {
  padding-block: 1.588% 0;
}
.l-produce > div:nth-of-type(3) > p:nth-child(1) {
  padding-inline: 2.4vw;
  width: fit-content;
  font-size: 3.734vw;
  line-height: 1.358;
  border: 1px solid var(--color-000000, #000000);
  border-radius: 100vmax;
}
.l-produce > div:nth-of-type(3) > p:nth-child(2) {
  margin-top: 3.175%;
  font-size: 3.2vw;
  line-height: 1.584;
}
@media screen and (min-width: 751px) {
  .l-produce > h2 {
    font-size: 50px;
  }
  .l-produce > div:nth-of-type(2) > button {
    gap: 6px;
    font-size: 21px;
  }
  .l-produce > div:nth-of-type(2) > button::before {
    inline-size: 18px;
  }
  .l-produce > div:nth-of-type(2) > ul {
    max-height: 194px;
  }
  .l-produce > div:nth-of-type(2) > ul > li > div::before {
    font-size: 23px;
  }
  .l-produce > div:nth-of-type(2) > ul > li > div > p {
    font-size: 23px;
  }
  .l-produce > div:nth-of-type(2) > ul > li > div > p > span.space {
    padding-inline: 0 11px;
  }
  .l-produce > div:nth-of-type(2) > ul > li > p {
  font-size: 19px;
}
  .l-produce > div:nth-of-type(3) > p:nth-child(1) {
    padding-inline: 12px;
    font-size: 19px;
  }
  .l-produce > div:nth-of-type(3) > p:nth-child(2) {
    font-size: 17px;
  }
}

.l-choice {
  padding-inline: 8% 0;
  background-color: var(--color-ffffff, #ffffff);
}
.l-choice > header {
  padding: 18.841% 0 0 3.479%;
  border-left: 1px solid var(--color-000000, #000000);
}
.l-choice > header > p {
  font-size: 5.334vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.l-choice > ul {
  padding-block: 15.943% 17.392%;
  border-left: 1px solid var(--color-000000, #000000);
}
.l-choice > ul > li + li {
  margin-top: 9.303%;
}
.l-choice > ul > li > h3 {
  border-bottom: 1px solid var(--color-000000, #000000);
}
.l-choice > ul > li > .summary {
  padding: 2.907% 8.721% 0 4.652%;
}
.l-choice > ul > li > .summary > p:nth-of-type(1) > span {
  display: block;
  width: 9.396%;
}
.l-choice > ul > li > .summary > p:nth-of-type(1) > a {
  position: relative;
  display: block;
  width: fit-content;
  font-size: 6.667vw;
  font-weight: var(--font-weight-black);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-000000, #000000);
}
.l-choice > ul > li > .summary > p:nth-of-type(1) > a > span:nth-child(1) {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.l-choice > ul > li > .summary > p:nth-of-type(1) > a > span:nth-child(2) {
  font-size: 68.572%;
}
.l-choice > ul > li > .summary > p:nth-of-type(1) > a > span:nth-child(2)::after {
  content: "\03e";
}
.l-choice > ul > li > .summary > dl {
  margin-top: 2%;
}
.l-choice > ul > li > .summary > dl > dt {
  font-size: 5.334vw;
  font-weight: var(--font-weight-black);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.l-choice > ul > li > .summary > dl > dd {
  font-size: 5.067vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.264;
  letter-spacing: -0.02em;
}
.l-choice > ul > li > .summary > p:nth-of-type(2) {
  margin-top: 1.745%;
  font-size: 4.534vw;
  font-weight: var(--font-weight-black);
  line-height: 1.295;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.l-choice > ul > li > .visual {
  position: relative;
  margin-top: 2.907%;
}
.l-choice > ul > li > .visual > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.256%;
  aspect-ratio: 1;
  z-index: 1;
}
.l-choice > ul > li > .details {
  display: grid;
}
.l-choice > ul > li > .details > button {
  order: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding-inline: 4vw 8vw;
  margin-inline: auto;
  font-size: 4vw;
  font-weight: var(--font-weight-bold);
  line-height: 2;
  border: 1px solid var(--color-000000, #000000);
  border-radius: 100vmax;
}
.l-choice > ul > li > .details > button::before {
  content: "VIEW ALL";
}
.l-choice > ul > li > .details > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.667vw;
  transform: translateY(-50%);
  inline-size: 3.467vw;
  aspect-ratio: 13 / 9;
  background: url(../img/nav_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.l-choice > ul > li > .details > button[aria-expanded="true"]::before {
  content: "CLOSE";
}
.l-choice > ul > li > .details > button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}
.l-choice > ul > li > .details > div {
  order: 0;
  position: relative;
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 4.361%;
  transition: grid-template-rows 0.4s ease-out;
}
.l-choice > ul > li > .details > button[aria-expanded="true"] + div {
  grid-template-rows: 1fr;
}
.l-choice > ul > li > .details > div > div {
  overflow: hidden;
}
.l-choice > ul > li > .details > div > div > div > p {
  padding-inline: 4.652% 8.721%;
  font-size: 4vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.334;
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  gap: 2.667vw;
  margin-top: 3.489%;
  padding: 0 8.721% 5.814% 4.652%;
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(1) > li {
  padding-inline: 2.4vw;
  font-size: 3.734vw;
  line-height: 1.358;
  background-color: var(--color-e6e6e6, #e6e6e6);
  border-radius: 100vmax;
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(2) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 47.316%);
  justify-content: space-between;
  padding: 7.559% 8.721% 6.712% 4.652%;
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36.047%;
  height: 1px;
  background-color: var(--color-707070, #707070);
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(2) > li:nth-child(n+3) {
  margin-top: 14.185%;
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(2) > li > p {
  margin-top: 5.674%;
  font-size: 3.467vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.385;
}
.l-choice > ul > li > .details > div > div > div > ul:nth-of-type(2) > li > p > span {
  display: block;
  font-size: 92.31%
}

.l-choice .splide .splide__slide {
  width:  100% !important;
}
.l-choice .splide > .splide__arrows {
  display: grid;
  grid-template-columns: repeat(2, 6%);
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 6.396%;
  right: 6.396%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.l-choice .splide > .splide__arrows > .splide__arrow {
  transition: opacity 0.2s ease-in-out, visibility 0.5s ease-in-out;
  pointer-events: all;
}
.l-choice .splide > .splide__arrows > .splide__arrow.splide__arrow--prev > img {
  transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  .l-choice > header > p {
    font-size: 28px
  }
  .l-choice > ul > li > .summary > p:nth-of-type(1) > a {
    font-size: 35px;
  }
  .l-choice > ul > li > .summary > dl > dt {
    font-size: 28px
  }
  .l-choice > ul > li > .summary > dl > dd {
    font-size: 26px;
  }
  .l-choice > ul > li > .summary > p:nth-of-type(2) {
    font-size: 24px;
  }
  .l-choice > ul > li > .details > button {
    padding-inline: 21px 42px;
    font-size: 21px;
  }
  .l-choice > ul > li > .details > button::after {
    right: 14px;
    inline-size: 18px;
  }
  .l-choice > ul > li > .details > div > div > div > p {
    font-size: 21px;
  }
  .l-choice > ul > li > .details > div > div > div > ul:nth-of-type(1) {
    gap: 14px;
  }
  .l-choice > ul > li > .details > div > div > div > ul:nth-of-type(1) > li {
    padding-inline: 12px;
    font-size: 19px;
  }
  .l-choice > ul > li > .details > div > div > div > ul:nth-of-type(2) > li > p {
    font-size: 18px;
  }
}


.l-wear {
  padding-block: 25.067% 0;
  background-color: var(--color-ff5300, #ff5300);
  overflow-x: clip;
}
.l-wear > header {
  position: relative;
  padding: 0 8%;
}
.l-wear > header > h2 {
  margin-top: 17.461%;
}
.l-wear > header > p:nth-of-type(1) {
  font-size: 5.334vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: var(--color-ffffff, #ffffff);
}
.l-wear > header > p:nth-of-type(2) {
  margin-top: 4.445%;
  font-size: 5.067vw;
  font-weight: var(--font-weight-black);
  line-height: 1.474;
  letter-spacing: -0.08em;
}
.l-wear > header > span {
  position: absolute;
  top: 50.713%;
  right: -5.867%;
  width: 31.467%;
  aspect-ratio: 1;
  animation: circle 15s linear infinite;
}
.l-wear > ul {
  margin-top: 8%;
  background: url(../img/wear_background_01.svg) , url(../img/wear_background_02.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 80.534% auto, 85.537% auto;
  background-position: left top 11%, right bottom 4.3%;
}
.l-wear > ul > li > button {
  display: block;
  font-family: var(--font-ntsj);
  background-color: var(--color-ffffff, #ffffff);
  text-align: left;
}
.l-wear > ul > li:nth-child(odd) > button {
  margin-inline: 0 auto;
  padding: 3.734vw 4.8vw 7.467vw 8vw;
}
.l-wear > ul > li:nth-child(even) > button {
  margin-inline: auto 0;
  padding: 3.734vw 8vw 7.467vw 4.8vw;
}
.l-wear > ul > li > button > p {
  font-size: 4.534vw;
  font-weight: var(--font-weight-black);
  line-height: 1.295;
  letter-spacing: -0.02em;
}
.l-wear > ul > li > button > div {
  margin-top: 1.867vw;
}
.l-wear > ul > li > button > div > p:nth-child(1) {
  font-size: 4.267vw;
  font-weight: var(--font-weight-black);
  line-height: 1.375;
  letter-spacing: -0.02em;
}
.l-wear > ul > li > button > div > p:nth-child(1) > span {
  font-weight: var(--font-weight-regular);
}
.l-wear > ul > li > button > div > p:nth-child(2) {
  font-size: 4.267vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.375;
  letter-spacing: -0.02em;
}
.l-wear > ul > li > button > span {
  display: block;
  width: fit-content;
  margin-top: 1.867vw;
  padding-inline: 3.734vw;
  font-size: 3.467vw;
  font-weight: var(--font-weight-bold);
  line-height: 1.616;
  border: 1px solid var(--color-000000, #000000);
  border-radius: 100vmax;
  text-transform: uppercase;
}
.l-wear > ul > li > button > span::after {
  content: "\03e";
  padding-left: 0.2em;
}
.l-wear > ul > li > div {
  position: relative;
  pointer-events: none;
}
.l-wear > ul > li > div::before {
  content: "";
  position: absolute;
  inset: 0;
  mix-blend-mode: multiply; 
}
.l-wear > ul > li:nth-child(1) > div {
  margin-top: -18.667%;
}
.l-wear > ul > li:nth-child(2) > div {
  margin-top: -3.2%;
}
.l-wear > ul > li:nth-child(3) > div {
  margin-top: -11.2%;
}
.l-wear > ul > li:nth-child(4) > div {
  margin-top: -3.2%;
}
.l-wear > ul > li:nth-child(5) > div {
  margin-top: -13.867%;
}
.l-wear > ul > li:nth-child(6) > div {
  margin-top: -12.267%;
}
.l-wear > ul > li:nth-child(7) > div {
  margin-top: -8.534%;
}
.l-wear > ul > li:nth-child(1) > div::before {
  background-image: url('../img/wear_item_01_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li:nth-child(2) > div::before {
  background-image: url('../img/wear_item_02_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li:nth-child(3) > div::before {
  background-image: url('../img/wear_item_03_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li:nth-child(4) > div::before {
  background-image: url('../img/wear_item_04_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li:nth-child(5) > div::before {
  background-image: url('../img/wear_item_05_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li:nth-child(6) > div::before {
  background-image: url('../img/wear_item_06_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li:nth-child(7) > div::before {
  background-image: url('../img/wear_item_07_visual_blend.png');
  background-size: cover;
  background-position: center;
}
.l-wear > ul > li > div > img {
  isolation: isolate;
}
@media screen and (min-width: 751px) {
  .l-wear > header > p:nth-of-type(1) {
    font-size: 28px;
  }
  .l-wear > header > p:nth-of-type(2) {
    font-size: 26px;
  }
  .l-wear > ul > li:nth-child(odd) > button {
    padding: 19px 25px 39px 42px;
  }
  .l-wear > ul > li:nth-child(even) > button {
    padding: 19px 42px 39px 25px;
  }
  .l-wear > ul > li > button > p {
    font-size: 24px;
  }
  .l-wear > ul > li > button > div {
    margin-top: 10px;
  }
  .l-wear > ul > li > button > div > p:nth-child(1) {
    font-size: 22px;
  }
  .l-wear > ul > li > button > div > p:nth-child(2) {
    font-size: 22px;
  }
  .l-wear > ul > li > button > span {
    margin-top: 10px;
    padding-inline: 19px;
    font-size: 18px;
  }
}

.l-items {
  padding-block: 20.8% 24%;
  background-color: var(--color-e6e6e6, #e6e6e6);
  overflow-x: clip;
}
.l-items > section + section {
  padding-top: 5.867%;
}
.l-items > section:first-child {
  padding-top: 5.867%;
}
.l-items > section:not(:last-child) {
  padding-bottom: 5.867%;
}

.l-items .splide {
  margin-top: 7.467%;
}
.l-items .splide .splide__track ul > li {
  padding: 3.189%;
  background-color: var(--color-ffffff, #ffffff);
  border: 1px solid var(--color-000000, #000000);
}
.l-items .splide .splide__track ul > li > div > button {
  display: block;
  width: 100%;
  font-family: var(--font-ntsj);
  text-align: left;
}
.l-items .splide .splide__track ul > li > div > div:nth-child(1) {
  display: grid;
  grid-template-columns: 14.404% 1fr;
  border: 1px solid var(--color-000000, #000000);
}
.l-items .splide .splide__track ul > li > div > div:nth-child(1) > span {
  display: grid;
  place-content: center;
  font-size: 4.534vw;
  font-weight: var(--font-weight-black);
  line-height: 1.295;
  letter-spacing: -0.02em;
  border-right: 1px solid var(--color-000000, #000000);
}
.l-items .splide .splide__track ul > li > div > div:nth-child(1) > p {
  display: grid;
  place-content: center;
  padding-block: 2.885%;
  min-height: 2.706lh;
  font-size: 4vw;
  font-weight: var(--font-weight-black);
  line-height: 1.134;
  letter-spacing: -0.02em;
  text-align: center;
}
.l-items .splide .splide__track ul > li > div > div:nth-child(2) {
  margin-top: 6.531%;
}
.l-items .splide .splide__track ul > li > div > button {
  margin-top: 2.449%;
}
.l-items .splide .splide__track ul > li > div > button > p:nth-child(1) {
  font-size: 4vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.2;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.l-items .splide .splide__track ul > li > div > button > p:nth-child(2) {
  padding-bottom: 2.041%;
  font-size: 3.734vw;
  font-weight: var(--font-weight-black);
  line-height: 1.286;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.l-items .splide .splide__track ul > li > div > button > p > span.minus-times {
  letter-spacing: -0.058em;
}
.l-items .splide .splide__track ul > li > div > button > span {
  padding-top: 2.041%;
  display: block;
  font-size: 3.467vw;
  font-weight: var(--font-weight-black);
  line-height: 1.385;
  letter-spacing: -0.02em;
  text-align: right;
  text-transform: uppercase;
  border-top: 1px solid var(--color-000000, #000000);
}
.l-items .splide .splide__track ul > li > div > button > span::after {
  content: "\03e";
  padding-left: 0.2em;
}
.l-items .splide .splide__track {
  padding-left: 8% !important; 
}
.l-items .splide .splide__slide {
  margin-right: 3.479%;
  width:  71.734vw !important;
}
.l-items .splide > .splide__arrows {
  display: grid;
  grid-template-columns: repeat(2, 5.715%);
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
.l-items .splide > .splide__arrows > .splide__arrow {
  transition: opacity 0.2s ease-in-out, visibility 0.5s ease-in-out;
  pointer-events: all;
}
.l-items .splide > .splide__arrows > .splide__arrow.splide__arrow--prev {
  transform: translateX(-50%);
} 
.l-items .splide > .splide__arrows > .splide__arrow.splide__arrow--next {
  transform: translateX(50%);
} 
.l-items .splide > .splide__arrows > .splide__arrow.splide__arrow--prev > img {
  transform: rotate(180deg);
}
.l-items .splide > .splide__pagination {
  padding-block: 5.334% 0;
}
.l-items .splide > .splide__pagination > li {
  padding-inline: 1.6vw;
}
.l-items .splide > .splide__pagination > li > button {
  width: 2.134vw;
  aspect-ratio: 1;
  border: 1px solid var(--color-000000, #000000);
  border-radius: 100vmax;
}
.l-items .splide > .splide__pagination > li > button.is-active {
  background-color: var(--color-000000, #000000);
}
@media screen and (min-width: 751px) {
  .l-items .splide .splide__track ul > li > div > div:nth-child(1) > span {
    font-size: 24px;
  }
  .l-items .splide .splide__track ul > li > div > div:nth-child(1) > p {
    font-size: 21px;
  }
  .l-items .splide .splide__track ul > li > div > button > p:nth-child(1) {
    font-size: 21px;
  }
  .l-items .splide .splide__track ul > li > div > button > p:nth-child(2) {
    font-size: 19px;
  }
  .l-items .splide .splide__track ul > li > div > button > span {
    font-size: 18px;
  }
  .l-items .splide .splide__track {
    padding-left: 42px !important; 
  }
  .l-items .splide .splide__slide {
    margin-right: 17px;
    width:  373px !important;
  }
  .l-items .splide > .splide__pagination > li {
    padding-inline: 8px;
  }
  .l-items .splide > .splide__pagination > li > button {
    width: 11px;
  }
}

.l-bag {
  
}
.l-bag > header {
  position: relative;
}
.l-bag > header > p {
  margin-top: 2.223%;
  padding-inline: 8%;
  font-size: 5.067vw;
  font-weight: var(--font-weight-black);
  line-height: 1.474;
  letter-spacing: -0.08em;
}
.l-bag > header > span {
  position: absolute;
  top: -26.154%;
  right: -5.867%;
  width: 31.467%;
  aspect-ratio: 1;
  animation: circle 15s linear infinite;
}
@media screen and (min-width: 751px) {
  .l-bag > header > p {
    font-size: 26px;
  }
}

.l-shoes {
  
}
.l-shoes > header > p {
  margin-top: 2.223%;
  padding-inline: 8%;
  font-size: 5.067vw;
  font-weight: var(--font-weight-black);
  line-height: 1.474;
  letter-spacing: -0.08em;
}
@media screen and (min-width: 751px) {
  .l-shoes > header > p {
    font-size: 26px;
  }
}

.l-hat {
  
}
.l-hat > header > p {
  margin-top: 2.223%;
  padding-inline: 8%;
  font-size: 5.067vw;
  font-weight: var(--font-weight-black);
  line-height: 1.474;
  letter-spacing: -0.08em;
  white-space: nowrap;
}
@media screen and (min-width: 751px) {
  .l-hat > header > p {
    font-size: 26px;
  }
}



.l-faq {
  padding: 26.667% 8% 8%;
  background-color: var(--color-ffffff, #ffffff);
  overflow-x: clip;
}
.l-faq > header {
  position: relative;
}
.l-faq > header > p {
  padding-left: 0.25em;
  font-size: 3.2vw;
  font-weight: var(--font-weight-black);
  line-height: 1;
  letter-spacing: -0.08em;
}
.l-faq > header > h2 {
  font-size: 10.667vw;
  font-weight: var(--font-weight-black);
  line-height: 1;
  letter-spacing: -0.005em;
}
.l-faq > header > span {
  position: absolute;
  top: -113.462%;
  right: -16.508%;
  width: 37.461%;
  aspect-ratio: 1;
  animation: circle 15s linear infinite;
}
.l-faq > ul > li {
  border-bottom: 1px solid var(--color-000000, #000000);
}
.l-faq > ul > li > button {
  display: grid;
  grid-template-columns: 6.35% 1fr 7.62%;
  align-items: start;
  padding: 7.937% 0;
  width: 100%;
  font-size: 4.267vw;
  font-family: var(--font-ntsj);
  font-weight: var(--font-weight-medium);
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.l-faq > ul > li > button::before {
  content: "Q.";
}
.l-faq > ul > li > button > span {
  position: relative;
  aspect-ratio: 1;
}
.l-faq > ul > li > button > span::before, .l-faq > ul > li > button > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background-color: currentColor;
}
.l-faq > ul > li > button > span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.4s ease-in-out;
}
.l-faq > ul > li > div div:not([class]) {
  display: grid;
  grid-template-columns: 6.35% 1fr;
  align-items: baseline;
  font-size: 3.467vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.615;
  letter-spacing: -0.02em;
}
.l-faq > ul > li > div div:not([class])::before {
  content: "A.";
  font-size: 123%
}
.l-faq > ul > li > div p > span {
  font-size: 84.6%;
}
.l-faq > ul > li > div p a {
  color: inherit;
  text-decoration: underline;
}
.l-faq .accordion:has(button[aria-expanded=true]) .accordion__content {
  grid-template-rows: 1fr;
}
.l-faq .accordion__btn[aria-expanded=true] > span::after {
  transform: translate(-50%, -1px) rotate(0deg);
}
.l-faq .accordion__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease-out;
}
.l-faq .accordion__inner {
  overflow: hidden;
}
.l-faq .accordion__area {
  padding: 0 0 7.937%;
}
@media screen and (min-width: 751px) {
  .l-faq > header > p {
    font-size: 17px;
  }
  .l-faq > header > h2 {
    font-size: 55px;
  }
  .l-faq > ul > li > button {
    font-size: 22px;
  }
  .l-faq > ul > li > div div:not([class]) {
    font-size: 18px;
  }
}

.l-end {
  padding: 8% 8% 16%;
  background-color: var(--color-ffffff, #ffffff);
}
.l-end > ul > li {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 2.667vw;
  line-height: 1.7;
  letter-spacing: -0.02em;
}
.l-end > ul > li::before {
  content: "※";
}
.l-end > div {
  margin-top: 19.048%;
}
.l-end > div > a {
  display: block;
}
@media screen and (min-width: 751px) {
  .l-end > ul > li {
    font-size: 14px
  }
}

.modal-overlay {
  position: fixed;
  inset: 0;
  /* justify-content: center;
  align-items: center; */
  background-color: rgba(var(--color-base-black)/0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
  z-index: var(--z-index-modal);
}
.modal-overlay[aria-hidden="false"] {
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in, visibility 0.4s ease-in;
}
.modal-overlay .modal-inner {
  position: relative;
  margin: auto;
  /* padding-block: 30px 0; */
  width: 100%;
  height: 100dvh;
  background-color: var(--color-ffffff, #ffffff);
  opacity: 0;
  overflow: hidden;
}
.modal-overlay[aria-hidden="false"] .modal-inner {
  opacity: 1;
}
.modal-inner {
  font-family: var(--font-ntsj);
}
.modal-inner .modal-content {
  padding-block: 30px 0;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-inner .head {
  position: sticky;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 7.937%;
  padding-inline: 8%;
}
.modal-inner .head > p {
  position: relative;
}
.modal-inner .head > p > a {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.modal-inner .head > button {
  aspect-ratio: 1;
}

.modal-inner .summary {
  padding-inline: 8%;
}
.modal-inner .summary > span {
  display: block;
  width: 8.889%;
}
.modal-inner .summary > h2 > a {
  font-size: 6.667vw;
  font-weight: var(--font-weight-black);
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--color-000000, #000000);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.modal-inner .summary > dl > dt {
  font-size: 5.334vw;
  font-weight: var(--font-weight-black);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.modal-inner .summary > dl > dd {
  font-size: 5.067vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.316;
  letter-spacing: -0.02em;
}
.modal-inner .summary > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.667vw;
  margin-top: 1.905%;
  padding-block: 0 6.35%;
}
.modal-inner .summary > ul > li {
  padding-inline: 2.4vw;
  font-size: 3.734vw;
  line-height: 1.358;
  background-color: var(--color-e6e6e6, #e6e6e6);
  border-radius: 100vmax;
}
.modal-inner .details {
  position: relative;
  padding: 5.334% 8% 13.334%;
}
.modal-inner .details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 92%;
  height: 1px;
  background-color: var(--color-000000, #000000);
  z-index: 1;
}
.modal-inner .details > p:nth-child(1) {
  font-size: 4.534vw;
  font-weight: var(--font-weight-black);
  line-height: 1.295;
  letter-spacing: -0.02em;
}
.modal-inner .details > p:nth-child(2) {
  margin-top: 2.223%;
  font-size: 4vw;
  font-weight: var(--font-weight-medium);
  line-height: 1.334;
  letter-spacing: -0.02em;
}
.modal-inner .details > ul > li {
  margin-top: 1.867%;
  font-size: 3.2vw;
  line-height: 1.417;
  letter-spacing: -0.005em;
}

@media screen and (min-width: 769px) {
  .modal-overlay .modal-inner {
    margin-inline: auto 0;
    width: 520px;
  }
  .modal-inner .summary > h2 > a {
    font-size: 35px;
  }
  .modal-inner .summary > dl > dt {
    font-size: 28px;
  }
  .modal-inner .summary > dl > dd {
    font-size: 26px;
  }
  .modal-inner .summary > ul {
    gap: 14px;
  }
  .modal-inner .summary > ul > li {
    padding-inline: 12px;
    font-size: 19px;
  }
  .modal-inner .details > p:nth-child(1) {
    font-size: 24px;
  }
  .modal-inner .details > p:nth-child(2) {
    font-size: 21px;
  }
  .modal-inner .details > ul > li {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .modal-overlay .modal-inner {
    margin: auto;
    width: 520px;
  }
}