/** Shopify CDN: Minification failed

Line 3731:0 Unexpected "}"

**/
@charset "UTF-8";
/*
* css variables
*/
/* 未満は SP 用 header-drawer、以上〜ヘッダーブレークポイント未満はタブレット横ドロワー */
:root {
  --custom-font-family-base: "Times New Roman", serif;
  --custom-font-family-sans: "Noto Sans JP", serif;
  --custom-font-family-serif: "Times New Roman", serif;
  --custom-font-family-ja: "Noto Sans JP", serif;
  --custom-font-family-en: "Times New Roman", serif;
  --custom-font-family-heading: "Times New Roman", serif;
  --custom-font-size-base: 1.8rem;
  --custom-font-size-h2: 4rem;
  --custom-font-size-h3: 3rem;
  --custom-font-size-link: 2rem;
  --custom-font-size-xs: 1rem;
  --custom-font-size-sm: 1.4rem;
  --custom-font-size-md: 1.8rem;
  --custom-font-size-lg: 2rem;
  --custom-font-size-xl: 2.6rem;
  --custom-font-size-xxl: 4rem;
  --custom-font-weight-base: 400;
  --custom-font-weight-heading: 700;
  --custom-letter-spacing-base: 0.02em;
  --custom-letter-spacing-heading: 0.02em;
  --custom-line-height-base: 1.6;
  --custom-line-height-h2: 1;
  --custom-line-height-h3: 1.3;
  --custom-line-height-heading: 1;
  --custom-color-base: #141414;
  --custom-color-1: black;
  --custom-color-2: black;
  --custom-color-3: black;
  --custom-color-accent-1: black;
  --custom-color-accent-2: black;
  --custom-color-caution: red;
  --custom-color-link: blue;
  --custom-color-shadow: black;
  --custom-background-color-base: white;
  --custom-background-color-1: white;
  --custom-spacing-1: .4rem;
  --custom-spacing-2: .8rem;
  --custom-spacing-3: 1.2rem;
  --custom-spacing-4: 1.6rem;
  --custom-spacing-5: 2rem;
  --custom-spacing-6: 2.4rem;
  --custom-spacing-7: 2.8rem;
  --custom-spacing-8: 3.2rem;
  --custom-spacing-9: 3.6rem;
  --custom-spacing-10: 4rem;
  --custom-spacing-11: 4.4rem;
  --custom-spacing-12: 4.8rem;
  --custom-spacing-13: 5.2rem;
  --custom-spacing-14: 5.6rem;
  --custom-spacing-15: .6rem;
  --custom-spacing-16: 6.4rem;
  --custom-spacing-17: 6.8rem;
  --custom-spacing-18: 7.2rem;
  --custom-spacing-19: 7.6rem;
  --custom-spacing-20: 8rem;
  --custom-spacing-21: 8.4rem;
  --custom-spacing-22: 8.8rem;
  --custom-spacing-23: 9.2rem;
  --custom-spacing-24: 9.6rem;
  --custom-spacing-25: 10rem;
  --custom-layer-loading: 60;
  --custom-layer-header: 50;
  --custom-layer-modal: 40;
  --custom-layer-full-screen-overlay: 30;
  --custom-layer-original-select: 20;
  --custom-layer-floating: 10;
  --custom-layer-default: 1;
  --custom-border-base: max(.1rem, 1px) solid #141414;
  --custom-border-accent: max(.1rem, 1px) solid red;
  --custom-header-height: 8rem;
  --custom-hover-opacity: 0.7;
  --custom-transition-duration: .5s;
  --custom-transition-timing-function: ease;
  --custom-padding--rem: 2.4rem;
  --custom-container-width: calc(1170px + 4rem * 2);
  --custom-container-width--narrow: calc(1000px + 4rem * 2);
  --custom-container-width--wide: calc(1440px + 4rem * 2);
  --custom-container-width--no-unit: 331.8;
}
@media only screen and (min-width: 750px) {
  :root {
    --custom-font-size-base: 1.8rem;
    --custom-font-size-h2: 4.8rem;
    --custom-font-size-h3: 3.6rem;
    --custom-font-size-xs: 1.4rem;
    --custom-font-size-sm: 1.6rem;
    --custom-font-size-md: .2rem;
    --custom-font-size-lg: 2.4rem;
    --custom-font-size-xl: 3.2rem;
    --custom-font-size-xxl: 4.8rem;
    --custom-line-height-base: 1.75;
    --custom-line-height-heading: 1;
    --custom-header-height: 10rem;
    --custom-padding--rem: 4rem;
    --custom-container-width--no-unit: 1178;
  }
}

/*
* foundation
* destyle.cssとベーススタイル
*/
/*
* css variables
*/
/* destyle
--------------------------------------------------*/
.p-original-section :where(p, table, blockquote, address, pre, iframe, form, figure, dl) {
  margin: 0;
}

