@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  background-color: var(--cc-blue) !important;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-blue: #0e1b3c;
  --cc-lblue: #1e2570;
  --cc-hblue: #09122a;
  --w1280: 1280px;
  --space: 30px;
  --rem: 1rem /16;
}

/* ================================================

- 表示アニメーション

================================================ */
/* ================================================

- フォント

================================================ */
/* ================================================

- フォントサイズ

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 569px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 568px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

.mTop55 {
  margin-top: 55px;
}

.mTop60 {
  margin-top: 60px;
}

.mTop65 {
  margin-top: 65px;
}

.mTop70 {
  margin-top: 70px;
}

.mTop75 {
  margin-top: 75px;
}

.mTop80 {
  margin-top: 80px;
}

.mTop85 {
  margin-top: 85px;
}

.mTop90 {
  margin-top: 90px;
}

.mTop95 {
  margin-top: 95px;
}

.mTop100 {
  margin-top: 100px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBtm0 {
  margin-bottom: 0px;
}

.mBtm5 {
  margin-bottom: 5px;
}

.mBtm10 {
  margin-bottom: 10px;
}

.mBtm15 {
  margin-bottom: 15px;
}

.mBtm20 {
  margin-bottom: 20px;
}

.mBtm25 {
  margin-bottom: 25px;
}

.mBtm30 {
  margin-bottom: 30px;
}

.mBtm35 {
  margin-bottom: 35px;
}

.mBtm40 {
  margin-bottom: 40px;
}

.mBtm45 {
  margin-bottom: 45px;
}

.mBtm50 {
  margin-bottom: 50px;
}

.mBtm55 {
  margin-bottom: 55px;
}

.mBtm60 {
  margin-bottom: 60px;
}

.mBtm65 {
  margin-bottom: 65px;
}

.mBtm70 {
  margin-bottom: 70px;
}

.mBtm75 {
  margin-bottom: 75px;
}

.mBtm80 {
  margin-bottom: 80px;
}

.mBtm85 {
  margin-bottom: 85px;
}

.mBtm90 {
  margin-bottom: 90px;
}

.mBtm95 {
  margin-bottom: 95px;
}

.mBtm100 {
  margin-bottom: 100px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
}

/* ================================================

- イージング

================================================ */
/* ================================================

- ページ共通

================================================ */
.m-w1920 {
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.m-body.addReset.-uniform2425 {
  background-color: #00082f;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, Roboto, "Droid Sans", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.uniform2526-body {
  padding: 0 0 70px;
  background-color: #00082f;
  overflow-x: clip;
}

.uniform2526-sc__ttl {
  width: 748px;
  margin: 0 auto;
}

.uniform2526-sc__ttl.-min {
  width: 686px;
}

.uniform2526-btn {
  margin-top: 55px;
}
.uniform2526-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  min-height: 115px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-align: center;
  background-image: url(../../asset/images/common/pattern-1.jpg);
  background-size: 600px;
  background-position: top center;
  background-repeat: repeat;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.uniform2526-btn a span {
  display: inline-block;
  width: 100%;
  position: relative;
}
.uniform2526-btn a span::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2223px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M-0.000%2C1.138%20C-0.000%2C1.768%200.515%2C2.279%201.151%2C2.279%20L1.167%2C2.278%20L4.260%2C2.278%20L8.169%2C17.009%20L20.497%2C17.009%20L21.101%2C14.728%20L9.944%2C14.728%20L9.475%2C12.962%20L21.585%2C12.962%20L24.000%2C3.840%20L7.052%2C3.840%20L6.033%2C-0.004%20L1.144%2C-0.004%20L1.144%2C-0.003%20C0.511%2C-0.000%20-0.000%2C0.510%20-0.000%2C1.138%20ZM8.868%2C10.682%20L7.658%2C6.120%20L21.021%2C6.120%20L19.811%2C10.682%20L8.868%2C10.682%20ZM16.559%2C20.618%20C16.560%2C21.938%2017.637%2C23.007%2018.967%2C23.009%20C20.297%2C23.009%2021.378%2C21.938%2021.378%2C20.618%20C21.378%2C19.300%2020.297%2C18.228%2018.967%2C18.228%20C17.637%2C18.230%2016.560%2C19.299%2016.559%2C20.618%20ZM7.741%2C20.618%20C7.741%2C21.938%208.819%2C23.007%2010.149%2C23.009%20C11.478%2C23.009%2012.559%2C21.938%2012.559%2C20.618%20C12.559%2C19.300%2011.478%2C18.228%2010.149%2C18.228%20C8.819%2C18.230%207.741%2C19.299%207.741%2C20.618%20Z%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 33px;
}
.uniform2526-btn a span::after {
  content: "";
  position: absolute;
  right: 26px;
  top: calc(50% - 2px);
  width: 16px;
  height: 16px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.uniform2526-btn a small {
  display: block;
  margin-bottom: 13px;
  font-size: 1.25rem;
}

.uniform2526-btn.-details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-top: 160px;
}
.uniform2526-btn.-details a {
  width: 750px;
}

