@charset "UTF-8";
/**
 * #p-homeAbout
 */
.p-homeAbout {
  position: relative;
  padding-top: 4.2rem;
  padding-bottom: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-homeAbout {
    padding-top: 12rem;
    padding-bottom: 33rem;
  }
}
.p-homeAbout__rule {
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}
.p-homeAbout__rule--top {
  width: 72%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__rule--top {
    width: 86rem;
    max-width: calc(100% - 8rem);
    margin: 0 auto 10rem;
  }
}
.p-homeAbout__rule--bottom {
  width: 7.2rem;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__rule--bottom {
    width: 10rem;
    margin: 0;
  }
}
.p-homeAbout__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10rem;
    max-width: 86rem;
    margin: 0 auto;
  }
}
.p-homeAbout__images {
  position: relative;
  width: 100%;
  height: 42rem;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__images {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    pointer-events: none;
  }
}
.p-homeAbout__image {
  position: absolute;
  margin: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-homeAbout__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-homeAbout__image--01 {
  width: 28%;
  top: 18%;
  left: 56%;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__image--01 {
    width: 8.61%;
    left: 8.68%;
    top: 19.7rem;
    aspect-ratio: 124/147;
  }
}
.p-homeAbout__image--02 {
  width: 26%;
  top: 42%;
  left: -5%;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__image--02 {
    width: 12.15%;
    left: 0;
    top: 51rem;
    aspect-ratio: 175/269;
  }
}
.p-homeAbout__image--03 {
  width: 35%;
  top: 60%;
  right: 4%;
  left: auto;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__image--03 {
    width: 18.06%;
    right: 0;
    left: auto;
    top: 66.2rem;
    aspect-ratio: 260/400;
  }
  .p-homeAbout__image--03 img {
    object-position: 87% 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-homeAbout__catchWrap {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 3.2rem;
  }
}
.p-homeAbout__catch {
  font-family: "Cormorant Upright", serif;
  color: #a99884;
  font-weight: 400;
  line-height: 1.25;
  font-size: 3.6rem;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__catch {
    font-family: "Cormorant Garamond", "Cormorant Upright", serif;
    font-weight: 500;
    font-size: 6rem;
    line-height: 1.05;
    letter-spacing: -0.12rem;
    color: #a69d95;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-homeAbout__content {
    width: 38.8rem;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12rem;
  }
}
.p-homeAbout__text p {
  color: #505050;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.06rem;
  text-align: center;
  margin: 0;
}
.p-homeAbout__text p + p {
  margin-top: 2.8rem;
}
@media screen and (min-width: 768px) {
  .p-homeAbout__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.8rem;
  }
  .p-homeAbout__text p {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.072rem;
    text-align: left;
  }
  .p-homeAbout__text p + p {
    margin-top: 0;
  }
  .p-homeAbout__text p:last-child {
    line-height: 2;
  }
}

/**
 * #p-titleContents
 * セクションタイトルコンポーネント
 * 使用例:
 *   {% _section "index/ucf/title-contents.liquid",
 *     TitleEn: "NEW",
 *     TitleJa: "新着のアップサイクル商品",
 *     ViewMoreUrl: NewArrivalViewMoreUrl %}
 */
.p-titleContents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-titleContents__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-titleContents__title {
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .p-titleContents__title {
    font-size: 5.6rem;
  }
}
.p-titleContents__subtitle {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
}
.p-titleContents__subtitle::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-titleContents__subtitle {
    font-size: 1.3rem;
  }
}
.p-titleContents__moreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid var(--color-gray);
  color: var(--color-black);
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-titleContents__moreBtn {
    transition: opacity 0.3s ease;
  }
  .p-titleContents__moreBtn:hover {
    opacity: var(--hover-opacity);
  }
}
.p-titleContents__moreBtn svg {
  display: block;
  width: 14px;
  height: auto;
}

/**
 * #p-homeStoriesSection
 * トップページ STORIES（アップサイクルストーリー）セクション
 */