.p-original-section :where(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.p-original-section :where(ul, ol) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-original-section :where(dt) {
  font-weight: bold;
}

.p-original-section :where(dd) {
  margin-left: 0;
}

.p-original-section :where(hr) {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

.p-original-section :where(pre) {
  font-family: monospace, monospace;
  font-size: inherit;
}

.p-original-section :where(address) {
  font-style: inherit;
}

.p-original-section :where(a) {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.p-original-section :where(abbr[title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

.p-original-section :where(b, strong) {
  font-weight: bolder;
}

.p-original-section :where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: inherit;
}

.p-original-section :where(small) {
  font-size: 80%;
}

.p-original-section :where(sub, sup) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.p-original-section :where(sub) {
  bottom: -0.25em;
}

.p-original-section :where(sup) {
  top: -0.5em;
}

.p-original-section :where(img, embed, object, iframe) {
  vertical-align: bottom;
}

.p-original-section :where(button, input, optgroup, select, textarea) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

.p-original-section :where([type=checkbox]) {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.p-original-section :where([type=radio]) {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.p-original-section :where(button, input) {
  overflow: visible;
}

.p-original-section :where(button, select) {
  text-transform: none;
}

.p-original-section :where(button, [type=button], [type=reset], [type=submit]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.p-original-section :where(button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled]) {
  cursor: default;
}

.p-original-section :where(button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner) {
  border-style: none;
  padding: 0;
}

.p-original-section :where(button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring) {
  outline: 1px dotted ButtonText;
}

.p-original-section :where(select::-ms-expand) {
  display: none;
}

.p-original-section :where(option) {
  padding: 0;
}

.p-original-section :where(fieldset) {
  margin: 0;
  min-width: 0;
  padding: 0;
}

.p-original-section :where(legend) {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.p-original-section :where(progress) {
  vertical-align: baseline;
}

.p-original-section :where(textarea) {
  overflow: auto;
}

.p-original-section :where([type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button) {
  height: auto;
}

.p-original-section :where([type=search]) {
  outline-offset: -2px;
}

.p-original-section :where([type=search]::-webkit-search-decoration) {
  -webkit-appearance: none;
}

.p-original-section :where(::-webkit-file-upload-button) {
  -webkit-appearance: button;
  font: inherit;
}

.p-original-section :where(label[for]) {
  cursor: pointer;
}

.p-original-section :where(details) {
  display: block;
}

.p-original-section :where(summary) {
  display: list-item;
}

.p-original-section :where([contenteditable]) {
  outline: none;
}

.p-original-section :where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

.p-original-section :where(caption) {
  text-align: left;
}

.p-original-section :where(td, th) {
  padding: 0;
  vertical-align: top;
}

.p-original-section :where(th) {
  font-weight: bold;
  text-align: left;
}

.p-original-section :where(template) {
  display: none;
}

.p-original-section :where([hidden]) {
  display: none;
}

/* unstyled
--------------------------------------------------*/
.u-unstyled-heading {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.u-unstyled-paragraph {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.u-unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-unstyled-link {
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.u-unstyled-button,
.u-unstyled-input,
.u-unstyled-select,
.u-unstyled-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  overflow: visible;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

.u-unstyled-input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.u-unstyled-input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.u-unstyled-input[type=number]::-webkit-inner-spin-button, .u-unstyled-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.u-unstyled-input[type=search] {
  outline-offset: -2px;
}
.u-unstyled-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.u-unstyled-input::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.u-unstyled-button,
.u-unstyled-select {
  text-transform: none;
}

.u-unstyled-button[type=button], .u-unstyled-button[type=reset], .u-unstyled-button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.u-unstyled-button[type=button][disabled], .u-unstyled-button[type=reset][disabled], .u-unstyled-button[type=submit][disabled] {
  cursor: default;
}
.u-unstyled-button[type=button]::-moz-focus-inner, .u-unstyled-button[type=reset]::-moz-focus-inner, .u-unstyled-button[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.u-unstyled-button[type=button]:-moz-focusring, .u-unstyled-button[type=reset]:-moz-focusring, .u-unstyled-button[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.u-unstyled-button[disabled] {
  cursor: default;
}
.u-unstyled-button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.u-unstyled-button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* base
--------------------------------------------------*/
body {
  color: var(--custom-color-base);
  font-size: var(--custom-font-size-base);
  line-height: var(--custom-line-height-base);
  display: block !important;
}
body.is-scroll-lock {
  overflow: hidden !important;
}
body.is-scroll-lock-windows {
  height: 100vh !important;
  left: 0 !important;
  overflow-y: scroll !important;
  position: fixed !important;
  width: 100% !important;
}

.c-picture {
  display: block;
}

.p-original-section :where(img) {
  border: none;
  height: auto;
  max-width: 100%;
}

.p-original-section :where(a) {
  cursor: pointer;
  display: inline-block;
}
@media only screen and (min-width: 750px) {
  .p-original-section :where(a)[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

/* Swiper | フェードモード時 共通設定 */
.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

/*
* layout
* ページレイアウトを構成する要素
*/
/* container
--------------------------------------------------*/
.l-container {
  margin: 0 auto;
  max-width: var(--custom-container-width);
  padding: 0 var(--custom-padding--rem);
  width: 100%;
}

/*
* component
* サイト全体で使いまわせる小さい粒度のモジュール
*/
/* button
--------------------------------------------------*/
.c-button {
  align-items: center;
  background-color: #fff;
  border: var(--custom-border-base);
  border-radius: 2.4rem;
  color: var(--custom-color-text, #000);
  display: inline-flex;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1));
  font-size: 2rem;
  height: 4.8rem;
  padding-left: 3.8rem;
  padding-right: 2.4rem;
  transition: color var(--custom-transition-duration) var(--custom-transition-timing-function), background-color var(--custom-transition-duration) var(--custom-transition-timing-function);
  width: 100%;
}
@media (hover: hover) {
  .c-button:hover {
    background-color: #121212;
    color: #fff;
  }
}

.c-button__icon {
  -o-object-fit: contain;
  flex-shrink: 0;
  height: 0.55rem;
  margin-left: auto;
  object-fit: contain;
  width: 3.9rem;
}

/* card-product
--------------------------------------------------*/
.c-card-product {
  /* 行内でカード高さが揃うとき、見出し行数差で価格位置がずれないようテキスト領域を分割して下側を揃える */
}
.c-card-product.card--extend-height.card--media > .card__inner {
  flex: 1 1 auto;
  min-height: 0;
}
.c-card-product.card--extend-height.card--media > .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
.c-card-product.card--extend-height.card--media > .card__content > .card__information {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  grid-row-start: auto;
  min-height: 0;
}
.c-card-product.card--extend-height.card--media > .card__content > .card__information > .card-information {
  flex-shrink: 0;
  margin-top: auto;
}
.c-card-product.card--extend-height.card--media > .card__content > .card__badge {
  grid-row-start: auto;
}
.c-card-product .card__heading {
  font-size: 1.3rem;
  padding-bottom: 0.8rem;
}
@media only screen and (min-width: 750px) {
  .c-card-product .card__heading {
    font-size: 1.4rem;
  }
}
.c-card-product > .card__content {
  padding-bottom: 1.2rem !important;
}
.c-card-product > .card__content > .card__information {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.c-card-product > .card__content > .card__information > .card-information {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}
.c-card-product .card__information {
  padding-bottom: 0.1rem;
  padding-top: 1.1rem;
}
@media only screen and (min-width: 750px) {
  .c-card-product .card__information {
    padding-top: 1rem;
  }
}
.c-card-product .price {
  font-size: 1.2rem;
  font-weight:bold;
}
@media only screen and (min-width: 750px) {
  .c-card-product .price {
    font-size: 1.4rem;
    /* padding-left: 0.7rem; */
  }
}
@media only screen and (min-width: 750px) {
  .c-card-product .card-information > *:not(.visually-hidden:first-child) + *:not(.rating):not(.card__information-volume-pricing-note) {
    margin-top: 1.1rem;
  }
}
.c-card-product .card__badge:not(:empty) {
  display: block !important;
  margin: 0 !important;
}
@media only screen and (min-width: 750px) {
  .c-card-product .card__badge:not(:empty) {
    margin-top: -0.6rem !important;
  }
}
.c-card-product .card__badge .badge {
  background-color: #fff;
  border-color: rgb(var(--color-badge-border));
  border-radius: 0;
  padding: 0.3rem 0.5rem;
}
@media only screen and (min-width: 750px) {
  .c-card-product .card__badge .badge {
    padding: 0.4rem 0.5rem;
  }
}
.price__sale .price-item--sale {
  color:#DF1C1C;
}
.price--on-sale .price__sale .price-item--regular {
  font-weight:400;
  font-size:1.4rem;
}
.pagination__list {
  font-size:1.4rem;
}
.pagination-wrapper .pagination__list>li:not(:last-child) {
  margin-right:0;
}
.pagination-wrapper .pagination__list>li {
  max-width:3.5rem;
}
/* section-heading
--------------------------------------------------*/
.c-section-heading {
  font-size: var(--custom-font-size-h2);
  font-weight: 400;
  line-height: var(--custom-line-height-h2);
}

@media only screen and (max-width: 749px) {
  .p-image-with-text-slider .c-section-heading {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}

/* section-sub-heading
--------------------------------------------------*/
.c-section-sub-heading {
  font-size: var(--custom-font-size-h3);
  font-weight: 400;
  line-height: 1.2;
}

/* slider-nav
--------------------------------------------------*/
.c-slider-nav {
  border: none;
  height: 4rem;
  position: relative;
  width: 4rem;
}
.c-slider-nav::before {
  border-right: 1px solid #141414;
  border-top: 1px solid #141414;
  content: "";
  display: inline-block;
  height: 2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2rem;
}
.c-slider-nav--prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.c-slider-nav--next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*
* project
* プロジェクト固有のモジュール
*/
/* hero
--------------------------------------------------*/
.p-hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
  touch-action: none;
  width: 100%;
}

.p-hero__slider {
  height: 100%;
  width: 100%;
}

.p-hero__slide {
  height: 100%;
  position: relative;
  width: 100%;
}

.p-hero__picture {
  height: 100%;
  width: 100%;
}

.p-hero__image {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-hero__content {
  /* bottom: 4rem; */
  flex-direction: column;
  left: 50%;
  max-width: 29.5rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 750px) {
  .p-hero__content {
    max-width: 87.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .p-hero__content--position-top-left {
    align-items: flex-start;
    left: 8rem;
    top: 8rem;
  }
  .p-hero__content--position-top-center {
    align-items: center;
    left: 50%;
    top: 8rem;
    transform: translateX(-50%);
  }
  .p-hero__content--position-top-right {
    align-items: flex-end;
    right: 8rem;
    top: 8rem;
  }
  .p-hero__content--position-center-left {
    align-items: flex-start;
    left: 8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-hero__content--position-center {
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .p-hero__content--position-center-right {
    align-items: flex-end;
    right: 8rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-hero__content--position-bottom-left {
    align-items: flex-start;
    bottom: 8rem;
    left: 8rem;
  }
  .p-hero__content--position-bottom-center {
    align-items: center;
    bottom: 8rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-hero__content--position-bottom-right {
    align-items: flex-end;
    bottom: 8rem;
    right: 0;
  }
  .p-hero__content--align-left {
    text-align: left;
  }
  .p-hero__content--align-center {
    text-align: center;
  }
  .p-hero__content--align-right {
    text-align: right;
  }
}
.p-hero__content-inner {
  display: flex;
  flex-direction: column;
  max-width: 80rem;
}
@media only screen and (min-width: 750px) {
  .p-hero__content-inner {
    width: 100%;
  }
}

.p-hero__heading {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media only screen and (min-width: 750px) {
  .p-hero__heading {
    font-size: 4.8rem;
  }
}
.p-hero__logo {
  margin-bottom:5px;
}
.p-hero__logo img{
  width:150px;
}
.p-hero__logo img {
  width: 150px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 749px) {
  .p-hero__logo img {
    /* width: 110px; */
    width: 125px;
  }
}

.p-hero__text {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 1.6rem;
}
@media only screen and (min-width: 750px) {
  .p-hero__logo img{
    width:150px;
  }
  .p-hero__text {
    font-size: 2rem;
  }
}

.p-hero__buttons {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-hero__buttons {
    flex-direction: row;
    gap: 4rem;
    justify-content: center;
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 750px) {
  .p-hero__content--align-left .p-hero__buttons {
    align-items: flex-start;
  }
  .p-hero__content--align-center .p-hero__buttons {
    align-items: center;
  }
  .p-hero__content--align-right .p-hero__buttons {
    align-items: flex-end;
  }
}
.p-hero__button {
  align-items: center;
  background-color: rgba(20, 20, 20, 0.1);
  border: 0.1rem solid #fff;
  border-radius: 2.8rem;
  color: #fff;
  display: inline-flex;
  font-size: 1.8rem;
  height: 4.6rem;
  max-width: 17.8rem;
  padding-left: 3rem;
  padding-right: 3rem;
  text-decoration: none;
  width: 100%;
}
.p-hero__button:hover {
  background-color: #fff;
  color: #121212;
}
/* 新規追加
--------------------------------------------------*/
.p-hero__heading-sp,
.p-hero__text-sp {
  display: none;
}

@media only screen and (max-width: 749px) {
  .p-hero__heading-pc,
  .p-hero__text-pc {
    display: none;
  }

  .p-hero__heading-sp,
  .p-hero__text-sp {
    display: block;
  }
}
@media only screen and (max-width: 749px) {
  .p-hero__content {
    max-width: 32rem;
    width: calc(100% - 2.4rem);
  }

  .p-hero__heading {
    font-size: 2.3rem;
    line-height: 1.08;
  }
}

@media only screen and (max-width: 749px) {
  .p-hero__content {
    max-width: 34rem;
    width: calc(100% - 1.6rem);
  }

  .p-hero__content-inner {
    max-width: none;
  }

  .p-hero__heading {
    font-size: 2.2rem;
    line-height: 1.08;
    letter-spacing: -0.02em;
  }
}


/* header
--------------------------------------------------*/
.js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation .submenu-open {
  visibility: visible;
}
.js .menu-drawer.menu-drawer--accordion .menu-drawer__submenu {
  background-color: transparent;
  filter: none;
  inset: auto;
  position: static;
  transform: none;
  transition: none;
  visibility: visible;
  width: 100%;
  z-index: auto;
}
.js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation summary.menu-drawer__menu-item > .svg-wrapper {
  transition: transform var(--duration-default) ease;
}
.js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation details[open] > summary.menu-drawer__menu-item > .svg-wrapper {
  transform: translateY(-50%) rotate(180deg);
}
.js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation details:not([open]) > summary.menu-drawer__menu-item > .svg-wrapper {
  transform: translateY(-50%) rotate(0deg);
}
.js .menu-drawer.menu-drawer--accordion .menu-drawer__submenu .menu-drawer__inner-submenu {
  box-sizing: border-box;
  height: auto;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: hidden;
  transition: max-height var(--duration-default) ease, opacity var(--duration-default) ease;
}
.js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation details[open].menu-opening > .menu-drawer__submenu > .menu-drawer__inner-submenu {
  max-height: 85vh;
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (prefers-reduced-motion: reduce) {
  .js .menu-drawer.menu-drawer--accordion .menu-drawer__submenu .menu-drawer__inner-submenu {
    transition: none;
  }
  .js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation summary.menu-drawer__menu-item > .svg-wrapper {
    transition: none;
  }
}
@media only screen and (max-width: 749px) {
  .js .menu-drawer.menu-drawer--accordion .menu-drawer__navigation {
    padding-bottom: 0;
    padding-top: 6rem;
  }
  .js .menu-drawer.menu-drawer--accordion .menu-drawer__menu > li:not(:first-child) {
    margin-top: 1.2rem;
  }
}

@media only screen and (max-width: 999px) {
  .p-header {
    min-height: 5.6rem;
  }
}

.p-header.page-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem !important;
  padding: 0 1.6rem !important;
}

.p-header .header__heading-link {
  padding: 0.25rem;
}
@media only screen and (min-width: 1000px) {
  .p-header .header__heading-link {
    padding: 1rem 0.9rem;
  }
}
@media screen and (min-width: 990px) {
  .p-header .header--middle-left {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
  }
}
@media only screen and (max-width: 999px) {
  .p-header .menu-drawer__utility-links > li {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 750px) {
  .p-header .p-header__japan-link-item {
    margin-left: 1.4rem;
  }
}
.p-header .p-header__japan-link-button {
  border: 1px solid #000;
  display: inline-block;
  font-family: var(--custom-font-family-sans);
  font-size: 14px;
  list-style: none;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .p-header .p-header__japan-link-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 20.5rem;
    padding: 0.8rem;
  }
}
@media only screen and (min-width: 750px) {
  .p-header .p-header__japan-link-button {
    font-size: 1.5rem;
    padding: 0.8rem 2.3rem;
  }
}
.p-header .p-header__japan-link-button:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 750px) {
  .js .menu-drawer {
    width:100%;
  }
  .p-header .list-menu {
    -moz-column-gap: 0.8rem;
    align-items: center;
    column-gap: 0.8rem;
  }
}
.p-header .list-menu__item {
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  justify-content: center;
}
.p-header .header__inline-menu .list-menu__item {
  justify-content: start;
}
@media only screen and (min-width: 750px) {
  .p-header .list-menu__item {
    /* font-size: 1.8rem; */
        font-size:18px;
  }
  .p-header__japan-link-item .list-menu__item {
    font-size:1.5rem;
  }
}
.p-header .menu-drawer__navigation-container {
  display: block;
}
.p-header .menu-drawer__menu-item--active, .p-header .menu-drawer__menu-item:focus, .p-header .menu-drawer__close-button:focus, .p-header .menu-drawer__menu-item:hover, .p-header .menu-drawer__close-button:hover {
  background-color: transparent;
  text-decoration: underline;
}
.p-header .menu-drawer__utility-links {
  background-color: transparent;
}
.p-header .menu-drawer__localization localization-form {
  margin-top: 4rem;
  text-align: center;
}
.p-header .menu-drawer__menu-item > .svg-wrapper {
  height: 2.4rem;
  position: relative;
  right: initial;
  top: initial;
  width: 2.4rem;
}
.p-header .menu-drawer.menu-drawer--accordion .menu-drawer__navigation details:not([open]) > summary.menu-drawer__menu-item > .svg-wrapper {
  transform: translateY(0.2em) !important;
}
.p-header .menu-drawer.menu-drawer--accordion .menu-drawer__navigation details[open] > summary.menu-drawer__menu-item > .svg-wrapper {
  transform: translate(0) rotate(180deg) !important;
}
.p-header .menu-drawer__inner-submenu .menu-drawer__menu-item {
  font-size: 1.6rem;
}
.p-header .header__heading-logo--mobile {
  display: none;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 999px) {
  .p-header .header__heading-logo-wrapper:has(.header__heading-logo--mobile) .header__heading-logo--desktop {
    display: none !important;
  }
  .p-header .header__heading-logo--mobile {
    display: block;
  }
}
.p-header .header__heading-name-desktop-only {
  display: none;
}
@media only screen and (min-width: 750px) {
  .p-header .header__heading-name-desktop-only {
    display: block;
  }
}
@media only screen and (min-width: 750px) {
  .p-header .header__icons {
    justify-self: self-start;
  }
}
@media only screen and (max-width: 999px) {
  .p-header .p-header.header .header__search .header__icon--search.header__icon--summary {
    height: 3.5rem;
    min-width: 3.5rem;
    width: 3.5rem;
  }
}
@media only screen and (max-width: 999px) {
  .p-header .header__icon--search,
  .p-header .header__icon--summary {
    width: 3.5rem;
  }
}
.p-header .header__icon--wishlist .icon {
  height: 2.4rem;
  width: 2.4rem;
}
.p-header .desktop-localization-wrapper {
  margin-right: 0.8rem;
}
@media only screen and (max-width: 1299px) {
  .p-header .header__inline-menu {
    display: none;
  }
}
@media only screen and (max-width: 1299px) {
  .p-header .header__icons {
    display: none;
  }
}
@media screen and (min-width:1300px) {
  .p-header .header__icons {
    justify-self: end;
  }
}
.p-header .p-header__mobile-drawer {
  display: none;
}
@media only screen and (max-width: 999px) {
  .p-header .p-header__mobile-drawer {
    display: block;
    line-height:0;
  }
}
.p-header .p-header__tablet-drawer-wrapper {
  display: none;
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  .p-header .p-header__tablet-drawer-wrapper {
    display: block;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  .p-header.header {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-areas: unset;
    grid-template-columns: unset;
    justify-content: space-between;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    position: relative;
  }
  .p-header.header .header__heading {
    flex: 0 0 auto;
    grid-area: unset;
    justify-self: unset;
    margin: 0;
    order: 1;
    position: static;
    transform: none;
  }
  .p-header.header .header__heading-link {
    padding: 8px 0;
  }
  .p-header.header > .header__heading-link {
    flex: 0 0 auto;
    grid-area: unset;
    justify-self: unset;
    margin: 0;
    order: 1;
    position: static;
    transform: none;
  }
  .p-header.header .p-header__tablet-drawer-wrapper {
    flex: 0 0 auto;
    margin-left: auto;
    order: 2;
    overflow: visible;
  }
}
@media only screen and (max-width: 999px) {
  .p-header.header {
    -moz-column-gap: 0;
    align-items: center;
    column-gap: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-template-areas: unset;
    grid-template-columns: unset;
    position: relative;
  }
  .p-header.header::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    min-width: 0;
    order: 3;
    pointer-events: none;
  }
  .p-header.header .header__icons {
    display: contents;
  }
  .p-header.header .desktop-localization-wrapper {
    display: none;
  }
  .p-header.header .header__inline-menu {
    display: none;
  }
  .p-header.header header-drawer {
    flex: 0 0 auto;
    grid-area: unset;
    justify-self: unset;
    margin-right: var(--custom-spacing-1);
    order: 1;
    z-index: 2;
  }
  .p-header.header .header__search {
    flex: 0 0 auto;
    grid-area: unset;
    justify-self: unset;
    margin-left: 0;
    margin-right: 0;
    order: 2;
    z-index: 3;
  }
  .p-header.header .header__search .header__icon--search.header__icon--summary {
    min-height: 4.4rem;
    min-width: 3.5rem;
    /* padding-left: var(--custom-spacing-1); */
    padding-right: var(--custom-spacing-1);
  }
  .p-header.header .header__heading {
    align-items: center;
    display: flex;
    grid-area: unset;
    justify-content: center;
    justify-self: unset;
    /* left: 50%; */
    left: 55%;
    margin: 0;
    max-width: min(calc(100vw - 20rem), 18rem);
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    width: 100%;
    padding-right: 5rem;
  }
  .p-header.header .header__heading-link {
    max-width: 100%;
    pointer-events: auto;
    width: 100%
  }
  .p-header.header > .header__heading-link {
    align-items: center;
    display: flex;
    grid-area: unset;
    justify-content: center;
    justify-self: unset;
    left: 55%;
    margin: 0;
    max-width: min(calc(100vw - 20rem), 18rem);
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    width: 100%;
    padding-right: 5rem;
  }
  .p-header.header .header__icon--account, .p-header.header .header__icon--wishlist, .p-header.header .header__icon--cart {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-width: 3.2rem;
    width: 3.2rem;
  }
  .p-header.header .header__icon--cart {
    margin-right: -0.5rem;
  }
  .p-header.header .header__icon--cart .icon {
    height: 4rem;
    width: 4rem;
  }
  .p-header.header .header__icon--account {
    flex: 0 0 auto;
    order: 5;
    z-index: 2;
  }
  .p-header.header .header__icon--account .svg-wrapper {
    height: 3.2rem;
    width: 3.2rem;
  }
  .p-header.header .shopify-app-block {
    flex: 0 0 auto;
    order: 6;
    z-index: 2;
  }
  .p-header.header .header__icon--wishlist {
    flex: 0 0 auto;
    order: 4;
    z-index: 2;
  }
  .p-header.header #cart-icon-bubble {
    flex: 0 0 auto;
    order: 7;
    z-index: 2;
  }
}
@media screen and (min-width: 1300px){
  .header {
	  grid-template-columns: auto 1fr auto;
  }
  .header__inline-menu > .list-menu {
    width:100%;
  }
  .header__inline-menu > .list-menu .p-header__japan-link-item {
    flex: 1;
    text-align: right;
  }
  .header__inline-menu > .list-menu .p-header__japan-link-item .p-header__japan-link-button.header__menu-item {
    max-width: fit-content;
  }
}

.p-header .swym-advanced-header-icon {
  align-items: center;
  height: 44px;
  justify-content: center;
  width: 44px;
}

/* ドロワー開閉: FAQ .p-faq__answer-wrapper と同じ height トランジション（_faq.js と揃える） */
/* カスタム要素はデフォルト inline のため、子の絶対配置・クリップが崩れやすい */
original-tablet-drawer {
  display: block;
}

.p-header-tablet-drawer {
  display: none;
  /* 絶対配置サブメニューが flex 系祖先で切られないよう開時のみ */
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  .p-header-tablet-drawer {
    display: block;
  }
}
.p-header-tablet-drawer.is-open {
  overflow: visible;
}
.p-header-tablet-drawer .disclosure .localization-form__select {
  border: none;
  margin: 0;
}
.p-header-tablet-drawer .localization-form {
  padding: 0;
}

.p-header-tablet-drawer__toggle {
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 4.4rem;
  z-index: 3;
}
.p-header-tablet-drawer__toggle:hover {
  opacity: 0.7;
}

.p-header-tablet-drawer__toggle-icon {
  display: block;
  height: 2rem;
  width: 2rem;
}
.p-header-tablet-drawer__toggle-icon svg {
  height: 100%;
  width: 100%;
}

.p-header-tablet-drawer__toggle-icon--close {
  display: none;
}

.p-header-tablet-drawer.is-open .p-header-tablet-drawer__toggle-icon {
  display: none;
}
.p-header-tablet-drawer.is-open .p-header-tablet-drawer__toggle-icon--close {
  display: block;
}

.p-header-tablet-drawer__content {
  background: rgb(var(--color-background));
  box-shadow: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}

.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.p-header-tablet-drawer__content-sizer {
  overflow: hidden;
  transition-duration: 0.3s;
  transition-property: height;
  transition-timing-function: ease;
}

.p-header-tablet-drawer__content:not(.is-tablet-drawer-layout-expanded) .p-header-tablet-drawer__content-sizer {
  height: 0;
}

/**
 * 閉じ高さアニメ完了後のみ付与（閉じ中に visibility: hidden にすると height トランジションが切れる）。
 */
.p-header-tablet-drawer__content.is-tablet-drawer-fully-closed {
  pointer-events: none;
  visibility: hidden;
}

.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded:has(.p-header-tablet-drawer__details[open]),
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded.is-tablet-drawer-details-open {
  overflow: visible;
}

/* 親 .p-header-tablet-drawer__content と同様、サブメニュー（absolute）が sizer の hidden で切れないようにする */
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded:has(.p-header-tablet-drawer__details[open])
  .p-header-tablet-drawer__content-sizer,
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded.is-tablet-drawer-details-open
  .p-header-tablet-drawer__content-sizer {
  overflow: visible;
}

.p-header-tablet-drawer__content-body {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  min-height: 0;
  overflow: hidden;
  padding: 0.8rem 1.6rem;
}

.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__content-body {
  overflow: visible;
}

.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__inner,
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__menu-section,
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__nav,
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__menu-list,
.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__menu-item {
  overflow: visible;
}

.p-header-tablet-drawer__inner {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  max-height: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  /* 幅・高さはトランジションしない（Grid 開閉と二重にレイアウト計算が走りカクつくため）。見え方は opacity のみ。 */
  transition: opacity 0.22s ease;
}

.p-header-tablet-drawer__content.is-tablet-drawer-layout-expanded .p-header-tablet-drawer__inner {
  max-height: 20rem;
  max-width: 60rem;
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.p-header-tablet-drawer__menu-section {
  flex: 1;
  min-width: 0;
}

.p-header-tablet-drawer__icons-section {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
}

.p-header-tablet-drawer__nav {
  width: 100%;
}

.p-header-tablet-drawer__menu-list {
  align-items: center;
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-header-tablet-drawer__menu-item {
  margin: 0;
}

.p-header-tablet-drawer__link {
  color: rgb(var(--color-foreground));
  display: block;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 1.2rem 0;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-header-tablet-drawer__link:hover {
  opacity: 0.7;
}
.p-header-tablet-drawer__link[aria-current=page] {
  text-decoration: underline;
}

.p-header-tablet-drawer__details {
  position: relative;
}
.p-header-tablet-drawer__details summary {
  list-style: none;
}
.p-header-tablet-drawer__details summary::-webkit-details-marker {
  display: none;
}

.p-header-tablet-drawer__summary {
  align-items: center;
  color: rgb(var(--color-foreground));
  cursor: pointer;
  display: flex;
  font-size: 1.8rem;
  justify-content: space-between;
  line-height: 1.4;
  padding: 1.2rem 0;
  transition: opacity 0.2s ease;
}
.p-header-tablet-drawer__summary:hover {
  opacity: 0.7;
}

.p-header-tablet-drawer__link-text {
  flex: 1;
}

.p-header-tablet-drawer__arrow {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 2.4rem;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 2.4rem;
}
.p-header-tablet-drawer__arrow svg {
  height: 100%;
  width: 100%;
}

.p-header-tablet-drawer__details:not([open]) .p-header-tablet-drawer__arrow {
  position: relative;
  top: 0.3rem;
}

.p-header-tablet-drawer__details[open] .p-header-tablet-drawer__arrow {
    transform: translateY(-0.2rem) rotate(180deg);
}

/* .header__submenu / .list-menu--disclosure と同様にフロー外へ出し、サイドメニュー行の高さを崩さない */
.p-header-tablet-drawer__submenu {
  background: rgb(var(--color-background));
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: var(--popup-corner-radius);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
  box-sizing: border-box;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: min(32rem, 70vh);
  max-width: min(20rem, 100vw - 4.8rem);
  min-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem 0;
  position: absolute;
  top: 100%;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
}

.p-header-tablet-drawer__submenu-item {
  margin: 0;
}

.p-header-tablet-drawer__submenu-link {
  color: rgb(var(--color-foreground));
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.8rem 2rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.p-header-tablet-drawer__submenu-link:hover {
  opacity: 0.7;
}
.p-header-tablet-drawer__submenu-link[aria-current=page] {
  text-decoration: underline;
}

.p-header-tablet-drawer__japan-link {
  border: 1px solid rgb(var(--color-foreground));
  color: rgb(var(--color-foreground));
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 1.2rem 2.4rem;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.p-header-tablet-drawer__japan-link:hover {
  opacity: 0.7;
}

.p-header-tablet-drawer__icons {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.p-header-tablet-drawer__icon-item {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.p-header-tablet-drawer__icon-link {
  align-items: center;
  color: rgb(var(--color-foreground));
  display: flex;
  height: 4.4rem;
  justify-content: center;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease;
  width: 4.4rem;
}
.p-header-tablet-drawer__icon-link:hover {
  opacity: 0.7;
}
.p-header-tablet-drawer__icon-link .svg-wrapper {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.p-header-tablet-drawer__icon-link .svg-wrapper svg {
  height: 100%;
  width: 100%;
}

.p-header-tablet-drawer__cart-link .cart-count-bubble {
  align-items: center;
  background: rgb(var(--color-button));
  border-radius: 50%;
  color: rgb(var(--color-button-text));
  display: flex;
  font-size: 1.2rem;
  height: 1.8rem;
  justify-content: center;
  line-height: 1;
  min-width: 1.8rem;
  padding: 0 0.4rem;
  position: absolute;
  right: 0;
  top: 0;
}
.p-header-tablet-drawer__cart-link .svg-wrapper {
  height: 4rem;
  width: 4rem;
}

/* image-with-text
--------------------------------------------------*/
.p-image-with-text {
  padding: 8rem 0;
  /* height:100vh; */
  /* ←スクロールするとちょうどいい位置にA Letter from Kawachiが表示されるがコレクションページで大きくUIが崩れるため非活性にしている */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text {
    padding: 20rem 0;
  }
}

.p-image-with-text__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text__container {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
    width: 100%;
  }
}

@media only screen and (min-width: 750px) {
  .p-image-with-text--reverse .p-image-with-text__container {
    flex-direction: row-reverse;
  }
}

.p-image-with-text__image-wrapper {
  padding: 0 2.4rem 4rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text__image-wrapper {
    max-width: 55.8rem;
    /* padding: 0; */
    width: 100%;
    padding-left:40px;
  }
}

@media only screen and (max-width: 749px) {
  .p-image-with-text__image-wrapper--pc-only {
    display: none;
  }
}

.p-image-with-text__image {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-image-with-text__placeholder {
  align-items: center;
  aspect-ratio: 4/3;
  background-color: var(--custom-background-color-1);
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-image-with-text__placeholder-svg {
  height: 80%;
  width: 80%;
}

.p-image-with-text__content {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 2.4rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    padding: 0 1.6rem;
  }
}
@media screen and (min-width: 1180px) {
  .p-image-with-text__content {
    padding: 0;
  }
}

.p-image-with-text__content-inner {
  width: 100%;
}

.p-image-with-text__content-inner--left {
  text-align: left;
}

.p-image-with-text__content-inner--center {
  text-align: center;
}

.p-image-with-text__content-inner--right {
  text-align: right;
}

.p-image-with-text__sub-heading {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text__sub-heading {
    margin-top: 6.4rem;
  }
}

.p-image-with-text__text {
  margin-top: 2.4rem;
  text-align: left;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text__text {
    margin-top: 3.2rem;
  }
}

.p-image-with-text__button-wrapper {
  margin-top: 3.2rem;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text__button-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.4rem;
    max-width: 23.7rem;
  }
}

/* 狭いPC幅でコントロールがテキストに被るため、この幅以下は下基準に寄せる */
.p-image-with-text-slider {
  overflow: hidden;
  padding: 5rem 0;
  position: relative;
  width: 100%;
  height: 100vh;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider {
    align-items: center;
    display: flex;
    padding: 0;
    min-height: 840px
  }
}

.p-image-with-text-slider__background-slider-wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-image-with-text-slider__background-slider {
  height: 100%;
  width: 100%;
}

.p-image-with-text-slider__background-image {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-image-with-text-slider__wrapper {
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-image-with-text-slider__container {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__container {
    align-items: center;
    display: flex;
    padding: 15rem 0;
  }
}

.p-image-with-text-slider__thumb-slider {
  overflow: visible;
  position: relative;
  width: 100%;
}

.p-image-with-text-slider__thumb-inner {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__thumb-inner {
    align-items: center;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 750px) {
  .p-image-with-text-slider--reverse .p-image-with-text-slider__controls {
    left: 0;
    right: auto;
  }
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider--reverse .p-image-with-text-slider__thumb-inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider--reverse .p-image-with-text-slider__image-wrap {
    justify-content: flex-start;
  }
}

.p-image-with-text-slider__image-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__image-wrap {
    flex: 50%;
    flex-shrink: 0;
    justify-content: flex-end;
  }
}

.p-image-with-text-slider__image {
  display: block;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.p-image-with-text-slider__content-inner {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__content-inner {
    align-items: stretch;
    display: flex;
    flex: 50%;
    flex-direction: column;
    flex-shrink: 1;
    justify-content: center;
    padding-bottom: 6rem;
    padding-left: calc(100vw * 120 / 1400);
    padding-right: calc(100vw * 120 / 1400);
    padding-top: 6rem;
  }
}

.p-image-with-text-slider__heading {
  color: #fff;
  margin-top: 1rem;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__heading {
    margin-top: 0;
  }
}

.p-image-with-text-slider__slide-number {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
}

@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__slide-number {
    font-size: 4rem;
    margin-top: 3rem;
  }
}

.p-image-with-text-slider__sub-heading {
  color: #fff;
  margin-top: 1rem;
}

.p-image-with-text-slider__text {
  color: #fff;
  /* margin-top: 1rem; */
}
.p-image-with-text-slider .p-image-with-text-slider__text,
.p-image-with-text-slider .p-image-with-text-slider__text .p-image-with-text-slider__pc,
.p-image-with-text-slider .p-image-with-text-slider__text .p-image-with-text-slider__sp {
  font-size: 1.8rem;
  line-height: 1.5;
}

@media only screen and (max-width: 749px) {
  .p-image-with-text-slider .p-image-with-text-slider__text,
  .p-image-with-text-slider .p-image-with-text-slider__text .p-image-with-text-slider__pc,
  .p-image-with-text-slider .p-image-with-text-slider__text .p-image-with-text-slider__sp {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.p-image-with-text-slider__controls {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 3.2rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__controls {
    bottom: 6rem;
    left: auto;
    margin-top: 0;
    padding-left: calc(100vw * 120 / 1400);
    padding-right: calc(100vw * 120 / 1400);
    position: absolute;
    right: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 1500px) and (min-width: 750px) {
  .p-image-with-text-slider__controls {
    bottom: 0;
  }
}

.p-image-with-text-slider__nav-buttons {
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  display: flex;
}

.p-image-with-text-slider__nav-button::before {
  border-color: #fff;
}

.p-image-with-text-slider__pagination {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

/* ===== Image with text slider: portrait media optimization ===== */

@media only screen and (min-width: 750px) {
  .p-image-with-text-slider {
    min-height: clamp(720px, 78vh, 920px);
  }

  .p-image-with-text-slider__container {
    padding: clamp(10rem, 12vh, 15rem) 0;
    padding-top:15rem;
    padding-bottom:15rem;
  }

  .p-image-with-text-slider__thumb-inner {
    min-height: clamp(560px, 64vh, 760px);
  }

  .p-image-with-text-slider__content-inner {
    min-width: 0;
    padding-top: clamp(4rem, 5vw, 6rem);
    /* padding-bottom: clamp(10rem, 12vh, 14rem); */
    padding-bottom: 89px;
    padding-left: clamp(4rem, 8vw, 12rem);
    padding-right: clamp(4rem, 8vw, 12rem);
  }

  .p-image-with-text-slider__controls {
    bottom: clamp(3rem, 1vh, 6rem);
  }
}

.p-image-with-text-slider__image-wrap {
  min-width: 0;
}

.p-image-with-text-slider__image-wrap.is-image,
.p-image-with-text-slider__image-wrap.is-video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-image-with-text-slider__image-wrap.is-image .p-image-with-text-slider__image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.p-image-with-text-slider__image-wrap.is-video .p-image-with-text-slider__image {
  display: block;
  object-fit: contain;
}

@media only screen and (min-width: 750px) {
  .p-image-with-text-slider__image-wrap.is-image .p-image-with-text-slider__image {
    width: min(100%, 720px);
    max-height: min(68vh, 760px);
    object-fit: cover;
  }

  .p-image-with-text-slider__image-wrap.is-video .p-image-with-text-slider__image {
    width: auto;
    height: auto;
    max-width: min(100%, 720px);
    max-height: min(68vh, 760px);
  }

  .p-image-with-text-slider__image-wrap.is-video.is-portrait .p-image-with-text-slider__image {
    width: auto;
    height: min(68vh, 760px);
    max-width: min(100%, 420px);
  }
}

@media only screen and (max-width: 749px) {
  .p-image-with-text-slider__image-wrap.is-video .p-image-with-text-slider__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: min(60svh, 520px);
    object-fit: contain;
  }

  .p-image-with-text-slider__image-wrap.is-video.is-portrait .p-image-with-text-slider__image {
    max-width: min(100%, 320px);
  }
}

/* collection-banner
--------------------------------------------------*/
.p-collection-banner {
  padding: 4.5rem 0 0;
}
@media only screen and (min-width: 750px) {
  .p-collection-banner {
    padding-top: 6rem;
  }
}

.p-collection-banner__crayon {
  color: transparent;
  display: flex;
  justify-content: center;
}
.p-collection-banner__crayon svg {
  max-width: 15rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-collection-banner__crayon svg {
    max-width: 23.8rem;
  }
}

.p-collection-banner__title {
  font-size: 2rem;
  letter-spacing: 0.0315em;
  margin-top: 1.2rem;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .p-collection-banner__title {
    font-size: 4.2rem;
    margin-bottom: 0;
    margin-top: 2rem;
  }
}

.p-collection-banner__description {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .p-collection-banner__description {
    font-size: 1.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.3rem;
    max-width: 84rem;
  }
}

/* collection
--------------------------------------------------*/
facet-filters-form .facets__heading {
  font-size:1.6rem;
}
.p-collection {
  /* border-bottom: 1px solid #141414; */
  padding-bottom: 3.6rem;
  padding-top: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .p-collection {
    padding-bottom: 9.9rem;
    padding-top: 5.2rem;
  }
}
.p-collection .page-width {
  padding: 0 2.4rem;
}
@media only screen and (min-width: 750px) {
  .p-collection .page-width {
    padding: 0 2rem;
  }
}
.p-collection .pagination-wrapper {
  margin-top: 0;
}

.p-list-collections {
  padding-top: 8rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-list-collections {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16rem;
  }
}
.p-list-collections .l-container {
  display: contents;
}
@media screen and (max-width: 999px) and (min-width: 750px) {
  .p-list-collections .c-button {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
}

.p-list-collections__heading {
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .p-list-collections__heading {
    margin-bottom: 6.4rem;
  }
}

.p-list-collections__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 750px) {
  .p-list-collections__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-list-collections__grid.is-two-column {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 750px) {
  .p-list-collections__grid.is-two-column {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-list-collections__item {
  display: block;
  padding: 3.2rem 2.4rem 4rem;
  width: 100%;
}
@media (hover: hover) {
  .p-list-collections__item:hover .p-list-collections__image {
    transform: scale(1.05);
  }
  .p-list-collections__item:hover .p-list-collections__button {
    background-color: #121212;
    color: #fff;
  }
}

.p-list-collections__link {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.p-list-collections__image-wrapper {
  background-color: #f5f5f5;
  overflow: hidden;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

.p-list-collections__image {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease;
  width: 100%;
}

.p-list-collections__content {
  margin-top: 3.2rem;
  text-align: center;
}

.p-list-collections__title {
  font-size: 2.4rem;
}

.p-list-collections__button {
  margin-top: 3.2rem;
}

.p-list-collections__grid.is-two-column .p-list-collections__item {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.4rem 4rem;
}
@media only screen and (max-width: 749px) {
  .p-list-collections__grid.is-two-column .p-list-collections__item {
    /* padding: 2.4rem; */
    padding: 1.2rem;
    min-height: 271px;
  }
}
.p-list-collections__grid.is-two-column .p-list-collections__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 749px) {
  .p-list-collections__grid.is-two-column .p-list-collections__content {
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-list-collections__grid.is-two-column .p-list-collections__title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-list-collections__grid.is-two-column .p-list-collections__button {
    border: none;
    filter: none;
    font-size: 1.4rem;
    font-weight: 400;
    height: auto;
    margin-top: 0rem;
    text-decoration: underline;
    padding: 0;
    margin: 0 auto;
    width: auto;
  }
  .p-list-collections__grid.is-two-column .p-list-collections__button svg {
    display: none;
  }
}
.p-list-collections__item,
.p-list-collections__item:hover,
.p-list-collections__item:visited {
  text-decoration: none;
  color: inherit;
}

.p-list-collections__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-list-collections__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 266px);
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid #121212;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1;
  background: transparent;
  color: #121212;
  box-sizing: border-box;
}

.p-list-collections__button svg {
  width: 28px;
  height: auto;
  flex-shrink: 0;
}

@media screen and (max-width: 749px) {
  .p-list-collections__button {
    width: min(100%, 266px);
    margin-inline: auto;
  }
}
@media only screen and (max-width: 749px) {
  .p-list-collections__grid.is-two-column .p-list-collections__button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 110px !important;
    min-height: 33px !important;
    padding: 0 16px !important;
    margin: 2.4rem auto 0 !important;
    border: 1px solid #121212 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #121212 !important;
    text-decoration: none !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    font-size: 1.4rem !important;
    font-weight: 400 !important;
  }

  .p-list-collections__grid.is-two-column .p-list-collections__button svg {
    display: none !important;
  }
}

.p-materials {
  /* border-bottom: 1px solid #141414; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 8rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-materials {
    padding-top: 16rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-materials .l-container {
    display: contents;
  }
}

.p-materials__heading {
  text-align: center;
}

.p-materials__grid-wrapper {
  margin-top: 4rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .p-materials__grid-wrapper {
    /* border-top: 1px dashed #141414; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.4rem;
    overflow: visible;
  }
}

.p-materials__grid-wrapper--slider {
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .p-materials__grid-wrapper--slider {
    overflow: visible;
  }
}

.p-materials__grid-wrapper--stack {
  overflow: visible;
}

.p-materials__grid {
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .p-materials__grid {
    overflow: visible;
  }
}

.p-materials__grid--stack {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
@media only screen and (min-width: 750px) {
  .p-materials__grid--stack {
    align-items: stretch;
    display: grid;
    gap: 2.4rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 750px) {
  .p-materials__grid-wrapper--four-columns .p-materials__grid--stack {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-materials__item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 6.2rem 0;
  text-align: center;
  max-height:386px;
}
@media only screen and (min-width: 750px) {
  .p-materials__item {
    min-height: 100%;
  }
  /* .p-materials__item:not(:first-of-type) {
    border-left: 1px dashed #141414;
  } */
}
.swym-wishlist-collections-v2[aria-pressed="true"] svg path {
  fill:#E6CADD;
  stroke:#E6CADD;
}
/* スライダー（PCで複数スライド表示）: 同一行のスライド高さを揃える */
@media only screen and (min-width: 750px) {
  .p-materials__grid-wrapper--slider .js-materials-slider .swiper-wrapper {
    align-items: stretch;
  }
}

@media only screen and (min-width: 750px) {
  .p-materials__grid-wrapper--slider .swiper-slide.p-materials__item {
    height: auto;
  }
}

.p-materials__grid--stack .p-materials__item {
  border-top: 1px dashed #141414;
}

.p-materials__image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-materials__image {
  -o-object-fit: contain;
  display: block;
  height: 9.3rem;
  object-fit: contain;
  width: 9.3rem;
}

.p-materials__item-heading {
  margin-top: 1.6rem;
}

.p-materials__item-text {
  margin-top: 1.6rem;
  max-width: 26.2rem;
  padding: 0 1.2rem;
  text-align: left;
}
@media only screen and (min-width: 750px) {
  .p-materials__item-text {
    max-width: 33.2rem;
  }
}

.p-materials__grid--stack .p-materials__item-text {
  max-width: 29.5rem;
}

.p-materials__nav {
  align-items: center;
  display: flex;
  gap: var(--custom-spacing-4);
  justify-content: space-between;
  left: 0;
  padding: 0 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 750px) {
  .p-materials__nav {
    display: none;
  }
}

.p-materials__grid-wrapper--stack .p-materials__nav {
  display: none;
}

.p-materials__nav-button::before {
  border-color: #141414;
}

.mobile-facets__details .mobile-facets__label {
  align-items:center;
}
.mobile-facets__details .mobile-facets__label .icon-checkmark {
  top:2.2rem;
}
/* message
--------------------------------------------------*/
@media only screen and (min-width: 750px) {
  .p-message {
    background-color: #F3F0EC;
  }
}

.p-message__container {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 750px) {
  .p-message__container {
    align-items: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
  }
}

.p-message__image-wrapper {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-message__image-wrapper {
    max-width: min(55.8rem, 50%);
  }
}

@media only screen and (min-width: 750px) {
  .p-message__image-wrapper {
    max-width: min(50rem, 46%);
    padding-block: 4.8rem;
    box-sizing: border-box;
    padding-left:40px;
  }

  .p-message__image {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 749px) {
  .p-message {
    background: transparent !important;
  }

  .p-message__container {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .p-message__image-wrapper {
    position: relative;
    width: 100%;
    min-height: max(100svh, 820px);
    overflow: hidden;
  }

  .p-message__image.u-pc-hide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .p-message__image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.12) 0%,
      rgba(0, 0, 0, 0.24) 38%,
      rgba(0, 0, 0, 0.38) 100%
    );
    z-index: 1;
  }

  .p-message__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4rem 2.4rem 3.2rem;
  }

  .p-message__content-inner {
    width: 100%;
    max-width: none;
  }

  .p-message__heading,
  .p-message__text,
  .p-message__name {
    color: #fff;
  }
}

.p-message__image {
  -o-object-fit: cover;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-message__content {
  align-items: center;
  background-color: #F3F0EC;
  display: flex;
  justify-content: center;
  padding: 8rem 2.4rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-message__content {
    flex: 1;
    height: 100%;
    padding: 4.8rem;
  }
}

.p-message__content-inner {
  max-width: 60rem;
  width: 100%;
}

.p-message__heading {
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .p-message__heading {
    font-size: 4.8rem;
  }
}

.p-message__text {
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 750px) {
  .p-message__text {
    font-size: 1.8rem;
    margin-top: 6.4rem;
  }
}

.p-message__name {
  font-size: 1.6rem;
  margin-top: 2.4rem;
  text-align: left;
}
@media only screen and (min-width: 750px) {
  .p-message__name {
    font-size: 1.8rem;
    margin-top: 3.2rem;
  }
}

.p-message__button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
@media only screen and (min-width: 750px) {
  .p-message__button-wrapper {
    margin-top: 6.4rem;
  }
}

.p-message__button {
  background-color: #F3F0EC;
  max-width: 26.4rem;
}

.p-creators__card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.p-creators__text {
  line-height: 1.6;
  min-height: 20rem;
  max-height: 20rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.p-creators__info {
  margin-top: auto;
}

.p-creators__text,
.p-creators__modal-text {
  white-space: pre-line;
}

.p-creators {
  overflow: hidden;
  padding-top: 8rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-creators {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16rem;
  }
}
.p-creators .l-container {
  display: contents;
}

.p-creators__heading {
  text-align: center;
}

.p-creators__slider-wrapper {
  margin-top: 4rem;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .p-creators__slider-wrapper {
    margin-top: 8rem;
    overflow: visible;
  }
}

.p-creators__slider-wrapper {
  overflow: hidden;
}

.p-creators__slider {
  overflow: hidden;
}

.p-creators__slider .swiper-wrapper {
  align-items: stretch;
}

.p-creators__item {
  width: calc(100vw - 72px);
  max-width: 420px;
  height: auto;
}
@media only screen and (max-width: 749px) {
  .p-creators__item {
    max-width:320px;
    min-width:320px;
  }
}
@media screen and (min-width: 750px) {
  .p-creators__item {
    width: 320px;
  }
}

/* @media screen and (min-width: 1000px) {
  .p-creators__item {
    width: 350px;
  }
}

@media screen and (min-width: 1200px) {
  .p-creators__item {
    width: 380px;
  }
} */

.p-creators .swiper-button-lock {
  display: none;
}

.p-creators__slider {
  overflow: visible;
  padding-bottom: 15.2rem;
}
@media only screen and (min-width: 750px) {
  .p-creators__slider {
    overflow: visible;
    padding-bottom: 23.2rem;
  }
}

.p-creators__item {
  display: flex;
  flex-direction: column;
  height: auto;
}

.p-creators__card {
  background-color: #fff;
  border: 1px solid #141414;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 4rem 3.2rem 3.6rem;
}
@media only screen and (min-width: 750px) {
  .p-creators__card {
    padding: 3.5rem 3.9rem;
  }
}
.p-creators__card .c-button {
  height: 3.5rem;
  justify-content: center;
  font-size:1.8rem;
}

.p-creators__text {
  color: #141414;
  font-size: 1.8rem;
}
@media only screen and (min-width: 750px) {
  .p-creators__text {
    font-size: 1.8rem;
  }
}

.p-creators__info {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
}

.p-creators__name {
  color: #141414;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
@media only screen and (min-width: 750px) {
  .p-creators__name {
    font-size: 1.8rem;
  }
}

.p-creators__country {
  font-size: 1.4rem;
}

.p-creators__sns-link {
  align-items: center;
  color: #141414;
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  transition: color 0.3s ease;
  width: 2.4rem;
}
.p-creators__sns-link:hover {
  color: #666;
}

.p-creators__sns-icon {
  height: 100%;
  width: 100%;
}

.p-creators__actions {
  display: flex;
  margin-top: 2.6rem;
  min-height: 3.7rem;
}

.p-creators__actions--spacer {
  min-height: 3.7rem;
}

.p-creators__nav {
  align-items: center;
  bottom: 8rem;
  display: flex;
  gap: var(--custom-spacing-4);
  justify-content: space-between;
  left: 0;
  padding: 0 2.4rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 750px) {
  .p-creators__nav {
    bottom: 14rem;
  }
}

.p-creators__nav-button {
  pointer-events: auto;
}
.p-creators__nav-button::before {
  border-color: #141414;
}

.p-creators__read-more {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}

.p-creators__modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  z-index: 9999;
}
.p-creators__modal.is-open {
  display: flex;
}

.p-creators__modal-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: block !important;
  inset: 0;
  pointer-events: auto;
  position: absolute;
  z-index: 0;
}

.p-creators__modal-content {
  background-color: #fff;
  border: 1px solid #141414;
  border-radius: 4px;
  max-height: 80vh;
  max-width: 64rem;
  overflow-y: auto;
  padding: 8rem 1.6rem 2.4rem;
  pointer-events: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 750px) {
  .p-creators__modal-content {
    padding: 6rem;
  }
}

.p-creators__modal-close {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #141414;
  cursor: pointer;
  display: flex;
  height: 4rem;
  justify-content: center;
  position: absolute;
  right: 1.6rem;
  top: 1.6rem;
  transition: color 0.3s ease;
  width: 4rem;
}
.p-creators__modal-close:hover {
  color: #666;
}
.p-creators__modal-close svg {
  height: 3.2rem;
  width: 3.2rem;
}

.p-creators__modal-body {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.p-creators__modal-text {
  color: #141414;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (min-width: 750px) {
  .p-creators__modal-text {
    font-size: 1.6rem;
  }
}

.p-creators__modal-info {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.p-creators__modal-name-wrapper {
  align-items: center;
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
}

.p-creators__modal-name {
  color: #141414;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.p-creators__modal-sns-link {
  align-items: center;
  color: #141414;
  display: inline-flex;
  height: 2.4rem;
  justify-content: center;
  transition: color 0.3s ease;
  width: 2.4rem;
}
.p-creators__modal-sns-link:hover {
  color: #666;
}

.p-creators__modal-country {
  color: #141414;
  font-size: 1.4rem;
}

.p-creators__modal-actions {
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}

.p-creators__modal-close-button {
  height: 3.7rem;
  justify-content: center;
  max-width: 16rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  h2.rich-text__heading.h1 {
    font-size:4.8rem;
  }
}
/* newsletter
--------------------------------------------------*/
.p-newsletter {
  background-color: #ECECF3;
  padding: 8rem 0;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-newsletter {
    padding: 8rem 0;
  }
}

.p-newsletter__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 80rem;
  text-align: center;
}

.p-newsletter__heading-nowrap {
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 749px) {
  .p-newsletter__inner {
    max-width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    box-sizing: border-box;
  }

  .p-newsletter__heading {
    font-size: 2.1rem;
    line-height: 1.02;
  }
}

.p-newsletter__subheading {
  font-size: 1.8rem;
  margin-top: 4rem;
}
@media only screen and (min-width: 750px) {
  .p-newsletter__subheading {
    font-size: 1.6rem;
  }
}

.p-newsletter__form {
  margin-top: 4rem;
  width: 100%;
}

.p-newsletter__form-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
}

.p-newsletter__input-wrapper {
  align-items: center;
  display: flex;
  max-width: 32rem;
  pointer-events: cursor;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-newsletter__input-wrapper {
    justify-content: center;
  }
}
.p-newsletter__input-wrapper:hover .p-newsletter__input, .p-newsletter__input-wrapper:focus .p-newsletter__input {
  background-color: #fff;
  color: #121212;
  box-shadow: 0 0 0 1px #14141480;
}
.p-newsletter__input-wrapper:hover .p-newsletter__input::-moz-placeholder, .p-newsletter__input-wrapper:focus .p-newsletter__input::-moz-placeholder {
  color: #121212;
  box-shadow: 0 0 0 1px #14141480;
}
.p-newsletter__input-wrapper:hover .p-newsletter__input::placeholder, .p-newsletter__input-wrapper:focus .p-newsletter__input::placeholder {
  color: #121212;
}
.p-newsletter__input-wrapper:hover .p-newsletter__submit svg, .p-newsletter__input-wrapper:focus .p-newsletter__submit svg {
  color: #121212;
}

.p-newsletter__input {
  background-color: #fff;
  border: var(--custom-border-base);
  color: #121212;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 20%;
  padding-top: 2rem;
  text-align: left;
  width: 100%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.p-newsletter__input::-moz-placeholder {
  color: #121212;
}
.p-newsletter__input::placeholder {
  color: #121212;
}
@media only screen and (min-width: 750px) {
  .p-newsletter__input {
    font-size: 1.8rem;
    max-width: 32rem;
    padding-left: 4rem;
  }
}
.p-newsletter__submit {
  align-items: center;
  background: none;
  border: none;
  bottom: 0;
  box-shadow: none;
  color: #121212;
  cursor: pointer;
  display: flex;
  filter: none;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 20%;
}
.p-newsletter__submit:hover {
  background-color: transparent;
}

.p-newsletter__submit-icon {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-height: 1.2rem;
  max-width: 4rem;
  width: 100%;
}
.p-newsletter__submit-icon svg {
  -o-object-fit: contain;
  height: 100%;
  object-fit: contain;
  transition: color 0.3s ease;
  width: 100%;
}

.p-newsletter__message {
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.2rem 1.6rem;
  text-align: center;
}

.p-newsletter__message--success {
  background-color: #d1e7dd;
  border: 1px solid #badbcc;
  color: #0f5132;
}

.p-newsletter__message--error {
  background-color: #f8d7da;
  border: 1px solid #f5c2c7;
  color: #842029;
}

/* product-grid
--------------------------------------------------*/
.p-product-grid {
  --grid-mobile-vertical-spacing: 0.6rem;
  --grid-mobile-horizontal-spacing: 1rem;
  border-top: 1px dashed #141414;
  margin-bottom: 1.1rem;
  margin-top: 0.5rem;
  padding-top: 0.9rem;
}
@media only screen and (min-width: 750px) {
  .p-product-grid {
    --grid-desktop-vertical-spacing: 2.4rem;
    --grid-desktop-horizontal-spacing: 3rem;
    margin-bottom: 2.4rem;
    margin-top: 0.7rem;
    padding-top: 3rem;
  }
}

/* product
--------------------------------------------------*/
.p-product {
  padding-bottom: 4.1rem;
  /* カートアイコン＋ラベル大文字（#cart-icon-bubble と同系の SVG・在庫表示はヘッダーと同条件） */
}
@media only screen and (min-width: 750px) {
  .p-product {
    padding-bottom: 10rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-product .product-media-container.constrain-height.media-fit-contain {
    /* --contained-width: 325px !important;
    --constrained-height: 325px !important; */
    width:100%;
  }
  .p-product .product__media-list .product__media-item {
    width: calc(100% - 3rem);
  }
  .p-product .thumbnail-slider .thumbnail-list.slider {
    padding-right:0.1rem;
    padding-left:0.1rem;
    scroll-padding-left:0.1rem;
  }
  .p-product .product-media-container.constrain-height .media {
    padding-top:100%;
  }
}
@media only screen and (min-width: 750px) {
  .p-product .product-media-container.constrain-height.media-fit-contain {
    width:100%;
  }
  .p-product .product-media-container.constrain-height .media {
    aspect-ratio:1;
  }
  .p-product .product--medium .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-product .thumbnail-slider .thumbnail-list {
    grid-gap:2rem;
  }
  .p-product .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding-right:0.1rem;
    padding-left:0.1rem;
    scroll-padding-left:0.1rem;
  }
  .p-product .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 1.5rem);
  }
}
@media screen and (min-width: 990px) {
  .p-product.product--medium .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-product .product__title {
  margin-bottom: 0.5rem;
}
.p-product .product__title h1 {
  font-size: 1.6rem;
  margin-top: 1.1rem;
}
@media only screen and (min-width: 750px) {
  .p-product .product__title h1 {
    font-size: 2.8rem;
    margin-top: 0.7rem;
  }
}
.p-product .p-product__price-container {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.p-product .price {
  font-weight: 700;
}
@media only screen and (min-width: 750px) {
  .p-product .price .price-item {
    font-size: 2.6rem;
    font-weight: 700;
  }
}
.p-product .product__description {
  border-top: 1px dashed #000;
  line-height: 1.4;
  margin-top: 0.6rem !important;
  padding-top: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .p-product .product__description {
    margin-top: 1rem !important;
    padding-top: 2rem;
  }
}
.p-product .product-form__submit {
  background-color: #000;
  color: #fff;
  margin-bottom: 1.7rem;
  min-height:5rem;
}
@media only screen and (min-width: 750px) {
  .p-product .product-form__submit {
    font-size: 2rem;
    min-height:6rem;
  }
  .shopify-payment-button {
    height:6rem;
  }
  .product-form__buttons .gravity-button {
    height:6rem;
  }
}
.p-product .shopify-payment-button__more-options {
  display: none;
}
.p-product .list-payment {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 1rem;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-product .list-payment__item {
  padding: 0;
}
.p-product .list-payment__item svg {
  height: auto;
  width: 5rem;
}
.p-product .accordion {
  border-bottom: 1px dashed #000;
  border-top: 0;
  padding-bottom: 1.1rem;
}
.p-product .product__accordion .product__accordion__toggle-icon {
  align-items: center;
  align-self: center;
  color: rgb(var(--color-foreground));
  display: inline-flex;
  flex-shrink: 0;
  height: calc(var(--font-heading-scale) * 2rem);
  justify-content: center;
  margin-left: auto;
  position: relative;
  width: calc(var(--font-heading-scale) * 2rem);
}
.p-product .product__accordion__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-product .product__accordion__icon svg {
  display: block;
  height: 1rem;
  width: 1rem;
}
.p-product .product__accordion__icon--minus {
  display: none;
}
.p-product .product__accordion details[open] .product__accordion__icon--plus {
  display: none;
}
.p-product .product__accordion details[open] .product__accordion__icon--minus {
  display: flex;
}
.p-product .accordion__title {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 749px) {
  .p-product .thumbnail-slider {
    margin-left: auto !important;
    margin-right: auto !important;
    /* max-width: 337px; */
  }
}
@media only screen and (max-width: 749px) {
  .p-product .slider.slider--mobile {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 749px) {
  .p-product .grid--peek.slider--mobile {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-product .slider-button {
    display: none;
  }
}
@media only screen and (max-width: 749px) {
  .p-product .thumbnail-list {
    grid-gap: 0.5rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-product .thumbnail-list__item.slider__slide {
    width: calc(16.66666667% - 0.4rem);
  }
}
.p-product .product__text.caption-with-letter-spacing {
  margin-top: 0.2rem;
}
@media only screen and (min-width: 750px) {
  .p-product .product__text.caption-with-letter-spacing {
    margin-top: 0.5rem;
  }
}
/* @media only screen and (max-width: 749px) {
  .p-product .product__info-wrapper {
    padding: 0 1rem;
  } */
}
.p-product .p-product-form-container {
  margin-bottom: 0;
}
.p-product .p-product-form-container .product-form {
  margin-bottom: 0;
}
.p-product .product__accordion .accordion__content {
  padding: 0;
}
.p-product .accordion__content {
  font-size: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .p-product .product-form__quantity .form__label {
    font-size: 1.6rem;
    letter-spacing:.198rem;
  }
}
@media only screen and (max-width: 749px) {
  .p-product .product-form__buttons {
    max-width: 100%;
  }
}
@media only screen and (min-width: 750px) {
  .p-product .product-form__buttons {
    max-width: 100%;
  }
}
.p-product .c-product-form__submit--with-cart-icon {
  align-items: center;
  display: inline-flex;
  gap: var(--custom-spacing-3);
  justify-content: center;
}
.p-product .c-product-form__submit-icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  height: 3.5rem;
  justify-content: center;
  width: 3.5rem;
}
.p-product .c-product-form__submit-label {
  text-transform: uppercase;
  letter-spacing:1.98px;
}
.p-product .swym-atw-btn-wrapper.add_to_cart_button_left-position {
  align-items: flex-start;
}
.p-product .swym-atw-button-container {
  display: block !important;
  flex: 1;
}
.p-product .atw-button.full-width {
  padding: 10.2px;
  border: 1px solid #000!important;
  width:6rem;
  height:6rem;
}
.p-product .atw-button.full-width path{
  stroke-width:1;
}
@media only screen and (max-width: 749px) {
  .p-product .atw-button.full-width {
    width:5rem;
    height:5rem;
  }
}
.p-product__payment {
  margin-top: 2.6rem;
}
@media only screen and (min-width: 750px) {
  .p-product__payment {
    margin-top: 4.7rem !important;
  }
}

/**
 * collapsible_tab + メディアあり: 左を p-product__left-col（flex縦）でまとめ、行を跨ぐ右カラムと高さを共有しない
 * （旧: 2行グリッド + info の span で行1が押し広がり、アコーディオンが画像から離れる問題の解消）
 * max-lg: left-col を display:contents で解体し order で 画像 → 商品情報 → アコーディオンの順に
 */
@media only screen and (max-width: 989px) {
  .p-product.p-product--collapsible-aside:not(.product--no-media) {
    /* 750–989px: メディア右配置時のみ info と画像の flex 順を入れ替え（SP は常に画像が先） */
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .p-product__left-col {
    display: contents;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .p-product__left-col .product__media-wrapper,
  .p-product.p-product--collapsible-aside:not(.product--no-media) .p-product__left-col .p-product__collapsible-tabs {
    max-width: 100%;
    width: 100%;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__media-wrapper {
    order: 1;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__info-wrapper {
    order: 2;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .p-product__collapsible-tabs {
    flex-basis: 100%;
    order: 3;
  }
}
@media only screen and (max-width: 989px) and (min-width: 750px) and (max-width: 989px) {
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .product__media-wrapper {
    order: 2;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .product__info-wrapper {
    order: 1;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .p-product__collapsible-tabs {
    order: 3;
  }
}
@media only screen and (min-width: 990px) {
  .p-product.p-product--collapsible-aside:not(.product--no-media) {
    -moz-column-gap: var(--grid-desktop-horizontal-spacing);
    align-items: start;
    column-gap: var(--grid-desktop-horizontal-spacing);
    display: grid;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .p-product__left-col {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: var(--custom-spacing-4);
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    width: 100%;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__info-wrapper {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    order: 0;
    width: 100%;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__media-wrapper {
    max-width: none;
    order: 0;
    width: 100%;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .p-product__collapsible-tabs {
    order: 0;
    width: 100%;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__info-container {
    max-width: none;
    padding-left: 5.8rem;
    width: 100%;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--large {
    grid-template-columns: minmax(0, 65fr) minmax(0, 35fr);
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--medium {
    grid-template-columns: minmax(0, 52fr) minmax(0, 48fr);
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--small {
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right.product--large {
    grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right.product--medium {
    grid-template-columns: minmax(0, 48fr) minmax(0, 52fr);
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right.product--small {
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .p-product__left-col {
    grid-column: 2;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .product__info-wrapper {
    grid-column: 1;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .product__info-container {
    padding-left: 0;
    padding-right: 5.8rem;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__info-wrapper--extra-padding .product__info-container {
    padding-left: 8rem;
  }
  .p-product.p-product--collapsible-aside:not(.product--no-media).product--right .product__info-wrapper--extra-padding .product__info-container {
    padding-left: 0;
    padding-right: 8rem;
  }
}
@media only screen and (min-width: 750px) and (max-width: 989px){
  .p-product.p-product--collapsible-aside:not(.product--no-media) .product__info-wrapper {
    padding-left:0;
    margin-top: 10px;
  }
  .p-product .product__info-container {
    max-width:unset;
  }
}
.p-product__rich-text {
  font-size: 1.6rem;
  line-height: 1.2 !important;
  margin-top: 2.1rem !important;
}
@media only screen and (min-width: 750px) {
  .p-product__rich-text {
    font-size: 1.6rem;
    line-height: 1.5 !important;
  }
}
.p-product__rich-text a {
  color: var(--product-rich-text-color);
}

.p-product__payment-text {
  font-size: 1.5rem;
}

.p-product .product__info-container > .caption-with-letter-spacing {
  font-size:1.2rem;
}

.p-product .product__description.rte p{
  font-size:1.6rem;
}

.p-product .product-form__quantity .quantity {
  min-height: calc((var(--inputs-border-width) * 2) + 4.1rem);
  width: calc(13.9rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
/* faq
--------------------------------------------------*/
.p-faq {
  background-color: #F3F0EC;
  display: block;
  padding: 5.2rem 0;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-faq {
    padding: 6.4rem 0 5.8rem;
  }
}

.p-faq__inner {
  width: 100%;
}

.p-faq__heading {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .p-faq__heading {
    font-size: 4.2rem;
    margin-bottom: 6rem;
  }
}

.p-faq__list {
  margin: 0 auto;
  max-width: 85rem;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-faq__list {
    max-width: 95rem;
  }
}

.p-faq__item {
  border-top: 1px dashed #141414;
}
.p-faq__item:last-child {
  border-bottom: 1px dotted #141414;
}

.p-faq__question {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 0.9rem;
  list-style: none;
  padding: 2.1rem 0;
  position: relative;
}
.p-faq__question::-webkit-details-marker {
  display: none;
}
@media only screen and (min-width: 750px) {
  .p-faq__question {
    gap: 1rem;
    padding: 3.2rem 0;
  }
}

.p-faq__question-label {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .p-faq__question-label {
    font-size: 2rem;
    top: 2.2rem;
  }
}

.p-faq__question-text {
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 3rem;
}
@media only screen and (min-width: 750px) {
  .p-faq__question-text {
    font-size: 1.8rem;
  }
}

.p-faq__icon {
  flex-shrink: 0;
  height: 2rem;
  margin-top: 0.2rem;
  position: relative;
  width: 2rem;
}
.p-faq__icon::before, .p-faq__icon::after {
  background-color: #141414;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.p-faq__icon::before {
  height: 0.1rem;
  transform: translate(-50%, -50%);
  width: 2rem;
}
.p-faq__icon::after {
  height: 2rem;
  transform: translate(-50%, -50%);
  width: 0.1rem;
}
@media only screen and (min-width: 750px) {
  .p-faq__icon {
    height: 2rem;
    width: 2rem;
  }
  .p-faq__icon::before {
    width: 2rem;
  }
  .p-faq__icon::after {
    height: 2rem;
  }
}

.p-faq__item.is-expanded .p-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__answer-wrapper {
  overflow: hidden;
  transition: height 0.3s ease;
}
.p-faq__answer-wrapper.is-collapsing {
  overflow: hidden;
}

.p-faq__answer {
  align-items: flex-start;
  display: flex;
  gap: 1.6rem;
  padding: 0 0 1.5rem 0;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .p-faq__answer {
    gap: 1rem;
    padding: 0 0 3.2rem 0;
  }
}

.p-faq__answer-label {
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -0.5rem
}
@media only screen and (min-width: 750px) {
  .p-faq__answer-label {
    top: -0.7rem;
    font-size: 2rem;
  }
}

.p-faq__answer-text {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.4;
  padding-left: 3rem;
}
@media only screen and (min-width: 750px) {
  .p-faq__answer-text {
    font-size: 1.8rem;
  }
}

.p-faq__button-wrapper {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  max-width: 32.7rem;
}
@media only screen and (min-width: 750px) {
  .p-faq__button-wrapper {
    margin-top: 2.9rem;
    max-width: 24.4rem;
  }
}

.p-faq__button {
  align-items: center;
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #141414;
  border-radius: 5rem;
  color: #141414;
  display: inline-flex;
  font-size: 1.4rem;
  gap: 1.2rem;
  justify-content: space-between;
  padding: 1.6rem 4rem;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-faq__button svg {
  height: auto;
  transition: transform 0.3s ease;
  width: 4rem;
}
.p-faq__button:hover {
  background-color: #141414;
  color: #fff;
}
.p-faq__button:hover svg path {
  stroke: #fff;
}
@media only screen and (min-width: 750px) {
  .p-faq__button {
    font-size: 2rem;
    padding: 1.8rem 4rem;
  }
}

/* related-products
--------------------------------------------------*/
.p-related-products {
  padding: 5rem 2.4rem 0.9rem !important;
}
@media only screen and (min-width: 750px) {
  .p-related-products {
    --page-width: 1200px !important;
    padding-bottom: 12rem !important;
    padding-top: 6rem !important;
  }
}
@media only screen and (min-width: 750px) {
  .p-related-products .grid {
    --grid-desktop-vertical-spacing: 24px;
    --grid-desktop-horizontal-spacing: 24px;
  }
}

.p-related-products__heading {
  font-size: 2.4rem;
  margin-bottom: 4rem !important;
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .p-related-products__heading {
    font-size: 4.2rem;
    margin-bottom: 6.4rem !important;
  }
}
.p-footer .list-payment {
  gap: 1rem;
  justify-content: flex-start;
}
.p-footer .list-payment__item {
  padding: 0;
}
.p-footer .list-payment__item svg {
  height: auto;
  width: 5rem;
}
@media only screen and (min-width: 750px) {
  .p-footer .l-container {
    max-width: calc(1200px + 8rem);
  }
}

.p-footer__top {
  background-color: #fff;
  padding: 6.6rem 0 5.2rem;
}
@media only screen and (min-width: 750px) {
  .p-footer__top {
    padding-bottom: 3.7rem;
    padding-top: 6.3rem;
  }
}

.p-footer__top-inner {
  display: flex;
  flex-direction: column;
  gap: 3.8rem;
}
@media only screen and (min-width: 750px) {
  .p-footer__top-inner {
    -moz-column-gap: var(--custom-spacing-10);
    align-items: start;
    column-gap: var(--custom-spacing-10);
    display: grid;
    grid-template-columns: minmax(0, max-content) minmax(0, 1fr) minmax(0, max-content);
    row-gap: var(--custom-spacing-6);
  }
}

@media only screen and (min-width: 750px) {
  .p-footer__top-inner--no-side {
    grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
  }
}

.p-footer__logo-section {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media only screen and (min-width: 750px) {
  .p-footer__logo-section {
    align-self: start;
    grid-column: 1;
    grid-row: 1/-1;
  }
}

.p-footer__logo-link {
  color: inherit;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.p-footer__logo-image {
  display: block;
  height: auto;
  max-width: 14.5rem;
}
@media only screen and (min-width: 750px) {
  .p-footer__logo-image {
    max-width: 10.3rem;
  }
}

.p-footer__logo-text {
  font-size: 20px;
  font-weight: bold;
}

.p-footer__social-list {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer__social-item {
  margin: 0;
}

.p-footer__social-link {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 40px;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 40px;
}

.p-footer__nav {
  display: flex;
  flex-direction: row;
  gap: var(--custom-spacing-7);
}
@media only screen and (max-width: 749px) {
  .p-footer__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 750px) {
  .p-footer__nav {
    align-self: start;
    flex-wrap: nowrap;
    gap: 8rem;
    grid-column: 2;
    grid-row: 1/-1;
    justify-content: flex-start;
    padding-left: 8rem;
  }
}

.p-footer__nav-column {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.9rem;
  min-width: min(100%, (100% - var(--custom-spacing-7)) / 2);
}
@media only screen and (min-width: 750px) {
  .p-footer__nav-column {
    flex: 0 1 auto;
    gap: 0.3rem 0.9rem;
    min-width: 0;
  }
}

.p-footer__nav-heading {
  font-size: 2.4rem;
  margin: 0;
}

.p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-footer__nav-item {
  margin: 0;
}

.p-footer__nav-link {
  font-size: 1.8rem;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-footer__nav-link:hover {
  opacity: 0.7;
}

.p-footer__side {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: var(--custom-spacing-6);
  padding-top: 1rem;
}
@media only screen and (min-width: 750px) {
  .p-footer__side {
    align-items: flex-end;
    grid-column: 3;
    grid-row: 1/-1;
    justify-self: end;
    padding-top: 0;
  }
}

.p-footer__japan-link {
  align-items: flex-start;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-footer__japan-link {
    justify-content: flex-end;
  }
}

.p-footer__japan-button {
  border: 1px solid #000;
  display: inline-block;
  font-family: var(--custom-font-family-sans);
  font-size: 1.5rem;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-footer__japan-button {
    padding: 3px 42px;
  }
}
.p-footer__japan-button:hover {
  opacity: 0.7;
}

.p-footer__bottom {
  background-color: #000;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 2.4rem 0 1.6rem;
}
@media only screen and (min-width: 750px) {
  .p-footer__bottom {
    align-items: center;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    padding: 1.6rem 0;
  }
}

.p-footer__localization {
  display: flex;
  gap: 20px;
}

.p-footer__localization--top {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .p-footer__localization--top {
    align-self: stretch;
    width: auto;
  }
}
.p-footer__localization--top .p-footer__localization-label {
  color: var(--custom-color-base);
}

.p-footer__country-selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.p-footer__localization-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.p-footer__localization-form .disclosure .localization-form__select {
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .p-footer__localization-form .disclosure .localization-form__select {
    height: 3.4rem;
    min-height: 3.4rem;
    padding: 1.2rem;
  }
}

.p-footer__localization-label {
  font-size: 1.8rem;
}
@media only screen and (max-width: 749px) {
  .p-footer__localization-label {
    text-align: center;
  }
}

.p-footer__payment {
  align-items: center;
  display: flex;
}

.p-footer__payment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .p-footer__payment-list {
    justify-content: center;
  }
}
.p-footer__payment-item {
  margin: 0;
}

.p-footer__payment-icon {
  border-radius: 4px;
  display: block;
  height: auto;
  width: 40px;
}

.p-footer__copyright {
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
}
@media only screen and (max-width: 749px) {
  .p-footer__copyright {
    margin-top: 1.2rem;
    text-align: center;
  }
}
@media only screen and (min-width: 750px) and (min-width: 750px) {
  .p-footer__copyright {
    font-size: 1.2rem;
  }
}

.p-footer__bottom-inner {
  display: flex;
}
@media only screen and (max-width: 749px) {
  .p-footer__bottom-inner {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 750px) {
  .p-footer__bottom-inner {
    align-items: center;
    justify-content: space-between;
  }
}

/*
* utility
* ユーティリティークラス - どこでも使えるヘルパークラス
*/
/* display
--------------------------------------------------*/
.u-hidden {
  display: none !important;
  visibility: hidden !important;
}

@media only screen and (max-width: 749px) {
  .u-mobile-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .u-pc-hide {
    display: none !important;
  }
}

/* font-family
--------------------------------------------------*/
.u-ff-base {
  font-family: var(--custom-font-family-base) !important;
}

.u-ff-sans {
  font-family: var(--custom-font-family-sans) !important;
}

.u-ff-serif {
  font-family: var(--custom-font-family-serif) !important;
}

.u-ff-ja {
  font-family: var(--custom-font-family-ja) !important;
}

.u-ff-en {
  font-family: var(--custom-font-family-en) !important;
}

.u-ff-heading {
  font-family: var(--custom-font-family-heading) !important;
}

/* hover
--------------------------------------------------*/
.u-hover-opacity {
  transition-duration: var(--custom-transition-duration) !important;
  transition-property: opacity !important;
  transition-timing-function: var(--custom-transition-timing-function) !important;
}
@media (hover: hover) {
  .u-hover-opacity:hover {
    opacity: var(--custom-hover-opacity) !important;
  }
}

@media (hover: hover) {
  .u-hover-underline:hover {
    text-decoration: underline !important;
    text-underline-offset: 0.3em !important;
  }
}

.p-header #swym-advanced-header-icon {
  display: none !important;
}

.p-header .swym-advanced-header-icon:hover {
  opacity: 0.7 !important;
}

.swym-wishlist-page {
  padding: 64px 0;
}

@media only screen and (max-width: 767px) {
  .p-hero__button{
    max-width: 22.6rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-materials__item-text{
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-creators__card{
    padding: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-message__button {
    max-width: 32.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-footer__logo-section {
    gap: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-collection-banner{
    padding: 5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-facets__open-label{
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  button.swym-wishlist-collections-v2{
    margin-top: -5px;
    margin-right: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .c-card-product .card__heading{
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-card-product>.card__content>.card__information{
    justify-content: initial;
  }
}

@media only screen and (max-width: 767px) {
  .section-template--18328811438139__main-padding{
    padding-top:28px!important;
  }
}

@media only screen and (max-width: 767px) {
  .p-product .product__text.caption-with-letter-spacing{
    font-size: 1.2rem;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .product__description{
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-product__payment-text{
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-product .atw-button{
   padding: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-product .c-product-form__submit--with-cart-icon{
    min-height: 50px;
  }
}
@media screen and (min-width: 750px) {
    .p-message {
        border-bottom: none!important;
    }
}.shopify-policy__container {
  max-width: 80ch !important;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 750px) {
    .p-image-with-text {
        border-bottom: none!important;
    }
}

/* TOP ヘッダー透明化
--------------------------------------------------*/
.page--index {
  background:transparent!important;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header-wrapper {
  background: transparent;
}
.page--index .shopify-section-group-header-group .header-wrapper {
  transition: background 0.5s ease;
}
.page--index #MainContent {
  margin-top: calc(-1 * var(--header-height));
}

/* ヘッダーロゴ */
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header .header__heading-logo-wrapper:has(.header__heading-logo--mobile) .header__heading-logo--desktop {
  display: none;
}
.page--index .shopify-section-group-header-group .p-header .header__heading-logo-wrapper:has(.header__heading-logo--mobile) .header__heading-logo--desktop.top-white  {
  display: none;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header .header__heading-logo-wrapper:has(.header__heading-logo--mobile) .header__heading-logo--desktop.top-white  {
  display: block;
}

@media only screen and (max-width: 999px) {
  .page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header .header__heading-logo--mobile {
    display:none;
  }
  .page--index .shopify-section-group-header-group .p-header .header__heading-logo--mobile.top-white {
    display:none;
  }
  .page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header .header__heading-logo--mobile.top-white {
    display:block;
  }
  .page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header .header__heading-logo-wrapper:has(.header__heading-logo--mobile) .header__heading-logo--desktop.top-white  {
    display: none;
  }
}

/* ヘッダーメニュー */
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__menu-item,
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__active-menu-item,
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .localization-form__select {
  color:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__submenu .header__menu-item {
  color:rgba(var(--color-foreground),.75);
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header-wrapper--border-bottom {
  border-bottom:none;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header__japan-link-button {
  border-color:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__icon .swym-header-icon-html path {
  stroke:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__icon .icon-search path,
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__icon .icon-account path,
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .header__icon.header__icon--cart path {
  fill:#fff!important;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .cart-count-bubble {
  background:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .cart-count-bubble span {
  color:#000;
}

/* タブレット ドロワー */
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer .p-header-tablet-drawer__toggle-icon path {
  fill:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer__content {
  background:transparent;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer__link,
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer__summary {
  color:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer__arrow path {
  fill:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer__japan-link {
  border-color:#fff;
  color:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer .disclosure .localization-form__select {
  color:#fff;
  background:transparent;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer .disclosure .localization-form__select:after {
  box-shadow:none;
  border-color:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer .swym-header-icon-html path {
  stroke:#fff;
}
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer .p-header-tablet-drawer__icon-link path,
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header-tablet-drawer .p-header-tablet-drawer__cart-link path {
  fill:#fff;
}

/* スマホ ドロワー */
.page--index .shopify-section-group-header-group.on-top:not(.menu-open) .p-header__mobile-drawer .header__icon path {
  fill:#fff;
}
/* FVスライダー */
.p-hero__picture {
  position:relative;
}
.p-hero__picture:after {
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:0.2;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ヘッダー追従 */
.page--index .shopify-section.shopify-section-group-header-group.announcement-bar-section {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}
.page--index .shopify-section.shopify-section-group-header-group.announcement-bar-section.on-top{
  opacity:0;
  visibility:hidden;
}
.page--index .section-header {
  margin-top:calc(-1 * var(--announcebar-height));
}
.page--index .announcement-bar-section.shopify-section-header-sticky:not(.shopify-section-header-hidden) {
  top: 0;
  transition:top .15s ease-out;
}
.page--index .section-header.shopify-section-header-sticky:not(.shopify-section-header-hidden) {
  top: var(--announcebar-height);
}
.page--index .shopify-section-group-header-group.shopify-section-header-sticky.on-top {
  top:0
}
@media only screen and (max-width: 749px) {
  .p-message__container {
    position: relative;
  }

  .p-message__image-wrapper {
    position: relative;
    min-height: 100svh;
    width: 100%;
  }

  .p-message__image.u-pc-hide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .p-message__image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.28) 35%,
      rgba(0, 0, 0, 0.45) 100%
    );
    z-index: 1;
  }

  .p-message__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 4rem 2.4rem 3.2rem;
  }

  .p-message__content-inner {
    max-width: none;
    width: 100%;
  }

  .p-message__heading,
  .p-message__text,
  .p-message__name {
    color: #ffffff;
  }

  .p-message__heading {
    font-size: 3.2rem;
  }

  .p-message__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 2.4rem;
  }

  .p-message__name {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }

  .p-message__button-wrapper {
    justify-content: center;
    margin-top: 3.2rem;
  }

  .p-message__button {
    background-color: rgba(255, 255, 255, 0.9);
    color: #121212;
    max-width: 28rem;
  }
}
@media only screen and (max-width: 749px) {
    .p-hero__content {
        bottom:50px;
    }
}