/* ===============================================================================
Reset
=============================================================================== */
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, 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%;
  vertical-align: baseline;
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

button {
  border: none;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.7;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #fff;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 12px;
  opacity: 0.3;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 10px;
  min-height: initial;
}

.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  opacity: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  fill: rgba(255, 255, 255, 0.1);
  background-blend-mode: multiply;
  backdrop-filter: blur(25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__container {
  background-color: #fff;
  max-width: 860px;
  max-height: 100vh;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
  cursor: pointer;
  z-index: 1;
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.splide__pagination__page {
  opacity: 1;
}

.splide__pagination__page.is-active {
  background: var(--yellow);
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
  position: relative;
  z-index: 101;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* ===============================================================================
Body Setting
=============================================================================== */
:root {
  --orange:#F29627;
  --yellow: #FFCC00;
  --red:#EA4909;
  --gray: #F2F1F0;
  --pink: #EFBEBE;
  --black: #331D00;
  --text: #2F3739;
}

html {
  scroll-behavior: smooth;
}

body {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
body.show {
  opacity: 1;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
  letter-spacing: 0.8px;
  overflow-x: hidden;
}
main h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%; /* 50px */
  text-align: center;
  padding: 80px 0 64px;
}
@media (min-width: 835px) {
  main h2 {
    font-size: 60px;
    line-height: 100%;
    padding: 160px 0 80px;
  }
}
main h2 span {
  font-family: "Roboto Condensed", sans-serif;
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.9px;
  display: block;
  padding-top: 16px;
}
@media (min-width: 835px) {
  main h2 span {
    padding-top: 24px;
  }
}

.spOnly {
  display: none;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

@media (max-width: 835px) {
  main br:not(.sp-br) {
    display: none;
  }
  main br.sp-br {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
  .spOnly {
    display: block;
  }
}
@media (any-hover: hover) {
  main a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  main a:hover {
    opacity: 0.6;
  }
}
a.btn-gotop {
  right: 4px;
}

.button {
  background-color: transparent;
  width: 73px;
  height: 55px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 600px) {
  .button {
    width: 50px;
    height: 38px;
  }
}

.button::before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 73px;
  height: 55px;
}
@media (max-width: 600px) {
  .button::before {
    width: 50px;
    height: 38px;
  }
}

.prev::before {
  background-image: url("../img/2026/icon-arrow.svg");
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
}

.next::before {
  background-image: url("../img/2026/icon-arrow.svg");
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1));
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button:disabled::before {
  opacity: 0.5;
}

/* ===============================================================================
Container
=============================================================================== */
/* main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
} */
.delighter {
  opacity: 0;
  -webkit-transform: translatey(50px);
          transform: translatey(50px);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.delighter.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

main p, main div {
  font-weight: 500;
}

#top {
  background-color: #F6F1EC;
  position: relative;
}
@media (min-width: 835px) {
  #top {
    padding-top: 40px;
  }
}
#top .logo {
  max-width: 180px;
  padding: 16px 0;
  margin: 0 auto;
}
@media (min-width: 835px) {
  #top .logo {
    max-width: 256px;
    position: absolute;
    padding: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 560px;
    left: -110px;
  }
}
#top .mv {
  gap: 20px;
}
@media (max-width: 600px) {
  #top .mv {
    gap: 10px;
  }
}
#top .mv ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-animation: infinity-scroll-left 150s infinite linear;
          animation: infinity-scroll-left 150s infinite linear;
}
@media (max-width: 835px) {
  #top .mv ul {
    gap: 10px;
    -webkit-animation: infinity-scroll-left 100s infinite linear;
            animation: infinity-scroll-left 100s infinite linear;
  }
}
#top .mv ul li {
  width: 4880px;
}
@media (max-width: 835px) {
  #top .mv ul li {
    width: 1952px;
  }
}
#top .title {
  max-width: 1124px;
  margin: -80px auto 0;
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 104px 1fr;
  grid-template-areas: "weeksimg" "icon" "h1";
}
@media (max-width: 835px) {
  #top .title {
    width: 71.2vw;
  }
}
@media (max-width: 600px) {
  #top .title {
    width: 69.2vw;
    margin: -64px 13vw 0 auto;
  }
}
#top .title .icon {
  grid-area: icon;
  width: 140px;
  padding-top: 126px;
}
@media (max-width: 835px) {
  #top .title .icon {
    padding-top: 0;
    margin-top: -190px;
    margin-left: -100px;
  }
}
@media (max-width: 600px) {
  #top .title .icon {
    width: 24vw;
    margin: -42px 5vw 0 auto;
    z-index: 1;
  }
}
@media (max-width: 460px) {
  #top .title .icon {
    margin-right: -9.2vw;
  }
}
@media (max-width: 375px) {
  #top .title .icon {
    margin-right: -9.6vw;
  }
}
#top .title .weeksimg {
  grid-area: weeksimg;
}
#top .title h1 {
  padding: 120px 0 0 34px;
}
@media (max-width: 835px) {
  #top .title h1 {
    padding-top: 0px;
    margin-top: -180px;
  }
}
@media (max-width: 600px) {
  #top .title h1 {
    padding: 0;
    margin-top: -150px;
    margin-left: -11vw;
  }
  #top .title h1 img {
    width: 72.82vw;
  }
}
#top .title h1 span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 29.268px;
  line-height: 150%;
  letter-spacing: 4.683px;
  display: block;
  padding-top: 26px;
}
@media (max-width: 600px) {
  #top .title h1 span {
    font-size: 18px;
    line-height: 150%; /* 36px */
    letter-spacing: 3.84px;
    padding-top: 12px;
  }
}
@media (min-width: 835px) {
  #top .title {
    grid-template-columns: 140px 402px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "icon h1 weeksimg" ". . weeksimg";
  }
}

