@charset "UTF-8";
/* media query
------------------------------------------ */
/* display
------------------------------------------ */
.is-show-pc {
  display: block;
}
@media (max-width: 767px) {
  .is-show-pc {
    display: none;
  }
}

.is-show-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-show-sp {
    display: block;
  }
}

/* function
------------------------------------------ */
/* オーバーライド
------------------------------------------ */
@media (max-width: 767px) {
  #header {
    height: 13.3333333333vw;
  }
}

.header .information {
  height: auto;
}

.header__wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: var(--zindex-header);
}
@media (max-width: 767px) {
  .header__wrapper {
    position: absolute;
    top: calc(80 * var(--formula));
    width: 100%;
    padding: 0 6vw 0;
    margin: 8vw 0 6vw;
  }
}

@media screen and (max-width: 767px) {
  #header:not(.is-open) .header__inner svg {
    fill: #fff;
  }
  #header:not(.is-open) .cls-4 {
    stroke: #fff;
  }
  #header:not(.is-open).header .navigation__list {
    color: #fff;
  }
  #header:not(.is-open).header .drawer-btn__border {
    background: #fff;
  }
  #header:not(.is-open).header .drawer-btn__border::after {
    background: #fff;
  }
  #header:not(.is-open).header .drawer-btn__border::before {
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  #header .header__inner svg {
    fill: #fff;
  }
  #header .cls-4 {
    stroke: #fff;
  }
  #header.header .navigation__list {
    color: #fff;
  }
  #header:not(.is-open).header .drawer-btn__border {
    background: #fff;
  }
  #header:not(.is-open).header .drawer-btn__border::after {
    background: #fff;
  }
  #header:not(.is-open).header .drawer-btn__border::before {
    background: #fff;
  }
}
.AU260610TSHIRT {
  /* 可変設定
  ------------------------------------------ */
  /*デザインの値*/
  --pc-width: 1400; /*PCデザイン幅*/
  --sp-width: 750; /*SPデザイン幅*/
  --pc-artboard-width: 488; /*SP共通デザイン幅*/
  --sp-artboard-width: 750; /*PC共通デザイン幅*/
  /*可変率の計算式*/
  --formula: calc(
    var(--variable) * var(--ratio)
  ); /*SP,PC共通箇所の可変割合の計算式*/
  --formula_pc: calc(var(--variable) * 1); /*PCデザインの可変割合の計算式*/
  /* PC画面幅 1400px以上 固定 */
}
@media (min-width: 1401px) {
  .AU260610TSHIRT {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: 1px; /* 固定値（可変しない） */
  }
}
.AU260610TSHIRT {
  /* PC画面幅 768～1400px 可変 */
}
@media (min-width: 768px) and (max-width: 1400px) {
  .AU260610TSHIRT {
    --ratio: calc(
      var(--pc-artboard-width) / var(--sp-artboard-width)
    ); /* PCとSPのデザイン幅の比率 */
    --variable: calc(100vw / var(--pc-width)); /* 画面幅に基づく可変値 */
  }
}
.AU260610TSHIRT {
  /* SP画面幅 767px以下 可変 */
}
@media (max-width: 767px) {
  .AU260610TSHIRT {
    --ratio: 1; /* 比率は1（変わらない） */
    --variable: calc(100vw / var(--sp-width)); /* 画面幅に基づく可変値 */
  }
}
.AU260610TSHIRT {
  /* mixin
  ------------------------------------------ */
  /* reset
  ------------------------------------------ */
}
.AU260610TSHIRT img {
  width: 100%;
  height: auto;
}
.AU260610TSHIRT * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.AU260610TSHIRT {
  /* animation
  ------------------------------------------ */
}
.AU260610TSHIRT .js-fade-in {
  opacity: 0;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.AU260610TSHIRT .js-fade-in.is-active {
  opacity: 1;
}
.AU260610TSHIRT .js-fade-up {
  opacity: 0;
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.AU260610TSHIRT .js-fade-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.AU260610TSHIRT .js-slide-up {
  overflow: hidden;
}
.AU260610TSHIRT .js-slide-up span {
  display: inline-block;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.AU260610TSHIRT .js-slide-up.is-active span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.AU260610TSHIRT {
  /* 共通
  ------------------------------------------ */
}
.AU260610TSHIRT .product-price-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(18 * var(--formula));
}
.AU260610TSHIRT .product-logo {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(55 * var(--formula));
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
.AU260610TSHIRT {
  /* LP style
  ------------------------------------------ */
  /* ステータスバー透過防止 */
}
.AU260610TSHIRT .for-status-bars {
  position: fixed;
  top: 0;
  pointer-events: none;
  height: 5px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}
.AU260610TSHIRT {
  /* タブバー透過防止 */
}
.AU260610TSHIRT .for-tab-bars {
  position: fixed;
  bottom: 0;
  pointer-events: none;
  height: 4px;
  width: 100%;
  background-color: #000;
  mix-blend-mode: lighten;
}
.AU260610TSHIRT .fixed-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
}
.AU260610TSHIRT .fixed-bg img {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .fixed-bg {
    width: 100%;
  }
}
.AU260610TSHIRT-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .AU260610TSHIRT-container {
    display: block;
  }
}
.AU260610TSHIRT .lp-container {
  width: 50%;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .lp-container {
    width: 100%;
  }
}
.AU260610TSHIRT .lp-cont {
  position: relative;
  width: calc(750 * var(--variable) * var(--ratio));
  margin: 0 auto;
}
.AU260610TSHIRT {
  /* mv
  ------------------------------------------ */
}
.AU260610TSHIRT .mv {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .mv {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2;
  }
}
.AU260610TSHIRT .mv-logo {
  position: absolute;
  left: calc(0 * var(--formula_pc));
  right: calc(0 * var(--formula_pc));
  top: 46%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.AU260610TSHIRT .mv-logo.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .AU260610TSHIRT .mv-logo {
    top: calc(442 * var(--formula));
  }
}
.AU260610TSHIRT .mv-logo-01 {
  width: calc(106 * var(--formula_pc));
  margin: 0 auto;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .mv-logo-01 {
    width: calc(131 * var(--formula));
  }
}
.AU260610TSHIRT .mv-logo-02 {
  width: calc(262 * var(--formula_pc));
  margin: calc(16 * var(--formula_pc)) auto 0;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .mv-logo-02 {
    width: calc(332 * var(--formula));
    margin: calc(20 * var(--formula)) auto 0;
  }
}
.AU260610TSHIRT .mv-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .mv-img {
    height: auto;
  }
}
.AU260610TSHIRT .mv-img img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .mv-img img {
    -o-object-fit: fill;
       object-fit: fill;
    height: auto;
  }
}
.AU260610TSHIRT {
  /* hero
  ------------------------------------------ */
}
.AU260610TSHIRT .hero {
  padding: calc(525 * var(--formula)) 0 calc(192 * var(--formula));
}
@media (max-width: 767px) {
  .AU260610TSHIRT .hero {
    padding: calc(113 * var(--formula)) 0 calc(115 * var(--formula));
  }
}
.AU260610TSHIRT .hero-txt {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(28 * var(--formula));
  line-height: 1.71428571;
  letter-spacing: 0.075em;
  text-align: center;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .hero-txt {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.AU260610TSHIRT {
  /* product
  ------------------------------------------ */
}
.AU260610TSHIRT .product01-photo-txt {
  position: absolute;
  top: calc(20 * var(--formula));
  left: 0;
  right: 0;
  margin: auto;
  font-family: "nimbus-sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(40 * var(--formula));
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.AU260610TSHIRT .product01-photo-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(-4 * var(--formula));
  width: calc(330 * var(--formula));
  height: 2px;
  background-color: #fff;
}
.AU260610TSHIRT .product01-photo-01 {
  position: relative;
  width: calc(750 * var(--formula));
  margin: 0 auto;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .product01-photo-01 {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.AU260610TSHIRT .product01-photo-02 {
  width: calc(550 * var(--formula));
  margin: calc(38 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product01-txt-01 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(25.03 * var(--formula));
  line-height: 1.79984019;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: calc(75 * var(--formula));
}
.AU260610TSHIRT .product01-txt-02 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(23.02 * var(--formula));
  line-height: 1.87011295;
  letter-spacing: 0.05em;
  text-align: justify;
  width: calc(552 * var(--formula));
  margin: calc(67 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product01-price {
  font-family: "nimbus-sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(19.71 * var(--formula));
  line-height: 2.08320649;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product01-price span {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product01-price a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.AU260610TSHIRT .product01-price {
  margin-top: calc(64 * var(--formula));
  text-align: center;
}
.AU260610TSHIRT .product01 .product-logo {
  margin-top: calc(86 * var(--formula));
}
.AU260610TSHIRT .product02 {
  margin-top: calc(90 * var(--formula));
}
.AU260610TSHIRT .product02-photo-txt {
  position: absolute;
  top: calc(29 * var(--formula));
  left: 0;
  right: 0;
  margin: auto;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * var(--formula));
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.AU260610TSHIRT .product02-photo-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(-9 * var(--formula));
  width: calc(390 * var(--formula));
  height: 2px;
  background-color: #fff;
}
.AU260610TSHIRT .product02-photo-01 {
  position: relative;
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.AU260610TSHIRT .product02-photo-02 {
  width: calc(550 * var(--formula));
  margin: calc(36 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product02-txt-01 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(25.03 * var(--formula));
  line-height: 1.79984019;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: calc(73 * var(--formula));
}
.AU260610TSHIRT .product02-txt-02 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(23.02 * var(--formula));
  line-height: 1.87011295;
  letter-spacing: 0.05em;
  text-align: justify;
  width: calc(552 * var(--formula));
  margin: calc(72 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product02-price {
  font-family: "nimbus-sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(19.71 * var(--formula));
  line-height: 2.08320649;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product02-price span {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product02-price a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.AU260610TSHIRT .product02-price {
  margin-top: calc(54 * var(--formula));
  text-align: center;
}
.AU260610TSHIRT .product02 .product-logo {
  margin-top: calc(86 * var(--formula));
}
.AU260610TSHIRT .product03 {
  margin-top: calc(98 * var(--formula));
}
.AU260610TSHIRT .product03-photo-txt {
  position: absolute;
  top: calc(20 * var(--formula));
  left: 0;
  right: 0;
  margin: auto;
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "nimbus-sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(40 * var(--formula));
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.AU260610TSHIRT .product03-photo-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(-7 * var(--formula));
  width: calc(165 * var(--formula));
  height: 2px;
  background-color: #fff;
}
.AU260610TSHIRT .product03-photo-01 {
  position: relative;
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.AU260610TSHIRT .product03-photo-02 {
  width: calc(550 * var(--formula));
  margin: calc(36 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product03-txt-01 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(25.03 * var(--formula));
  line-height: 1.79984019;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: calc(72 * var(--formula));
}
.AU260610TSHIRT .product03-txt-02 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(23.02 * var(--formula));
  line-height: 1.87011295;
  letter-spacing: 0.05em;
  text-align: justify;
  width: calc(552 * var(--formula));
  margin: calc(70 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product03-price {
  font-family: "nimbus-sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(19.71 * var(--formula));
  line-height: 2.08320649;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product03-price span {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product03-price a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.AU260610TSHIRT .product03-price {
  margin-top: calc(55 * var(--formula));
  text-align: center;
}
.AU260610TSHIRT .product03 .product-logo {
  margin-top: calc(86 * var(--formula));
}
.AU260610TSHIRT .product04 {
  margin-top: calc(98 * var(--formula));
}
.AU260610TSHIRT .product04-photo-txt {
  position: absolute;
  top: calc(27 * var(--formula));
  left: 0;
  right: 0;
  margin: auto;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(30 * var(--formula));
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
.AU260610TSHIRT .product04-photo-txt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(-10 * var(--formula));
  width: calc(110 * var(--formula));
  height: 2px;
  background-color: #fff;
}
.AU260610TSHIRT .product04-photo-01 {
  position: relative;
  width: calc(750 * var(--formula));
  margin: 0 auto;
}
.AU260610TSHIRT .product04-photo-02 {
  width: calc(550 * var(--formula));
  margin: calc(40 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product04-txt-01 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(25.03 * var(--formula));
  line-height: 1.79984019;
  letter-spacing: 0.075em;
  text-align: center;
  margin-top: calc(68 * var(--formula));
}
.AU260610TSHIRT .product04-txt-02 {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: calc(23.02 * var(--formula));
  line-height: 1.87011295;
  letter-spacing: 0.05em;
  text-align: justify;
  width: calc(552 * var(--formula));
  margin: calc(72 * var(--formula)) auto 0;
}
.AU260610TSHIRT .product04-price {
  font-family: "nimbus-sans", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(19.71 * var(--formula));
  line-height: 2.08320649;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product04-price span {
  font-family: "Hiragino Kaku Gothic ProN W5", "ヒラギノ角ゴ ProN W5", "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.AU260610TSHIRT .product04-price a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.AU260610TSHIRT .product04-price {
  margin-top: calc(56 * var(--formula));
  text-align: center;
}
.AU260610TSHIRT .product04 .product-logo {
  margin-top: calc(40 * var(--formula));
}
.AU260610TSHIRT {
  /* all
  ------------------------------------------ */
}
.AU260610TSHIRT .all {
  padding: calc(245 * var(--formula)) 0 calc(270 * var(--formula));
  text-align: center;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .all {
    padding: calc(182 * var(--formula)) 0 calc(94 * var(--formula));
  }
}
.AU260610TSHIRT .all-link {
  position: relative;
  display: inline-block;
  font-size: calc(17.99 * var(--formula_pc));
}
@media (max-width: 767px) {
  .AU260610TSHIRT .all-link {
    font-size: calc(30 * var(--formula));
    letter-spacing: 0.057em;
  }
}
.AU260610TSHIRT .all-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-8 * var(--formula));
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767px) {
  .AU260610TSHIRT .all-link::after {
    bottom: calc(-4 * var(--formula));
  }
}
.AU260610TSHIRT {
  /* staff
  ------------------------------------------ */
}