@charset "UTF-8";

/* CSS Document */
@font-face {
  font-family: "BetterChill";
  src: url("../../fonts/BetterChill.woff2") format("woff2");
  font-display: swap;
}

/* @group Reset */
* {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1rem
}

a {
  text-decoration: none
}

ul {
  list-style: none
}

img {
  vertical-align: middle
}

/* @end */

body {
  position: relative;
  z-index: 2;
  background-image: url(../../img/texture.jpg);
  background-repeat: repeat;
  background-color: #faf8f5;
  color: #2d2d2d;
  font-size: 17px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;

  }
}

html {
  line-height: 1.7;
  letter-spacing: 1px;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  html {
    line-height: 1.5;
  }
}

/* 取扱店舗リンク */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 40px 0;
  transition: padding 0.6s ease;
}

@media (max-width: 767px) {
  header {
    padding: 20px 0;
  }
}

header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
}

/* ==========================================
   スクロールされた時のクラス
========================================== */
header.is-scrolled {
  padding-bottom: 30px;
}

header.is-scrolled::before {
  opacity: 1;
}

header p {
  width: 200px;
  margin: 0 30px 0 auto;
  border-radius: 30px;
  text-align: center;
  background: #a27174;
}

@media (max-width: 767px) {
  header p {
    width: 150px;
    margin: 0 20px 0 auto;
  }
}

header p a {
  color: #fff;
  position: relative;
  padding: 7px 10px;
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
}

@media (max-width: 767px) {
  header p a {
    font-size: 12px;
  }
}

a .arrow {
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #fff;
  right: 30px;
  bottom: 21px;
}

@media (max-width: 767px) {
  a .arrow {
    right: 20px;
    bottom: 17px;
  }
}

a .arrow::before, a .arrow::after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 1px;
  height: 5px;
  border-radius: 0;
  background-color: #fff;
  transform-origin: 50% calc(100% - 0.8px);
  left: -0px;
}

a .arrow::before {
  transform: rotate(45deg);
}

a .arrow::after {
  transform: rotate(-45deg);
}

.pencil-line {
  display: inline-block;
  background: url(../../img/pencil-line.png) no-repeat bottom center / 100%;
}


