/* ******************************/
/* SLIDER（Swiper版） */
/* ******************************/
.mv {
  --swiper-navigation-color: #eee;
  --swiper-pagination-color: #333;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  max-width: 1030px;
  margin: 0 auto;
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.slide-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
}

.slide-image {
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  text-align: right;
}

.slide-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.slide-text {
  flex: 1;
  max-width: 45%;
  padding: 0 20px;
  text-align: left;
}

.slide-heading {
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
}

.slide-desc {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.slide-link {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background-color: #333;
  transform: scale(1.2);
}

.swiper-pagination {
  position: relative !important;
  text-align: center;
  margin-top: 10px;
  transform: none;
  z-index: auto;
}

@media screen and (max-width: 768px) {
  .slide-content {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .slide-image {
    order: -1;
    max-width: 100%;
    width: 100vw;
    height: 90vw;
  }
  .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slide-text {
    max-width: 100%;
   
  }
  .slide-heading {
    text-align: left;
  }
  .slide-desc {
    text-align: left;
  }
  .slide-link {
    text-align: left;
  }
  .spa {
    margin-left:10px;
  }
 
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}
.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}
.p-line-informaiton li {
  margin-bottom: 15px;
}
.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}
.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}
/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}
.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}
.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}
/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}
/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.p-ranking-list .slick-prev, .p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev, .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}
.p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before, .p-ranking-list .slick-next:before {
    top: 15px;
  }
}
.p-ranking-list .slick-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}
.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}
.p-ranking-list .slick-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}
.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}
@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}
.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  color: #000000;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000000;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.p-ranking-list__btn.is-added {
  color: #000000;
}
.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}
.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}
@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}
/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}
.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}
@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}

.hero-section {
  position: relative;
  width: 100%;
  max-width: 726px;
  margin: 0 auto;
}

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

.cta-button {
  position: absolute;
  bottom: 110px; /* PC表示でのボタン位置 */
  left: 50%;
  transform: translateX(-50%);
  background-color: #AB8666;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: #936f55;
  color: #ffffff;         /* ←グレーにならないよう再指定 */
  text-decoration: none;  /* ←アンダーラインを打ち消す */
  cursor: pointer;
}

@media (max-width: 767px) {
  .cta-button {
    bottom: 40px; /* スマホ表示でのボタン位置 */
    font-size: 14px;
    padding: 10px 22px;
  }
}

.hero-intro {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  padding: 0 20px;
}

.hero-intro h2 {
  font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2rem;
  margin-bottom: 10px;
}

.hero-intro p {
  font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .hero-intro h2 {
    font-size: 1.2rem;
  }

  .hero-intro p {
    font-size: 0.95rem;
  }
}

.season-title {
  font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  letter-spacing: 0.05em;
  padding: 0 10px;
  white-space: nowrap; /* ← これで改行防止 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* スマホ用に文字サイズを少し小さく調整 */
@media screen and (max-width: 768px) {
  .season-title {
    font-size: 1.4rem;
  }
}

.slick-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; /* 画像同士の間隔 */
  margin: 10px 0;
}

.slick-carousel div {
  flex: 0 0 calc(50% - 10px); /* 2列にする（モバイル） */
  box-sizing: border-box;
  text-align: center;
}

.slick-carousel img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* PCサイズになったら4枚並び */
@media (min-width: 768px) {
  .slick-carousel div {
    flex: 0 0 calc(25% - 15px); /* 4列 */
  }
}

.sns-banner {
  max-width: 400px;
  margin: 40px auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  font-family: "メイリオ", Meiryo, sans-serif;
}

.sns-banner-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  padding: 15px 20px;
  color: #000000;
}

.sns-banner-text-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sns-icon {
  width: 24px;
  height: 24px;
}

.sns-banner-text {
  font-size: 1rem;
  font-weight: bold;
}

.sns-follow-button {
  background-color: #e1306c;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 0.9rem;
}

.sns-banner-item:hover,
.sns-banner-item:hover .sns-banner-text,
.sns-banner-item:hover .sns-follow-button {
  text-decoration: none;
}

.monthly-hero {
  box-sizing: border-box; /* ←これ重要 */
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px;
}

.monthly-hero img {
  width: 100%;
  height: auto;
}

.monthly-text {
  font-size: 0.95rem;
  color: #000000;
  line-height: 1.8;
  margin-top: 10px;
}

