@charset "UTF-8";

@property --kv-pos-y {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --parallax-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}

/* =========================================================
   TSUKIBOSHI by MOONSTAR - top
   グレーのボックスは images/ に画像を置くと表示されます
   ========================================================= */

body {
  background-image: url("../images/bg.jpg");
  background-repeat: repeat;
}

body.is-loading {
  overflow: hidden;
}

/* ページ読み込みローダー（パルス） */
.ts-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: #fff;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.65, 0, 0.35, 1),
              opacity 1s ease,
              visibility 1s ease;
}

.ts-loader.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ts-loader__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 188px;
  height: auto;
  transform: translate(-50%, -50%);
  display: block;
  opacity: 1;
  transition: opacity 0.7s ease;
}

.ts-loader.is-pulse-out .ts-loader__logo {
  opacity: 0;
}

.ts-loader__pulse {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 38px; /* 40px の 95% */
  height: 38px;
  margin-left: -19px;
  background-color: #C5DFDE;
  border-radius: 50%;
  animation: ts-pulse-animation 1.5s ease-in-out infinite;
  opacity: 1;
  transition: opacity 0.7s ease;
}

.ts-loader.is-pulse-out .ts-loader__pulse {
  opacity: 0;
  animation-play-state: paused;
}

@keyframes ts-pulse-animation {
  0%, 100% { transform: scale(0.8); }
  50% { transform: scale(1); }
}

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

.ts-wrap {
  position: relative;
}

.ts-header {
  width: 100%;
  max-width: none;
  height: 1030px;
  margin: 0 0 50px;
  position: relative;
  color: #9e9e9f;
  display: grid;
  grid-template-columns: 1fr 50vw;
  align-items: stretch;
}

.hd-left {
  position: relative;
  padding-top: 294px;
  max-width: 1300px;
  margin-left: max(0px, calc((100vw - 1300px) / 2));
  box-sizing: border-box;
}

.hd-project {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 18px;
}

.hd-project-line {
  display: block;
  width: 1px;
  height: 687px;
  margin-top: 14px;
  background-color: #C6C6C6;
}

.hd-intro {
  position: absolute;
  top: 347px;
  left: 84px;
  width: 450px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
}

.hd-intro-ja {
  letter-spacing: .15em;
}

.hd-intro-en {
  font-size: 14.5px;
  letter-spacing: .02em;
  padding: 0 0 20px;
}

.hd-intro-soon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding-top: 70px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 1.3;
  color: #9e9e9f;
  letter-spacing: 0.02em;

}

.hd-intro-soon-line {
  display: block;
}

.hd-right {
  position: relative;
  height: 100%;
}