/* --- 1. メインビジュアル（KV） --- */
.kv {
  width: 100%;
  height: 100vh;
  background-image: url('../../img/kv_img.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .kv {
    background:
      linear-gradient(to top, #e5ddd2 0%, rgba(229, 221, 210, 0) 40%),
      url(../../img/sp_kv_img.jpg) no-repeat center / cover;
  }
}

.kv .logo {
  position: relative;
  top: 30px;
  left: 30px;
  width: 140px;
}

.kv .kv-main {
  font-size: 60px;
  font-style: normal;
  font-family: vdl-penletter, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  color: #000;
}

@media (max-width: 1024px) {

  .kv .wrapper {
    position: absolute;
    left: 5%;
    bottom: revert-layer;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-self: baseline;
    bottom: 15%;
  }

  .kv .kv-main {
    filter: drop-shadow(0 0 30px #e5ded2);
    text-shadow: 0 0 10px rgba(229, 222, 210, 0.9), 0 0 20px rgba(229, 222, 210, 0.9), 0 0 40px rgba(229, 222, 210, 0.9), 0 0 60px rgba(229, 222, 210, 0.9);
  }
}


@media (max-width: 767px) {
  .kv .kv-main {
    font-size: 30px;
    filter: drop-shadow(0 0 30px #e5ded2);
    text-shadow: 0 0 10px rgba(229, 222, 210, 0.9), 0 0 20px rgba(229, 222, 210, 0.9), 0 0 40px rgba(229, 222, 210, 0.9), 0 0 60px rgba(229, 222, 210, 0.9);
  }
}

@media (max-width: 375px) and (max-width: 667px) {
  .kv .kv-main {
    margin-top: 50%;
  }
}




.kv .kv-main .BetterChill {
  position: absolute;
  transform: rotate(-10deg);
  font-family: "BetterChill";
  font-weight: 400;
  top: 0;
  color: #d8888f;
  font-size: 40px;
  bottom: 0;
  margin: auto;
  display: flex;
  line-height: 1;
  align-items: center;
  left: 0;
  right: 150px;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .kv .kv-main .BetterChill {
    top: -100px;
    left: 150px;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 1024px) {
  .kv .kv-main .pencil-line {
    filter: drop-shadow(0 0 30px #e5ded2);
    text-shadow: 0 0 10px rgba(229, 222, 210, 0.9), 0 0 20px rgba(229, 222, 210, 0.9), 0 0 40px rgba(229, 222, 210, 0.9), 0 0 60px rgba(229, 222, 210, 0.9);
  }
}



@media (max-width: 767px) {
  .kv .kv-main .BetterChill {
    right: auto;
    bottom: auto;
    top: -100%;
    font-size: 27px;
  }
}




.kv .kv_color {
  display: flex;
  flex-wrap: wrap;
  width: 520px;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .kv .kv_color {
    width: 100%;
    filter: drop-shadow(0 0 30px #e5ded2);
    text-shadow: 0 0 10px rgba(229, 222, 210, 0.9), 0 0 20px rgba(229, 222, 210, 0.9), 0 0 40px rgba(229, 222, 210, 0.9), 0 0 60px rgba(229, 222, 210, 0.9);
    color: #000;
  }
}

.kv .kv_color picture {
  width: 240px;
}

@media (max-width: 767px) {
  .kv .kv_color picture {
    width: 35%;
    filter: drop-shadow(0 0 30px #e5ded2);
  }
}

.kv .kv_color ul li {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

@media (max-width: 1024px) {
  .kv .kv_color ul li {
    filter: drop-shadow(0 0 30px #e5ded2);
    text-shadow: 0 0 10px rgba(229, 222, 210, 0.9), 0 0 20px rgba(229, 222, 210, 0.9), 0 0 40px rgba(229, 222, 210, 0.9), 0 0 60px rgba(229, 222, 210, 0.9);
  }
}

@media (max-width: 767px) {
  .kv .kv_color ul li {
    font-size: 12px;
  }
}

.kv .kv_color ul li img {
  width: 33px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .kv .kv_color ul li img {
    width: 28px;
  }
}

.kv .kv_color p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .kv .kv_color p {
    font-size: 13px;
    display: flex;
    filter: drop-shadow(0 0 30px #e5ded2);
    text-shadow: 0 0 10px rgba(229, 222, 210, 0.9), 0 0 20px rgba(229, 222, 210, 0.9), 0 0 40px rgba(229, 222, 210, 0.9), 0 0 60px rgba(229, 222, 210, 0.9);
  }
}

.kv .kv_color p span {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .kv .kv_color p span {
    width: 78%;
  }
}

.kv .kv_color p span img {
  width: 340px;
}

@media (max-width: 767px) {
  .kv .kv_color p span img {
    width: 100%;
  }
}

/* --- 2. 下のコンテンツ（紙テクスチャ側） --- */
.content {
  position: relative;
  z-index: 2;
  margin-top: -40px;
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url('../../img/texture.jpg');
  background-repeat: repeat;
  background-color: #faf8f5;
}

/* ★ちぎり目（paper.svg）を上に重ねる設定 */
.content::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../../img/paper.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) and (max-width: 1024px) {
  .content::before {
    top: -150px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .content::before {
    background-image: url(../../img/sp_paper.png);
    height: 170px;
    top: -130px;
  }
}


.content h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  margin: 0 auto 50px;
  display: table;
  position: relative;
  color: #000;
}

@media (max-width: 767px) {
  .content h2 {
    font-size: 22px;
    margin: 0 auto 30px;
  }
}

.content h2 span {
  display: block;
  text-align: right;
  position: absolute;
  right: 20px;
  transform: rotate(-10deg);
  font-family: "BetterChill";
  font-weight: 400;
  top: -80px;
  color: #d8888f;
  font-size: 40px;
}

@media (max-width: 767px) {
  .content h2 span {
    right: 0;
    position: relative;
    text-align: center;
    top: -20px;
    font-size: 27px;
  }
}

.Ordinary .Ordinary_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .Ordinary .Ordinary_box {
    flex-direction: column;
    align-items: center;
  }
}

.Ordinary .Ordinary_box .Ordinary_txt {
  position: relative;
  width: 400px;
  max-width: 100%;
  line-height: 1.6;
}

@media (max-width: 1100px) and (min-width: 1025px) {
  .Ordinary .Ordinary_box .Ordinary_txt {
    width: 35%;
  }
}

@media (max-width: 1024px) {
  .Ordinary .Ordinary_box .Ordinary_txt {
    width: 100%;
  }
}

.Ordinary .Ordinary_box .Ordinary_txt h2 {
  display: block;
}

@media (max-width: 1024px) {
  .Ordinary .Ordinary_box .Ordinary_txt h2 {
    display: inline-block;
  }
}

.Ordinary .Ordinary_box .Ordinary_txt h2 span {
  right: -75px;
}

@media (max-width: 1024px) {
  .Ordinary .Ordinary_box .Ordinary_txt h2 span {
    right: 0;

  }
}

.Ordinary .Ordinary_box picture {
  position: relative;
  width: 700px;
  max-width: 60%;
}

@media (max-width: 1300px) {
  .Ordinary .Ordinary_box picture {
    position: relative;
    width: 700px;
    max-width: 55%;
  }
}

.Ordinary .Ordinary_box picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .Ordinary .Ordinary_box picture {
    width: 100%;
    max-width: 100%;
    margin: 60px auto 0;
  }
}

@media (max-width: 767px) {
  .Ordinary .Ordinary_box picture {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .Ordinary .Ordinary_box picture img {
    width: 110%;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.Ordinary .Ordinary_box picture .img_ab {
  position: absolute;
  top: -470px;
  right: 0;
  width: 850px;
  max-width: 850px;
  left: -70px;
  margin: auto;
}

@media (max-width: 1300px) and (min-width: 1025px) {
  .Ordinary .Ordinary_box picture .img_ab {
    top: -400px;
    width: 720px;
    max-width: 720px;
    left: -50px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .Ordinary .Ordinary_box picture .img_ab.pc {
    display: none;
  }

  .Ordinary .Ordinary_box .img_ab.sp {
    display: block;
    top: -80px;
    position: relative;
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  .Ordinary .Ordinary_box picture .img_ab {
    width: 100%;
    max-width: 100%;
  }
}

.Ordinary .Ordinary_box p.sub_txt {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .Ordinary .wrapper {
    padding: 0 0 45px;
    margin-top: -60px;
  }

  .Ordinary .Ordinary_box .img_ab.sp {
    width: 135%;
    max-width: none;
    position: relative;
    left: 65%;
    transform: translateX(-50%);
  }

  .Ordinary .Ordinary_box p.sub_txt {
    font-size: 20px;
    margin: 30px 0 50px;
  }
}

/* ==========================================
   【PC用】基本レイアウト（768px以上）
========================================== */
.feature .wrapper {
  padding: 30px 0 110px;
}

.feature-list {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.feature-item {
  width: 31%;
}

.feature-item p:last-child {
  letter-spacing: 0.6px;
}

.feature-img-box {
  position: relative;
  margin-bottom: 80px;
}

.feature-img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

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

.feature-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 120px;
  height: 120px;
  background-color: #a27174;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.feature-icon img {
  width: 60px;
  height: auto;
}

.feature-text {
  font-size: 26px;
  line-height: 1.6;
  color: #926867;
  margin: 20px 0;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}


/* ==========================================
   【SP用】レスポンシブ調整（767px以下）
========================================== */
@media (max-width: 767px) {
  .feature .wrapper {
    padding: 0px 0 50px;
  }

  .feature h2 span {
    right: -30px;
    top: 0;
  }

  .feature-list {
    flex-direction: column;
    gap: 60px;
  }

  .feature-item {
    width: 100%;
    margin: 0 auto;
  }

  .feature-icon {
    width: 100px;
    height: 100px;
  }

  .feature-img {
    aspect-ratio: auto;
  }

  .feature-icon img {
    width: 55px;
  }

  .feature-img-box {
    margin-bottom: 70px;
  }

  .feature-text {
    font-size: 20px;
  }
}


/* =========================================================
photogallery
========================================================= */
.gallery .wrapper {
  padding-block: 0;
}

.gallery h2 {
  width: 500px;
}

@media (max-width: 767px) {
  .gallery h2 {
    width: 100%;
  }

}

.swiper-horizontal {
  padding-bottom: 20px !important;
}

.photogalleryList {
  width: 100%;
}

.photogalleryList .listItem {
  overflow: hidden;
  width: auto;
  border: 10px solid #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .photogalleryList .listItem {
    border: 5px solid #fff;
  }
}

.photogalleryList .listItem picture {
  aspect-ratio: 1 / 1;
}


@media (max-width: 767px) {
  .photogalleryList .slide01 img {
    width: 160px;
  }
}

.photogalleryList .slide02 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .photogalleryList .slide02 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .photogalleryList .slide02 img {
    width: 80px;
  }
}

.photogalleryList .slide03 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .photogalleryList .slide03 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .photogalleryList .slide03 img {
    width: 120px;
  }
}

.photogalleryList .slide04 {
  margin-top: 160px;
}

@media (max-width: 767px) {
  .photogalleryList .slide04 {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .photogalleryList .slide04 img {
    width: 80px;
  }
}


.photogalleryList .slide05 {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .photogalleryList .slide05 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .photogalleryList .slide05 img {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .photogalleryList .slide06 img {
    width: 160px;
  }
}

.photogallery .swiper-scrollbarWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 400px;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .photogallery .swiper-scrollbarWrap {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .photogallery .swiper-scrollbarWrap {
    position: static;
    width: 100%;
    margin-top: 20px;
    padding-inline: 5%;
  }
}

.photogallery .swiper-scrollbar {
  overflow: hidden !important;
  position: static !important;
  width: calc(100% - 46px) !important;
  height: 2px !important;
}

.photogallery .swiper-scrollbar-drag {
  cursor: grab;
  background: #004326;
  height: 2px;
}

@media (max-width: 767px) {
  .photogallery .swiper-scrollbar-drag {
    background-size: 42px auto;
  }
}

@media (max-width: 767px) {
  .photogallery .btn {
    margin-inline: 5%;
  }
}


/* 全体共通ベース */
.color-section {
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .color-section {
    padding: 20px 0 0px !important;
  }
}


/* 
/* ==========================================
   【PC用】4カラム×2段 基本レイアウト
========================================== */
.color-section {
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}

.color-section h2 span {
  left: -150px;
  right: auto;
}

@media (max-width: 1024px) {
  .color-section h2 span {
    left: -100px;
  }
}

.slider-main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 40px;
}

@media (max-width: 1024px) {
  .slider-main {
    grid-template-columns: repeat(3, 1fr);
  }
}

.slide-item {
  width: 100%;
  box-sizing: border-box;
}

.card-inner {
  border: 1px solid #a27174;
  border-radius: 16px;
  padding: 30px 20px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.slide-item .co_name {
  font-size: 40px;
  margin: 0 0 10px 0;
  line-height: 1;
  font-family: "BetterChill";
  font-weight: 400;
  transform: rotate(-10deg);
  text-align: left;
}

.slide-item .color_txt {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  margin: 20px 0 0;
  font-weight: 600;
  text-align: left;
}

.camera-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-img img {
  max-width: 130%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto -30px;
}

@media (max-width: 767px) {
  .camera-img img {
    max-width: 120%;
  }
}

.product-info {
  margin-top: 15px;
  padding: 0 5px;
}

.product-info dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  row-gap: 5px;
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.product-info dt {
  font-weight: normal;
  letter-spacing: -0.5px;
}

.product-info dd {
  margin: 0;
  letter-spacing: -0.5px;
}

.slide-item .btn {
  margin: 0;
}

.slide-item .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #a27174;
  padding: 8px 20px;
  border-radius: 40px;
  font-size: 15px;
  color: #a27174;
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .slide-item .btn a {
    font-size: 13px;
  }
}


.slide-item .btn a .arrow {
  background-color: #a27174;
  transform: rotate(-90deg);
  bottom: 20px;
}

@media (max-width: 1024px) {
  .slide-item .btn a .arrow {
    bottom: 17px;
    right: 30px;
  }
}

.slide-item .btn a .arrow::before, .slide-item .btn a .arrow::after {
  background-color: #a27174;

}


.sp-only {
  display: none !important;
}

.spec-grid {
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  position: relative;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  color: #000;
}





.spec-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #a27174;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .spec-item:not(:last-child)::after {
    right: -15px;
    height: 40px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .spec-item {
    font-size: 14px;
  }

  .spec-item img {
    width: 28px;
  }

  .spec-item:last-child img {
    width: 24px;
  }

  .spec-item:not(:last-child)::after {
    height: 40px;
    right: -30px;
  }
}


@media (max-width: 1024px) {

  /* --- SP版：下部スペック表 --- */
  .spec-grid {
    margin-top: 20px;
    padding-top: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .spec-item {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(162, 11, 116, 0.3);
    justify-content: flex-start;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .spec-item:not(:last-child)::after {
    display: none;
  }

  .spec-item img {
    width: 30px;
    margin-right: 10px;
  }

  .spec-item:last-child img {
    width: 20px;
    margin: 0 15px 0 4px;
  }
}

/* ==========================================
   【SP用】767px以下のスライダー・テーブル化
========================================== */
@media (max-width: 767px) {


  .slider-main {
    display: block !important;
  }

  .sp-only {
    display: block !important;
  }

  .color-slider-wrap {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    padding: 0 0 20px;
  }

  .color-slider-wrap .slide-item {
    padding: 0 10px;
  }

  .card-inner {
    padding: 30px 20px 30px;
  }

  .product-info {
    margin-top: 20px;
  }

  .product-info dl {
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 20px;
  }

  .slider-nav-container {
    position: relative;
    width: 75%;
    margin: 30px auto 0;
    box-sizing: border-box;
  }

  .slider-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 85% !important;
    margin: auto !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .nav-dot-item {
    position: relative;
    cursor: pointer;
    flex-shrink: 0;

    /* これ重要：基準を固定 */
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav-dot-item img {
    width: 25px !important;
    height: 25px !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  .nav-dot-item.is-active::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 31px;
    height: 31px;
    border: 1px solid #b3b3b3 !important;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 1;
  }

  /* --- 左右の矢印の見た目 --- */
  .slider-nav-container .slick-prev,
  .slider-nav-container .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: none !important;
    background: none !important;
    color: transparent !important;
    font-size: 0 !important;
    cursor: pointer;
    z-index: 10;
    display: block !important;
  }

  .slider-nav-container .slick-prev {
    left: -12px !important;
  }

  .slider-nav-container .slick-next {
    right: -12px !important;
  }

  /* 矢印の「くの字」アイコン */
  .slider-nav-container .slick-prev::after,
  .slider-nav-container .slick-next::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 1px solid #a27174;
    border-right: 1px solid #a27174;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
  }

  .slider-nav-container .slick-prev::after {
    transform: rotate(-135deg);
  }

  .slider-nav-container .slick-next::after {
    transform: rotate(45deg);
  }


}

/* ==========================================
    footer
  ========================================== */
footer {
  position: relative;
  text-align: center;
}

/* ★ちぎり目（paper.svg）を上に重ねる設定 */
footer::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 250px;
  background-image: url(../../img/paper.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
  filter: drop-shadow(0 -5px 5px rgba(0, 0, 0, 0.05));
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer::before {
    top: -100px;
    height: 200px;
  }
}


@media (max-width: 767px) {
  footer::before {
    background-image: url(../../img/sp_paper.png);
    height: 170px;
    top: -30px;
  }
}

footer .wrapper {
  padding: 60px 0 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  footer .wrapper {
    padding: 80px 0 50px;
  }
}

@media (max-width: 767px) {
  footer .wrapper {
    padding: 150px 0 50px;
  }
}

footer .ab_img {
  position: absolute;
  left: 100px;
  top: -140px;
  width: 420px;
}

@media (max-width: 1300px) {
  footer .ab_img {
    right: 20px;
    width: 350px;
  }
}

@media (max-width: 1024px) {
  footer .ab_img {
    display: none;
  }
}

footer .storeList {
  display: grid;
  margin: 50px 0;
  gap: 10px;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 767px) {
  footer .storeList {
    margin: 30px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

footer .wrapper h2 span {
  right: -50px;
  top: -60px;
}

@media (max-width: 767px) {
  footer .wrapper h2 span {
    right: -60px;
    top: 0;
  }
}

footer p {
  letter-spacing: 0.3px;
}

footer p span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  footer p span {
    font-size: 12px;
    text-align: left;
  }
}


footer .storeList li {
  border-radius: 8px;
  background: #fff;
  padding: 15px 0;
}

footer .storeList li img {
  height: 30px;
  margin: 0 auto;
  display: block;
  max-width: 170px;
  width: 70%;
}

footer h3 {
  font-size: 25px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  position: relative;
  background: url(../../img/ico_kasen.png) no-repeat 50% 30% / 180px;
  padding-bottom: 45px;
  width: 800px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  footer h3 {
    font-size: 22px;
    background: url(../../img/ico_kasen.png) no-repeat 50% 30% / 150px;
    width: auto;
  }
}

footer h3 span {
  display: block;
  position: absolute;
  right: 20px;
  transform: rotate(-10deg);
  font-family: "BetterChill";
  font-weight: 400;
  top: -80px;
  color: #d8888f;
  font-size: 40px;
}

@media (max-width: 767px) {
  footer h3 span {
    font-size: 27px;
    line-height: 1.3;
    right: -40px;
  }
}

small {
  font-size: 12px;
  text-align: right;
  margin: 0 auto;
  display: block;
  position: relative;
  letter-spacing: -0.02px;
  text-align: center;
}

@media (max-width: 767px) {
  small {
    text-align: center;
    right: 0px;
  }
}


@media (max-height: 900px) and (min-width: 768px) {
  .kv {
    height: 160vh;
  }

  .product-info dl {
    font-size: 14px;
  }

  footer .ab_img {
    right: -50px;
  }
}