.scroll {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#about {
  background-color: var(--orange);
  color: var(--black);
  position: relative;
  margin-top: -140px;
}
#about::before {
  position: absolute;
  content: "";
  display: block;
  width: 110%;
  height: 110px;
  top: -60px;
  left: -5%;
  background-color: var(--orange);
  border-radius: 50%;
}
@media (min-width: 835px) {
  #about::before {
    height: 230px;
    top: -150px;
  }
}
#about .text {
  max-width: 958px;
  margin: 0 auto;
  padding: 80px 0;
  font-size: 18px;
  line-height: 200%; /* 36px */
  letter-spacing: 0.9px;
  z-index: 1;
  position: relative;
}
@media (min-width: 835px) {
  #about .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    letter-spacing: 1px;
  }
  #about .text > * {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 835px) {
  #about .text {
    padding: 0 25px;
  }
}
#about .text h2 {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 140%; /* 44.8px */
  letter-spacing: 3.2px;
  font-weight: 505;
  padding: 0;
}
@media (max-width: 835px) {
  #about .text h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 140%; /* 33.6px */
    letter-spacing: 1.2px;
    padding: 64px 0;
  }
}
#about .scroll ul {
  -webkit-animation: infinity-scroll-left 120s infinite linear;
          animation: infinity-scroll-left 120s infinite linear;
}
#about .scroll ul li {
  width: 11.5em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 130%; /* 182px */
  letter-spacing: 7px;
  letter-spacing: 2.367px;
  color: rgba(255, 255, 255, 0.1);
}
#about .splide1 {
  overflow: hidden;
  padding: 32px 25px;
}
@media (min-width: 835px) {
  #about .splide1 {
    padding: 70px 0 220px;
  }
}
#about .splide1 .splide__track {
  overflow: visible;
}
#about .splide1 .splide-wrap {
  max-width: 720px;
  margin: 0 auto;
}
#about .splide1 .splide__pagination {
  bottom: -5em;
}
@media (max-width: 600px) {
  #about .splide1 li.splide__slide:nth-of-type(n +2) {
    padding-top: 64px;
  }
}
#about .splide1 .splide__slide > .img {
  position: relative;
  width: 380px;
}
@media (max-width: 600px) {
  #about .splide1 .splide__slide > .img {
    width: 100%;
  }
}
#about .splide1 .splide__slide > .img > img {
  border-radius: 20px;
}
#about .splide1 .splide__slide > .img > span {
  position: absolute;
  display: block;
  right: 25px;
  bottom: -20px;
}
@media (min-width: 835px) {
  #about .splide1 .splide__slide > .img > span {
    left: 20px;
    bottom: -40px;
  }
}
@media (min-width: 601px) {
  #about .splide1 .splide__slide > .img + div {
    width: calc(100% - 380px - 40px);
    padding-right: 40px;
  }
}
#about .splide1 h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.1px;
  padding-top: 40px;
  padding-bottom: 24px;
}
@media (min-width: 835px) {
  #about .splide1 h3 {
    font-size: 26px;
    letter-spacing: 1.3px;
    padding-top: 20px;
    padding-bottom: 40px;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  #about .splide1 .button {
    display: none;
  }
}
#about .splide1 .splide__slide {
  display: block;
}
@media (min-width: 601px) {
  #about .splide1 .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
#about .splide1 .splide__arrow--prev {
  left: -7em;
}
@media (max-width: 835px) {
  #about .splide1 .splide__arrow--prev {
    left: -3em;
  }
}
#about .splide1 .splide__arrow--next {
  right: -5em;
}