/* NEWSエリアのスマホ・PC対応縦並び表示 */
.p-line-informaiton li.news-item {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

.news-date {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 13px;
  color: #000000;
}

.news-message {
  font-size: 13px;
  color: #000000;
  word-break: break-word;
  line-height: 1.6;
}

.news-message a {
  color: inherit;
  text-decoration: underline;
}

/* スマホ対応：フォントを少し小さく */
@media screen and (max-width: 767px) {
  .news-date,
  .news-message {
    font-size: 15px;
  }
}

.text-brand2 {
  text-align: center;
  font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 2em;
  margin-bottom: 20px;
  color: #000000;
  padding: 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
.text-brand2 {
  font-size: 1rem;
  }
}

/* トピック */
.section-topics {
  margin: 40px 0;
}
.topics-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topics-nav button {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.topics-nav button:hover svg {
  stroke: #000;
}

.topics-nav button.disabled {
  pointer-events: none;
  opacity: 0.3;
}


/* スライダー */
.topics-slider-wrapper {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.topics-slide {
  display: none;
  min-width: 100%;
  flex-shrink: 0;
  justify-content: space-between;
  gap: 24px;
}
.topics-slide.active {
  display: flex;
}

/* カード */
.topic-card {
  display: flex;
  gap: 8px;
  flex: 1;
}
.topic-card img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.topic-img-link {
  flex-shrink: 0;
  width: 130px;
  aspect-ratio: 1 / 1;
  display: block;
}
.topic-img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topic-text {
  display: flex;
  flex-direction: column;
  max-height: 130px;
  flex-grow: 1;
}

.topic-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  text-decoration: underline;
}
.topic-desc {
  font-size: 13px;
  line-height: 1.4;
  max-height: 4.2em;
  margin-top: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.topic-text h4 {
  font-size: 16px;
  line-height: 1.4;
  max-height: 2.8em;
  overflow: hidden;
  font-weight: 700;
}
.topic-text p {
  font-size: 14px;
  line-height: 1.4;
  max-height: 4.2em;
  overflow: hidden;
}
.topic-text .more-link {
  font-size: 12px;
  margin-top: 4px;
  color: #333;
  text-decoration: underline;
  align-self: flex-start;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .topics-slide {
    flex-direction: column;
    gap: 16px;
  }
  .topic-text .more-link {
    display: none;
  }
}

/* 初期（PC）表示サイズ */
.responsive-image img {
  width: 750px;
  max-width: 726px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* スマホ時：正方形＋画面いっぱい */
@media screen and (max-width: 768px) {
  .responsive-image img {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
  }
}

/* タイトルと説明文 */
.heading-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #000000;
}

.heading-subtitle {
  margin-bottom: 1rem;
  font-weight: 500;
}

.heading-title2 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #000000;
  text-align: center;
}

.heading-subtitle2 {
  margin-bottom: 1rem;
  color: #000000;
  text-align: center;
}

/* 選ばれるベビーリュック */
.section-featured {
  margin: 40px 0;
}
.featured-header {
  display: block;
}
.featured-heading {
  margin-bottom: 8px;
}
.featured-nav-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4px;
}
.featured-nav {
  display: flex;
  gap: 8px;
}
.featured-nav button {
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
.featured-nav button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.featured-slider-wrapper {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.featured-track {
  display: flex;
  transition: opacity 0.25s ease-in-out, transform 0.4s ease;
  gap: 16px;
}
.featured-card {
  flex: 0 0 calc((100% - 32px) / 3);
  background: #ffffff;
  padding: 8px;
  box-sizing: border-box;
}
.featured-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.category-label {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 3px;
  line-height: 1;
  z-index: 1;
}


.product-title {
  font-size: 16px;
  margin: 0 0 4px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
}
.product-price {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 4px;
  color: #000000;
}
.product-desc {
  font-size: 12px;
  color: #464e54;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .featured-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

/* 今月のおすすめ */
.kome-colabo {
  text-align: center;
  margin-top: 20px;
  color: #000000;
}

.kome-colabo2 {
  text-align: center;
  margin-top: 70px;
  color: #000000;
}

.kome-colabo2 img {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .kome-colabo2 {
    margin-top: 40px;
  }
}

/* ブログ */
.blog-list {
  max-width: 100%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 66px;
}

.blog-card {
  background: #fff;
  border: none
  text-align: left;
  position: relative;
  overflow: hidden;
}

.blog-category {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 8px;
  background-color: #fff;     /* 白背景 */
  color: #000;                /* 黒文字 */
  z-index: 2;
  pointer-events: none;
  font-family: sans-serif;
}

.blog-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.blog-excerpt {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.read-more {
  font-size: 14px;
  color: #007baf;
  text-decoration: underline;
}

@media (max-width: 768px) {
.blog-list {
  grid-template-columns: 1fr;
  }
}

/* 私たちについて */
.image-container {
   position: relative;
   width: 100%;
   max-width: 750px; /* 例: 画像の最大幅 */
   padding-bottom: 56.25%;
   overflow: hidden;
   margin: 20px auto; /* 中央寄せと上下の余白（サンプル用） */
   border: 1px solid #ccc; /* 枠線（サンプル用） */
   cursor: pointer; /* クリック可能であることを示すカーソル */
   background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://img21.shop-pro.jp/PA01517/051/etc_base64/YWJvdXR1czAyc2Ft.jpg?cmsp_timestamp=20250607225101'); 
   background-size: cover; /* 画像がコンテナ全体を覆うように拡大・縮小 */
   background-position: center; /* 画像を中央に配置 */
}

.main-title,
.sub-title,
.text-overlay {
  position: absolute; /* 全て絶対位置指定で重ねる */
  left: 50%; /* 横方向の中央揃えの基準点 */
  transform: translateX(-50%); /* 自分の幅の半分だけ左にずらして水平方向中央揃え */
  color: white; /* 全ての文字色を白に */
  text-align: center; /* 文字を中央揃えに */
  white-space: nowrap; /* 文字の改行を避ける */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); /* 影で視認性向上 */
}

.main-title {
  top: 20%; /* 画像上端から30%の位置に配置 */
  font-size: 4em; /* 一番大きな文字サイズ */
  font-weight: bold;
}

.sub-title {
  top: 40%; /* 画像上端から50%の位置に配置 */
  font-size: 1.8em; /* 少し小さめの文字サイズ */
  font-weight: normal;
  /* transform: translate(-50%, -50%); を削除。topで位置を固定 */
}

.text-overlay {
    position: absolute;
    top: 70%;
    font-size: 18px;
    border: 1px solid white;
    padding: 10px 20px;
  　transition: background-color 0.3s ease, color 0.3s ease;
}        

.text-overlay:hover {
  background-color: white; /* マウスオンで背景色を白に */
  color: black;            /* マウスオンで文字色を黒に */
  text-shadow: none;       /* マウスオンで影を消す（見やすさのため） */
  cursor: pointer;         /* ホバーでもカーソルをポインターにする（クリック可能を示す） */
}

.hidden-text {
    display: none; /* 最初は非表示 */
    opacity: 0;    /* 最初は完全に透明 */
    padding: 20px;
    max-width: 750px;
    margin: 20px auto;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 1.6;
    color: #333;
    transition: opacity 1.5s ease-out; /* 0.8秒かけて透明度を変化させる */
}

.show-text {
    display: block; /* 表示する */
    opacity: 1;     /* 不透明にする */
}

@media (max-width: 767px) {
  .text-overlay {
     font-size: 15px;
     padding: 7px 16px;
     top: 67%;
}
  .hidden-text {
     padding: 15px;
}
 .main-title {
  font-size: 2em;
  top: 17%;
}
 .sub-title {
    font-size: 1em; 
  }
}  
  
/* レビュー */ 
.review-slider {
  padding: 20px 0;
  overflow: hidden;
}

.review-card {
  flex: 0 0 360px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 24px;
}

.review-top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.review-product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ccc;
}

.review-info {
  flex: 1;
}

.review-title {
  font-size: 0.95rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
  text-align: left;
}

.review-meta {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.4;
}

.review-meta .stars {
  color: #f5c518;
  font-size: 1.1rem;
}

.review-text {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.6;
  min-height: 300px;
}
 
.review-cta-button {
  display: block;
  margin: 20px auto 0;
  padding: 10px 16px;
  background-color: #AB8666;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  width: 50%;
}

.review-cta-button:hover {
  background-color: #5c4b3b;
  color: #fff;
  text-decoration:none;
}

/* イベントごとのおすすめ */ 
.section-featured-large {
  max-width: 1030px;
  margin: 0 auto;
}
.section-featured-large .featured-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-featured-large .featured-nav button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  opacity: 1;
  transition: opacity 0.3s;
}
.section-featured-large .featured-nav button:disabled {
  opacity: 0.3;
  cursor: default;
}
.section-featured-large .featured-slider-wrapper {
  overflow: hidden;
}
.section-featured-large .featured-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 16px;
}
.section-featured-large .featured-card {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.section-featured-large .featured-card img {
  width: 100%;
  margin: 0 auto;
  height: auto;
  aspect-ratio: 1200 / 504;
  object-fit: cover;
  display: block;
}
.section-featured-large .featured-description {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 768px) {
  .section-featured-large {
    max-width: 480px;
  }
}