.hd-visual-img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ts-kv-reveal {
  --ts-kv-ease-out: cubic-bezier(0.175, 0, 0.035, 1);
  --ts-kv-ease-mask: cubic-bezier(0, 0.03, 0, 1);
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ts-kv-reveal__viewport {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ts-kv-reveal__elem {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ts-kv-reveal__img {
  position: absolute;
  inset: 0;
  --kv-pos-y: 0%;
  --parallax-y: 0px;
  background-size: cover;
  background-position: center calc(var(--kv-pos-y) + var(--parallax-y));
  background-repeat: no-repeat;
  z-index: 1;
  will-change: background-position;
}

.ts-kv-reveal.is-preload .ts-kv-reveal__img {
  transition: none;
}

.ts-kv-reveal[data-shown="1"]:not(.is-preload):not(.is-parallax) .ts-kv-reveal__img {
  --kv-pos-y: 30%;
  transition: --kv-pos-y 3s var(--ts-kv-ease-mask);
}

.ts-kv-reveal[data-shown="1"].is-parallax .ts-kv-reveal__img {
  --kv-pos-y: 30%;
  transition: none;
}

.hd-visual-img img {
  display: block;
  width: 100%;
  height: auto;
}

.hd-top-logo {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 100;
  width: 100px;
}

.hd-top-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.ts-contents {
  width: 1400px;
  margin: 0 auto;
  color: #949494;
}

.ts-section-resis {
  display: flex;
  justify-content: space-between;
  margin: 0 0 150px;
}

.ts-resis-main {
  width: 840px;
}

.ts-resis-detail {
  padding: 115px 0 0;
  width: 449px;
}

.ts-resis-sub {
  width: 449px;
}

.ts-resis-detail-content {
  padding: 30px 0 0;
  font-size: 14px;
  line-height: 28px;
}

.ts-resis-detail-content-shoes {
  font-size: 13px;
}

.ts-resis-detail-content-title {
  padding: 0 0 20px;
  font-size: 28px;
}

.ts-resis-detail-content dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.ts-resis-detail-content dl dt{
  width:65px;
}

.ts-resis-detail-content dl dd{
  width: calc(449px - 65px);
}

.ts-color-list {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ts-color-count {
  display: inline-block;
  line-height: 1;
}

.ts-color-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ts-color-item a,
.ts-color-item a:link,
.ts-color-item a:visited,
.ts-color-item a:hover,
.ts-color-item a:focus,
.ts-color-item a:active,
.ts-products .product-name a,
.ts-products .product-name a:link,
.ts-products .product-name a:visited,
.ts-products .product-name a:hover,
.ts-products .product-name a:focus,
.ts-products .product-name a:active {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  transition: opacity 0.3s;
}

.ts-color-item a:hover,
.ts-products .product-name a:hover {
  opacity: 0.6;
}

.ts-color-swatch {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.ts-color-swatch--silver {
  background: #f2f2f2;
  border: 1px solid #949494;
}

.ts-color-swatch--gray {
  background: #9a9a9a;
}

.ts-color-swatch--taupe {
  background: #9b8a7e;
}

.ts-color-swatch--black {
  background: #000000;
}

.ts-section-pair {
  display: flex;
  justify-content: space-between;
  width: 1090px;
  margin: 0 auto 300px;
}

.ts-section-pair .ph {
  width: 531px;
}

.ts-section-alte {
  display: flex;
  justify-content: space-between;
}

.ts-alte-ph {
  padding: 495px 0 0;
  width: 531px;
}

.ts-alte-ph p {
  padding: 0 0 35px;
}

.ts-alte-main {
  width: 840px;
}

.ts-alte-detail-content {
  margin: 100px 0 0 460px;
  font-size: 14px;
  line-height: 28px;
  width: 300px;
}

.ts-alte-detail-content-shoes {
  font-size: 13px;
}

.ts-alte-detail-content-title {
  padding: 0 0 20px;
  font-size: 28px;
}

.ts-alte-detail-content dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.ts-alte-detail-content dl dt{
  width:65px;
}

.ts-alte-detail-content dl dd{
  width: calc(300px - 65px);
}

/* 全幅バンド */
.ts-band {
  width: 100%;
  margin: 0 0 200px;
}

.ts-band-inner {
  position: relative;
  display: flex;
  width: 100%;
}

.ts-band-item {
  width: 100%;
  overflow: hidden;
}

.ts-band-item.ph {
  /*background: #bcbcbc;*/
}

.ts-band-item.ph + .ts-band-item.ph {
  background: #d0d0d0;
}

.ts-band-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ts-band-item img:not([src]),
.ts-band-item img[src=""] {
  opacity: 0;
}

.ts-band-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #979696;
  font-size: 16px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  pointer-events: none;
}

.ts-products {
  width: 670px;
  margin: 0 auto;
  padding: 90px 0 150px;
}

.ts-products-title,
.ts-movies-title {
    margin: 0 0 40px;
    color: #949494;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

.ts-products-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ts-products .product {
  text-align: center;
}

.ts-products .product .ph {
  margin: 0 auto;
  width: 220px;
}

.ts-products .product .ph img {
  width: 100%;
  height: auto;
  display: block;
}

.ts-products .product-name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2em;
  margin: 24px 0 0;
  color: #949494;
  font-size: 25px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.ts-products .product-no {
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 5px 3px 0 0;
}

.ts-products .product-status {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 10px 0 0;
  color: #949494;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: lowercase;
}

.ts-products .product-status img {
  width: 16px;
  height: auto;
  display: block;
  margin-top: 1px;
}

/* FOLLOW US */
.ts-info {
  width: 500px;
  margin: 0 auto;
  padding: 0 0 110px;
  color: #949494;
  text-align: center;
}

.ts-info-lead {
  margin: 0 0 28px;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ts-info-follow {
  position: relative;
  display: block;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  padding: 20px 0;
  color: inherit;
  text-decoration: none;
  color: #949494;
}

.ts-info-follow-text,
.ts-info-follow-icon {
  transition: opacity 0.3s;
}

.ts-info-follow:hover .ts-info-follow-text,
.ts-info-follow:hover .ts-info-follow-icon {
  opacity: 0.6;
}

.ts-info-follow-text {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #949494;
}

.ts-info-follow-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  line-height: 0;
}

.ts-info-follow-icon img {
  width: 18px;
  height: auto;
  display: block;
}

/* STOCKIST */
.ts-stockist__toggle {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  border: 0;
  border-bottom: 1px solid #949494;
  background: transparent;
  color: #949494;
  cursor: pointer;
}

.ts-stockist__toggle:hover .ts-stockist__label,
.ts-stockist__toggle:hover .ts-stockist__icon {
  opacity: 0.6;
}

.ts-stockist.is-open .ts-stockist__toggle {
  border-bottom: 0;
}

.ts-stockist__label {
  display: block;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1;
  transition: opacity 0.3s;
}

.ts-stockist__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  transition: opacity 0.3s;
}

.ts-stockist__icon::before,
.ts-stockist__icon::after {
  content: "";
  position: absolute;
  background: #949494;
}

.ts-stockist__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
}

.ts-stockist__icon::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ts-stockist.is-open .ts-stockist__icon::after {
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
}

.ts-stockist__panel {
  height: 0;
  overflow: hidden;
  text-align: left;
  transition: height 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}

.ts-stockist__panel-inner {
  min-height: 0;
  padding-bottom: 1px;
}

.ts-stockist__row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px 20px;
  padding: 18px 0;
  border-bottom: 1px solid #D4D4D4;
}

.ts-stockist__row:first-child {
  border-top: 0;
}

.ts-stockist__region {
  font-size: 13px;
  line-height: 1.6;
  color: #949494;
}

.ts-stockist__stores ul {
  margin: 0 0 12px;
  padding: 0;
}

.ts-stockist__stores ul:last-child {
  margin-bottom: 0;
}

.ts-stockist__stores li {
  position: relative;
  margin: 0 0 6px;
  padding: 0 0 0 14px;
  list-style: none;
  font-size: 13px;
  line-height: 1.6;
}

.ts-stockist__stores li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  background: #949494;
}

.ts-stockist__stores a,
.ts-stockist__stores a:link,
.ts-stockist__stores a:visited,
.ts-stockist__stores a:hover,
.ts-stockist__stores a:focus,
.ts-stockist__stores a:active {
  color: inherit !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.3s;
}

.ts-stockist__stores a:hover {
  opacity: 0.6;
}

.ts-stockist__pref {
  display: inline-block;
  margin: 0 0 8px;
  padding: 2px 8px;
  background: #6e6e6e;
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

/* MOVIES */
.ts-movies {
  padding: 0 0 100px;
}

.ts-movies-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}

.ts-movie {
  position: relative;
  width: 467px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #c6c6c6;
}

.ts-movie__thumb,
.ts-movie__video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 1920;
  object-fit: cover;
}

