﻿@charset "UTF-8";

html:has(.linktote),
body:has(.linktote) {
  overflow-x: hidden;
}

.leftnavi {
  display: none;
}

.linktote,
.linktote * {
  box-sizing: border-box;
}

.linktote {
  --lt-brown: #503a2f;
  --lt-text: #4a463f;
  --lt-muted: #8a7c75;
  --lt-line: #bbb1ac;
  --lt-button: #715f56;
  --lt-accent: #ea8681;
  --lt-base: #f2ebe1;
  --lt-soft: #f6f4ef;
  --lt-card: #f8f7f7;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  color: var(--lt-brown);
  font-family: "TBGoStdR", "TB Gothic R", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: normal;
  letter-spacing: 0;
  line-height: 1.8;
}

.linktote img {
  display: block;
  max-width: 100%;
  height: auto;
}
.linktote-pc-only {
  display: block;
}
.linktote-sp-only {
  display: none;
}

.linktote a {
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

.linktote a:hover {
  opacity: .78;
}

.linktote-inner {
  width: min(1060px, calc(100% - 80px));
  margin: 0 auto;
}

.linktote-inner--wide {
  width: min(1200px, calc(100% - 80px));
}

.linktote-section {
  padding: 100px 0;
}

.linktote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 614px;
}

.linktote-kicker,
.linktote-heading > p {
  margin: 0;
  color: var(--lt-muted);
  font-family: Inter, "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.linktote-heading {
  margin-bottom: 60px;
  text-align: center;
}