.overflow-container {
  position: relative;
  overflow-x: visible;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc__ttl {
    width: 38.958vw;
  }
  .uniform2526-sc__ttl.-min {
    width: 35.729vw;
  }
  .uniform2526-btn {
    margin-top: 2.865vw;
  }
  .uniform2526-btn a {
    min-height: 5.99vw;
    font-size: 1.563vw;
  }
  .uniform2526-btn a span::before {
    left: 1.042vw;
    width: 1.771vw;
    height: 1.719vw;
  }
  .uniform2526-btn a span::after {
    right: 1.354vw;
    top: calc(50% - 0.104vw);
    width: 0.833vw;
    height: 0.833vw;
  }
  .uniform2526-btn a small {
    margin-bottom: 0.677vw;
    font-size: 1.042vw;
  }
  .uniform2526-btn.-details {
    margin-top: 8.333vw;
  }
  .uniform2526-btn.-details a {
    width: 39.063vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-body {
    padding: 0 0 18.667vw;
  }
  .uniform2526-sc__ttl {
    width: 89.333vw;
  }
  .uniform2526-sc__ttl.-min {
    width: 84vw;
  }
  .uniform2526-btn {
    margin-top: 9.333vw;
    padding: 0 5.333vw;
  }
  .uniform2526-btn a {
    min-height: 21.333vw;
    font-size: 6.1333333333vw;
  }
  .uniform2526-btn a span::before {
    left: 4vw;
    width: 6.4vw;
    height: 6.133vw;
  }
  .uniform2526-btn a span::after {
    right: 5.333vw;
    width: 3.2vw;
    height: 3.2vw;
  }
  .uniform2526-btn a small {
    margin-bottom: 2.667vw;
    font-size: 4.5333333333vw;
  }
  .uniform2526-btn.-details {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 10.667vw;
  }
  .uniform2526-btn.-details a {
    width: 100%;
  }
  .overflow-container {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .overflow-container::after {
    content: "※横にスライドして閲覧できます。";
    display: block;
    margin-top: 8px;
    font-size: 0.75rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
  }
}
/* ================================================

- MV

================================================ */
/*--- media screen ---*/
/* ================================================

- コンセプト

================================================ */
.uniform2526-sc.-concept {
  padding: 97px 0 238px;
}

.uniform2526-concept {
  max-width: 786px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.uniform2526-concept__summary {
  margin-top: 117px;
  text-align: center;
}
.uniform2526-concept__summary p {
  font-size: 1.5625rem;
  line-height: 2;
  color: #FFFFFF;
}

.uniform2526-concept__photo {
  width: 567px;
  position: absolute;
  top: 55px;
}
.uniform2526-concept__photo img {
  height: 1070px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.uniform2526-concept__photo.-left {
  left: -567px;
}

.uniform2526-concept__photo.-right {
  right: -567px;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-concept {
    padding: 5.052vw 0 12.396vw;
  }
  .uniform2526-concept {
    max-width: 40.938vw;
  }
  .uniform2526-concept__summary {
    margin-top: 6.094vw;
  }
  .uniform2526-concept__summary p {
    font-size: 1.302vw;
  }
  .uniform2526-concept__photo {
    width: 29.531vw;
    top: 2.865vw;
  }
  .uniform2526-concept__photo img {
    height: 55.729vw;
  }
  .uniform2526-concept__photo.-left {
    left: -29.531vw;
  }
  .uniform2526-concept__photo.-right {
    right: -29.531vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-concept {
    padding: 18.667vw 0 20.667vw;
  }
  .uniform2526-concept__summary {
    margin-top: 10.667vw;
  }
  .uniform2526-concept__summary p {
    font-size: 3.7333333333vw;
  }
  .uniform2526-concept__photos {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    margin-top: 8.667vw;
  }
  .uniform2526-concept__photo {
    width: 50%;
    position: static;
    top: 14.667vw;
  }
  .uniform2526-concept__photo img {
    height: auto;
  }
}
/* ================================================

- オーセンティック

================================================ */
.uniform2526-sc.-uniform.-away {
  margin-top: 206px;
}

.uniform2526-unform__head {
  padding: 0 70px 57px;
}

.uniform2526-unform__head__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 240px;
}

.uniform2526-unform__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 560px;
}

.uniform2526-unform__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.uniform2526-unform__summary p {
  font-size: 1.25rem;
  line-height: 2;
  color: #FFFFFF;
}

.uniform2526-unform__detail {
  margin-top: 113px;
}

.uniform2526-unform__accordion__btn {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 1430px;
  height: 72px;
  margin: 0 auto;
  background-color: #D9D8D9;
  font-size: 2.125rem;
  font-weight: bold;
  color: #00082f;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.uniform2526-unform__accordion__btn span {
  padding-left: 10px;
  position: relative;
}
.uniform2526-unform__accordion__btn:hover {
  opacity: 0.6;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.uniform2526-unform__accordion__btn::-webkit-details-marker {
  display: none;
}

.uniform2526-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 50%;
  left: -10px;
  translate: 0 -50%;
}
.uniform2526-accordion__icon::before, .uniform2526-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 4px;
  background-color: #00082f;
}
.uniform2526-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.uniform2526-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.uniform2526-unform__accordion.-open .uniform2526-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.uniform2526-unform__accordion__content {
  max-width: 1744px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.uniform2526-unform__detail__ttl {
  width: 262px;
  margin: 0 auto;
}

.uniform2526-unform__detail__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 40px;
  margin-top: 182px;
}

.uniform2526-unform__detail__layout.-min {
  margin-top: 103px;
}

.uniform2526-unform__detail__photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.uniform2526-type {
  max-width: 1720px;
  width: 100%;
  margin: 116px auto 0;
  padding-right: 72px;
}

.uniform2526-type__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
}

.uniform2526-type__view {
  max-width: 811px;
  width: 100%;
}

.uniform2526-type__view__note {
  margin-top: 24px;
}
.uniform2526-type__view__note p {
  font-size: 1.375rem;
  color: #FFFFFF;
}

.uniform2526-type__main {
  max-width: 664px;
  width: 100%;
}

.uniform2526-type__gallery {
  position: relative;
}

.uniform2526-type__gallery__main.swiper-initialized {
  display: block;
}

.uniform2526-type__tmb {
  max-width: 664px;
  width: 100%;
  margin-top: 22px;
}
.uniform2526-type__tmb .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.uniform2526-type__tmb .swiper-slide:hover {
  opacity: 1;
}
.uniform2526-type__tmb .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* swiper
**********************/
.swiper-arrow__prev,
.swiper-arrow__next {
  position: absolute;
  top: 205px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.swiper-arrow__prev::after,
.swiper-arrow__next::after {
  content: "";
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-arrow__prev:hover,
.swiper-arrow__next:hover {
  opacity: 0.7;
}

.swiper-arrow__prev.swiper-button-disabled,
.swiper-arrow__next.swiper-button-disabled {
  opacity: 0;
}

/* 前ページボタンのスタイル */
.swiper-arrow__prev {
  left: 5px;
}
.swiper-arrow__prev::after {
  left: 0;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
}

/* 次ページボタンのスタイル */
.swiper-arrow__next {
  right: 5px;
}
.swiper-arrow__next::after {
  right: 0;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-uniform.-away {
    margin-top: 10.729vw;
  }
  .uniform2526-unform__head {
    padding: 0 3.646vw 2.969vw;
  }
  .uniform2526-unform__head__layout {
    gap: 12.5vw;
  }
  .uniform2526-unform__ttl {
    max-width: 29.167vw;
  }
  .uniform2526-unform__summary p {
    font-size: 1.042vw;
  }
  .uniform2526-unform__detail {
    margin-top: 5.885vw;
  }
  .uniform2526-unform__accordion__btn {
    width: 74.479vw;
    height: 3.75vw;
    font-size: 1.771vw;
  }
  .uniform2526-unform__accordion__btn span {
    padding-left: 0.75vw;
  }
  .uniform2526-accordion__icon {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    left: -0.521vw;
  }
  .uniform2526-accordion__icon::before, .uniform2526-accordion__icon::after {
    width: 0.833vw;
    height: 0.208vw;
  }
  .uniform2526-unform__accordion__content {
    max-width: 90.833vw;
    padding: 5.208vw 0;
  }
  .uniform2526-unform__detail__ttl {
    width: 13.646vw;
  }
  .uniform2526-unform__detail__layout {
    gap: 2.083vw;
    margin-top: 9.479vw;
  }
  .uniform2526-unform__detail__layout.-min {
    margin-top: 5.365vw;
  }
  .uniform2526-type {
    max-width: 89.583vw;
    margin: 6.042vw auto 0;
    padding-right: 3.75vw;
  }
  .uniform2526-type__view {
    max-width: 42.24vw;
  }
  .uniform2526-type__view__note {
    margin-top: 1.25vw;
  }
  .uniform2526-type__view__note p {
    font-size: 1.146vw;
  }
  .uniform2526-type__main {
    max-width: 34.583vw;
  }
  .uniform2526-type__tmb {
    max-width: 34.583vw;
    margin-top: 1.146vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-uniform.-away {
    margin-top: 32.333vw;
  }
  .uniform2526-unform__head {
    padding: 0 5.333vw 10.667vw;
  }
  .uniform2526-unform__head__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .uniform2526-unform__ttl {
    width: 74.667vw;
  }
  .uniform2526-unform__summary p {
    font-size: 3.4666666667vw;
  }
  .uniform2526-unform__detail {
    margin-top: 8vw;
    padding: 0 5.333vw;
  }
  .uniform2526-unform__accordion__btn {
    width: 100%;
    height: 16.533vw;
    font-size: 6vw;
  }
  .uniform2526-unform__accordion__btn span {
    padding-left: 3vw;
  }
  .uniform2526-accordion__icon {
    left: -2.667vw;
  }
  .uniform2526-accordion__icon::before, .uniform2526-accordion__icon::after {
    width: 4.267vw;
    height: 0.8vw;
  }
  .uniform2526-unform__accordion__content {
    padding: 21.333vw 0;
  }
  .uniform2526-unform__detail__ttl {
    width: 37.333vw;
  }
  .uniform2526-unform__detail__layout {
    gap: 2.667vw;
    margin-top: 10.667vw;
  }
  .uniform2526-unform__detail__layout.-min {
    margin-top: 2.667vw;
  }
  .uniform2526-type {
    margin: 16vw auto 0;
    padding-right: 0;
  }
  .uniform2526-type__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.667vw;
  }
  .uniform2526-type__view {
    max-width: 216.267vw;
    width: 100%;
  }
  .uniform2526-type__view__note {
    margin-top: 4vw;
    padding: 0 4vw;
  }
  .uniform2526-type__view__note p {
    font-size: 3.2vw;
  }
  .uniform2526-type__tmb {
    margin-top: 4vw;
  }
  /* swiper
  **********************/
  .swiper-arrow__prev,
  .swiper-arrow__next {
    top: 43.2vw;
  }
  .swiper-arrow__prev::after,
  .swiper-arrow__next::after {
    width: 14px;
    height: 14px;
  }
  /* 前ページボタンのスタイル */
  .swiper-arrow__prev {
    left: 3.2vw;
  }
  /* 次ページボタンのスタイル */
  .swiper-arrow__next {
    right: 3.2vw;
  }
}
/* ================================================

- ネーム＆ナンバー

================================================ */
.uniform2526-sc.-number {
  padding-top: 118px;
}

.uniform2526-number {
  max-width: 1500px;
  width: 100%;
  margin: 80px auto 0;
}

.uniform2526-number__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 73px 80px;
}
.uniform2526-number__list li {
  width: calc(16.6666666667% - 66.6666666667px);
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-number {
    padding-top: 6.146vw;
  }
  .uniform2526-number {
    max-width: 78.125vw;
    margin: 4.167vw auto 0;
  }
  .uniform2526-number__list {
    gap: 3.802vw 4.167vw;
  }
  .uniform2526-number__list li {
    width: calc(16.6666666667% - 3.4721666667vw);
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-number {
    padding-top: 26.667vw;
  }
  .uniform2526-sc.-number .uniform2526-sc__inner {
    padding: 0 5.333vw;
  }
  .uniform2526-number {
    margin: 60px auto 0;
  }
  .uniform2526-number__list {
    gap: 10.667vw 8vw;
  }
  .uniform2526-number__list li {
    width: calc(33.3333333333% - 5.3333333333vw);
  }
}
/* ================================================

- UNIFORM TYPE

================================================ */
.uniform2526-sc.-uniformType {
  padding-top: 80px;
}
.uniform2526-sc.-uniformType .uniform2526-sc__inner {
  max-width: 1842px;
  width: 100%;
  margin: 0 auto;
}

.uniform2526-uniformType {
  margin-top: 112px;
}

.uniform2526-uniformType__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 58px;
}

.uniform2526-uniformType__block {
  width: calc(50% - 29px);
  padding: 60px 37px 72px;
  color: #FFFFFF;
  background-color: #152756;
}

.uniform2526-uniformType__block__ttl {
  font-size: 2.5rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.uniform2526-uniformType__photo {
  margin-top: 62px;
}

.uniform2526-uniformType__summary {
  margin-top: 42px;
  padding: 0 20px;
}

.uniform2526-uniformType__item {
  padding-left: 60px;
  font-size: 1.625rem;
  line-height: 1.215;
  color: #FFFFFF;
  position: relative;
}
.uniform2526-uniformType__item::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
}

.uniform2526-uniformType__item:not(:first-of-type) {
  margin-top: 17px;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-uniformType {
    padding-top: 4.167vw;
  }
  .uniform2526-sc.-uniformType .uniform2526-sc__inner {
    max-width: 95.938vw;
  }
  .uniform2526-uniformType {
    margin-top: 5.833vw;
  }
  .uniform2526-uniformType__layout {
    gap: 3.021vw;
  }
  .uniform2526-uniformType__block {
    width: calc(50% - 1.5105vw);
    padding: 3.125vw 1.927vw 3.75vw;
  }
  .uniform2526-uniformType__block__ttl {
    font-size: 2.083vw;
  }
  .uniform2526-uniformType__photo {
    margin-top: 3.229vw;
  }
  .uniform2526-uniformType__summary {
    margin-top: 2.188vw;
    padding: 0 1.042vw;
  }
  .uniform2526-uniformType__item {
    padding-left: 3.125vw;
    font-size: 1.354vw;
  }
  .uniform2526-uniformType__item:not(:first-of-type) {
    margin-top: 0.885vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-uniformType {
    padding-top: 26.667vw;
  }
  .uniform2526-sc.-uniformType .uniform2526-sc__inner {
    padding: 0 5.333vw;
  }
  .uniform2526-uniformType {
    margin-top: 16vw;
  }
  .uniform2526-uniformType__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
  .uniform2526-uniformType__block {
    width: 100%;
    padding: 8vw 5.333vw 8vw;
  }
  .uniform2526-uniformType__block__ttl {
    font-size: 5.8666666667vw;
  }
  .uniform2526-uniformType__photo {
    margin-top: 8vw;
  }
  .uniform2526-uniformType__summary {
    margin-top: 6.667vw;
    padding: 0;
  }
  .uniform2526-uniformType__item {
    padding-left: 8vw;
    font-size: 3.7333333333vw;
  }
  .uniform2526-uniformType__item:not(:first-of-type) {
    margin-top: 4vw;
  }
}
/* ================================================

- 販売スケジュール

================================================ */
.uniform2526-sc.-schedule {
  margin-top: 115px;
}

.uniform2526-schedule {
  max-width: 1622px;
  width: 100%;
  margin: 0 auto;
}

.uniform2526-schedule__tables__unit.-uniform {
  padding: 0 35px;
}

.uniform2526-schedule__tables__unit:not(:first-of-type) {
  margin-top: 98px;
}

.uniform2526-schedule__head {
  max-width: 1456px;
  width: 100%;
  margin: 0 auto;
  padding: 29px 10px;
  background-color: #152756;
}

.uniform2526-schedule__ttl {
  font-size: 2.4375rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.uniform2526-schedule__tables__layout {
  padding: 0 95px;
}

.uniform2526-schedule__head + .o.uniform2526-schedule__tables__layout {
  margin-top: 82px;
}

.uniform2526-schedule__tables__layout:not(:first-of-type) {
  margin-top: 40px;
}

.uniform2526-schedule__tables__layout {
  padding: 0 95px;
}

.uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__tables__layout {
  padding: 0 12px;
  margin-top: 82px;
}
.uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__bordered__table th,
.uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__bordered__table td {
  padding: 20px 10px 20px;
}

.uniform2526-schedule__bordered.-min {
  max-width: 1044px;
}

.uniform2526-schedule__bordered__table {
  width: 100%;
  border-top: solid 1px #FFFFFF;
  border-left: solid 1px #FFFFFF;
  border-collapse: collapse;
  border-spacing: 0;
}
.uniform2526-schedule__bordered__table th,
.uniform2526-schedule__bordered__table td {
  border-bottom: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  padding: 4px 10px 4px;
  font-size: 1.25rem;
  line-height: 1.467;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  background-color: transparent;
}
.uniform2526-schedule__bordered__table th {
  width: 235px;
  padding: 0 10px;
  background-color: transparent;
}
.uniform2526-schedule__bordered__table th.-bg {
  background-color: rgba(21, 39, 86, 0.5);
}
.uniform2526-schedule__bordered__table thead th {
  display: none;
}
.uniform2526-schedule__bordered__table tbody td.-w9 {
  width: 9%;
}
.uniform2526-schedule__bordered__table tbody td.-w11 {
  width: 11%;
}
.uniform2526-schedule__bordered__table tbody td.-w14 {
  width: 14%;
}
.uniform2526-schedule__bordered__table tbody td.-w16 {
  width: 16%;
}
.uniform2526-schedule__bordered__table tbody td.-w17 {
  width: 17%;
}
.uniform2526-schedule__bordered__table tbody td.-w19 {
  width: 19%;
}
.uniform2526-schedule__bordered__table tbody td.-w26 {
  width: 26%;
}
.uniform2526-schedule__bordered__table tbody td.-w28 {
  width: 28%;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-schedule {
    margin-top: 5.99vw;
  }
  .uniform2526-schedule {
    max-width: 84.479vw;
  }
  .uniform2526-schedule__tables__unit.-uniform {
    padding: 0 1.823vw;
  }
  .uniform2526-schedule__tables__unit:not(:first-of-type) {
    margin-top: 5.104vw;
  }
  .uniform2526-schedule__head {
    max-width: 75.833vw;
    padding: 1.51vw 0.521vw;
  }
  .uniform2526-schedule__ttl {
    font-size: 2.031vw;
  }
  .uniform2526-schedule__tables__layout {
    padding: 0 4.948vw;
  }
  .uniform2526-schedule__head + .o.uniform2526-schedule__tables__layout {
    margin-top: 4.271vw;
  }
  .uniform2526-schedule__tables__layout:not(:first-of-type) {
    margin-top: 2.083vw;
  }
  .uniform2526-schedule__tables__layout {
    padding: 0 4.948vw;
  }
  .uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__tables__layout {
    padding: 0 0.625vw;
    margin-top: 4.271vw;
  }
  .uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__bordered__table th,
  .uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__bordered__table td {
    padding: 1.042vw 0.521vw 1.042vw;
  }
  .uniform2526-schedule__bordered.-min {
    max-width: 54.375vw;
  }
  .uniform2526-schedule__bordered__table th,
  .uniform2526-schedule__bordered__table td {
    padding: 0.208vw 0.521vw 0.208vw;
    font-size: 1.042vw;
  }
  .uniform2526-schedule__bordered__table th {
    width: 12.24vw;
    padding: 0 0.521vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-schedule {
    margin-top: 26.667vw;
  }
  .uniform2526-schedule__tables__unit {
    padding: 0 5.333vw;
  }
  .uniform2526-schedule__tables__unit.-uniform {
    padding: 0 5.333vw;
  }
  .uniform2526-schedule__tables__unit:not(:first-of-type) {
    margin-top: 21.333vw;
  }
  .uniform2526-schedule__head {
    padding: 5.333vw 2.667vw;
  }
  .uniform2526-schedule__ttl {
    font-size: 5.8666666667vw;
  }
  .uniform2526-schedule__tables__layout {
    padding: 0;
  }
  .uniform2526-schedule__head + .o.uniform2526-schedule__tables__layout {
    margin-top: 16vw;
  }
  .uniform2526-schedule__tables__layout:not(:first-of-type) {
    margin-top: 13.333vw;
  }
  .uniform2526-schedule__tables__layout {
    padding: 0;
  }
  .uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__tables__layout {
    padding: 0;
    margin-top: 13.333vw;
  }
  .uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__bordered__table th,
  .uniform2526-schedule__tables__unit.-schedule .uniform2526-schedule__bordered__table td {
    padding: 4px 5px;
  }
  .uniform2526-schedule__bordered {
    width: 520px;
  }
  .uniform2526-schedule__bordered__table th,
  .uniform2526-schedule__bordered__table td {
    padding: 4px 5px;
    font-size: 0.8125rem;
  }
  .uniform2526-schedule__bordered__table thead th {
    display: table-cell;
  }
  .uniform2526-schedule__bordered__table tbody th {
    display: none;
  }
  .uniform2526-schedule__bordered__table tbody td.-w9 {
    width: 11%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w11 {
    width: 11%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w14 {
    width: 14%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w16 {
    width: 16%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w17 {
    width: 17%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w19 {
    width: 22%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w26 {
    width: 26%;
  }
  .uniform2526-schedule__bordered__table tbody td.-w28 {
    width: 28%;
  }
  .uniform2526-schedule__tables__unit.-uniform .uniform2526-schedule__bordered__table tbody td:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #00082f;
  }
  .uniform2526-schedule__tables__unit.-uniform .uniform2526-schedule__bordered__table tbody td:first-of-type::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
  }
}
/* ================================================

- 販売価格

================================================ */
.uniform2526-sc.-campagin {
  padding-top: 105px;
}
.uniform2526-sc.-campagin .uniform2526-sc__inner {
  padding: 0 116px;
}

.uniform2526-campagin {
  margin-top: 86px;
}

.uniform2526-campagin__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 66px;
}

.uniform2526-campagin__block {
  width: calc(50% - 33px);
  padding: 40px 0 33px;
  background-color: #FFFFFF;
  border-radius: 25px;
}

.uniform2526-campagin__block__ttl {
  font-weight: bold;
  text-align: center;
}
.uniform2526-campagin__block__ttl dd {
  font-size: 2.0625rem;
}
.uniform2526-campagin__block__ttl dt {
  margin-top: 13px;
  font-size: 2.4375rem;
  line-height: 1.275;
}

.uniform2526-campagin__block__inner {
  margin-top: 23px;
  padding: 0 58px;
}

.uniform2526-campagin__summary {
  margin-top: 22px;
}

.uniform2526-campagin__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.215;
}
.uniform2526-campagin__list dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 215px;
}
.uniform2526-campagin__list dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.uniform2526-campagin__list:not(:first-of-type) {
  margin-top: 6px;
}

.uniform2526-campagin__btn.m-bgBtn {
  width: 463px;
  margin-top: 40px;
  background-image: url(../../asset/images/common/pattern-1.jpg);
}
.uniform2526-campagin__btn.m-bgBtn a {
  min-height: 81px;
}
.uniform2526-campagin__btn.m-bgBtn a span {
  width: 100%;
  padding-right: 0;
  font-size: 1.5rem;
}
.uniform2526-campagin__btn.m-bgBtn a span::before {
  right: 30px;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-campagin {
    padding-top: 5.469vw;
  }
  .uniform2526-sc.-campagin .uniform2526-sc__inner {
    padding: 0 6.042vw;
  }
  .uniform2526-campagin {
    margin-top: 4.479vw;
  }
  .uniform2526-campagin__layout {
    gap: 3.438vw;
  }
  .uniform2526-campagin__block {
    width: calc(50% - 1.719vw);
    padding: 2.083vw 0 1.719vw;
    border-radius: 1.302vw;
  }
  .uniform2526-campagin__block__ttl dd {
    font-size: 1.719vw;
  }
  .uniform2526-campagin__block__ttl dt {
    margin-top: 0.677vw;
    font-size: 2.031vw;
  }
  .uniform2526-campagin__block__inner {
    margin-top: 1.198vw;
    padding: 0 3.021vw;
  }
  .uniform2526-campagin__summary {
    margin-top: 1.146vw;
  }
  .uniform2526-campagin__list {
    font-size: 1.146vw;
  }
  .uniform2526-campagin__list dt {
    width: 11.198vw;
  }
  .uniform2526-campagin__list:not(:first-of-type) {
    margin-top: 0.313vw;
  }
  .uniform2526-campagin__btn.m-bgBtn {
    width: 24.115vw;
    margin-top: 2.083vw;
  }
  .uniform2526-campagin__btn.m-bgBtn a {
    min-height: 4.219vw;
  }
  .uniform2526-campagin__btn.m-bgBtn a span {
    font-size: 1.25vw;
  }
  .uniform2526-campagin__btn.m-bgBtn a span::before {
    right: 1.563vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-campagin {
    padding-top: 26.667vw;
  }
  .uniform2526-sc.-campagin .uniform2526-sc__inner {
    padding: 0 5.333vw;
  }
  .uniform2526-campagin {
    margin-top: 16vw;
  }
  .uniform2526-campagin__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.667vw;
  }
  .uniform2526-campagin__block {
    width: 100%;
    padding: 8vw 5.333vw 8.8vw;
    border-radius: 4vw;
  }
  .uniform2526-campagin__block__ttl dd {
    font-size: 5.0666666667vw;
  }
  .uniform2526-campagin__block__ttl dt {
    margin-top: 2.133vw;
    font-size: 6.1333333333vw;
    line-height: 1.175;
  }
  .uniform2526-campagin__block__inner {
    margin-top: 5.333vw;
    padding: 0;
  }
  .uniform2526-campagin__summary {
    margin-top: 5.333vw;
  }
  .uniform2526-campagin__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    font-size: 3.7333333333vw;
    line-height: 1.425;
  }
  .uniform2526-campagin__list dt {
    width: 32vw;
  }
  .uniform2526-campagin__list:not(:first-of-type) {
    margin-top: 1.6vw;
  }
  .uniform2526-campagin__btn.m-bgBtn {
    width: 100%;
    margin-top: 6.667vw;
  }
  .uniform2526-campagin__btn.m-bgBtn a {
    min-height: 17.067vw;
  }
  .uniform2526-campagin__btn.m-bgBtn a span {
    width: 100%;
    font-size: 4.8vw;
  }
  .uniform2526-campagin__btn.m-bgBtn a span::before {
    right: 5.333vw;
  }
}
/* ================================================

- ご購入はこちら

================================================ */
.uniform2526-sc.-lineup {
  padding: 166px 0 122px;
}
.uniform2526-lineup {
  margin-top: 75px;
}

.uniform2526-lineup__head {
  max-width: 1419px;
  width: 100%;
  margin: 0 auto;
  padding: 17px 10px 20px;
  background-color: #152756;
}

.uniform2526-lineup__ttl {
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.uniform2526-lineup__block:not(:first-of-type) {
  margin-top: 100px;
}

.uniform2526-lineup__block__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 0;
  margin-top: 60px;
}

.uniform2526-lineup__block__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc(25% - 0px), 1fr));
  gap: 0;
  width: 83%;
}

.uniform2526-lineup__block__list.-authentic {
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 140px), 1fr));
  gap: 280px;
  width: 50%;
}