#howto {
  background-color: var(--gray);
}
#howto .howto-content1, #howto .howto-content2 {
  padding-bottom: 180px;
}
#howto .howto-content2 {
  background: var(--gray);
}
#howto .howto-content2 h3 {
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0.2)), to(rgba(255, 0, 0, 0.2))), var(--orange);
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0.2) 100%), var(--orange);
}
#howto .howto-content3 h3 {
  display: block;
  margin: 0 0 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 0, 0.2)), to(rgba(255, 0, 0, 0.2))), var(--orange);
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0.2) 100%), var(--orange);
}
@media (max-width: 835px) {
  #howto .howto-content3 h3 {
    margin: 0 auto;
  }
}
#howto > .text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
  padding-bottom: 132px;
}
@media (min-width: 835px) {
  #howto > .text {
    letter-spacing: 1.3px;
    text-align: center;
    padding-bottom: 143px;
  }
}
#howto h3 {
  text-align: center;
  font-size: 16px;
  line-height: 160%; /* 32px */
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 20px 20px 0px 0px;
  background: var(--orange);
  -webkit-box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 87.17vw;
  padding: 21px 0 19px;
  top: -68px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 835px) {
  #howto h3 {
    font-size: 20px;
    line-height: 160%; /* 32px */
    letter-spacing: 1px;
    width: 450px;
    padding: 16px 0 15px;
    top: -63px;
    display: inline-block;
  }
}
@media (min-width: 601px) {
  #howto h3 + .splide {
    padding-top: 60px;
  }
}
#howto .splide__arrows {
  display: none;
}
@media (max-width: 600px) {
  #howto .splide__arrows {
    display: block;
  }
}
#howto .splide__arrows .splide__arrow--next {
  right: -1em;
  top: 64vw;
}
#howto .splide__arrows .splide__arrow--prev {
  left: -1em;
  top: 64vw;
}
#howto .modal__container .splide__arrows {
  display: block;
}
@media (max-width: 600px) {
  #howto .modal__container .splide__arrows {
    display: none;
  }
}
#howto .modal__container .splide__arrows .button::before {
  width: 50px;
  height: 38px;
}
#howto .modal__container .splide__arrow--next {
  top: 50%;
  right: -10px;
}
#howto .modal__container .splide__arrow--prev {
  top: 50%;
  left: 10px;
}
#howto .howto-content {
  background-color: #F8F8F8;
}
#howto .howto-content .wrapper {
  max-width: 1064px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #howto .howto-content .splide {
    width: 87.466vw;
    margin: 0 auto;
  }
}
@media (min-width: 601px) {
  #howto .howto-content .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
@media (min-width: 601px) {
  #howto .howto-content .splide__slide {
    width: calc((100% - 100px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  #howto .howto-content .modal__overlay {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    padding: 100px 0 20px;
  }
}
@media (max-width: 600px) {
  #howto .howto-content .modal__container {
    border-radius: 0;
  }
}
#howto .splide__pagination {
  bottom: -24px;
}
@media (max-width: 600px) {
  #howto .splide__pagination {
    bottom: -36px;
  }
}
#howto .splide__pagination__page {
  background: var(--yellow);
  opacity: 0.2;
}
#howto .splide__pagination__page.is-active {
  opacity: 1;
}