.p-homeStoriesSection {
  padding-top: 6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-homeStoriesSection {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.p-homeStoriesSection .p-titleContents {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-homeStoriesSection .p-titleContents {
    padding-top: 2.4rem;
  }
}

/**
 * #m-homeStories
 * STORIES スライダー（フルワイド画像 + 下にキャプション）
 */
.stories-container {
  width: 100%;
  max-width: var(--container-default);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

@media screen and (min-width: 768px) {
  .stories-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.m-homeStories {
  width: 100%;
  position: relative;
}

.m-homeStories-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.m-homeStories-slider {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.m-homeStories-slider__item {
  display: block;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.m-homeStories-slider__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .m-homeStories-slider__link {
    transition: opacity 0.3s ease;
  }
  .m-homeStories-slider__link .m-homeStories-slider__picture {
    max-width: 1440px;
    margin: 0 auto;
  }
  .m-homeStories-slider__link .m-homeStories-slider__picture img {
    transition: transform 0.6s ease;
  }
  .m-homeStories-slider__link:hover .m-homeStories-slider__picture img {
    transform: scale(1.02);
  }
}

.m-homeStories-slider__visual {
  display: block;
  width: 100%;
  aspect-ratio: 1440/600;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .m-homeStories-slider__visual {
    aspect-ratio: 4/3;
  }
}

.m-homeStories-slider__picture {
  display: block;
  width: 100%;
  height: 100%;
}

.m-homeStories-slider__picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.m-homeStories-slider__caption {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  height: 8.4rem;
  padding: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-homeStories-slider__caption {
    height: auto;
    min-height: 6.4rem;
    padding: 1.6rem 2rem;
    gap: 1.2rem;
  }
}

.m-homeStories-slider__date {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #666;
  white-space: nowrap;
  margin: 0;
}

.m-homeStories-slider__separator {
  display: block;
  width: 1px;
  height: 1.3rem;
  background: #ccc;
  flex-shrink: 0;
}

.m-homeStories-slider__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .m-homeStories-slider__title {
    font-size: 1.4rem;
  }
}

/**
 * ページネーション
 * 画像エリア内右下にオーバーレイ表示
 */
.m-homeStories-pagination {
  position: absolute;
  bottom: calc(8.4rem + 3rem);
  right: 6rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: auto !important;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .m-homeStories-pagination {
    bottom: calc(6.4rem + 1.6rem);
    right: 2rem;
  }
}

.m-homeStories-pagination__item {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  opacity: 1;
  transition: background 0.3s ease;
}
.m-homeStories-pagination__item.swiper-pagination-bullet-active {
  background: #fff;
  cursor: default;
}
@media screen and (min-width: 768px) {
  .m-homeStories-pagination__item:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}

/**
 * #p-homeInformation
 */
.p-homeInformation {
  padding-top: 8rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-homeInformation {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.p-homeInformation__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-homeInformation__header {
    margin-bottom: 6rem;
  }
}
.p-homeInformation__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-homeInformation__title {
    font-size: 5rem;
  }
}
.p-homeInformation__title {
  margin-bottom: 1.4rem;
}
.p-homeInformation__subtitle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3rem;
  color: #666;
}
.p-homeInformation__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-homeInformation__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 8rem;
  }
}
.p-homeInformation__column + .p-homeInformation__column {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-homeInformation__column + .p-homeInformation__column {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.p-homeInformation__viewMore {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeInformation__viewMore {
    margin-top: 6rem;
  }
}

/**
 * #p-homeInformationCol
 */
.p-homeInformationCol__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-homeInformationCol__title {
    font-size: 2.4rem;
    padding-bottom: 2.5rem;
  }
}
.p-homeInformationCol__list {
  display: block;
  border-top: 1px solid #e0e0e0;
}
.p-homeInformationCol__item {
  display: block;
  padding: 2rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.p-homeInformationCol__item p {
  font-weight: 400;
}
.p-homeInformationCol__date {
  display: block;
  font-size: 1.2rem;
  color: #888;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-homeInformationCol__date {
    font-size: 1.3rem;
  }
}
.p-homeInformationCol__content {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7;
}
.p-homeInformationCol__content a {
  font-weight: 400;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  .p-homeInformationCol__content a {
    transition: opacity 0.3s ease;
  }
  .p-homeInformationCol__content a:hover {
    opacity: var(--hover-opacity);
  }
}

/**
 * #p-homeGuide
 */
.p-homeGuide {
  padding-top: 8rem;
  padding-bottom: 11.5rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .p-homeGuide {
    padding-top: 10rem;
    padding-bottom: 20.5rem;
  }
}
.p-homeGuide__header {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__header {
    margin-bottom: 8rem;
  }
}
.p-homeGuide__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__title {
    font-size: 5rem;
  }
}
.p-homeGuide__title {
  text-align: center;
  margin-bottom: 1.4rem;
}
.p-homeGuide__subtitle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3rem;
  color: #666;
}
.p-homeGuide__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homeGuide__subtitle {
  justify-content: center;
}
.p-homeGuide__subtitle::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homeGuide__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5rem 0;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__items {
    grid-template-columns: 1fr 1fr;
    gap: 0 8rem;
  }
}
.p-homeGuide__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.p-homeGuide__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 1px solid #aaa;
  margin-bottom: 3rem;
  color: #555;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__icon {
    width: 11rem;
    height: 11rem;
    margin-bottom: 3.5rem;
  }
}
.p-homeGuide__icon svg {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__icon svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.p-homeGuide__item-title {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__item-title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-homeGuide__item-text {
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__item-text {
    font-size: 1.5rem;
  }
}
.p-homeGuide__item-text a {
  font-weight: 400;
  color: #555;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  .p-homeGuide__item-text a {
    transition: opacity 0.3s ease;
  }
  .p-homeGuide__item-text a:hover {
    opacity: var(--hover-opacity);
  }
}

@keyframes kvPickUpFadeUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * #m-homePickUp
 * KV 右下に表示する PICK UP（アップサイクルストーリー最新1件）
 */
.m-homePickUp {
  position: absolute;
  animation: kvPickUpFadeUp 1s cubic-bezier(0.22, 1, 0.36, 1) 1s both;
  right: max(5rem, calc((100% - 1320px) / 2));
  bottom: 9rem;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 1.2rem;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .m-homePickUp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .m-homePickUp {
    transition: opacity 0.3s ease;
  }
  .m-homePickUp:hover {
    opacity: var(--hover-opacity);
  }
  .m-homePickUp:hover .m-homePickUp__title {
    text-decoration-color: rgba(255, 255, 255, 0.4);
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.15));
  }
}
.m-homePickUp__text {
  width: 9.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
  text-align: right;
}
.m-homePickUp__label {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  color: #fff;
  margin: 0;
  width: 100%;
}
.m-homePickUp__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-homePickUp__visual {
  width: 14.4rem;
  height: 14.4rem;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
.m-homePickUp__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/**
 * #m-prodItemLine
 * TOP の NEW / RANKING で使う商品カードのグリッド
 *   default: PC 4列 / SP 2列
 *   --md5  : PC 5列 / SP 2列 (RANKING)
 */
.m-prodItemLine {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1.5rem;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .m-prodItemLine {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .m-prodItemLine--md5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.m-prodItemLine__item {
  display: block;
  min-width: 0;
}

/**
 * #c-prodItem
 * Figma 準拠の商品カード (画像 / 商品名 / 価格)
 *   - 画像アスペクト比 316.5 / 378
 *   - ブロック間ギャップ 18px (SP 14px)
 */
.c-prodItem {
  position: relative;
  display: block;
}
.c-prodItem__link {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-prodItem__link {
    gap: 1.8rem;
  }
}
@media (hover: hover) {
  .c-prodItem__link {
    transition: opacity 0.3s ease;
  }
  .c-prodItem__link:hover {
    opacity: var(--hover-opacity);
  }
}
.c-prodItem__imgWrap {
  position: relative;
  width: 100%;
  aspect-ratio: 316.5/378;
  overflow: hidden;
  background-color: #2f3239;
}
.c-prodItem__picture {
  display: block;
  width: 100%;
  height: 100%;
}
.c-prodItem__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-prodItem__status {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-right: 25%;
}
@media screen and (min-width: 768px) {
  .c-prodItem__status {
    padding-right: 0;
  }
}
.c-prodItem__rank {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.8rem;
  height: 2.8rem;
  padding: 0 0.8rem;
  background-color: #fff;
  color: #333;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-prodItem__rank {
    top: 1.2rem;
    left: 1.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
}
.c-prodItem__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 0.3rem 0.6rem;
  border: 1px solid #888;
  border-radius: 0.2rem;
  color: #777;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
.c-prodItem__name {
  margin: 0;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-prodItem__name {
    font-size: 2rem;
  }
}
.c-prodItem__price {
  margin: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.2rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
}
.c-prodItem__priceNum {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-prodItem__priceNum {
    font-size: 1.6rem;
  }
}
.c-prodItem__priceYen {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .c-prodItem__priceYen {
    font-size: 1.4rem;
  }
}
.c-prodItem__priceTax {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .c-prodItem__priceTax {
    font-size: 1.2rem;
  }
}

/**
 * #p-homeCategories
 * トップページ カテゴリ一覧（ストーリーセクションの下）
 */
.p-homeCategories__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-homeCategories__header {
    margin-bottom: 6rem;
  }
}
.p-homeCategories__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-homeCategories__title {
    font-size: 5rem;
  }
}
.p-homeCategories__title {
  margin-bottom: 1.4rem;
}
.p-homeCategories__subtitle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3rem;
  color: #666;
}
.p-homeCategories__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homeCategories__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-homeCategories__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-homeCategories__item {
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
}
.p-homeCategories__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2rem 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-homeCategories__link {
    padding: 2.4rem 2.8rem;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
  }
  .p-homeCategories__link:hover {
    opacity: var(--hover-opacity);
  }
}
.p-homeCategories__name {
  flex: 1;
  min-width: 0;
}
.p-homeCategories__arrow {
  flex-shrink: 0;
  color: #999;
  width: 2rem;
  height: 2rem;
}