.uniform2526-lineup__block__item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-row: span 3;
  gap: 0;
}

.uniform2526-lineup__block__item__image {
  width: 236px;
  margin: 0 auto;
}

.uniform2526-lineup__block__item__summary {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  margin-top: 37px;
  color: #FFFFFF;
  text-align: center;
}
.uniform2526-lineup__block__item__summary dt {
  font-size: 1.8125rem;
  line-height: 1.231;
  font-weight: 600;
}
.uniform2526-lineup__block__item__summary dd {
  margin-top: 13px;
  font-size: 1.8125rem;
  font-weight: 600;
}
.uniform2526-lineup__block__item__summary dd span {
  font-size: 0.9375rem;
}

.uniform2526-lineup__block__item__btn.m-bgBtn {
  width: 264px;
  margin-top: 27px;
  background-image: url(../../asset/images/common/pattern-1.jpg);
}
.uniform2526-lineup__block__item__btn.m-bgBtn a {
  min-height: 66px;
}
.uniform2526-lineup__block__item__btn.m-bgBtn a:not([href]) {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.uniform2526-lineup__block__item__btn.m-bgBtn a:not([href]) span {
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.uniform2526-lineup__block__item__btn.m-bgBtn a:not([href]) span::before {
  display: none;
}
.uniform2526-lineup__block__item__btn.m-bgBtn a:not([href])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(119, 119, 119);
  z-index: -1;
}

.uniform2526-btn a:not([href]) {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.uniform2526-btn a:not([href]) span {
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.uniform2526-btn a:not([href]) span::after, .uniform2526-btn a:not([href]) span::before {
  display: none;
}
.uniform2526-btn a:not([href])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(119, 119, 119);
  z-index: -1;
}

/*--- media screen ---*/
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .uniform2526-sc.-lineup {
    padding: 8.646vw 0 6.354vw;
  }
  .uniform2526-lineup {
    margin-top: 3.906vw;
  }
  .uniform2526-lineup__head {
    max-width: 73.906vw;
    padding: 0.885vw 0.521vw 1.042vw;
  }
  .uniform2526-lineup__ttl {
    font-size: 1.667vw;
  }
  .uniform2526-lineup__block:not(:first-of-type) {
    margin-top: 5.208vw;
  }
  .uniform2526-lineup__block__layout {
    margin-top: 3.125vw;
  }
  .uniform2526-lineup__block__list {
    width: 83%;
  }
  .uniform2526-lineup__block__list.-authentic {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 7vw), 1fr));
    gap: 14vw;
  }
  .uniform2526-lineup__block__item__image {
    width: 12.292vw;
  }
  .uniform2526-lineup__block__item__summary {
    margin-top: 1.927vw;
  }
  .uniform2526-lineup__block__item__summary dt {
    font-size: 1.51vw;
  }
  .uniform2526-lineup__block__item__summary dd {
    margin-top: 0.677vw;
    font-size: 1.51vw;
  }
  .uniform2526-lineup__block__item__summary dd span {
    font-size: 0.781vw;
  }
  .uniform2526-lineup__block__item__btn.m-bgBtn {
    width: 13.75vw;
    margin-top: 1.406vw;
  }
  .uniform2526-lineup__block__item__btn.m-bgBtn a {
    min-height: 3.438vw;
  }
}
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-lineup {
    padding: 26.667vw 0 18.667vw;
  }
  .uniform2526-sc.-lineup .uniform2526-sc__inner {
    padding: 0 5.333vw;
  }
  .uniform2526-lineup {
    margin-top: 16vw;
  }
  .uniform2526-lineup__head {
    padding: 4vw 2.667vw 4vw;
  }
  .uniform2526-lineup__ttl {
    font-size: 5.0666666667vw;
  }
  .uniform2526-lineup__block:not(:first-of-type) {
    margin-top: 16vw;
  }
  .uniform2526-lineup__block__layout {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    gap: 0;
    margin-top: 10.667vw;
  }
  .uniform2526-lineup__block__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2vw), 1fr));
    gap: 13.333vw 4vw;
    width: 100%;
  }
  .uniform2526-lineup__block__list.-authentic {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 2vw), 1fr));
    gap: 13.333vw 4vw;
    width: 100%;
  }
  .uniform2526-lineup__block__item {
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-row: span 3;
    gap: 0;
  }
  .uniform2526-lineup__block__item__image {
    width: 26.667vw;
    margin: 0 auto;
  }
  .uniform2526-lineup__block__item__summary {
    margin-top: 7.867vw;
  }
  .uniform2526-lineup__block__item__summary dt {
    font-size: 3.4666666667vw;
  }
  .uniform2526-lineup__block__item__summary dd {
    margin-top: 3.467vw;
    font-size: 3.4666666667vw;
  }
  .uniform2526-lineup__block__item__summary dd span {
    font-size: 2.6666666667vw;
  }
  .uniform2526-lineup__block__item__btn.m-bgBtn {
    width: 100%;
    margin-top: 7.2vw;
  }
  .uniform2526-lineup__block__item__btn.m-bgBtn a {
    min-height: 12.8vw;
  }
}
/* ================================================

- ユニフォーム パートナー

================================================ */
.uniform2526-sc.-partners {
  margin-top: 95px;
}