.ts-movie__thumb {
  position: relative;
  z-index: 1;
}

.ts-movie__video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.ts-movie__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ts-movie__play img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 131px;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.ts-movie:hover .ts-movie__play img {
  opacity: 0.6;
}

.ts-movie.is-playing .ts-movie__thumb,
.ts-movie.is-paused .ts-movie__thumb {
  z-index: 0;
  opacity: 0;
}

.ts-movie.is-playing .ts-movie__video,
.ts-movie.is-paused .ts-movie__video {
  z-index: 1;
}

.ts-movie.is-playing .ts-movie__play img {
  opacity: 0;
}

.ts-footer {
  background: #3E3E3E;
  padding: 220px 35px 30px 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.ft-logo {
  width: 245px;
  margin: 0;
  flex-shrink: 0;
}

.ft-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.ft-copy {
  font-size: 13px;
  text-align: right;
  color: #949494;
  margin: 0;
}

/* 写真フェードイン */
.ts-img-fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  will-change: opacity, transform;
}

.ts-img-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .ts-img-fade {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .ts-stockist__panel,
  .ts-stockist__icon::after {
    transition: none;
  }

  .ts-kv-reveal__img {
    --kv-pos-y: 30%;
    --parallax-y: 0px;
    transition: none;
    will-change: auto;
  }
}