/**
 * #p-homeBrands
 * トップページ ブランド一覧（カテゴリセクションの下）
 */
.p-homeBrands__header {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-homeBrands__header {
    margin-bottom: 6rem;
  }
}
.p-homeBrands__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-homeBrands__title {
    font-size: 5rem;
  }
}
.p-homeBrands__title {
  margin-bottom: 1.4rem;
}
.p-homeBrands__subtitle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3rem;
  color: #666;
}
.p-homeBrands__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homeBrands__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-homeBrands__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-homeBrands__item {
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
}
.p-homeBrands__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 2rem 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-homeBrands__link {
    padding: 2.4rem 2.8rem;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
  }
  .p-homeBrands__link:hover {
    opacity: var(--hover-opacity);
  }
}
.p-homeBrands__name {
  flex: 1;
  min-width: 0;
}
.p-homeBrands__arrow {
  flex-shrink: 0;
  color: #999;
  width: 2rem;
  height: 2rem;
}

/**
 * #p-homeHazaiDb
 * トップページ HAZAI DATABASE（端材データベース）セクション
 */
.p-homeHazaiDb {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .p-homeHazaiDb {
    padding-top: 5rem;
    padding-bottom: 15rem;
  }
}
.p-homeHazaiDb__header {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homeHazaiDb__header {
    margin-bottom: 2.5rem;
  }
}
.p-homeHazaiDb__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-homeHazaiDb__title {
    font-size: 5rem;
  }
}
.p-homeHazaiDb__title {
  text-align: center;
  margin-bottom: 1.4rem;
}
.p-homeHazaiDb__subtitle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3rem;
  color: #666;
}
.p-homeHazaiDb__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homeHazaiDb__subtitle {
  justify-content: center;
}
.p-homeHazaiDb__subtitle::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homeHazaiDb__desc {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
  color: #555;
}
@media screen and (min-width: 768px) {
  .p-homeHazaiDb__desc {
    font-size: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.p-homeHazaiDb__bannerWrap {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
}
.p-homeHazaiDb__banner {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-homeHazaiDb__banner {
    transition: opacity 0.3s ease;
  }
  .p-homeHazaiDb__banner:hover {
    opacity: var(--hover-opacity);
  }
}
.p-homeHazaiDb__banner img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * #p-homePartnership
 * トップページ PARTNERSHIP（協働運営）セクション
 */
.p-homePartnership {
  padding-top: 5rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .p-homePartnership {
    padding-top: 5rem;
    padding-bottom: 15rem;
  }
}
.p-homePartnership__header {
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-homePartnership__header {
    margin-bottom: 7rem;
  }
}
.p-homePartnership__title {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-homePartnership__title {
    font-size: 5rem;
  }
}
.p-homePartnership__title {
  text-align: center;
  margin-bottom: 1.4rem;
}
.p-homePartnership__subtitle {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 1.3rem;
  color: #666;
}
.p-homePartnership__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homePartnership__subtitle {
  justify-content: center;
}
.p-homePartnership__subtitle::after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1px;
  background-color: currentColor;
  flex-shrink: 0;
}
.p-homePartnership__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-homePartnership__logos {
    flex-direction: row;
    justify-content: center;
    gap: 6rem;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-homePartnership__logo {
  display: block;
  width: 100%;
  max-width: 32rem;
}
@media screen and (min-width: 768px) {
  .p-homePartnership__logo {
    max-width: 40rem;
    transition: opacity 0.3s ease;
  }
  .p-homePartnership__logo:hover {
    opacity: var(--hover-opacity);
  }
}
.p-homePartnership__logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* =============================================================
    Scroll Animation 初期状態
    JS（AnimationManager）が読み込まれて html.js-anim-ready が付いた時のみ
    要素を非表示にする。JS 未到達時は FOUC で隠れたままにならないようガード。
============================================================= */
.js-anim-ready [data-anim=heading],
.js-anim-ready [data-anim=body],
.js-anim-ready [data-anim=card] {
  opacity: 0;
  transform: translateY(1.6rem);
  will-change: opacity, transform;
}
.js-anim-ready [data-anim=image] {
  opacity: 0;
  clip-path: inset(8% 8% 8% 8%);
  will-change: opacity, clip-path;
}
.js-anim-ready [data-anim=grid-image] {
  opacity: 0;
  transform: translateY(1.2rem);
  will-change: opacity, transform;
}
.js-anim-ready [data-anim=about-image] {
  opacity: 0;
  transform: translateY(4rem);
  clip-path: inset(0% 0% 100% 0%);
  will-change: opacity, transform, clip-path;
}
.js-anim-ready [data-anim=about-catch] {
  opacity: 0;
  transform: translateY(3.2rem) scale(0.96);
  filter: blur(10px);
  will-change: opacity, transform, filter;
}
.js-anim-ready [data-anim=about-line] {
  opacity: 0;
  transform: translateY(2.4rem);
  will-change: opacity, transform;
}
.js-anim-ready .m-homeMainVisual__caption-logo,
.js-anim-ready .m-homeMainVisual__caption-ja,
.js-anim-ready .m-homeMainVisual__caption-desc,
.js-anim-ready .m-homeMainVisual__caption-en {
  opacity: 0;
  transform: translateY(2rem);
  will-change: opacity, transform;
}

/* =============================================================
    Module
============================================================= */
/**
 * #m-homeMainVisual
 */
.m-homeMainVisual {
  display: block;
  width: 100%;
  position: relative;
  height: 100vh;
  height: 100svh;
}

.m-homeMainVisual__container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .m-homeMainVisual__container {
    aspect-ratio: 2680/1500;
  }
}

.m-homeMainVisual--single .m-homeMainVisual-slideController,
.m-homeMainVisual--single .m-homeMainVisual-slidePagination {
  display: none;
}

.m-homeMainVisual-slider__item-link {
  display: block;
  height: 100%;
}

.m-homeMainVisual-slider__item-picture {
  display: block;
  height: 100%;
}

.m-homeMainVisual-slider__item-picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform-origin: center center;
  will-change: transform;
}

