html {
  scroll-behavior: smooth;
  @media (768px <= width) {
    font-size: min(calc(100vw / 118), 10px);
  }
  @media (width < 768px) {
    font-size: calc(100vw / 37.5);
  }
}

header {
  z-index: 100;
}

body {
  font-size: 1.6rem;
  @media (width < 768px) {
    font-size: 1.4rem;
  }
  .contents-wrap {
    @media (width < 768px) {
      overflow: initial;
    }
  }
}

footer {
  letter-spacing: .08em;
}

#uniform2026 {
  font-family: var(--font-main);
  font-feature-settings: "palt" on;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-optical-sizing: auto;
}

.mv {
  img {
    width: 100%;
  }
}

.uniform-nav {
  position: sticky;
  top: var(--header-height);
  z-index: 10;
  pointer-events: none;
  height: 100vh;
  mix-blend-mode: difference;
  .nav-list {
    margin-left: auto;
    width: fit-content;
    padding: 1vw 1vw 0 0;
    @media (width < 768px) {
      padding: .5vw .5vw 0 0;
    }
    a {
      display: block;
      writing-mode: vertical-rl;
      padding: 20px;
      font-family: var(--font-en);
      font-size: 2.4rem;
      font-weight: 800;
      pointer-events: auto;
      position: relative;
      color: #fff;
      @media (width < 768px) {
        padding: 16px 4px;
        font-size: 1.2rem;
        width: 25px;
      }
      span {
        padding-left: 1px;
        display: block;
        line-height: 1.2;
        background: linear-gradient(#fff, #fff) no-repeat center left / 2px 100%;
        transition: background-size .4s var(--ease);
        @media (width < 768px) {
          background-size: 1px 100%;
        }
      }
      &:hover {
        span {
          background-size: 2px 0;
          @media (width < 768px) {
            background-size: 1px 0;
          }
        }
      }
    }
  }
}

section {
  .section-inner {
    margin: 0 auto;
    @media (768px <= width) {
      width: 1200px;
      max-width: 80%;
      padding: 160px 0;
    }
    @media (width < 768px) {
      width: 80%;
      max-width: calc( 100% - 50px);
      padding: 80px 0;
    }
  }
  .section-title {
    color: #fff;
    span {
      display: block;
    }
    .en {
      font-family: var(--font-en);
      font-size: 10rem;
      font-weight: 800;
      line-height: 1.2;
      @media (width < 768px) {
        font-size: 4rem;
      }
    }
    .jp {
      font-size: 2rem;
      @media (width < 768px) {
        font-size: 1.6rem;
      }
    }
    + * {
      margin-top: 80px;
      @media (width < 768px) {
        margin-top: 50px;
      }
    }
  }
}

.attention-list > li,
.attention-text {
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
	> * {
		text-indent: 0;
	}
	&::before{
		content: "※";
		width: 1em;
		display: inline-block;
		text-indent: 0;
	}
}

.slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.slider-container {
  position: relative;
  overflow: hidden;
  cursor: grab;
}

.slider-container:active {
  cursor: grabbing;
}

.slide {
  display: none;
  width: 100%;
}

.slide.active {
  display: block;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}

.slider-dots {
  text-align: center;
  padding: 1rem 0;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gray-01);
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: var(--gold);
}

.dot:hover {
  opacity: .7;
}