.card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.card .img {
  position: relative;
}
.card .img.plus::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 16px;
  right: 16px;
  background: url("../img/2026/icon-plus.svg") no-repeat;
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.25));
}
.card .icon {
  position: absolute;
  display: block;
  width: 72px;
  bottom: -36px;
  right: 16px;
}
.card .wrapper {
  padding: 22px;
  text-align: left;
}
.card .wrapper h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%; /* 32px */
  font-size: 20px;
}
.card .wrapper a {
  color: var(--red);
  font-size: 12px;
  line-height: 160%; /* 19.2px */
}
.card .wrapper .text {
  font-size: 12px;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0;
  padding-top: 16px;
}
@media (min-width: 601px) {
  .card .modal_open-button:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}

@media (min-width: 601px) {
  #howto .modal__content .splide__list {
    gap: 0 !important;
  }
}
@media (min-width: 601px) {
  #howto .modal__content .splide__slide img {
    height: 540px;
  }
}
#howto .modal__content .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 1.5em;
}
#howto .modal__content .splide__pagination__page {
  background-color: #fff;
  opacity: 0.3;
}
#howto .modal__content .splide__pagination__page.is-active {
  background-color: #fff;
  opacity: 1;
}
@media (max-width: 600px) {
  #howto .modal__content .splide {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #howto .modal__content .card {
    border-radius: 0;
  }
}
@media (min-width: 601px) {
  #howto .modal__content .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#howto .modal__content .card .wrapper {
  padding: 0 42px;
}
@media (max-width: 600px) {
  #howto .modal__content .card .wrapper {
    padding: 24px 38px;
    position: relative;
  }
}
#howto .modal__content .card .img {
  max-width: 540px;
}
#howto .modal__content .card .icon {
  top: -36px;
}
@media (min-width: 601px) {
  #howto .modal__content .card .icon {
    position: relative;
    top: -10px;
    bottom: 0;
    right: auto;
  }
}

#sns {
  color: var(--black);
}
#sns .text {
  background-color: #FBFBFB;
  padding-top: 64px;
}
@media (min-width: 835px) {
  #sns .text {
    padding-top: 70px;
  }
}
#sns .text .inner {
  padding: 0 25px;
}
@media (min-width: 835px) {
  #sns .text .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
#sns .text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.2px;
  text-align: center;
  padding-bottom: 24px;
}
@media (min-width: 835px) {
  #sns .text h3 {
    padding: 0 0 70px;
    margin-right: 83px;
  }
}
#sns .text h3 + p {
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
@media (max-width: 600px) {
  #sns .text h3 + p {
    line-height: 170%; /* 27.2px */
  }
}
@media (min-width: 835px) {
  #sns .text h3 + p {
    padding-bottom: 70px;
  }
}
#sns .text .img {
  width: 158px;
  margin: 0 auto;
}
@media (min-width: 835px) {
  #sns .text .img {
    width: 183px;
    margin: -198px 0 -72px 25px;
  }
}
#sns .follow {
  background: var(--orange);
}
#sns .follow .inner {
  padding: 24px 27px;
}
@media (min-width: 601px) {
  #sns .follow .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 103px;
    padding: 40px 0 35px;
  }
}
@media (max-width: 835px) {
  #sns .follow .inner {
    gap: 3vw;
  }
}
#sns .follow .inner h3 {
  padding-bottom: 24px;
}
@media (min-width: 601px) {
  #sns .follow .inner h3 {
    padding-bottom: 0;
  }
}
#sns .follow .inner h3 img {
  width: initial;
  margin: 0 auto;
}
@media (min-width: 601px) {
  #sns .follow .inner h3 img {
    width: 155px;
    margin: 0;
  }
}
#sns .follow .inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 601px) {
  #sns .follow .inner div {
    gap: 24px;
  }
}
@media (min-width: 601px) {
  #sns .follow .inner div a {
    width: 270px;
  }
}
#sns .scroll-wrapper {
  color: #fff;
  background-color: var(--red);
}
#sns .scroll-wrapper .scroll {
  padding: 12px 0;
  -webkit-animation: infinity-scroll-left 40s infinite linear;
          animation: infinity-scroll-left 40s infinite linear;
}
#sns .scroll-wrapper .scroll li {
  width: 20em;
  text-align: center;
  font-size: 16px;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.6px;
}

