html, body {
  overflow-x: hidden;
  width: 100%;
}

/******************************/
/* SLIDER */
/******************************/
/* === スライダー全体 === */
.slider,
#top-slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* slickのリスト（前後はみ出し許可） */
#top-slider .slick-list {
  overflow: visible;
}

/* 各スライド */
#top-slider .slick-slide {
  padding: 0;
  height: 720px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#top-slider .slick-slide:not(.slick-center)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 237, 244, 0.7);
  pointer-events: none;
  z-index: 1;
}

/* 画像 */
#top-slider img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* === slick ナビゲーションボタン（書き換え後）=== */
#top-slider .slick-prev,
#top-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

/* ボタン内の矢印と背景 */
#top-slider .slick-prev::before,
#top-slider .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  content: ''; /* 個別に下で指定 */
  font-size: 25px;
  color: #fff;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-weight: bold;
  
  background-color: rgba(255, 175, 211, 0.8); /* ピンク系背景 */
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-indent: 0;
  overflow: visible;
  white-space: nowrap;
}

/* 個別に矢印を指定 */
#top-slider .slick-prev::before {
  content: '＜';
}

#top-slider .slick-next::before {
  content: '＞';
}

/* ボタンの位置調整 */
#top-slider .slick-prev {
  left: 30px;
}

#top-slider .slick-next {
  right: 30px;
}

#top-slider {
  position: relative;
}

/* === スマホ用調整 === */
@media screen and (max-width: 767px) {
  #top-slider .slick-prev {
    left: 0;
    transform: none;
  }

  #top-slider .slick-next {
    right: 0;
    transform: none;
  }

  #top-slider .slick-prev::before,
  #top-slider .slick-next::before {
    font-size: 20px;
    width: 35px;
    height: 35px;
  }

  #top-slider .slick-slide {
    padding: 0;
    height: auto;
  }

  #top-slider img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0px;
  }
}


/******************************/
/* news */
/******************************/
.news-box {
  display: flex;
  border: 4px solid #a3d4ff;
  border-radius: 85px;
  overflow: hidden;
  font-family: 'Arial', sans-serif;
  max-width: 850px; 
  width: 90%; 
  margin: 10px auto;
  flex-direction: row;
}

/* 左側のラベル */
.news-label {
  background-color: #dff0ff;
  color: #a3d4ff;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 2px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  text-align: center;
}