#lineup {
  margin-top: -100vh;
  color: #fff;
  > div {
    &:nth-child(2) {
      .uniform-box {
        @media (768px <= width) {
          flex-direction: row-reverse;
        }
      }
    }
  }
  .authentic-area {
    background: url('../../assets/img/lineup-bg-01.webp') no-repeat center / cover;
  }
  .promodel-area {
    background: url('../../assets/img/lineup-bg-02.webp') no-repeat center / cover;
  }
  .highquality-area {
    background: url('../../assets/img/lineup-bg-03.webp') no-repeat center / cover;
  }
  .uniform-box {
    display: flex;
    @media (768px <= width) {
      gap: 5%;
    }
    @media (width < 768px) {
      flex-direction: column;
      gap: 20px;
    }
    .img-box {
      @media (768px <= width) {
        width: 45%;
      }
    }
    .text-box {
      @media (768px <= width) {
        width: 50%;
        padding-top: 54px;
      }
    }
    .title-box {
      .subtitle {
        font-weight: 600;
      }
      h3 {
        font-size: 4.2rem;
        font-weight: 700;
        @media (width < 768px) {
          font-size: 2.8rem;
          line-height: 1.3;
          margin-top: 5px;
        }
        .new {
          display: inline-block;
          font-size: 3.2rem;
          border: 2px solid #fff;
          padding: 8px;
          margin-right: 10px;
          line-height: 1.2;
          vertical-align: middle;
          @media (width < 768px) {
            font-size: 1.6rem;
            padding: 4px 8px;
          }
        }
      }
      + * {
        margin-top: 30px;
      }
    }
    p {
      @media (768px <= width) {
        font-size: 1.8rem;
      }
    }
    .price-area {
      margin-top: 40px;
      @media (width < 768px) {
        margin-top: 20px;
      }
      .price {
        display: flex;
        align-items: center;
        p {
          font-size: 4.2rem;
          font-weight: 700;
          font-family: var(--font-en);
          line-height: 1.4;
          @media (width < 768px) {
            gap: 5px;
            font-size: 2.8rem;
          }
        }
        @media (width < 768px) {
          flex-wrap: wrap;
          + .price {
            margin-top: 10px;
          }
        }
      }
      .title {
        border: 1px solid var(--gray, #f0f0f0);
        color: var(--gray, #f0f0f0);
        font-size: 1.6rem;
        font-weight: 600;
        padding: 6px 12px;
        line-height: 1.2;
        margin-right: 1em;
        @media (width < 768px) {
          font-size: 1.2rem;
          padding: 4px 8px;
          margin-right: .5em;
        }
      }
      span {
        font-size: 3.2rem;
        @media (width < 768px) {
          font-size: 2.4rem;
        }
      }
      .tax {
        font-size: 1.6rem;
      }
      .attention-text, .attention-list {
        margin-top: 20px;
        font-size: 1.4rem;
        font-weight: 400;
        color: var(--gray, #f0f0f0);
      }
    }
    .btn-area {
      margin-top: 40px;
      display: flex;
      gap: 20px;
      @media (width < 768px) {
        flex-direction: column;
        gap: 10px;
      }
      .uniform-btn {
        display: block;
        font-weight: 600;
        padding: 20px;
        width: 200px;
        text-align: center;
        transition: all .4s var(--ease);
        border-radius: 2px;
        @media (width < 768px) {
          padding: 18px 0;
          width: 100%;
        }
        &.is-buy {
          background: var(--gold);
          border: 1px solid var(--gold);
          color: #fff;
          &:hover {
            background: transparent;
          }
        }
        &.is-detail {
          border: 1px solid var(--white);
          color: #fff;
          &:hover {
            background: var(--white);
            color: var(--navy, #000121);
          }
        }
      }
    }
    .schedule-box {
      border: 1px solid var(--gold);
      padding: 30px;
      margin-top: 40px;
      color: var(--gray, #f0f0f0);
      @media (width < 768px) {
        padding: 20px;
      }
    }
    h4 {
      font-size: 2rem;
      font-weight: 700;
    }
    .schedule-list {
      margin-top: 10px;
      dt {
        border-top: 1px solid var(--gray, #f0f0f0);
        padding-top: 20px;
        color: var(--gray, #f0f0f0);
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2;
        span {
          font-size: 1.2rem;
          background: #fff;
          color: var(--navy, #000121);
          padding: 8px;
          margin-right: 10px;
          font-weight: 400;
        }
      }
      dd {
        margin-top: 10px;
        padding-bottom: 20px;
        color: var(--gray, #f0f0f0);
        font-size: 1.3rem;
        &:last-of-type {
          border-bottom: 1px solid var(--gray, #f0f0f0);
        }
      }
    }
    * + h4 {
      margin-top: 30px;
    }
    .attention-text {
      margin-top: 20px;
      font-size: 1.2rem;
    }
  }
}

#match {
  background: var(--gray, #F0F0F0);
  .section-title {
    color: var(--navy, #000121);
  }
  .match-box {
    position: relative;
    text-align: center;
    img {
      max-width: 100%;
      margin: 0 auto;
    }
    .match-choice {
      @media (768px <= width) {
        position: absolute;
        top: 2vw;
        right: 2vw;
        width: 8vw;
      }
      @media (width < 768px) {
        margin-left: auto;
        width: 20vw;
      }
    }
    .match-top {
      width: 40vw;
      margin: 0 auto;
      @media (width < 768px) {
        width: 100%;
        margin: 30px auto ;
      }
      img {
        margin: 0 auto;
      }
    }
    .match-content {
      margin-top: 10px;
      @media (768px <= width) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4vw;
      }
      .acc-area {
        + .acc-area {
          @media (width < 768px) {
            margin-top: 10px;
          }
        }
      }
      button {
        display: block;
        width: 100%;
        border-radius: 4px;
        padding: 18px 0;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        border: none;
        font-size: 1.6rem;
        @media (768px <= width) {
          display: none;
        }
        &.btn-yes {
          background: #010221;
        }
        &.btn-no {
          background: #BBA542;
        }
      }
      .acc-content {
        @media (width < 768px) {
          overflow: hidden;
          height: 0;
          transition: height 0.3s ease;
          margin-top: 5px;
        }
      }
    }
  }
  .match-list {
    margin-top: 80px;
    display: grid;
    @media (768px <= width) {
      grid-template-columns: 1fr 1fr 1fr;
      gap: 20px;
    }
    @media (width < 768px) {
      gap: 10px;
    }
    a {
      display: block;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-weight: 700;
      padding: 10px 10px 30px;
      position: relative;
      transition: all 0.3s ease;
      border-radius: 2px;
      &::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0);
        transition: background 0.5s ease;
        pointer-events: none;
      }
      &::after{
        content: '';
        position: absolute;
        display: block;
        background: #fff;
        width: 15px;
        height: 10px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.5s ease;
      }
      &:hover {
        &::before {
          background: rgba(255, 255, 255, 0.2);
        }
        &::after {
          bottom: 10px;
        }
      }
      img {
        width: 63px;
        position: relative;
        z-index: 1;
      }
      p {
        position: relative;
        z-index: 1;
        &.txt-center {
          text-align: center;
        }
      }
    }
    .authentic {
      a {
        background: var(--grd-authentic);
      }
    }
    .promodel {
      a {
        background: var(--grd-promodel);
      }
    }
    .highquality {
      a {
        background: var(--grd-hiquality);
      }
    }
  }
}

#comparison {
  background: var(--white, #FFF);
  .section-title {
    color: var(--navy, #000121);
  }
  .comparison-table-wrap {
    @media (width < 768px) {
      overflow-x: auto;
    }
  }
  .comparison-table {
    border-collapse: separate;
    color: var(--navy, #000121);
    @media (768px <= width) {
      table-layout: fixed;
      width: calc( 100% + 20px );
      font-size: 1.4rem;
      border-spacing: 12px 0;
      margin: 0 -12px;
    }
    @media (width < 768px) {
      width: 800px;
      font-size: 1.2rem;
      border-spacing: 6px 0;
      margin: 0 -6px;
    }
    tr {
      > * {
        padding: 20px;
        text-align: center;
        vertical-align: middle;
        @media (width < 768px) {
          padding: 15px 10px;
        }
        span {
          display: block;
          background: #fff;
          + * {
            margin-top: 5px;
          }
        }
        * + span {
          margin-top: 10px;
        }
      }
    }
    thead {
      th {
        color: #fff;
        border-radius: 2px;
      }
      .authentic {
        background: var(--grd-authentic);
      }
      .promodel {
        background: var(--grd-promodel);
      }
      .highquality {
        background: var(--grd-hiquality);
      }
    }
    tbody {
      th {
        background: #F0F0F0;
        border-bottom: 1px solid var(--gray-02, #CCC);
        @media (width < 768px) {
          width: 160px;
        }
      }
      td {
        &:nth-of-type(1) {
          background: rgba(0, 1, 33, 0.10);
          border-bottom: 1px solid var(--gray-02, #CCC);
        }
        &:nth-of-type(2) {
          background: rgba(184, 165, 54, 0.10);
          border-bottom: 1px solid var(--gray-02, #CCC);
        }
        &:nth-of-type(3) {
          background: rgba(56, 57, 124, 0.10);
          border-bottom: 1px solid var(--gray-02, #CCC);
        }
      }
      tr:last-of-type {
        th, td {
          border-bottom: none;
        }
      }
    }
  }
}

.uniform-flow-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: -80px;
  background: linear-gradient(to bottom, #fff calc(100% - 80px), transparent calc(100% - 80px));
  @media (width < 768px) {
    margin-bottom: -40px;
    background: linear-gradient(to bottom, #fff calc(100% - 40px), transparent calc(100% - 40px));
  }
  .uniform-flow {
    display: flex;
    width: fit-content;
    will-change: transform;
    gap: 60px;
    li {
      flex-shrink: 0;
      img {
        display: block;
        height: auto;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        @media (width < 768px) {
            height: 130px;
            object-fit: contain;
        }
      }
    }
  }
}

#faq {
  background: linear-gradient(246deg, #40415C 8.13%, #20213E 21.13%, #000121 91.9%);
  @media (768px <= width) {
    padding-top: 80px;
  }
  .faq-item {
    background: #f5f5f5;
    padding: 24px 40px;
    border-radius: 2px;
    @media (width < 768px) {
      padding: 16px 24px;
    }
    dt,dd {
      display: flex;
      gap: 24px;
      align-items: center;
      @media (width < 768px) {
        gap: 16px;
      }
      &::before {
        display: flex;
        border: 1px solid var(--navy, #000121);
        font-size: 24px;
        width: 36px;
        height: 36px;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        flex-shrink: 0;
        @media (width < 768px) {
          width: 26px;
          height: 26px;
          font-size: 14px;
        }
      }
    }
    dt {
      font-size: 2.4rem;
      font-weight: 700;
      @media (width < 768px) {
        font-size: 1.6rem;
      }
      &:before {
        content: "Q";
        background: var(--navy, #000121);
        color: #fff;
      }
    }
    dd {
      margin-top: 16px;
      font-size: 1.6rem;
      @media (width < 768px) {
        font-size: 1.4rem;
      }
      &::before{
        content: 'A';
        background: var(--whiter);
        color: var(--navy, #000121);
      }
    }
    a {
      color: var(--navy, #000121);
      text-decoration: underline;
      transition: all .3s var(--ease);
      &:hover {
        text-decoration: none;
      }
    }
    + .faq-item {
      margin-top: 20px;
    }
  }
}