button.btn {
  background-color: var(--red);
  font-size: 16px;
  width: 240px;
  height: 50px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.btn a {
  font-weight: 600;
  line-height: 170%; /* 27.2px */
  color: #FFFFFF;
  width: 100%;
}

#lineup2 {
  background-color: #F0F0F0;
  padding-bottom: 80px;
}
@media (min-width: 601px) {
  #lineup2 {
    padding-bottom: 160px;
  }
}
#lineup2 .inner {
  padding: 0 25px;
}
@media (min-width: 835px) {
  #lineup2 .inner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media (min-width: 601px) {
  #lineup2 .inner ul.img-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
#lineup2 .inner ul.img-desc li + li {
  padding-top: 64px;
}
@media (min-width: 601px) {
  #lineup2 .inner ul.img-desc li + li {
    padding-top: 0;
  }
}
@media (min-width: 601px) {
  #lineup2 .inner ul.img-desc img {
    width: 460px;
  }
}
#lineup2 .inner ul.desc {
  padding-top: 64px;
}
@media (min-width: 835px) {
  #lineup2 .inner ul.desc {
    padding-top: 80px;
  }
}
@media (min-width: 835px) {
  #lineup2 .inner ul.desc li {
    width: 460px;
  }
}
#lineup2 .inner ul.desc li + li {
  padding-top: 40px;
}
@media (min-width: 835px) {
  #lineup2 .inner ul.desc li + li {
    padding-top: 0;
  }
}
#lineup2 .inner ul.desc h3 {
  padding-bottom: 40px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}
@media (min-width: 835px) {
  #lineup2 .inner ul.desc h3 {
    padding-bottom: 32px;
  }
}
#lineup2 .inner ul.desc h3 span {
  display: block;
  padding-bottom: 40px;
}
@media (min-width: 835px) {
  #lineup2 .inner ul.desc h3 span {
    padding-top: 32px;
  }
}
#lineup2 .inner ul.desc .img img {
  border-radius: 20px;
}
#lineup2 .inner button {
  margin: 64px auto 0;
}
@media (min-width: 835px) {
  #lineup2 .inner button {
    margin: 80px auto 0;
  }
}

.lineup2.scroll ul {
  line-height: 0;
  -webkit-animation: infinity-scroll-left 200s infinite linear;
          animation: infinity-scroll-left 200s infinite linear;
}
.lineup2.scroll ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2200px;
}
@media (min-width: 835px) {
  .lineup2.scroll ul li {
    width: 4400px;
  }
}
.lineup2.scroll ul img {
  width: 200px;
}
@media (min-width: 835px) {
  .lineup2.scroll ul img {
    width: 400px;
  }
}

#series-lineup {
  background-color: #F6F1EC;
  padding-bottom: 80px;
}
@media (min-width: 835px) {
  #series-lineup {
    padding-bottom: 160px;
  }
}
#series-lineup .inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (min-width: 601px) {
  #series-lineup ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