/* 右側の本文 */
.news-content {
  background-color: white;
  padding: 10px 20px 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-item {
  display: flex;
  align-items: baseline;
  gap: 0px;
  flex-wrap: wrap;
}

.news-date {
  color: #bcbcbc;
  font-size: 0.9em;
  white-space: nowrap;
  margin-right: 8px;
}

.news-text {
  color: #A3D3FF;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}

.news-text a {
  color: #A3D3FF;
  text-decoration: none;
}

.news-text a:hover {
  color: #FF93BA;
}


@media screen and (max-width: 768px) {
  .news-box {
    flex-direction: column;
    border-radius: 20px;
  }

  .news-label {
    font-size: 1.1em;
    padding: 6px;
    min-width: auto;
    width: 100%;
  }

  .news-content {
    padding: 8px 15px;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .news-date {
    font-size: 0.85em;
    margin-bottom: 3px;
  }

  .news-text {
    font-size: 0.95em;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

/******************************/
/* about */
/******************************/

.back-00 {
  width: 700%;
  display: block;
}

.about {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.about-text {
  color: #666666;
  text-align: center;
  max-width: 520px; 
  padding: 0px 220px;
  background-image:
    url('https://img21.shop-pro.jp/PA01517/975/etc_base64/Y2hpa2E.gif?cmsp_timestamp=20250627172750'),
    url('https://img21.shop-pro.jp/PA01517/975/etc_base64/c3RpY2s.gif?cmsp_timestamp=20250627172822');
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: 140px auto, 180px auto;
  background-color: white;
}

.about-button a{
  background-color: #ffafd3;
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 300px;
  padding: 14px 16px;
  font-size: 18px;
  color: #fff;
  border: 4px solid #ffafd3;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: sans-serif;
  white-space: nowrap;
  margin-top:10px 
}

/* ホバー時 */
.about-button a:hover {
  background-color: #ffecf3;
  color: #ffafd3;
}

.about-line {
  width: 100%;
  height: 10px;
  background-color: #FFAFCC;
  margin: 20px 0 0; 
}


@media screen and (max-width: 768px) {
  .about {
    margin: 10px 0;
  }
  
  .about-text {
    font-size: 12px;
    background-size: 60px auto, 90px auto;
    background-position: left bottom, right bottom;
    padding: 0px 15px;
    line-height: 2;
  }
  
  .about-text h2 {
   font-size: 18px;
  }  
  
  .about-button a{
    width: 200px;
    padding: 14px 16px;
    font-size: 16px;
    color: #fff;
    border: 4px solid #ffafd3;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
    font-family: sans-serif;
    white-space: nowrap;
  }

  .about-line {
    width: 100%;
  	height: 4px;
  }
}

/******************************/
/* 新着商品 */
/******************************/
.new-ribbon {
  position: relative;
  text-align: center;
  z-index: 2;
}

.new-ribbon img {
  width: 1200px;
  margin-bottom: -225px; /* 下に食い込ませる（数値は調整） */
  position: relative;
  z-index: 2;
}

.new-box {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 8px solid #ffafd3;
  border-radius: 30px;
  padding: 0px 20px;
  max-width: 960px;
  margin: 0 auto;
}

/* #画像 */
.new-img-wrapper {
  margin-top: -40px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.new-img-wrapper img {
  height: 100%;
  width: auto;
  display: block;
  max-width: 100%;
  object-fit: contain;
}


@media screen and (max-width: 767px) {
  .new-img-wrapper {
    height: 70px;
    margin-top: -10px;
    margin-bottom: 20px;
    padding: 0 5px;
  }

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



.back-ground-new-products {
  background-color: #fff;
  background-image: 
    repeating-linear-gradient(
      to right,
      #FFEDF4,
      #ffb6c1 1px,
      transparent 1px,
      transparent 25px
    ),
    repeating-linear-gradient(
      to bottom,
      #FFEDF4,
      #FFEDF4 1px,
      transparent 1px,
      transparent 25px
    );
}

.p-recommend.u-container {
  text-align: center;
  margin: 0 auto;
}

/* 商品カードを相対配置に */
.product-item {
  position: relative;
  height: 400px;
}

/* MOREボタン画像の配置 */
.more-p {
  position: absolute;
  bottom: 30px;   /* 下から10px */
  right: 80px;    /* 右から10px */
  width: 150px;
}


.c-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 30px;
}

.c-item-list__txt a {
  text-decoration: none;
}

.c-item-list__txt a:hover {
  text-decoration: none;
}

.u-contents {
  padding top: -20px;
}

.c-item-list__ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* 2行で切る */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4; 
  max-height: calc(1.4em * 2);
}


.c-item-list__img {
  max-width: 200px;
  margin: 0 auto;
}


/* slickナビゲーションボタン */
.c-item-list .slick-prev,
.c-item-list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  padding: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

/* ボタン内の矢印と背景 */
.c-item-list .slick-prev::before,
.c-item-list .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  content: ''; /* デフォルトは空、個別に指定 */
  font-size: 25px;
  color: #fff;
  font-family: 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-weight: bold;
  
  background-color: rgba(255, 175, 211, 0.8);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;

  text-indent: 0;
  overflow: visible;
  white-space: nowrap;
}

/* 個別に矢印を指定 */
.c-item-list .slick-prev::before {
  content: '＜';
}

.c-item-list .slick-next::before {
  content: '＞';
}

/* ボタンの位置調整 */
.c-item-list .slick-prev {
  left: -30px;
}

.c-item-list .slick-next {
  right: -30px;
}

.c-item-list {
  position: relative;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
  .c-item-list .slick-prev {
    left: 0;
    transform: none;
  }

  .c-item-list .slick-next {
    right: 0;
    transform: none;
  }
  
  .c-item-list .slick-prev::before,
  .c-item-list .slick-next::before {
  font-size: 20px;
  width: 35px;
  height: 35px;
  }
}



@media screen and (max-width: 767px) {
  /* リボン画像：画面幅に合わせて縮小 */
  .new-ribbon img {
    width: 100%;
    height: auto;
    margin-bottom: -76px;
  }

  /* new-box内 */
  .new-box {
    padding: 0px 10px;
    border-width: 4px;
    border-radius: 20px;
    margin-bottom: 50px;
  }


  /* 商品リスト：2列表示 */
  .c-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0 auto;
  width: 100%;
  max-width: 600px; 
  }

  .c-item-list__item {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
  }

  .c-item-list__img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .c-item-list__img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .c-item-list__ttl a {
    font-size: 13px;
  }

  .c-item-list__price {
    font-size: 13px;
  }

  .c-item-list__price.is-soldout {
    font-size: 13px;
  }

  .c-item-list__expl {
    font-size: 12px;
    line-height: 1.4;
  }

  /* MORE画像ボタン：中央配置 */
  .more-p {
    position: static;
    margin: 0px auto 0  auto;
    text-align: center;
  }

  .more-p img {
    width: 120px;
    height: auto;
  }

  /* outer container padding */
  .back-ground-new-products {
    padding: 10;
  }
}



/******************************/
/* #画像 */
/******************************/
.img-wrapper {
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;

  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.img-wrapper img {
  height: 100%;
  width: auto;
  display: block;
  max-width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .img-wrapper {
    height: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 5px;
  }

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

/******************************/
/* カテゴリー */
/******************************/
#category {
  scroll-margin-top: 100px;
}

.contents {
  position: relative;
  margin: 0px auto;
  background: url("https://img21.shop-pro.jp/PA01517/975/etc_base64/YmFja18wMl81.png?cmsp_timestamp=20250708170409") no-repeat center center/cover;
  background-size: 1550px auto;
  background-position: center top;
  display: block;
  align-items: center;
  justify-content: contain;
}


.tab-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.tab-grid a {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  font-size: 18px;
  color: #ffafd3;
  border: 4px solid #ffafd3;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
  font-family: sans-serif;
  white-space: nowrap;
}

/* ホバー時 */
.tab-grid a:hover {
  background-color: #ffafd3;
  color: #fff;
}

/* ▼ スマホ対応で3列 */
@media screen and (max-width: 767px) {
  .contents {
    background-size: 500px auto !important;
    background-position: center top;
    padding-top: 0;
  }

  .tab-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0 5px;
  }

  .tab-grid a {
    padding: 10px 6px;
    min-width: auto;
    font-size: 14px;
    border-width: 3px;
    border-radius: 30px;
    text-align: center;
    word-break: break-word;
  }
}


/******************************/
/* カテゴリー下検索 */
/******************************/
.search-box {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  position: relative;
}

/* フォーム内のテキストボックス */
.search-box input[type="text"] {
  padding: 12px 20px;
  font-size: 14px;
  border: 4px solid #92cbff;
  border-radius: 50px 50px;
  outline: none;
  width: 600px;
  font-family: sans-serif;
  margin-bottom: 5px;
}

/* ボタン */
.search-box button {
  padding: 10px 24px;
  background-color: #92cbff;
  color: #fff;
  border: 4px solid #92cbff;
  border-radius: 50px 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: sans-serif;
}

/* ホバー時 */
.search-box button:hover {
  background-color: #ffafd3;
  border: 4px solid #ffafd3;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .search-box {
    flex-direction: column;
    align-items: center;
  }

  .search-box form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .search-box input[type="text"] {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    flex: 1 1 auto;
  }


  .search-box input[type="text"]::placeholder {
    color: transparent;
  }
  
  .search-box button {
    width: auto;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    flex-shrink: 0;
  }
}

.placeholder-info {
  display: none; /* 普段は非表示 */
  font-size: 14px;
  margin-top: 0px;
  max-width: 600px;
  text-align: center;
  color: #ffafd3;
}

/* スマホサイズだけ表示 */
@media screen and (max-width: 767px) {
  .placeholder-info {
    display: block;
  }
}



/******************************/
/* ギャラリー */
/******************************/

.slider-section {
  background-color: #eee5f3;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.g-slider {
  overflow: hidden;
  width: 100%;
}

/* スライド画像 */
.slide-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.slide-track img {
  width: 300px;
  height: 420px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 14px;
  display: block;
}

/* 最後の画像の余白を削除 */
.slide-track img:last-child {
  margin-right: 0;
}

/* スライダー内の画像をクリック可能に */
.slide-img {
  cursor: pointer;
  display: block;
}

/* モーダル */
.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  position: relative;
  background: #fff;
  padding: 40px;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
  border-radius: 30px;
}

.lightbox-content img {
  max-width: 100%;
  max-height: 60vh;
  margin-bottom: 20px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: 10px;
  font-size: 40px;
  cursor: pointer;
  color: #CEB5DD;
}

/* レスポンシブ */
@media screen and (max-width: 767px) {
  .slide-track img {
    width: 60vw;
    height: auto;
    margin-right: 3vw;
  }
}


/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}
@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: px;
  }
}
.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;

/******************************/
/* 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: #909090;
  margin-top: 20px;
}
.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  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;
}