.uniform2526-partners:not(:first-of-type) {
  margin-top: 60px;
}

.uniform2526-partners__ttl {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
  font-family: "FBWS", "Teko", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.uniform2526-partners__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 740px;
  width: 100%;
  margin: 36px auto 0;
  gap: 40px;
}

.uniform2526-partners__item {
  width: 280px;
  background-color: #FFFFFF;
}
.uniform2526-partners__item a {
  display: block;
  padding: 0 5px;
}

/*--- media screen ---*/
/*--- media screen ---*/
@media screen and (max-width: 568px) {
  .uniform2526-sc.-partners {
    margin-top: 95px;
  }
  .uniform2526-partners:not(:first-of-type) {
    margin-top: 60px;
  }
  .uniform2526-partners__ttl {
    font-size: 10.4vw;
  }
  .uniform2526-partners__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 0;
    gap: 30px;
  }
  .uniform2526-partners__item {
    width: 280px;
    background-color: #FFFFFF;
  }
  .uniform2526-partners__item a {
    display: block;
    padding: 0 5px;
  }
}
/* ================================================

- hover

================================================ */
@media (hover: hover) {
  .uniform2526-anchor__btn a:-moz-any-link:hover, .uniform2526-btn a:-moz-any-link:hover, .uniform2526-anchor__btn a:-moz-any-link:hover, .uniform2526-partners__item a:-moz-any-link:hover {
    opacity: 0.7;
  }
  .uniform2526-anchor__btn a:any-link:hover,
  .uniform2526-btn a:any-link:hover,
  .uniform2526-anchor__btn a:any-link:hover,
  .uniform2526-partners__item a:any-link:hover {
    opacity: 0.7;
  }
}
.uniform2526-anchor__btn a,
.uniform2526-partners__item a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}