#js-homeMV.swiper-fade .m-homeMainVisual-slider__item {
  overflow: hidden;
}

.m-homeMainVisual-slideController {
  display: block;
}

.m-homeMainVisual-slideController__prev,
.m-homeMainVisual-slideController__next {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 3.9rem);
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
  outline: none;
}

.m-homeMainVisual-slideController__prev > img,
.m-homeMainVisual-slideController__next > img {
  opacity: 0.6;
  width: 0.95rem;
}

@media screen and (min-width: 768px) {
  .m-homeMainVisual-slideController__prev,
  .m-homeMainVisual-slideController__next {
    top: calc(50% - 4rem);
  }
  .m-homeMainVisual-slideController__prev:hover,
  .m-homeMainVisual-slideController__next:hover {
    opacity: var(--hover-opacity);
  }
}
.m-homeMainVisual-slideController__prev {
  left: 0.8rem;
  padding-right: 0.3rem;
}

@media screen and (min-width: 768px) {
  .m-homeMainVisual-slideController__prev {
    left: 3rem;
  }
}
.m-homeMainVisual-slideController__next {
  right: 0.8rem;
  padding-left: 0.3rem;
}

@media screen and (min-width: 768px) {
  .m-homeMainVisual-slideController__next {
    right: 3rem;
  }
}
.m-homeMainVisual-slideController__prev.swiper-button-disabled,
.m-homeMainVisual-slideController__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.m-homeMainVisual-slidePagination {
  display: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  width: 100%;
  margin-top: 1.6rem;
}

