@charset "UTF-8";

html {
  font-size: 100%;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Thin.otf') format('opentype');
  font-weight: 100;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-DemiLight.otf') format('opentype');
  font-weight: 350;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/NotoSansCJKjp-Black.otf') format('opentype');
  font-weight: 900;
}

/* 共通：最初は非表示 */
.js-fadein,
.js-fadein-left,
.js-fadein-right {
  opacity: 0;
  transition: opacity .8s ease, transform .8s ease;
}

/* 下からフェードイン（既存） */
.js-fadein {
  transform: translateY(30px);
}

/* 左からフェードイン */
.js-fadein-left {
  transform: translateX(-30px);
}

/* 右からフェードイン */
.js-fadein-right {
  transform: translateX(30px);
}

/* 表示状態（方向共通） */
.js-fadein.is-show,
.js-fadein-left.is-show,
.js-fadein-right.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

body {
  font-family: 'Noto Sans CJK JP', sans-serif;
  font-feature-settings: 'palt';
}

body.is-fixed {
  overflow: hidden;
}

.container {
  max-width: 1020px;
  padding-inline: 20px;
  margin: 0 auto;
}

.visible-pc {
  display: block;
}

.visible-sp {
  display: none;
}

header {
  background: linear-gradient(180deg, #ffffff 0, #fee5e5 50%, #ffffff 100%);
}

.hero {
  position: relative;
}

.hero__main {
  margin: 0;
  max-width: calc(1100 / 1500 * 100vw);
}

.hero__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__brand {
  position: absolute;
  top: 35px;
  right: calc(100 / 1500 * 100vw);
  max-width: clamp(130px, 15vw, 200px);
}

.hero__brand img{
  width: 100%;
}

.hero__slide {
  position: absolute;
  top: 100px;
  right: 0;
  width: calc(480 / 1500 * 100vw);
  aspect-ratio: 3 / 2;
}

.hero__slides {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.hero__slides li {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .7s ease;
}

.hero__slides li.is-show {
  opacity: 1;
  z-index: 2;
}

.hero__slides li img {
  width: 100%;
  object-fit: cover;
}

.hero__dots {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: clamp(1rem, 0.717rem + 0.57vw, 1.25rem) auto 0;
  justify-content: center;
}

.hero__dot button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  cursor: default;
}

.hero__dot--white button {
  background: #ffffff;
}

.hero__dot--pink button {
  background: #ffc0cb;
}

.hero__dot--black button {
  background: #707070;
}

.lead {
  margin: 120px auto 123px;
  padding-inline: 24px;
}

.lead__inner {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
  background: url("../img/box-bg.jpg") center/cover no-repeat;
  padding: 78px 0;
}

/* タイトルは繊細に */
.lead__title {
  margin: 0 0 .6em;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  line-height: 51px;
  font-size: 32px;
  color: #121212;
  margin-bottom: 48px;
  letter-spacing: 0.1em;
}

.lead__body p {
  color: #707070;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.lead__body p:not(:last-child) {
  margin-bottom: 31px;
}

.visual {
  width: 100%;
  margin-bottom: 120px;
}

.visual__pic {
  margin: 0;
  overflow: hidden;
  height: 400px;
}

.visual__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature {
  padding-bottom: 160px;
  overflow: hidden;
}

.feature__item {
  margin-bottom: 120px;
  padding-right: 140px;
}

.feature__label {
  margin-bottom: 32px;
}

.feature__label p {
  display: block;
  width: fit-content;
  height: 60px;
  background: linear-gradient(to right, #fdc5a7 0, #ff8870 100%);
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  padding-inline: 16px;
  margin-bottom: 8px;
}

.feature__media {
  position: relative;
  max-width: 1050px;
}

.feature__media picture {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.feature__bubble {
  position: absolute;
  max-width: 230px;
}

.feature__bubble--top {
  top: -100px;
  right: -85px;
}

.feature__bubble--middle {
  left: -22px;
  bottom: 96px;
}

.feature__bubble--bottom {
  bottom: -118px;
  right: calc((160 / 1500) * 100%);
}

.feature__item--reverse {
  padding-left: 140px;
  padding-right: 0;
}

.feature__item--reverse .feature__label p {
  margin-left: auto;
}

.feature__item--reverse .feature__media {
  margin-left: auto;
}

.feature__item--reverse .feature__bubble--top {
  top: -47px;
  left: -113px;
  right: auto;
}

.feature__item--reverse .feature__bubble--middle {
  left: auto;
  right: -22px;
  bottom: 102px;
}

.feature__item--reverse .feature__bubble--bottom {
  bottom: -153px;
  right: calc((574 / 1500) * 100%);
}

.section {
  padding: 0 24px;
  background: linear-gradient(180deg, #ffffff 0, #e8e8e8 50%, #ffffff 100%);
}

.section__head {
  margin-bottom: 80px;
  text-align: center;
  color: #121212;
}

.section__title {
  margin: 0 0 8px;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 74px;
}

.section__subtitle {
  margin: 0;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.color__choices {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
  margin-bottom: 120px;
  padding-left: 40px;
}

.color__item {
  position: relative;
  flex: 0 1 300px;
}

.color__photo {
  margin: 0;
  position: relative;
  max-width: 300px;
}

.color__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.color__photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -40px 40px auto auto;
  z-index: 0;
}

.color__item--white .color__photo::before {
  background: #ffffff;
}

.color__item--pink .color__photo::before {
  background: #ffc0cb;
}

.color__item--black .color__photo::before {
  background: #707070;
}

.color__name {
  position: relative;
  margin-top: -34px;
  font-size: 16px;
  letter-spacing: 0.1em;
  z-index: 3;
  text-align: center;
  line-height: 24px;
  color: #121212;
}

.color__item:not(:last-of-type) .color__photo::after {
  content: "or";
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #121212;
  background: #fff;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
}

.color__detail {
  margin-bottom: 120px;
}

.color__detail-inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  text-align: left;
  align-items: center;
}

.color__detail-thumb {
  position: relative;
  max-width: 360px;
  z-index: 1;
}

.color__detail-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.color__detail-body {
  padding: 50px 71px 50px 114px;
  background-color: #fff;
  border: 1px solid #707070;
  position: relative;
  margin-left: -60px;
  z-index: 0;
}

.color__detail-title {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #121212;
}

.color__detail-text {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

.color__detail-listtitle {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.color__detail-list {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.color__detail-btn {
  display: block;
  width: fit-content;
  padding: 16px 24px;
  font-size: 14px;
  color: #fff;
  background: #707070;
  margin-left: auto;
}

.color__detail-btn img {
  padding-left: 10px;
}

/* 取扱い店舗リンク */
.color__store {
  max-width: 600px;
  margin: 0 auto;
}

.color__store-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 38px 0;
  border: 1px solid #707070;
  background: #fff;
  font-size: 14px;
  color: #121212;
  letter-spacing: 0.12em;
  position: relative;
  margin-bottom: 200px;
}

.color__store-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
}

.modal-store {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 24px 336px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
  z-index: 200;
  overflow-y: auto;
}

.modal-store__overlay {
  position: absolute;
  inset: 0;
}

.modal-store__content {
  position: relative;
  background: #fff;
  max-width: 860px;
  width: 100%;
  padding: 96px 130px;
  transform: translateY(20px);
  transition: transform .3s ease;
}

.modal-store__close {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  top: 20px;
  right: 20px;
}

.modal-store__head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  background-color: #454545;
  padding: 12px 0;
}

.modal-store__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 27px;
}

.modal-store__body {
  font-size: 14px;
  color: #121212;
  line-height: 21px;
}

.modal-store__block {
  display: flex;
  padding-top: 40px;
  border-top: #707070 solid 1px;
}

.modal-store__block:first-child {
  border-top: none;
}

.modal-store__area {
  flex: 0 1 120px;
}

.modal-store__shop-list {
  flex: 1 1 auto;
}

.modal-store__shop {
  display: flex;
  margin-bottom: 40px;
}

.modal-store__shop-name {
  flex: 0 1 192px;
}

.modal-store__shop-info {
  flex: 0 1 288px;
}

.modal-store__shop-address {
  margin-bottom: 14px;
}

.modal-store.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-store.is-open .modal-store__content {
  transform: translateY(0);
}

.other {
  margin-bottom: 200px;
  background: linear-gradient(180deg, #ffffff 0, #fee5e5 50%, #ffffff 100%);
}

.other__inner {
  max-width: 980px;
  margin-inline: auto;
}

.other__item-box {
  margin-bottom: 4px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px;
}

.other__item {
  display: flex;
  align-items: center;
  gap: 107px;
}

.other__thumb {
  flex: 0 0 160px;
  overflow: hidden;
}

.other__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other__body {
  flex: 1;
  text-align: left;
}

.other__item-title {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #121212;
}

.other__item-text {
  font-size: 16px;
  color: #121212;
  line-height: 24px;
}

.other__item-name {
  font-size: 14px;
  color: #707070;
  line-height: 20px;
}

/* 右端の▼ボタン */
.other__toggle {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-right: 16px;
}

.other__toggle-icon {
  position: relative;
  width: 10px;
  height: 10px;
}

.other__toggle-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
}

/* 開いた状態用のクラス（JSで .is-open を付与する想定） */
.other__item.is-open {
  background: #fff;
}

.other__item.is-open .other__toggle-icon::before {
  transform: rotate(135deg);
}

/* ▼詳細パネル（最初は非表示） */
.other__detail {
  display: none;
  padding: 72px 24px 6px;
  background: #fff;
}

/* 詳細の中身 */
.other__detail-inner {
  max-width: 720px;
  margin-inline: auto;
}

.other__detail-thumb {
  max-width: 360px;
  margin-inline: auto;
  position: relative;
  margin-bottom: -50px;
  z-index: 2;
}

.other__detail-thumb img {
  width: 100%;
  height: auto;
}

.other__detail-body {
  position: relative;
  border: 1px solid #707070;
  padding: 86px 43px 36px;
}

.other__detail-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 23px;
  color: #121212;
}

.other__detail-text {
  font-size: 16px;
  color: #121212;
  line-height: normal;
  letter-spacing: 0.05em;
  padding-right: 7px;
  margin-bottom: 21px;
}

.other__detail-listtitle {
  font-size: 14px;
  color: #707070;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
}

.other__detail-list {
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  letter-spacing: 0.2em;
}

.other__detail-btn {
  display: block;
  width: fit-content;
  padding: 16px 24px;
  font-size: 14px;
  color: #fff;
  background: #707070;
  margin-left: auto;
}

.other__detail-btn img {
  padding-left: 10px;
}

.other__voice {
  margin-top: 40px;
}

.other__voice-head {
  margin: 0 0 39px;
  padding: 12px 0;
  background: #454545;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.16em;
}

.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.other__voice-title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 23px;
  color: #121212;
}