#series-lineup ul li {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px 20px;
  letter-spacing: 0;
}
@media (min-width: 601px) {
  #series-lineup ul li {
    width: calc((100% - 40px) / 2);
    padding: 80px 48px;
  }
}
#series-lineup ul li + li {
  margin-top: 40px;
}
@media (min-width: 601px) {
  #series-lineup ul li + li {
    margin-top: 0;
  }
}
@media (min-width: 601px) {
  #series-lineup ul li.long-pc {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 50px 80px;
  }
  #series-lineup ul li.long-pc .img {
    width: 362px;
  }
  #series-lineup ul li.long-pc .img + div {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
}
@media (min-width: 835px) {
  #series-lineup ul li.long-pc .img + div {
    width: 360px;
  }
}
#series-lineup ul li .img {
  padding: 0 20px;
  position: relative;
}
@media (min-width: 601px) {
  #series-lineup ul li .img {
    padding: 0;
  }
}
#series-lineup ul li h3 {
  color: var(--red);
  font-size: 22px;
  font-weight: 700;
  line-height: 160%; /* 35.2px */
  margin-top: 40px;
}
@media (min-width: 601px) {
  #series-lineup ul li h3 {
    margin-top: 64px;
  }
}
@media (min-width: 835px) {
  #series-lineup ul li .sneaker {
    padding-bottom: 35px;
  }
}
#series-lineup ul li p {
  margin-top: 24px;
  letter-spacing: 0;
}
#series-lineup ul li p.copyright {
  font-family: "Gothic MB101 Regular", sans-serif;
  font-size: 8px;
  position: absolute;
  right: 0;
  margin-top: 0;
}
@media (min-width: 835px) {
  #series-lineup ul li p.copyright {
    right: -20px;
  }
}
#series-lineup ul li p.icon {
  position: absolute;
  max-width: 66px;
  width: 16.9vw;
  left: 1.2vw;
  bottom: -2.2vw;
  margin-top: 0;
}
@media (min-width: 835px) {
  #series-lineup ul li p.icon {
    max-width: initial;
    width: 96px;
    bottom: 0;
    left: -24px;
  }
}
#series-lineup ul li button {
  margin: 24px auto 0;
}
@media (min-width: 601px) {
  #series-lineup ul li button {
    margin: 40px 0 0;
  }
}
#series-lineup .text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 1px;
  padding-top: 64px;
}
@media (min-width: 601px) {
  #series-lineup .text {
    padding-top: 80px;
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
#series-lineup .btn.all {
  width: 280px;
  margin: 40px auto 0;
}
@media (min-width: 601px) {
  #series-lineup .btn.all {
    margin: 80px auto 0;
  }
}

#features {
  background-color: #F0F0F0;
  padding: 0 0 120px;
}
@media (min-width: 835px) {
  #features {
    padding: 0 0 200px;
  }
}
#features h2 {
  padding-bottom: 84px;
}
@media (min-width: 835px) {
  #features h2 {
    padding-bottom: 126px;
  }
}
#features .splide__track {
  overflow: visible;
}
#features .splide__slide {
  background-color: #fff;
  border-radius: 20px;
  padding: 0 20px 40px;
}
@media (min-width: 835px) {
  #features .splide__slide {
    padding: 0 36px 30px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #features .splide__slide.is-active {
    opacity: 1;
  }
}
#features .splide__slide .img {
  margin-top: -18px;
}
@media (min-width: 835px) {
  #features .splide__slide .img {
    margin-top: -46px;
  }
}
#features .splide__slide .img img {
  border-radius: 20px;
}
@media (max-width: 600px) {
  #features .splide__slide .text {
    font-size: 15px;
    line-height: 170%; /* 25.5px */
    letter-spacing: 0.5px;
  }
}
#features .splide__slide h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.3px;
  padding: 24px 0;
  text-align: center;
}
@media (min-width: 835px) {
  #features .splide__slide h4 {
    padding: 48px 0;
  }
}
#features .splide__pagination {
  position: relative;
  top: 50px;
  line-height: 160%; /* 25.6px */
}
#features .splide__pagination__page {
  font-weight: 500;
  width: initial;
  height: initial;
  background: initial;
  color: var(--red);
  opacity: 0.3;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
#features .splide__pagination__page.is-active {
  background: initial;
  opacity: 1;
}
#features .button {
  top: 54%;
}
@media (max-width: 600px) {
  #features .button {
    top: 58%;
  }
}