@media screen and (min-width: 768px) {
  .m-homeMainVisual-slidePagination {
    display: none;
    margin-top: 2rem;
  }
}
.m-homeMainVisual-slidePagination__item {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  opacity: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .m-homeMainVisual-slidePagination__item {
    transition: opacity 0.3s ease;
  }
  .m-homeMainVisual-slidePagination__item:hover {
    opacity: var(--hover-opacity);
  }
}
.m-homeMainVisual-slidePagination__item.swiper-pagination-bullet-active {
  cursor: default;
  background: var(--color-black);
}

.m-homeMainVisual__caption {
  position: absolute;
  bottom: 9rem;
  left: max(5rem, calc((100% - 1320px) / 2));
  z-index: 2;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.08));
}
@media screen and (max-width: 767px) {
  .m-homeMainVisual__caption {
    bottom: 4rem;
    left: 1.6rem;
  }
}
.m-homeMainVisual__caption-logo {
  display: block;
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-homeMainVisual__caption-logo {
    max-width: 20rem;
  }
}
.m-homeMainVisual__caption-ja {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 3.2rem;
}
.m-homeMainVisual__caption-ja::after {
  content: "";
  display: block;
  width: 5.6rem;
  height: 1.25px;
  background: currentColor;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .m-homeMainVisual__caption-ja {
    margin-top: 2.8rem;
    gap: 1.2rem;
    font-size: 2rem;
  }
  .m-homeMainVisual__caption-ja::after {
    width: 4rem;
  }
}
.m-homeMainVisual__caption-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .m-homeMainVisual__caption-desc {
    margin-top: 1.8rem;
    fosize: 1.3rem;
  }
}
.m-homeMainVisual__caption-en {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .m-homeMainVisual__caption-en {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}

/**
 * #m-homeFeatureSlide
 */
.m-homeFeatureSlide {
  display: block;
  width: 100%;
  position: relative;
}

.m-homeFeatureSlide-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  position: relative;
}