.linktote-heading h2 {
  margin: 15px 0 0;
  color: var(--lt-brown);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-heading > span {
  display: block;
  margin-top: 10px;
  color: var(--lt-brown);
  font-size: 15px;
  line-height: 2;
}

.linktote-button {
  display: inline-flex;
  min-width: 320px;
  width: 320px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 9px 40px;
  border-radius: 50px;
  background: var(--lt-button);
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-hero {
  display: grid;
  grid-template-columns: 41.18% 58.82%;
  /* min-height: 659px; */
  background: var(--lt-base);
}

.linktote-hero__copy {
  display: grid;
  align-content: center;
  justify-items: center;
  /* min-height: 659px; */
  padding: 0 46px;
  text-align: center;
}

.linktote-hero__eyebrow {
  display: inline-flex;
  min-width: 402px;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  margin: 0 0 23px;
  border-radius: 100px;
  background: #fff;
  color: var(--lt-brown);
  font-size: 16px;
  line-height: 1.4;
}

.linktote-hero__title {
  margin: 0;
}

.linktote-hero__title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 60px;
  color: var(--lt-brown);
  font-size: 31px;
  font-weight: 500;
  line-height: 1;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-hero__title-row img {
  width: 48px;
  height: 44px;
  object-fit: contain;
}

.linktote-hero__title-row img:first-child {
  width: 43px;
}

.linktote-hero__logo {
  width: 355px;
  margin-top: 9px;
  height: 87px!important;
}

.linktote-hero__lead {
  position: relative;
  margin: 30px 0 0;
  padding-bottom: 11px;
  color: #3a3732;
  font-size: 20px;
  line-height: 1.45;
}

.linktote-hero__lead::after {
  position: absolute;
  right: 2px;
  bottom: 0;
  left: 2px;
  border-bottom: 1px dashed var(--lt-brown);
  content: "";
}

.linktote-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 26px 0 0;
  color: #3a3732;
  font-size: 20px;
  line-height: 1.4;
}

.linktote-hero__meta span {
  display: inline-flex;
  min-width: 61px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: var(--lt-accent);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.linktote-hero__media {
  position: relative;
  /* min-height: 659px; */
  overflow: hidden;
}

.linktote-hero__media > img {
  width: 100%;
  height: 100%;
  /* min-height: 659px; */
  /* max-height: 659px; */
  object-fit: cover;
  object-position: 50% 25%;
}

.linktote-hero__badge {
  position: absolute;
  top: 46px;
  left: 43px;
  display: grid;
  width: 114px;
  height: 114px;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 50%;
  color: #fff;
  font-family: Inter, serif;
  text-align: center;
  background: #00000033;
}

.linktote-hero__badge span {
  display: block;
  margin-top: 0px;
  font-size: 21px;
  font-style: italic;
  line-height: .96;
  font-family: Alkaline;
  margin-bottom: -30px;
}
.linktote-hero__badge span img {
  
width: 55px;
  
height: 40px;
}
.linktote-hero__badge small {
  display: block;
  width: 73px;
  padding-top: 5px;
  border-top: 1px solid rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2.6px;
  line-height: 1.4;
  font-family: 'TBGoStdR';
}

.linktote-anchor-nav {
  padding: 30px 10px 0;
  background: #fff;
}

.linktote-anchor-nav ul {
  display: flex;
  width: max-content;
  gap: 10px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.linktote-anchor-nav a,
.linktote-anchor-nav__item {
  display: flex;
  width: 128px;
  min-height: 50px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
  background: var(--lt-base);
  color: var(--lt-brown);
  font-family: "TBGoStdDB", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}

.linktote-anchor-nav a:hover {
  background: #8A7C75;
  color: #fff;
  opacity: 1;
}
.linktote-anchor-nav a:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(78%) saturate(0%) hue-rotate(270deg) brightness(109%) contrast(100%);
}
.linktote-anchor-nav a:focus-visible {
  outline: 2px solid var(--lt-brown);
  outline-offset: 2px;
}

.linktote-anchor-nav__item {
  cursor: default;
}

.linktote-anchor-nav img {
  width: 8px;
  height: 4px;
  object-fit: contain;
}

.linktote-intro {
  background: #fff;
  text-align: center;
}

.linktote-intro__text h2 {
  margin: 0;
  color: var(--lt-brown);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-intro__text p {
  margin: 20px 0 0;
  color: var(--lt-text);
  font-size: 15px;
  line-height: 2;
}

.linktote-slider {
  width: 100vw;
  margin-top: 41px;
}

.linktote-slider__viewport {
  overflow-x: auto;
  cursor: grab;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

.linktote-slider__viewport::-webkit-scrollbar {
  display: none;
}

.linktote-slider__track {
  display: flex;
  width: max-content;
  gap: 20px;
  padding: 0 20px;
}

.linktote-slider__track img {
  flex: 0 0 305px;
  width: 305px;
  height: 400px;
  border-radius: 6px;
  object-fit: cover;
  pointer-events: none;
}

.linktote-slider__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.linktote-slider__caption {
  display: grid;
  justify-items: center;
  margin-top: -10px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.linktote-slider__caption img {
  width: 187px;
  height: 46px;
}

.linktote-slider__caption p {
  position: relative;
  min-width: 416px;
  margin: 26px 0 0;
  color: var(--lt-brown);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-slider__caption p::before,
.linktote-slider__caption p::after {
  position: absolute;
  top: 50%;
  width: 83px;
  border-top: 1px solid #e1ddd9;
  content: "";
}

.linktote-slider__caption p::before {
  left: 0;
}

.linktote-slider__caption p::after {
  right: 0;
}

.linktote-link,
.linktote-randoseru,
.linktote-craft {
  background: var(--lt-base);
}

.linktote-link__image,
.linktote-craft__image {
  overflow: hidden;
}

.linktote-link__image img,
.linktote-craft__image img {
  width: 100%;
  height: 100%;
  min-height: 614px;
  object-fit: cover;
}

.linktote-link__body,
.linktote-craft__body {
  display: grid;
  align-content: center;
  max-width: 504px;
  margin: 0 auto;
  margin-left: 40px;
}
.linktote-craft__body {
  max-width: 420px;
}
.linktote-link__body h2,
.linktote-craft__body h2 {
  margin: 8px 0 14px;
  color: var(--lt-brown);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-link__body > p:not(.linktote-kicker),
.linktote-craft__body > p:not(.linktote-kicker) {
  margin: 0;
  color: var(--lt-brown);
  font-size: 14px;
  line-height: 2;
}

.linktote-use {
  display: grid;
  gap: 17px;
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.linktote-use li {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  min-height: 101px;
  padding: 18px 12px 18px 18px;
  border-radius: 4px;
  background: #fff;
}

.linktote-use img {
  width: 42px;
  max-height: 40px;
  object-fit: contain;
}

.linktote-use strong {
  display: block;
  margin-bottom: 6px;
  color: var(--lt-brown);
  font-size: 18px;
  line-height: 1.35;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-use span {
  color: #7a756c;
  font-size: 14px;
  line-height: 1.6;
}

.linktote-feature {
  display: grid;
  grid-template-columns: 530px 530px;
  align-items: center;
  margin-top: 60px;
}

.linktote-feature:first-of-type {
  margin-top: 0;
}

.linktote-feature--reverse figure {
  order: 2;
}

.linktote-feature--reverse .linktote-feature__text {
  order: 1;
  padding: 0 58px 0 0;
}

.linktote-feature figure {
  margin: 0;
  position: relative;
  z-index: 2;
}

.linktote-feature figure > img,
.linktote-feature__split {
  width: 530px;
  height: 365px;
  object-fit: cover;
}

.linktote-feature__split {
  display: grid;
  grid-template-columns: 281px 249px;
  overflow: hidden;
}

.linktote-feature__split img {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

.linktote-feature__text {
  padding-left: 58px;
}

.linktote-feature__text > p:first-child {
  margin: 0 0 8px;
  color: var(--lt-muted);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.linktote-feature__text h3 {
  margin: 0;
  color: var(--lt-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-feature__text > span,
.linktote-randoseru__content h3 + span {
  display: block;
  width: 120%;
  border-top: 1px solid #d9d5ce;
  margin: 10px 0 14px;
  position: relative;
  left: -20%;
  z-index: 1;
}
.linktote-section h3 + span {
}
.linktote-features .linktote-feature.linktote-feature--reverse h3 + span {
  left: 0;
}

.linktote-feature__text > p:last-child,
.linktote-feature__text > p:nth-of-type(2) {
  margin: 0;
  color: var(--lt-brown);
  font-size: 15px;
  line-height: 2;
}

.linktote-storage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 432px;
  margin: 16px 0 0;
  padding: 14px 34px;
  border-radius: 8px;
  background: var(--lt-card);
  list-style: none;
}

.linktote-storage li {
  display: grid;
  justify-items: center;
  align-content: end;
  min-height: 126px;
  color: var(--lt-brown);
  font-size: 14px;
  line-height: 2;
  white-space: nowrap;
}

.linktote-storage img {
  max-width: 89px;
  height: auto;
  object-fit: contain;
  object-position: bottom center;
}

.linktote-storage li:nth-of-type(1) img {
  height: 42px;
}

.linktote-storage li:nth-of-type(2) img {
  height: 60px;
  width: 32px;
}

.linktote-storage li:nth-of-type(3) img {
  height: 42px;
  width: 68px;
}

.linktote-storage li:nth-of-type(4) img {
  height: 91px;
  width: 28px;
}
.linktote-typecards {
  display: flex;
  gap: 15px;
  margin-top: 28px;
}

.linktote-typecards > div {
  position: relative;
  width: 195px;
  min-height: 158px;
  padding: 9px 7px 8px;
  border-radius: 8px;
  background: var(--lt-card);
  text-align: center;
}

.linktote-typecards img {
  width: 84px;
  height: 76px;
  margin: 0 auto 5px;
  object-fit: contain;
}

.linktote-typecards b {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 50px;
  background: var(--lt-button);
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-typecards p {
  margin: 8px 0 0;
  color: var(--lt-brown);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-scenes {
  background: var(--lt-base);
}

.linktote-scenes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.linktote-scenes figure {
  margin: 0;
}

.linktote-scenes img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.linktote-scenes figcaption {
  margin-top: 10px;
  color: var(--lt-text);
  font-size: 15px;
  line-height: 2;
  text-align: center;
}

.linktote-tab-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.linktote-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: -30px 0 30px;
}

.linktote-tabs label {
  display: inline-flex;
  width: 220px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lt-button);
  border-radius: 22px;
  background: #fff;
  color: var(--lt-brown);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-tabs label[aria-selected="true"] {
    background: var(--lt-button);
    color: #fff;
}

#linktote-tab-pocket:checked ~ .linktote-tabs label[for="linktote-tab-pocket"],
#linktote-tab-basic:checked ~ .linktote-tabs label[for="linktote-tab-basic"] {
  background: var(--lt-button);
  color: #fff;
}

.linktote-products {
  display: none;
  grid-template-columns: repeat(3, 300px);
  justify-content: center;
  gap: 40px;
}

#linktote-tab-pocket:checked ~ .linktote-products--pocket,
#linktote-tab-basic:checked ~ .linktote-products--basic {
  display: grid;
}

.linktote-product {
  display: block;
}

.linktote-product img {
  width: 300px;
  height: 300px;
  border: 2px solid var(--lt-card);
  object-fit: cover;
}

.linktote-product span {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  color: var(--lt-brown);
  font-size: 16px;
  line-height: 1.4;
}

.linktote-product i {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: var(--swatch);
}

.linktote-product b {
  display: block;
  margin-top: 10px;
  color: var(--lt-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.linktote-product em {
  display: flex;
  width: 300px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 3px;
  background: var(--lt-button);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
}

.linktote-randoseru {
  background: var(--lt-base);
}

.linktote-randoseru__content {
  display: grid;
  grid-template-columns: 768px 374px;
  align-items: center;
  gap: 58px;
  margin-left: -110px;
}

.linktote-randoseru__visual {
  position: relative;
  z-index: 2;
}

.linktote-randoseru__content > div:first-child img {
  width: 768px;
  height: 441px;
  object-fit: cover;
}

.linktote-randoseru__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  background: transparent;
}

.linktote-randoseru__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #BBB1AC;
  border-right: 2px solid #BBB1AC;
  content: "";
}

.linktote-randoseru__arrow--prev {
  left: 18px;
}

.linktote-randoseru__arrow--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.linktote-randoseru__arrow--next {
  right: 18px;
}

.linktote-randoseru__arrow--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.linktote-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.linktote-dots li {
  width: 24px;
  height: 24px;
}

.linktote-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--swatch);
  cursor: pointer;
}

.linktote-dots button[aria-pressed="true"] {
  outline: 1px solid var(--lt-line);
  outline-offset: 4px;
}

.linktote-randoseru__image {
  transition: opacity .2s ease;
}

.linktote-randoseru__image.is-switching {
  opacity: .25;
}

.linktote-dots button:focus-visible,
.linktote-randoseru__arrow:focus-visible {
  outline: 2px solid var(--lt-brown);
  outline-offset: 3px;
}

.linktote-randoseru__content h3 {
  margin: 0;
  color: var(--lt-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-randoseru__content p {
  margin: 0 0 26px;
  color: var(--lt-brown);
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
}

.linktote-buy__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 27px;
}

.linktote-buy__card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.linktote-buy .linktote-heading {
  margin-bottom: 50px;
}

.linktote-buy__cards article {
  display: grid;
  grid-template-columns: 226px 279px;
  gap: 20px;
  min-height: 339px;
  align-items: center;
  padding: 30px;
  border: 2px solid var(--lt-line);
  border-radius: 10px;
  background: #fff;
}

.linktote-buy__cards > .linktote-buy__card:nth-child(2) article {
}

.linktote-buy__card:hover article,
.linktote-buy__card:focus-visible article {
  border: 2px solid var(--lt-brown);
  background: var(--lt-card);
}

.linktote-buy__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.linktote-buy__cards h3 {
  margin: 0;
  color: var(--lt-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-buy__title-nowrap {
  white-space: nowrap;
}

.linktote-buy__cards p {
  margin: 0;
  color: var(--lt-brown);
  font-size: 14px;
  line-height: 2;
}

.linktote-buy__price {
  display: block;
  margin: 0;
  color: var(--lt-brown);
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}

.linktote-buy__price small {
  margin-left: 2px;
  font-size: 13px;
}

.linktote-buy__ribbon,
.linktote-buy__ribbon-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 28px;
  border-radius: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-buy__ribbon {
  background: var(--lt-accent);
}

.linktote-buy__ribbon-placeholder {
  opacity: 0;
}

.linktote-buy__action {
  display: inline-flex;
  min-width: 206px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--lt-button);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-buy__card:hover .linktote-buy__action,
.linktote-buy__card:focus-visible .linktote-buy__action {
  background: var(--lt-brown);
}

.linktote-buy__cards img {
  width: 279px;
  height: 279px;
  border: 2px solid var(--lt-card);
  object-fit: cover;
}

.linktote-spec {
  margin-top: 0;
}

.linktote-spec h3 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--lt-brown);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-spec h3 span {
  border-top: 1px solid var(--lt-line);
}

.linktote-spec .linktote-tabs {
  margin: 0 0 30px;
}

.linktote-spec__content {
  display: none;
  width: min(1200px, 100%);
  gap: 40px;
  align-items: center;
  margin: 0 auto;
}

.linktote-spec.is-pocket .linktote-spec__content--pocket,
.linktote-spec.is-basic .linktote-spec__content--basic {
  display: flex;
}
.linktote-spec dl {
  flex: 0 0 675px;
  margin: 0;
}

.linktote-spec dl > div {
  display: grid;
  grid-template-columns: 86px 1fr;
  min-height: 54px;
  align-items: center;
  padding: 13px 24px;
  border: .5px solid #c9c5bd;
  color: var(--lt-text);
}

.linktote-spec dl > div:nth-child(odd) {
  background: var(--lt-soft);
}

.linktote-spec dt {
  color: #3a3732;
  font-size: 13px;
  font-weight: 600;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-spec dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.linktote-spec__content > img {
  flex: 0 0 484.5px;
  width: 484.5px;
  height: 354.5px;
  object-fit: cover;
}

.linktote-craft {
  background: #f5f5f5;
}

.linktote-craft__body .linktote-button {
  margin-top: 20px;
}

.linktote-faq__list {
  display: grid;
  gap: 20px;
  width: min(980px, 100%);
  margin: 0 auto;
}

.linktote-faq__list > div {
  overflow: hidden;
  border: 1px solid var(--lt-line);
  border-radius: 6px;
}

.linktote-faq dt,
.linktote-faq dd {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 54px;
  margin: 0;
  padding: 14px 24px;
  color: var(--lt-text);
  font-size: 15px;
  line-height: 1.6;
}

.linktote-faq dt {
  background: var(--lt-card);
  font-weight: 500;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-faq dd {
  border-top: 1px solid var(--lt-line);
  background: #fff;
}

.linktote-faq b {
  color: var(--lt-brown);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.linktote-cta {
  padding: 70px 0 105px;
  background: var(--lt-soft);
  text-align: center;
}

.linktote-cta h2 {
  margin: 0;
  color: var(--lt-brown);
  font-size: 26px;
  font-weight: 500;
  line-height: 44px;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-cta > .linktote-inner > div {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.linktote-cta > .linktote-inner > div a {
  display: inline-flex;
  width: 340px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: var(--lt-button);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  font-family: "TBGoStdDB", sans-serif;
}

.linktote-cta div a:nth-child(2) {
  background: var(--lt-accent);
}

.linktote-cta p {
  margin: 30px 0 0;
  color: var(--lt-button);
  font-size: 15px;
  line-height: 1.5;
}

.linktote-cta p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.linktote-cta p span {
  margin: 0 8px;
}

.linktote-coupon.linktote-section {
    padding: 60px 0;
    margin: 0 auto;
    margin-bottom: -100px;
    width: 1200px;
}

@media screen and (max-width: 768px) {
  .linktote {
    width: 100vw;
    min-width: 0;
    margin-left: calc(50% - 50vw);
    font-size: calc(100vw / 390 * 14);
    margin-top: calc(100vw / 640 * 204);
  }

  .linktote-sp-only {
    display: block;
  }
.linktote-pc-only {
  display: none;
}
  .linktote-inner,
  .linktote-inner--wide {
    width: calc(100vw / 390 * 340);
  }

  .linktote-section {
    padding: calc(100vw / 390 * 60) 0;
  }

  .linktote-anchor-nav {
    padding: calc(100vw / 390 * 20) calc(100vw / 390 * 20) 0;
  }

  .linktote-anchor-nav ul {
    display: grid;
    grid-template-columns: repeat(3, calc(100vw / 390 * 108));
    gap: calc(100vw / 390 * 10);
    width: auto;
  }

  .linktote-anchor-nav a,
  .linktote-anchor-nav__item {
    width: calc(100vw / 390 * 108);
    min-height: calc(100vw / 390 * 48);
    gap: calc(100vw / 390 * 5);
    padding: calc(100vw / 390 * 10);
    border-radius: calc(100vw / 390 * 4);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-anchor-nav img {
    width: calc(100vw / 390 * 8);
    height: calc(100vw / 390 * 4);
  }

  .linktote-heading {
    margin-bottom: calc(100vw / 390 * 30);
  }

  .linktote-heading > p,
  .linktote-kicker {
    font-size: calc(100vw / 390 * 13);
    letter-spacing: calc(100vw / 390 * 1.5);
  }

  .linktote-heading h2 {
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 26);
  }

  .linktote-heading > span {
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 14);
    text-align: left;
  }

  .linktote-button {
    min-width: calc(100vw / 390 * 300);
    min-height: calc(100vw / 390 * 46);
    padding: calc(100vw / 390 * 8) calc(100vw / 390 * 32);
    border-radius: calc(100vw / 390 * 50);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .linktote-hero__copy {
    height: calc(100vw / 390 * 391);
    min-height: 0;
    padding: calc(100vw / 390 * 29) calc(100vw / 390 * 35) calc(100vw / 390 * 24);
  }

  .linktote-hero__eyebrow {
    min-width: calc(100vw / 390 * 248);
    min-height: calc(100vw / 390 * 70);
    margin-bottom: calc(100vw / 390 * 15);
    border-radius: calc(100vw / 390 * 100);
    font-size: calc(100vw / 390 * 16);
    position: relative;
  }
  .linktote-hero__eyebrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: calc(100vw / 390 * 11) solid transparent;
    border-left: calc(100vw / 390 * 0) solid transparent;
    border-top: calc(100vw / 390 * 15) solid #ffffff;
    border-bottom: 0;
    bottom: calc(100vw / 390 * -13);
  }

  .linktote-hero__title-row {
    gap: calc(100vw / 390 * 10);
    min-height: calc(100vw / 390 * 42);
    font-size: calc(100vw / 390 * 21.5);
  }

  .linktote-hero__title-row img,
  .linktote-hero__title-row img:first-child {
    width: calc(100vw / 390 * 30);
    height: calc(100vw / 390 * 31);
  }

  .linktote-hero__logo {
    width: calc(100vw / 390 * 247);
    margin-top: calc(100vw / 390 * 7);
    height: calc(100vw / 390 * 61) !important;
  }

  .linktote-hero__lead {
    margin-top: calc(100vw / 390 * 24);
    padding-bottom: calc(100vw / 390 * 8);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-hero__meta {
    gap: calc(100vw / 390 * 10);
    margin-top: calc(100vw / 390 * 20);
    font-size: calc(100vw / 390 * 15.8);
  }

  .linktote-hero__meta span {
    min-width: calc(100vw / 390 * 48);
    min-height: calc(100vw / 390 * 21);
    border-radius: calc(100vw / 390 * 100);
    font-size: calc(100vw / 390 * 12);
  }

  .linktote-hero__media {
    min-height: calc(100vw / 390 * 324);
    height: calc(100vw / 390 * 324);
  }

  .linktote-hero__media > img {
    min-height: calc(100vw / 390 * 324);
    height: calc(100vw / 390 * 324);
    object-position: 52% 27%;
  }

  .linktote-hero__badge {
    top: calc(100vw / 390 * 23);
    right: calc(100vw / 390 * 13);
    left: auto;
    width: calc(100vw / 390 * 98);
    height: calc(100vw / 390 * 98);
    background: #00000033;
  }

  .linktote-hero__badge span {
    margin-top: calc(100vw / 390 * 0);
    font-size: calc(100vw / 390 * 21);
    margin-bottom: calc(100vw / 390 * -15);
  }

  .linktote-hero__badge small {
    width: calc(100vw / 390 * 73);
    padding-top: calc(100vw / 390 * 5);
    font-size: calc(100vw / 390 * 13);
    letter-spacing: calc(100vw / 390 * 2.6);
  }

  .linktote-intro__text h2 {
    font-size: calc(100vw / 390 * 20);
  }

  .linktote-intro__text p {
    margin-top: calc(100vw / 390 * 18);
    font-size: calc(100vw / 390 * 14);
    text-align: left;
  }

  .linktote-intro__text br {
    /* display: none; */
  }

  .linktote-slider {
    margin-top: calc(100vw / 390 * 34);
  }

  .linktote-slider__track {
    gap: calc(100vw / 390 * 12);
    padding: 0 calc(100vw / 390 * 12);
  }

  .linktote-slider__track img {
    flex-basis: calc(100vw / 390 * 185);
    width: calc(100vw / 390 * 185);
    height: calc(100vw / 390 * 242);
    border-radius: calc(100vw / 390 * 6);
  }

  .linktote-slider__caption {
    margin-top: calc(100vw / 390 * 14);
  }

  .linktote-slider__caption img {
    width: calc(100vw / 390 * 170);
  }

  .linktote-slider__caption p {
    min-width: calc(100vw / 390 * 300);
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-slider__caption p::before,
  .linktote-slider__caption p::after {
    width: calc(100vw / 390 * 42);
  }

  .linktote-band {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .linktote-link__image img,
  .linktote-craft__image img {
    min-height: 0;
    height: calc(100vw / 390 * 321);
  }

  .linktote-link__body,
  .linktote-craft__body {
    width: calc(100vw / 390 * 340);
    max-width: none;
    padding: calc(100vw / 390 * 40) 0 calc(100vw / 390 * 50);
    margin-left: auto;
  }

  .linktote-link__body h2,
  .linktote-craft__body h2 {
    margin: calc(100vw / 390 * 8) 0 calc(100vw / 390 * 14);
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-link__body > p:not(.linktote-kicker),
  .linktote-craft__body > p:not(.linktote-kicker) {
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-use {
    gap: calc(100vw / 390 * 12);
    margin-top: calc(100vw / 390 * 18);
  }

  .linktote-use li {
    grid-template-columns: calc(100vw / 390 * 44) 1fr;
    min-height: calc(100vw / 390 * 94);
    padding: calc(100vw / 390 * 15) calc(100vw / 390 * 16);
    border-radius: calc(100vw / 390 * 4);
  }

  .linktote-use img {
    width: calc(100vw / 390 * 34);
    max-height: calc(100vw / 390 * 36);
  }

  .linktote-use strong {
    margin-bottom: calc(100vw / 390 * 4);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-use span {
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-feature,
  .linktote-feature--reverse {
    display: flex;
    flex-direction: column;
    margin-top: calc(100vw / 390 * 50);
  }

  .linktote-feature--reverse figure,
  .linktote-feature--reverse .linktote-feature__text {
    order: initial;
  }

  .linktote-feature figure > img,
  .linktote-feature__split {
    width: calc(100vw / 390 * 340);
    height: calc(100vw / 390 * 234);
  }

  .linktote-feature__split {
    grid-template-columns: calc(100vw / 390 * 180) calc(100vw / 390 * 160);
  }

  .linktote-feature__split img {
    height: calc(100vw / 390 * 234);
  }

  .linktote-feature__text,
  .linktote-feature--reverse .linktote-feature__text {
    width: calc(100vw / 390 * 340);
    padding: calc(100vw / 390 * 22) 0 0;
  }

  .linktote-feature__text > p:first-child {
    margin-bottom: calc(100vw / 390 * 5);
    font-size: calc(100vw / 390 * 13);
    letter-spacing: calc(100vw / 390 * 1.3);
  }

  .linktote-feature__text h3 {
    font-size: calc(100vw / 390 * 20);
  }

  .linktote-feature__text > span,
  .linktote-randoseru__content h3 + span {
    margin: calc(100vw / 390 * 8) 0 calc(100vw / 390 * 12);
  }

  .linktote-feature__text > p:last-child,
  .linktote-feature__text > p:nth-of-type(2) {
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-storage {
    width: calc(100vw / 390 * 340);
    grid-template-columns: repeat(4, 1fr);
    gap: calc(100vw / 390 * 12);
    margin-top: calc(100vw / 390 * 16);
    padding: calc(100vw / 390 * 14) calc(100vw / 390 * 18);
    border-radius: calc(100vw / 390 * 8);
  }

  .linktote-storage li {
    min-height: calc(100vw / 390 * 98);
    font-size: calc(100vw / 390 * 12);
  }

  .linktote-storage img {
    max-width: calc(100vw / 390 * 58);
    height: calc(100vw / 390 * 65);
  }

  .linktote-typecards {
    gap: calc(100vw / 390 * 12);
    margin-top: calc(100vw / 390 * 22);
  }

  .linktote-typecards > div {
    width: calc(100vw / 390 * 164);
    min-height: calc(100vw / 390 * 145);
    padding: 0 calc(100vw / 390 * 7) calc(100vw / 390 * 8);
    border-radius: calc(100vw / 390 * 8);
  }

  .linktote-typecards img {
    width: calc(100vw / 390 * 76);
    height: calc(100vw / 390 * 70);
    margin: calc(100vw / 390 * 0) auto calc(100vw / 390 * 11);
  }

  .linktote-typecards b {
    min-height: calc(100vw / 390 * 20);
    padding: 0 calc(100vw / 390 * 10);
    border-radius: calc(100vw / 390 * 50);
    font-size: calc(100vw / 390 * 12);
  }

  .linktote-typecards p {
    margin-top: calc(100vw / 390 * 8);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-scenes__grid {
    grid-template-columns: 1fr;
    gap: calc(100vw / 390 * 28);
  }

  .linktote-scenes img {
    height: calc(100vw / 390 * 250);
  }

  .linktote-scenes figcaption {
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-tabs {
    gap: calc(100vw / 390 * 10);
    margin: calc(100vw / 390 * -10) 0 calc(100vw / 390 * 30);
  }

  .linktote-tabs label {
    width: calc(100vw / 390 * 165);
    height: calc(100vw / 390 * 40);
    border-radius: calc(100vw / 390 * 22);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-products {
    grid-template-columns: repeat(2, calc(100vw / 390 * 163));
    gap: calc(100vw / 390 * 30) calc(100vw / 390 * 14);
  }

  .linktote-product img {
    width: calc(100vw / 390 * 163);
    height: calc(100vw / 390 * 163);
  }

  .linktote-product span {
    gap: calc(100vw / 390 * 8);
    margin-top: calc(100vw / 390 * 12);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-product i {
    width: calc(100vw / 390 * 20);
    height: calc(100vw / 390 * 20);
    flex-basis: calc(100vw / 390 * 20);
  }

  .linktote-product b {
    margin-top: calc(100vw / 390 * 8);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-product em {
    width: calc(100vw / 390 * 163);
    height: calc(100vw / 390 * 40);
    margin-top: calc(100vw / 390 * 10);
    border-radius: calc(100vw / 390 * 3);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-randoseru__content {
    display: flex;
    flex-direction: column;
    gap: calc(100vw / 390 * 28);
    margin-left: 0;
  }

  .linktote-randoseru__content > div:first-child img {
    width: calc(100vw / 390 * 340);
    height: calc(100vw / 390 * 220);
  }

  .linktote-randoseru__arrow {
    width: calc(100vw / 390 * 34);
    height: calc(100vw / 390 * 34);
  }

  .linktote-randoseru__arrow::before {
    width: calc(100vw / 390 * 10);
    height: calc(100vw / 390 * 10);
  }

  .linktote-randoseru__arrow--prev {
    left: calc(100vw / 390 * 10);
  }

  .linktote-randoseru__arrow--next {
    right: calc(100vw / 390 * 10);
  }

  .linktote-dots {
    gap: calc(100vw / 390 * 12);
    margin-top: calc(100vw / 390 * 16);
  }

  .linktote-dots li {
    width: calc(100vw / 390 * 20);
    height: calc(100vw / 390 * 20);
  }

  .linktote-dots button[aria-pressed="true"] {
    outline-offset: calc(100vw / 390 * 3);
  }

  .linktote-randoseru__content h3 {
    font-size: calc(100vw / 390 * 20);
  }

  .linktote-randoseru__content p {
    margin-bottom: calc(100vw / 390 * 22);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-buy__cards {
    grid-template-columns: 1fr;
    gap: calc(100vw / 390 * 10);
    width: calc(100vw / 390 * 344);
    margin: 0 auto;
  }

  .linktote-buy .linktote-inner--wide {
    width: calc(100vw / 390 * 360);
  }

  .linktote-buy .linktote-heading {
    margin-bottom: calc(100vw / 390 * 9);
  }

  .linktote-buy .linktote-heading h2 {
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-buy__cards article {
    position: relative;
    grid-template-columns: calc(100vw / 390 * 150) calc(100vw / 390 * 144);
    gap: calc(100vw / 390 * 20);
    min-height: 0;
    align-items: start;
    padding: calc(100vw / 390 * 15) calc(100vw / 390 * 15) calc(100vw / 390 * 75);
    border-radius: calc(100vw / 390 * 10);
    min-width: 0;
  }

  .linktote-buy__copy {
    grid-column: 2;
    grid-row: 1;
    gap: calc(100vw / 390 * 4);
    width: calc(100vw / 390 * 144);
  }

  .linktote-buy__cards img {
    grid-column: 1;
    grid-row: 1;
  }

  .linktote-buy__cards > .linktote-buy__card:nth-child(2) article {
    padding-bottom: calc(100vw / 390 * 83);
  }

  .linktote-buy__cards h3 {
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-buy__ribbon-placeholder {
    display: none;
  }

  .linktote-buy__cards p {
    font-size: calc(100vw / 390 * 13);
    line-height: 1.8;
  }

  .linktote-buy__price {
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-buy__price small {
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-buy__action {
    position: absolute;
    bottom: calc(100vw / 390 * 15);
    left: calc(100vw / 390 * 15);
    width: calc(100vw / 390 * 314);
    min-width: 0;
    min-height: calc(100vw / 390 * 40);
    border-radius: calc(100vw / 390 * 50);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-buy__cards img {
    width: calc(100vw / 390 * 150);
    height: calc(100vw / 390 * 150);
  }

  .linktote-spec {
    margin-top: calc(100vw / 390 * 0);
  }

  .linktote-spec h3 {
    gap: calc(100vw / 390 * 12);
    margin-bottom: calc(100vw / 390 * 12);
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-spec .linktote-tabs {
    margin: 0 0 calc(100vw / 390 * 30);
  }

  .linktote-spec__content {
    flex-direction: column-reverse;
    gap: 0;
    width: calc(100vw / 390 * 360);
  }

  .linktote-spec dl {
    flex-basis: auto;
    width: calc(100vw / 390 * 360);
  }

  .linktote-spec dl > div {
    grid-template-columns: calc(100vw / 390 * 58) 1fr;
    min-height: calc(100vw / 390 * 54);
    padding: calc(100vw / 390 * 13) calc(100vw / 390 * 25);
    align-items: start;
  }

  .linktote-spec dt {
    font-size: calc(100vw / 390 * 13);
    line-height: 1.92;
  }

  .linktote-spec dd {
    font-size: calc(100vw / 390 * 13);
    line-height: 1.92;
  }

  .linktote-spec__content > img {
    flex-basis: auto;
    width: calc(100vw / 390 * 356);
    height: calc(100vw / 390 * 260);
    margin: 0;
  }

  .linktote-craft__body .linktote-button {
    margin-top: calc(100vw / 390 * 20);
  }

  .linktote-faq__list {
    gap: calc(100vw / 390 * 20);
  }

  .linktote-faq__list > div {
    border-radius: calc(100vw / 390 * 6);
  }

  .linktote-faq dt,
  .linktote-faq dd {
    gap: calc(100vw / 390 * 10);
    min-height: calc(100vw / 390 * 54);
    padding: calc(100vw / 390 * 14) calc(100vw / 390 * 14);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-faq b {
    font-size: calc(100vw / 390 * 18);
  }

  .linktote-cta {
    padding: calc(100vw / 390 * 60) 0;
  }

  .linktote-cta h2 {
    font-size: calc(100vw / 390 * 19);
    line-height: 1.8;
  }

  .linktote-cta > .linktote-inner > div {
    flex-direction: column;
    align-items: center;
    gap: calc(100vw / 390 * 10);
    margin-top: calc(100vw / 390 * 20);
  }

  .linktote-cta > .linktote-inner > div a {
    width: calc(100vw / 390 * 340);
    height: calc(100vw / 390 * 58);
    border-radius: calc(100vw / 390 * 50);
    font-size: calc(100vw / 390 * 15);
  }

  .linktote-cta p {
    margin-top: calc(100vw / 390 * 20);
    font-size: calc(100vw / 390 * 15);
  }

  .linktote-cta p span {
    display: none;
  }

  .linktote-cta p a {
    display: block;
    margin-top: calc(100vw / 390 * 8);
  }
}

/* Figma SP refinements */
@media screen and (max-width: 768px) {
  .linktote-intro__text h2 {
    font-size: calc(100vw / 390 * 19);
    text-align: left;
  }

  .linktote-intro__text p {
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-slider {
    margin-top: calc(100vw / 390 * 40);
  }

  .linktote-slider__track {
    gap: calc(100vw / 390 * 20);
    padding: 0 calc(100vw / 390 * 12.5);
  }

  .linktote-slider__track img {
    flex-basis: calc(100vw / 390 * 305);
    width: calc(100vw / 390 * 305);
    height: calc(100vw / 390 * 400);
  }

  .linktote-slider__caption {
    margin-top: calc(100vw / 390 * -10);
    justify-content: center;
  }

  .linktote-slider__caption img {
    width: calc(100vw / 390 * 181);
    height: calc(100vw / 390 * 46);
  }

  .linktote-slider__caption p {
    min-width: calc(100vw / 390 * 416.5);
    margin-top: calc(100vw / 390 * 26);
    font-size: calc(100vw / 390 * 15);
  }

  .linktote-slider__caption p::before,
  .linktote-slider__caption p::after {
    width: calc(100vw / 390 * 83);
  }

  .linktote-link__image img {
    height: calc(100vw / 390 * 354);
    object-fit: cover;
    object-position: top;
  }

  .linktote-link__body {
    padding: calc(100vw / 390 * 30) 0 calc(100vw / 390 * 60);
  }

  .linktote-link__body .linktote-kicker,
  .linktote-link__body h2 {
    text-align: center;
  }

  .linktote-link__body h2 {
    margin: calc(100vw / 390 * 9) 0 calc(100vw / 390 * 10);
  }

  .linktote-link__body > p:not(.linktote-kicker) {
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-use {
    gap: calc(100vw / 390 * 10);
    margin-top: calc(100vw / 390 * 30);
  }

  .linktote-use li {
    grid-template-columns: calc(100vw / 390 * 70) 1fr;
    min-height: calc(100vw / 390 * 115);
    padding: calc(100vw / 390 * 15) calc(100vw / 390 * 23) calc(100vw / 390 * 15) calc(100vw / 390 * 18);
  }

  .linktote-use img {
    width: calc(100vw / 390 * 42);
    max-height: calc(100vw / 390 * 40);
  }

  .linktote-use strong {
    font-size: calc(100vw / 390 * 17);
  }

  .linktote-use span {
    font-size: calc(100vw / 390 * 13);
    line-height: 1.8;
  }

  .linktote-features .linktote-inner {
    display: flex;
    flex-direction: column;
    gap: calc(100vw / 390 * 40);
  }

  .linktote-features .linktote-heading,
  .linktote-lineup .linktote-heading {
    margin-bottom: 0;
  }

  .linktote-features .linktote-heading h2 {
    margin-top: calc(100vw / 390 * 9);
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-feature,
  .linktote-feature:first-of-type {
    margin-top: 0;
  }

  .linktote-feature figure > img,
  .linktote-feature__split,
  .linktote-feature__split img {
    height: calc(100vw / 390 * 232);
  }

  .linktote-feature__split {
    grid-template-columns: calc(100vw / 390 * 180) calc(100vw / 390 * 160);
  }

  .linktote-feature__text,
  .linktote-feature--reverse .linktote-feature__text {
    padding-top: calc(100vw / 390 * 15);
  }

  .linktote-feature__text > p:first-child {
    margin-bottom: calc(100vw / 390 * 5);
    font-size: calc(100vw / 390 * 13);
    letter-spacing: calc(100vw / 390 * 1.5);
  }

  .linktote-feature__text h3 {
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-feature__text > span {
    width: 100%;
    margin: calc(100vw / 390 * 15) 0;
    left: 0;
  }

  .linktote-feature__text > p:last-child,
  .linktote-feature__text > p:nth-of-type(2) {
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-storage {
    gap: calc(100vw / 390 * 10);
    height: calc(100vw / 390 * 154);
    margin-top: calc(100vw / 390 * 15);
    padding: calc(100vw / 390 * 17) calc(100vw / 390 * 13);
    border-radius: calc(100vw / 390 * 10);
  }

  .linktote-storage li {
    min-height: calc(100vw / 390 * 120);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-storage img {
    max-width: calc(100vw / 390 * 89);
  }

  .linktote-typecards {
    gap: calc(100vw / 390 * 18);
    margin-top: calc(100vw / 390 * 15);
    justify-content: center;
  }

  .linktote-typecards > div {
    width: calc(100vw / 390 * 150);
    min-height: calc(100vw / 390 * 174);
    padding: calc(100vw / 390 * 9) calc(100vw / 390 * 7) calc(100vw / 390 * 8);
    border-radius: calc(100vw / 390 * 10);
  }

  .linktote-typecards img {
    width: calc(100vw / 390 * 83);
    height: calc(100vw / 390 * 77);
  }

  .linktote-typecards b {
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-typecards p {
    margin-top: calc(100vw / 390 * 8);
    font-size: calc(100vw / 390 * 14);
  }

  .linktote-scenes {
    overflow: hidden;
  }

  .linktote-scenes .linktote-heading {
    margin-bottom: calc(100vw / 390 * 20);
  }

  .linktote-scenes .linktote-heading h2 {
    margin-top: calc(100vw / 390 * 9);
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-scenes .linktote-heading > span {
    margin-top: calc(100vw / 390 * 20);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-scenes__grid {
    display: flex;
    gap: calc(100vw / 390 * 20);
    width: calc(100vw / 390 * 386);
    margin-left: calc(100vw / 390 * 0);
    padding: 0 calc(100vw / 390 * 20);
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    touch-action: pan-x;
    padding-right: calc(100vw / 390 * 50);
  }

  .linktote-scenes__grid::-webkit-scrollbar {
    display: none;
  }

  .linktote-scenes__grid figure {
    flex: 0 0 calc(100vw / 390 * 300);
    scroll-snap-align: start;
  }

  .linktote-scenes img {
    width: calc(100vw / 390 * 300);
    height: calc(100vw / 390 * 250);
  }

  .linktote-scenes figcaption {
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 13);
    text-align: left;
  }

  .linktote-lineup .linktote-inner {
    display: flex;
    flex-direction: column;
    gap: calc(100vw / 390 * 40);
  }

  .linktote-lineup .linktote-heading h2 {
    margin-top: calc(100vw / 390 * 9);
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-lineup .linktote-heading > span {
    margin-top: calc(100vw / 390 * 9);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-tabs {
    gap: calc(100vw / 390 * 16);
    margin: 0;
  }

  .linktote-tabs label {
    width: calc(100vw / 390 * 160);
    height: calc(100vw / 390 * 44);
    border-radius: calc(100vw / 390 * 22);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-products {
    grid-template-columns: repeat(2, calc(100vw / 390 * 163));
    gap: calc(100vw / 390 * 30) calc(100vw / 390 * 15);
    width: calc(100vw / 390 * 341);
  }

  .linktote-product span {
    gap: calc(100vw / 390 * 10);
    min-height: calc(100vw / 390 * 24);
    margin-top: calc(100vw / 390 * 15);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-product i {
    width: calc(100vw / 390 * 24);
    height: calc(100vw / 390 * 24);
    flex-basis: calc(100vw / 390 * 24);
  }

  .linktote-product b {
    margin-top: calc(100vw / 390 * 14);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-product em {
    width: calc(100vw / 390 * 163);
    height: calc(100vw / 390 * 40);
    margin-top: calc(100vw / 390 * 16);
    font-size: calc(100vw / 390 * 16);
  }

  .linktote-randoseru {
    padding: calc(100vw / 390 * 60) 0;
    overflow: hidden;
  }

  .linktote-randoseru .linktote-inner {
    width: 100%;
  }

  .linktote-randoseru .linktote-heading {
    width: calc(100vw / 390 * 340);
    margin: 0 auto calc(100vw / 390 * 30);
    text-align: center;
  }

  .linktote-randoseru .linktote-heading h2 {
    margin-top: calc(100vw / 390 * 9);
    font-size: calc(100vw / 390 * 19);
    white-space: nowrap;
  }

  .linktote-randoseru__content {
    gap: calc(100vw / 390 * 40);
    width: 100%;
  }

  .linktote-randoseru__content > div:first-child img {
    width: 100%;
    height: calc(100vw / 390 * 224);
  }

  .linktote-randoseru__media,
  .linktote-randoseru__visual {
    width: 100%;
  }

  .linktote-randoseru__arrow--prev {
    left: 0;
  }

  .linktote-randoseru__arrow--next {
    right: 0;
  }

  .linktote-dots {
    gap: calc(100vw / 390 * 12.82);
    margin-top: calc(100vw / 390 * 15);
  }

  .linktote-dots li {
    width: calc(100vw / 390 * 20.512);
    height: calc(100vw / 390 * 20.512);
  }

  .linktote-randoseru__content > div:last-child {
    width: 100%;
  }

  .linktote-randoseru__content h3 {
    width: calc(100vw / 390 * 340);
    margin: 0 auto;
    font-size: calc(100vw / 390 * 19);
    text-align: center;
  }

  .linktote-randoseru__content h3 + span {
    width: 100%;
    margin: calc(100vw / 390 * 14) 0 calc(100vw / 390 * 16);
    left: 0;
    border-color: #BBB1AC;
  }

  .linktote-randoseru__content p {
    width: calc(100vw / 390 * 340);
    margin: 0 auto calc(100vw / 390 * 37);
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-randoseru__content .linktote-button {
    display: flex;
    width: calc(100vw / 390 * 330);
    min-width: 0;
    min-height: calc(100vw / 390 * 50);
    margin: calc(100vw / 390 * 15) auto 0;
  }

  .linktote-craft {
    display: flex;
    flex-direction: column;
    gap: calc(100vw / 390 * 20);
    padding: calc(100vw / 390 * 60) 0;
    background: #f5f5f5;
  }

  .linktote-craft__body {
    display: contents;
  }

  .linktote-craft__body .linktote-kicker {
    order: -2;
    width: calc(100vw / 390 * 340);
    margin: 0 auto calc(100vw / 390 * -10);
    text-align: center;
  }

  .linktote-craft__body h2 {
    order: -1;
    width: calc(100vw / 390 * 340);
    margin: 0 auto;
    font-size: calc(100vw / 390 * 19);
    text-align: center;
  }

  .linktote-craft__image {
    width: 100%;
  }

  .linktote-craft__image img {
    height: calc(100vw / 390 * 321);
  }

  .linktote-craft__body > p:not(.linktote-kicker) {
    order: 1;
    width: calc(100vw / 390 * 340);
    margin: 0 auto;
    font-size: calc(100vw / 390 * 13);
  }

  .linktote-craft__body .linktote-button {
    order: 2;
    width: calc(100vw / 390 * 330);
    min-width: 0;
    min-height: calc(100vw / 390 * 50);
    margin: 0 auto;
  }

  .linktote-faq .linktote-heading {
    margin-bottom: calc(100vw / 390 * 30);
  }

  .linktote-faq .linktote-heading h2 {
    margin-top: calc(100vw / 390 * 10);
    font-size: calc(100vw / 390 * 19);
  }

  .linktote-faq dt,
  .linktote-faq dd {
    gap: calc(100vw / 390 * 23);
    padding: calc(100vw / 390 * 14) calc(100vw / 390 * 24);
    font-size: calc(100vw / 390 * 14);
  }
 .linktote-faq dd {
        font-size: calc(100vw / 390 * 13);
    }
  .linktote-cta {
    padding: calc(100vw / 390 * 64) 0 calc(100vw / 390 * 59);
  }

  .linktote-cta > .linktote-inner > div {
    margin-top: calc(100vw / 390 * 10);
  }

  .linktote-cta p {
    margin-top: calc(100vw / 390 * 14);
  }
  
.linktote-coupon.linktote-section {
    padding: calc(100vw / 390 * 30) 0;
    margin-bottom: calc(100vw / 390 * -60);
    width: calc(100vw / 390 * 340);
}
  
}

.Item_2025_Cart_Spec_List.tote_spec {
    display: block;
}

.Item_2025_Cart_Spec_List.tote_spec .Item_2025_Cart_Spec_List_Box[data-item=size] .Item_2025_Cart_Spec_List_Trigger::before {
    display: none;
}

.Item_2025_Cart_Spec_List {
    display: none;
}

.product-detail-cta button {
    display: none!important;
}

.p-product2023-mainContent.Item_2025_Cart .Item_2025_Cart_Color .Item_2025_Cart_Color_Head .Item_2025_Cart_Color_Head_Box a.al-no::before {
    display: none;
}
.p-product2023-mainContent.Item_2025_Cart .Item_2025_Cart_StockTag .Item_2025_Cart_StockTag_Buy {
    display: block;
}
.p-product2023-mainContent.Item_2025_Cart .Item_2025_Cart_StockTag .Item_2025_Cart_StockTag_Buy.zaikostock {
    display: none;
}