#accessories {
  background-color: var(--orange);
  padding-bottom: 80px;
}
@media (min-width: 601px) {
  #accessories {
    padding-bottom: 160px;
  }
}
#accessories .inner + .inner {
  padding-top: 120px;
}
@media (max-width: 600px) {
  #accessories .inner + .inner {
    padding-top: 64px;
  }
}
#accessories h2 span {
  color: var(--yellow);
}
#accessories .text {
  font-size: 22px;
  font-weight: 600;
  line-height: 160%; /* 35.2px */
  letter-spacing: 1.1px;
  padding-bottom: 64px;
  text-align: center;
}
@media (min-width: 601px) {
  #accessories .text {
    font-size: 26px;
    letter-spacing: 2.6px;
    padding-bottom: 120px;
  }
}
#accessories .inner {
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 835px) {
  #accessories .inner {
    padding: 0 25px;
  }
}
@media (min-width: 835px) {
  #accessories .inner {
    display: grid;
    grid-template-areas: "main desc" "thumbnail thumbnail";
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#accessories .splide.accessories {
  grid-area: main;
  max-width: 460px;
}
@media (max-width: 835px) {
  #accessories .splide.accessories {
    max-width: 100%;
  }
}
#accessories .splide.accessories img {
  border-radius: 20px;
}
#accessories .splide.accessories .splide__pagination {
  opacity: 1;
  bottom: 1.2em;
}
@media (min-width: 601px) {
  #accessories .splide.accessories .splide__pagination {
    width: 460px;
    bottom: 2em;
    margin: 0 auto;
  }
}
#accessories .splide.accessories .splide__pagination__page {
  opacity: 1;
}
#accessories .splide.accessories .splide__pagination__page.is-active {
  background: #FC0;
}
#accessories .splide.thumbnail {
  grid-area: thumbnail;
  margin: 16px -7px 40px auto;
}
@media (min-width: 835px) {
  #accessories .splide.thumbnail {
    margin: 40px auto 0;
  }
}
#accessories .splide.thumbnail .splide__slide {
  border-radius: 10px;
  overflow: hidden;
  border-width: 2px;
  border-color: var(--orange);
  width: 120px;
  height: 120px;
}
@media (max-width: 835px) {
  #accessories .splide.thumbnail .splide__slide {
    width: calc((100vw - 100px - 28px) / 5);
    height: calc((100vw - 100px - 28px) / 5);
  }
}
@media (max-width: 600px) {
  #accessories .splide.thumbnail .splide__slide {
    width: calc((100vw - 50px - 28px) / 5);
    height: calc((100vw - 50px - 28px) / 5);
  }
}
#accessories .splide.thumbnail .splide__slide.is-active {
  border-color: #FC0;
}
@media (max-width: 835px) {
  #accessories .splide.thumbnail .splide__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#accessories .desc {
  grid-area: desc;
}
@media (min-width: 835px) {
  #accessories .desc {
    width: 370px;
  }
}
#accessories .desc h4 span {
  display: block;
  padding-top: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 160%; /* 41.6px */
  letter-spacing: 1.1px;
}
@media (min-width: 835px) {
  #accessories .desc h4 span {
    font-size: 26px;
    letter-spacing: 1.3px;
  }
}
#accessories .desc p {
  padding: 24px 0 40px;
}
@media (min-width: 835px) {
  #accessories .desc p {
    padding-top: 40px;
  }
}
#accessories .desc .btn {
  margin: 0 auto;
}
@media (min-width: 835px) {
  #accessories .desc .btn {
    margin: 0;
  }
}

#lineup {
  padding: 80px 0;
  background-color: var(--gray);
}
@media (min-width: 835px) {
  #lineup {
    padding: 120px 0;
  }
}
#lineup > ul {
  margin: 0 auto;
  padding: 0 1.5vw;
}
@media (min-width: 835px) {
  #lineup > ul {
    width: 952px;
    gap: 24px;
    padding: 0;
  }
}
#lineup > ul > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  margin: 1.5vw;
  width: calc((100% - 6vw) / 2);
}
@media (min-width: 835px) {
  #lineup > ul > li {
    border-radius: 20px;
    margin: 0;
    width: 220px;
  }
}
#lineup > ul > li .btn-item {
  border: none;
}
#lineup .btn-item dl + dl {
  top: calc(100% - 208px);
}
#lineup .copyright {
  padding-top: 64px;
  color: var(--black);
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px; /* 200% */
}
@media (min-width: 835px) {
  #lineup .copyright {
    padding-top: 160px;
  }
}

.no-touch a.btn-item[data-href]:hover dl:first-child + dl, .no-touch a.btn-item[href]:hover dl:first-child + dl {
  height: calc(100% - 186px);
}

#page:not(:has(> [role=shadow])) {
  padding-top: 0;
}

.buy {
  right: 0;
  bottom: 150px;
  padding: 58px 16px 58px 20px;
  border-radius: 20px 0 0 20px;
  background-color: var(--red);
  z-index: 1;
  position: fixed;
  right: -100px;
  bottom: 80px;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
  z-index: 100;
}
.buy.hide {
  right: -100px;
}
.buy.show {
  right: 0;
}
.buy a {
  color: #fff;
}
@media (max-width: 600px) {
  .buy {
    padding: 30px 16px 30px 20px;
  }
}/*# sourceMappingURL=style_v2.css.map */