.m-homeFeatureSlide-slider {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.m-homeFeatureSlide-slider__item {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  transition-property: transform;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slider__item {
    width: 36.7rem;
  }
}
.m-homeFeatureSlide-slider__picture {
  display: block;
  width: 100%;
}

.m-homeFeatureSlide-slider__picture img {
  display: block;
  width: 100%;
  height: auto;
}

.m-homeFeatureSlide-slider__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slider__link {
    transition: opacity 0.3s ease;
  }
  .m-homeFeatureSlide-slider__link:hover {
    opacity: var(--hover-opacity);
  }
}
@media screen and (min-width: 768px) {
  .m-homeFeatureSlide--mdNoSlide .m-homeFeatureSlide-container {
    display: block;
    max-width: calc(1140px + 4rem);
    padding-left: 2rem;
    padding-right: 2rem;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .m-homeFeatureSlide--mdNoSlide .m-homeFeatureSlide-slider {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    transition-property: none;
    box-sizing: border-box;
    gap: 2.5rem 2rem;
    height: auto;
  }
  .m-homeFeatureSlide--mdNoSlide .m-homeFeatureSlide-slider__item {
    display: block;
    width: calc(33.3333% - 1.3333333333rem);
    height: auto;
    overflow: visible;
    background: #ffffff;
    transition-property: none;
  }
}
@media screen and (min-width: 768px) {
  .m-homeFeatureSlide--md2Slide {
    max-width: calc(1140px + 10rem);
    margin: 0 auto;
    padding: 0 5rem;
  }
  .m-homeFeatureSlide--md2Slide .m-homeFeatureSlide-container {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
  }
}
.m-homeFeatureSlide-slideController {
  display: block;
}

.m-homeFeatureSlide-slideController__prev,
.m-homeFeatureSlide-slideController__next {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: calc(50% - 4.9rem);
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.3s ease;
  outline: none;
}

.m-homeFeatureSlide-slideController__prev > img,
.m-homeFeatureSlide-slideController__next > img {
  width: 1.2rem;
}

.m-homeFeatureSlide-slideController__prev {
  left: 1rem;
  padding-right: 0.3rem;
}

.m-homeFeatureSlide-slideController__next {
  right: 1rem;
  padding-left: 0.3rem;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slideController {
    display: none;
  }
  .m-homeFeatureSlide-slideController--md2Slide {
    display: block;
  }
  .m-homeFeatureSlide-slideController__prev,
  .m-homeFeatureSlide-slideController__next {
    top: calc(50% - 2.5rem);
  }
  .m-homeFeatureSlide-slideController__prev:hover,
  .m-homeFeatureSlide-slideController__next:hover {
    opacity: var(--hover-opacity);
  }
  .m-homeFeatureSlide-slideController__prev {
    left: 3rem;
  }
  .m-homeFeatureSlide-slideController__prev--md2Slide {
    left: 0;
  }
  .m-homeFeatureSlide-slideController__next {
    right: 3rem;
  }
  .m-homeFeatureSlide-slideController__next--md2Slide {
    right: 0;
  }
}
.m-homeFeatureSlide-slideController__prev.swiper-button-disabled,
.m-homeFeatureSlide-slideController__next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.m-homeFeatureSlide-slidePagination {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slidePagination {
    margin-top: 2rem;
  }
}
.m-homeFeatureSlide-slidePagination__item {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  opacity: 1;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .m-homeFeatureSlide-slidePagination__item {
    transition: opacity 0.3s ease;
  }
  .m-homeFeatureSlide-slidePagination__item:hover {
    opacity: var(--hover-opacity);
  }
}
.m-homeFeatureSlide-slidePagination__item.swiper-pagination-bullet-active {
  cursor: default;
  background: var(--color-black);
}

/**
 * #m-homeCategoryList
 */
.m-homeCategoryList {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.6rem 1.5rem;
}

@media screen and (min-width: 576px) {
  .m-homeCategoryList {
    gap: 1.5rem 2rem;
  }
}
.m-homeCategoryList__item {
  display: block;
  width: calc((100% - 4.5rem) / 3);
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .m-homeCategoryList__item {
    width: 12.5rem;
    font-size: 1.6rem;
  }
}
.m-homeCategoryList__link {
  display: block;
}

@media screen and (min-width: 768px) {
  .m-homeCategoryList__link {
    transition: opacity 0.3s ease;
  }
  .m-homeCategoryList__link:hover {
    opacity: var(--hover-opacity);
  }
}
.m-homeCategoryList__picture {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.m-homeCategoryList__picture img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * #m-productLine-col2-md3
 */
.m-productLine-col2-md3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 1.5rem;
}

@media screen and (min-width: 576px) {
  .m-productLine-col2-md3 {
    gap: 2.5rem 2rem;
  }
}
.m-productLine-col2-md3__item {
  width: calc(50% - 0.75rem);
}

@media screen and (min-width: 576px) {
  .m-productLine-col2-md3__item {
    width: calc(33.3333% - 1.3333333333rem);
  }
}
/* =============================================================
    Page
============================================================= */
.p-page-home {
  padding-bottom: 5.5rem;
}

@media screen and (min-width: 768px) {
  .p-page-home {
    padding-bottom: 10.5rem;
  }
}
/* TOPだけ GUIDE 下の余白を詰める（brand/preview 等には影響させない） */
/* body の .page-home クラスは index.liquid だけが出力するので TOP 限定 */
.page-home .p-page-home {
  padding-bottom: 0;
}

/**
 * #p-homeSection
 */
.p-homeSection {
  display: block;
  padding-top: 8rem;
}

@media screen and (min-width: 768px) {
  .p-homeSection {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
}
.p-homeSection--bgOrange {
  margin-top: 5rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background: #f5e3b5;
}

@media screen and (min-width: 768px) {
  .p-homeSection--bgOrange {
    margin-top: 9rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-homeSection__title {
  display: block;
  margin-bottom: 2rem;
  font-family: var(--font-en);
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-homeSection__title {
    font-size: 3rem;
  }
}
/**
 * #p-homeContentsUnderBtn
 */
.p-homeContentsUnderBtn {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-homeContentsUnderBtn {
    margin-top: 4.5rem;
  }
}
.p-homeViewMoreBtn {
  display: inline-block;
  padding: 0 1.45rem 0.6rem;
  border-bottom: 1px solid #575757;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-homeViewMoreBtn {
    transition: opacity 0.3s ease;
  }
  .p-homeViewMoreBtn:hover {
    opacity: var(--hover-opacity);
  }
}