/* *****************************************************************************
   スマートフォン用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 766px) {
  .ts-wrap {
    overflow: hidden;
  }

  .ts-header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .hd-left {
    display: contents;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
  }

  .hd-right {
    position: relative;
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    right: auto;
    height: auto;
  }

  .hd-visual-img {
    width: 100%;
    height: auto;
  }

  .hd-visual-img img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  .ts-kv-reveal {
    width: 100%;
    height: auto;
    aspect-ratio: 1132 / 1400;
  }

  .ts-kv-reveal__img {
    height: auto;
  }

  .hd-project {
    grid-row: 2;
    grid-column: 1;
    align-self: start;
    justify-self: start;
    width: 14px;
    margin: 50px 0 0 20px;
    z-index: 3;
  }

  .hd-project-line {
    display: none;
  }

  .hd-top-logo {
    position: absolute;
    top: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 100px;
    z-index: 3;
  }

  .hd-intro {
    grid-row: 2;
    grid-column: 1;
    position: static;
    width: 79%;
    margin: auto;
    left: auto;
    top: auto;
    min-height: auto;
    display: block;
    padding: 57px 20px 70px 51px;
    color: #949494;
  }

  .hd-intro-en {
    padding: 0 0 16px;
    font-size: 13px;
    line-height: 1.9;
  }

  .hd-intro-ja {
    font-size: 12px;
    line-height: 1.9;
  }

  .hd-intro-soon {
    display: block;
    margin: 32px 0 0;
    padding-top: 0;
    text-align: right;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
    color: #949494;
    white-space: nowrap;
  }

  .hd-intro-soon-line {
    display: inline;
  }

  .hd-intro-soon-line:first-child::after {
    content: " ";
  }

  .ts-contents {
    width: 100%;
  }


/* 全幅バンド */
.ts-band {
  margin: 0 0 100px;
}


  .ts-resis-main {
    width: 100%;
  }

  .ts-section-resis {
    flex-direction: column;
    margin: 0 auto 60px;
    width: 90%;
  }

  .ts-section-resis .ts-resis-main,
  .ts-section-resis .ts-resis-sub {
    margin: 0;
  }

  .ts-section-resis .ts-resis-main img,
  .ts-section-resis .ts-resis-sub img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ts-section-resis .ts-resis-sub {
    margin-top: 24px;
    width: 100%;
  }

  .ts-resis-detail {
    padding: 0;
    width: 90%;
    margin: 0 auto;
  }

  .ts-resis-detail-content {
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 22px;
  }

  .ts-resis-detail-content-shoes {
    font-size: 11px;
  }

  .ts-resis-detail-content-title {
    padding: 0 0 16px;
    font-size: 24px;
  }

  .ts-resis-detail-content dl dt {
    width: 56px;
  }

  .ts-resis-detail-content dl dd {
    width: calc(100% - 56px);
  }

  .ts-color-list {
    gap: 12px;
  }

  .ts-section-pair {
    width: 100%;
    margin: 0 auto 120px;
    gap: 8px;
  }

  .ts-section-pair .ph {
    width: calc(50% - 4px);
    margin: 0;
  }

  .ts-section-pair .ph img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ts-section-alte {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }

  .ts-alte-detail {
    display: contents;
  }

  .ts-alte-main {
    order: 2;
    margin: 0 0 30px;
    width: 100%;
  }

  .ts-alte-main img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ts-alte-ph {
    order: 3;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 90%;
    margin: auto;
  }

  .ts-alte-ph-item {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .ts-alte-ph-item img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ts-alte-ph p {
    padding: 0;
  }

  .ts-alte-detail-content {
    order: 4;
    margin: 0 auto;
    width: 90%;
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 22px;
  }

  .ts-alte-detail-content-shoes {
    font-size: 11px;
  }

  .ts-alte-detail-content-title {
    padding: 0 0 16px;
    font-size: 24px;
  }

  .ts-alte-detail-content dl dt {
    width: 56px;
  }

  .ts-alte-detail-content dl dd {
    width: calc(100% - 56px);
  }

  .ts-band-inner {
    flex-direction: column;
  }

  .ts-band-item {
    width: 100%;
  }

  .ts-band-text {
    top: 50.4%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 0 16px;
  }

  .ts-products {
    width: 80%;
    margin: 0 auto;
    padding: 120px 0;
  }

  .ts-products .product .ph {
    width: 140px;
  }

  .ts-products .product-no {
    padding: 2px 3px 0 0;
  }

  .ts-products .product-status {
    font-size: 12px;
  }

  .ts-products .product-status img {
    width: 12px;
  }

  .ts-products .product-name {
    font-size: 20px;
  }

  .ts-info {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 80px;
  }

  .ts-info-lead {
    font-size: 14px;
    margin: 0 0 18px;
  }

  .ts-info-follow {
    padding: 14px 0;
  }

  .ts-info-follow-text {
    font-size: 14px;
  }

  .ts-info-follow-icon img {
    width: 16px;
  }

  .ts-stockist__toggle {
    padding: 14px 0;
  }

  .ts-stockist__label {
    font-size: 14px;
  }

  .ts-stockist__row {
    grid-template-columns: 72px 1fr;
    gap: 8px 12px;
    padding: 14px 0;
  }

  .ts-movies {
    width: 86%;
    margin: 0 auto;
    padding: 0 0 80px;
  }

  .ts-products-title,
  .ts-movies-title {
    margin: 0 0 28px;
    font-size: 20px;
  }

  .ts-movies-inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .ts-movie {
    width: 100%;
  }

  .ts-movie__play img {
    width: 110px;
  }

  .ts-footer {
    padding: 80px 0 10px;
    display: block;
  }

  .ft-logo {
    width: 60%;
    margin: 0 auto 50px;
  }

  .ft-copy {
    font-size: 11px;
    text-align: center;
  }
}