.other__voice-text {
  font-size: 16px;
  color: #121212;
  line-height: 22.4px;
  margin-bottom: 32px;
  padding-inline: 37px;
  text-align: left;
}

/* 前へ次への矢印カスタマイズ */
.other__voice .swiper-button-prev,
.other__voice .swiper-button-next {
  color: transparent;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
  position: absolute;
  top: 80%;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  left: -18px;
  background-image: url(../img/swiper-button-prev.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  right: -52px;
  background-image: url(../img/swiper-button-next.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

/* 矢印の状態（閉） */
.other__toggle-icon {
  position: relative;
  width: 10px;
  height: 10px;
}

.other__toggle-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  /* ▼下向き */
  transition: transform .3s ease;
}

/* is-open 時の矢印（▲上向き） */
.other__item.is-open .other__toggle-icon::before {
  transform: rotate(135deg);
}

/* is-open 時の背景など */
.other__item.is-open {
  background: #ffffff;
}

.other__detail-close {
  margin-top: 73px;
  text-align: right;
}

.other__detail-close-btn {
  border: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #121212;
  cursor: pointer;
  position: relative;
  margin-right: 16px;
}

.other__detail-close-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: -20px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(135deg);
  top: 5px;
}


.footer {
  position: relative;
  padding: 56px 24px 55px;
  background: #fff;
  border-top: 1px solid #ccc;
}

.footer__inner {
  max-width: 1028px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.footer__logo {
  max-width: 90px;
  margin-bottom: 16.6px;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__copy {
  margin: 0;
  font-size: 12px;
  color: #121212;
  line-height: 18px;
}

.footer__nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
  line-height: 20px;
}

.footer__link {
  color: #121212;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

/* ページトップボタン（右下の丸） */
.footer__pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  padding: 0;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s ease;
}

.footer__pagetop.is-show {
  opacity: 1;
  pointer-events: auto;
}

.footer__pagetop-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (max-width: 1220px) {

  .color__choices {
    padding-left: 40px;
  }
}


@media screen and (max-width: 767px) {

  .visible-pc {
    display: none;
  }

  .visible-sp {
    display: block;
  }

  .hero__brand {
    position: relative;
    top: auto;
    right: auto;
    height: 74px;
    text-align: center;
    vertical-align: middle;
    padding-top: 24px;
    margin: 0 auto;
    max-width: 200px;
  }

  .hero__main {
    max-width: 100%;
  }

  .hero__slide {
    position: relative;
    top: auto;
    right: auto;
    width: 100vw;
    padding: 24px 24px 0;
  }

  .hero__slides {
    aspect-ratio: 3 / 2;
  }

  .hero__slides li img {
    width: 100%;

  }

  .lead {
    margin: 56px auto 80px;
  }

  .lead__inner {
    padding: 54px 42px;
  }

  .lead__title {
    line-height: 39px;
    font-size: 24px;
  }

  .lead__body p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: normal;
  }

  .feature {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .feature__item {
    margin-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }

  .feature__label p {
    height: 35px;
    font-size: 24px;
    line-height: 36px;
    padding-inline: 16px;
    margin-bottom: 8px;
  }

  .feature__media {
    position: relative;
    max-width: 100%;
    min-height: 450px;
  }

  .feature__media picture {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 13 / 15;
  }

  .feature__bubble {
    max-width: 136px;
  }

  .feature__bubble--top {
    top: -54px;
    right: 24px;
  }

  .feature__bubble--middle {
    left: -10px;
    bottom: 147px;
  }

  .feature__bubble--bottom {
    bottom: -35px;
    right: 81px;
  }

  .feature__item--reverse .feature__bubble--top {
    top: 10px;
    left: 76px;
    right: auto;
  }

  .feature__item--reverse .feature__bubble--middle {
    left: auto;
    right: -6px;
    bottom: 145px;
  }

  .feature__item--reverse .feature__bubble--bottom {
    bottom: -70px;
    right: 90px;
  }

  .section__head {
    margin-bottom: 40px;
  }

  .section__title {
    font-size: 20px;
    line-height: 29px;
  }

  .section__subtitle {
    font-size: 15px;
  }

  .color__choices {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .color__photo {
    max-width: 100%;
  }

  .color__item:not(:last-of-type) .color__photo::after {
    top: auto;
    bottom: -90px;
    right: 50%;
    transform: translateX(50%);
  }

  .color__detail {
    margin-bottom: 40px;
  }

  .color__detail-inner {
    display: block;
  }

  .color__detail-thumb {
    max-width: 100%;
    padding-inline: 24px;
  }

  .color__detail-body {
    padding: 80px 20px 20px;
    margin-left: 0px;
    margin-top: -50px;
  }

  .color__detail-title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .color__detail-text {
    font-size: 14px;
    line-height: 20px;
    padding-right: 8px;
    letter-spacing: 0.01em;
  }

  .color__detail-btn {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-top: 24px;
  }

  .color__store-link {
    margin-bottom: 80px;
  }

  .modal-store__content {
    padding-inline: 90px;
  }

  .modal-store__block {
    flex-direction: column;
  }

  .modal-store__area {
    flex: 0 1 50px;
  }

  .other {
    margin-bottom: 120px;
  }

  .other__item {
    gap: 16px;
    padding: 16px 0 16px 16px;
  }

  .other__thumb {
    flex: 0 0 29.33%
  }

  .other__item-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .other__item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .other__item-name {
    font-size: 12px;
    line-height: 18px;
  }

  .other__detail {
    padding: 24px 0;
  }

  .other__detail-thumb {
    max-width: 100%;
    padding-inline: 24px;
  }

  .other__detail-body {
    padding: 86px 20px 36px;
  }

  .other__detail-title {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .other__detail-text {
    font-size: 14px;
    line-height: 20px;
    padding-right: 8px;
    letter-spacing: 0.01em;
  }


  .other__detail-btn {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-top: 24px;
  }











  .footer__inner {
    width: auto;
    flex-direction: column-reverse;
    gap: 40px;
  }

  .footer__logo {
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {

  .modal-store__content {
    padding-inline: 24px;
  }

  .modal-store__shop {
    flex-direction: column;
  }

  .modal-store__shop-name {
    flex: 0 1 30px;
  }

  .modal-store__shop-info {
    flex: 0 1 60px;
  }

}