/** Shopify CDN: Minification failed

Line 312:11 Expected identifier but found whitespace
Line 312:20 Unexpected ";"

**/
@media (min-width: 768px) {
.container--md{
  max-width: 800px;
  padding:0;
}
}
/* マルチカラム */
.section-multi-column img {
    border-radius: 15px;
}


/* カスタムニュース */
.c_news__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  margin-block: 0;
}

.c_news__list {
  display: grid;
  gap: 8px;
  margin-block-start: 42px;
  margin-block-end: 30px;
  padding-inline: 0;
  margin-inline: 0;
  list-style: none;
}

.c_news__list li{
  list-style: none;
}
@media (min-width: 768px) {
  .c_news__list {
    gap: 20px;
    margin-block-start: 32px;
  }
}

.c_news__link {
  color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  transition: opacity 0.3s ease-in-out;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .c_news__link {
    flex-direction: row;
    column-gap: 24px;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (any-hover: hover) {
  .c_news__link:hover {
    opacity: 0.6;
  }
}

.c_news__date {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "liga" off, "clig" off;
  margin-block: 0;
}

.c_news__heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  font-feature-settings: "liga" off, "clig" off;
  margin-block: 0;
}

.c_news__button-wrap {
  width: fit-content;
}


.c_news__button {
  padding: 14px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #000;
  display: grid;
  place-items: center;
  width: 100%;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .c_news__button {
    padding: 8px;
  }
}

@media (any-hover: hover) {
  .c_news__button:hover {
    background-color: #000;
    color: #fff;
  }
}

/* アコーディオン */
.collapsible-tabs__tab .cc-accordion-item__title {
    font-size: 1em;
}

/* レビューセクション */
.testimonial__image-with-caption__caption {
    color: white;
    background-color: #efa8a0;
    padding: 5px 12px;
    border-radius: 115px;
  text-decoration:none;
}

/* カルーセルボタン */
.custom-arrows{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

@media (max-width: 766px) {
.custom-arrows{
  margin-right:1%;
  gap: 9px;  
}
.custom-arrows img{
  width: 45px;
  height: 45px;
}
}

/* カルーセルボタン・お客様の声 */
.testimonial-list__controls .slick-next{
  margin-left: 0;
}

.testimonial-list__controls .slick-prev svg,
.testimonial-list__controls .slick-next svg {
  display: none;
}

.testimonial-list__controls .slick-prev:after,
.testimonial-list__controls .slick-next:after{
    display: block;
  transform: scale(1);    
  transform-origin: center; 
}

.testimonial-list--with-images .testimonial-list__controls{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-left: 0;
  margin-top: 30px;
}

.testimonial-list__controls .slick-arrow {
  width: 60px;
  height: 60px;
}

@media (max-width: 766px) {
.testimonial-list{
 padding-bottom: 10px; 
}
  
.testimonial-list--with-images .testimonial-list__controls{
  gap: 9px; 
  margin-top: 0;
}

.testimonial-list__controls .slick-arrow {
  width: 45px;
  height: 45px;
}
  
.testimonial-list__controls .slick-prev:after,
.testimonial-list__controls .slick-next:after {
    width: 45px;    /* モバイルでのサイズを設定 */
    height: 45px;   /* モバイルでのサイズを設定 */
    transform: scale(0.75);  /* サイズを75%に縮小 */
  }
}

/* カテゴリセクション */
.custom-category {
  margin-block: 60px;

}

.custom-category__heading {
  color: #000;
  font-size: 24px;
　font-weight: 700;
　line-height: 150%; 
  text-align: center;
}

.custom-category__grid {
  margin-top: 36px;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.custom-category__item a{
  display: grid;
  place-items: center;
}

.custom-category__link {

}

.custom-category__image-wrapper {
  width: 160px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 40px;
}

.custom-category__image-wrapper {
  width: 160px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 40px;
  overflow: hidden;
}

.custom-category__image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center center;
 }

.custom-category__title {
  color: #000;
  font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 18px */
}

/* 最近チェックした商品セクション */
.custom-checked-product .has-paging__title{
  color: #000;
  font-size: 24px;
  line-height: 150%; /* 36px */
}

.custom-checked-product .collection-listing{
  margin-top: 50px;
}  

@media (max-width: 766px) {
.custom-checked-product .collection-listing{
  margin-top: 20px;
}   
}

/* footer */
.section-footer__row-container{
  border-top:1px solid #ccc;
}
.section-footer__row{
  text-align:left;
}
.section-footer__row--blocks .section-footer__row__col:not(:last-child) {
    margin-bottom: 20px;
}
@media (min-width: 540px) and (max-width: 1024px) {
    .section-footer__row--blocks[data-num-blocks="4"] .section-footer__row__col {
        flex-basis: 50%;
    }
}
/* judge me */
.jdgm-rev-widg__title {
    font-size: 18px;
}

/* splideスライダー */
/* セクション全体の設定 */
/* .custom-splide-section {
  width: 100vw;  /* ビューポート幅いっぱいに */
  position: relative;
  left: 50%;  /* 中央配置のための設定 */
  right: 50%;
  margin-left: -50vw;  /* ネガティブマージンで端まで広げる */
  margin-right: -50vw;
  margin-top: 1.5rem;
  margin-bottom: 5rem;
} */


/* スライド画像自体の設定 */
.mv-slider__item img {
  max-width: 1000px;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius:15px;
  box-shadow: 3px 3px 10px #ccc;
}

.splide__pagination.mv-splide-pagination{
  bottom: -2rem;
  gap: 0.75rem;
}

.splide__pagination.mv-splide-pagination .splide__pagination__page{
  width: 0.5rem;
  height: 0.5rem;
}

.splide__pagination.mv-splide-pagination .splide__pagination__page.is-active{
  background: #d1c0a6;
}

/* 矢印のスタイル */
.splide__arrow{
  border-radius: 0;
  background: #d1c0a6;
  width: 40px;
  height: 40px;
}

/* 矢印の位置 */
.splide__arrow--prev {
  left: calc(10px + 10vw); /* 10px + 画面幅の3% */
}

.splide__arrow--next {
  right: calc(10px + 10vw);
}

@media (max-width: 767px) {
  .splide__arrow--prev {
  left: 3vw; /* 10px + 画面幅の3% */
}

.splide__arrow--next {
  right: 3vw;
}
}
/* アカウントページバナー追記2025/02/18 */

  .account-bannerBox{
    margin-top: -110px;
    padding: 10px 2rem;
  }

.account-banner{
  text-align:right;
  margin-bottom:10px;
  padding-right:3rem;
  margin-left:auto;
}
.socialplus-association-component{
  max-width:100% !important;
}
@media screen and (max-width: 768px) {
  .account-banner{
    padding-right:0;
    margin-bottom:0;
  }
  .account-banner img{
      height:100%;
   
  }
}

/* LINEバナー表示入れ替えコード */

  .account-banner--sp {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .account-banner--pc {
      display: none;
    }
    .account-banner--sp {
      display: block;
      aspect-ratio: 520 / 92;
      height:auto;
    }
  }

  /* custom_new-tag */
  
  .c_new_label {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #ee8289;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c_new_label span {
  position: absolute;
  top: 8px;
  left: 8px;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "ITC Galliard", serif;
}

@media screen and (max-width: 767px) {
  .c_new_label {
    width: 60px;
    height: 60px;
  }

  .c_new_label span {
    top: 5px;
    left: 5px;
    font-size: 12px;
  }
}