﻿@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');

.anton-sc-regular {
  font-family: "Anton SC", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.nana26 .collection_section {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    border-bottom: #c02372 1px solid;
}

/*-- KV --*/
.kv_area, .kv-area{
  position:relative;
}

.kv_area h1, .kv-area h1{
  margin: 0;
  padding: 0;
}

 /*左側の背景（左方向へリピート）*/
.kv_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url('/assets/img/nana_26/kv_bg_L.webp');
  background-repeat: repeat-x;
  background-position: right top;
  z-index: 1;
}

/* 右側の背景（右方向へリピート）*/
.kv_area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url('/assets/img/nana_26/kv_bg_R.webp');
  background-repeat: repeat-x;
  background-position: left top;
  z-index: 1;
}

.kv_area .center{
  position:relative;
  max-width: 1400px;
  margin:0 auto;
  z-index: 2;
}

.kv-area .kv{
  position:relative;
  max-width: 1533px;
  margin:0 auto;
  z-index: 2;
}


/*-- リード　lead_area --*/
.nana26 .lead_area{
  background: #000;
}

.nana26 .lead_area h1{
  margin: 0 auto;
  max-width: 200px;
  padding: 50px 0 0px;
}

.nana26 .lead_area .news_area{
  max-width: 707px;
  margin: 0px auto 0px;
  padding: 10px 1rem 30px;
  color: #fff;
}

.nana26 .lead_area .news_area h2,
.nana26 .lead_area .news_area dl dt{
  color: #c02372;
}

.nana26 .contents_head{
  display: flex;
  align-items: center;
  /*gap: 20px;*/
}

.nana26 .lead_area .news_area h2{
  font-size: 3rem;
  text-align: left;
  margin: 10px 0;
  width: 28%;
}

.nana26 .lead_area .news_area h3{
  font-size: 1.4rem;
  text-align: left;
}

.nana26 .lead_area .news_area dl{
  display: flex;
  width: 100%;
  align-items: center;
  text-align: left;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: dashed 2px #fff;
}

.nana26 .lead_area .news_area dl.kaigyo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: unset;
    text-align: left;
}

.nana26 .lead_area .news_area dl dt{
  width: 25%;
  font-weight:600;
}

.nana26 .lead_area .news_area dl dd{
  width: 75%;
  padding: 0 0 0 10px;
}

.nana26 .lead_area .news_area p{
  font-size: 15px;
}


/*-- 目次 page_link --*/
.page_link_area{
  position: relative;
  background: #000;
}

.page_link_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/assets/img/nana_26/bg_check.webp);
    background-repeat: repeat;
    opacity: 0.5;
    z-index: 1;
}

.nana26 .page_link_area .contents{
  max-width: 707px;
  margin: 0px auto 0px;
  padding: 10px 1rem 30px;
  position: relative;
  z-index: 2;
}

.nana26 .page_link_area .contents h2{
  font-size: 2.5rem;
  text-align: left;
  margin: 10px 0;
  color: #fff;
  width: 28%;
}

.nana26 .page_link_area .contents h3{
  font-size: 1.475rem;
  text-align: left;
  color: #fff;
}

.page_link_area .contents a{
  color: #fff;
  width: 100%;
  display: block;
}

.page_link_area .contents a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.page_link_area ul li{
  position: relative;
  font-size: 18px;
  padding: 5px 0 5px;
  border-bottom: 1px #fff solid;
  margin: 0 0 5px;
}

.page_link_area ul li::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}

.page_link_area ul li span:nth-child(1) {
  font-size: 150%;
  font-family: "Anton SC", sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.page_link_area ul li span:nth-child(2) {
  padding: 0 0 0 10px;
  display: inline-block;

}

@media (max-width: 690px){
  .nana26 .lead_area .news_area h2,
  .nana26 .page_link_area .contents h2{
  width: unset;
}
}


@media (max-width: 370px){
  .nana26 .page_link_area .contents h2{
  font-size: 2.2rem;
}

.nana26 .page_link_area .contents h3{
  font-size: 1.4rem;
}
}

/* collection_area */
.nana26 .collection_area{
  
}

/* title_area */
.nana26 .title_area{
  max-width:707px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  padding: 5px 10px;
  justify-content: center;
}

.nana26 .title_area > div:nth-child(1){
  width: 25%;
}

.nana26 .title_area > div:nth-child(2){
  padding: 0 0 0 10px;
}

.nana26 .title_area > div h2{
  line-height: 1.1;
}

.nana26 .title_area > div h2 span:nth-child(1){
  color: #c02372;
  font-size: 36px;
  font-family: "Anton SC", sans-serif;
  display: block;
}

.nana26 .title_area > div h2 span:nth-child(2){
  color: #000;
  display: block;
  padding-top: 5px;
}

@media (max-width: 767px){
  .nana26 .title_area{
    justify-content: flex-start;
}

.nana26 .title_area > div:nth-child(1){
  width: 30%;
}

.nana26 .title_area > div:nth-child(2){
  width: 70%;
  padding: 0 0 0 10px;
}
}

.nana26 .visual{
  max-width:1600px;
  margin: 0 auto;
}

/*商品詳細*/
.nana26 .collection_items{

}

.nana26 .collection_items .item_01{
  background: #f8f5ee;
}

.nana26 .collection_items .item_02{
  background: #f8f5ee;
}



/*カートボタン*/
.nana26 .btn_arrow_light{
  background:#000;
}

.nana26 .flex_list_item_btn{
  max-width: 360px;
  margin: 0 auto 0px;
  padding: 10px;
}

/*商品紹介*/
.nana26 .list__special {
    padding: 2em 0;
}

.nana26 .list__special_text_half h2,
.nana26 .list__special_text_half h3{
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
}

.nana26 .list__special_text_half h2 span,
.nana26 .list__special_text_half h3 span{
  color: #c02372;
  font-size: 150%;
}

.nana26 .list__special_text_half p.price {
    text-align: left;
}

  .nana26 .order1{
    order: 1;
}
  .nana26 .order0{
    order: 0;
}

@media (max-width: 767px){
  .nana26 .list__special{
    display: flex;
    flex-wrap: wrap;
  }

  .nana26 .list__special .list__special_text_half{
    width: 100%;
  }

  .nana26 .order1{
    order: 0;
}
  .nana26 .order0{
    order: 1;
}
}


/*第2弾商品*/
.collection2{
  background: #000;
  padding: 1rem 0 0rem;
  color: #fff;
}

.nana26 .collection2 .title_area > div h2 span:nth-child(2) {
    color: #fff;
    display: block;
}

.collection2 .visual{
  padding: 0rem 0 0rem;
}

.collection2 .visual h3 {
    font-size: 60px;
    font-family: "Anton SC", sans-serif;
    font-weight: normal;
    margin: 20px 0 0;
    padding: 0 0 40px;
    text-align: center;
}


/*splide アイスのスライダー*/
.splide__slide img {
  width: 100%;
  height: auto;
}

.splide__arrow--next {
    right: -.5em;
}

.splide__arrow--prev {
    left: -.5em;
}

/* 1. スライダー全体に下部余白を作り、外側に配置するスペースを確保 */
#image-carousel {
  position: relative;
  padding-bottom: 10px; /* 棒を表示するスペース */
}

/* 2. ページネーション全体のスタイル（位置調整） */
#image-carousel .splide__pagination {
  position: absolute;
  bottom: 0; /* 確保した余白の最下部に配置 */
  left: 0;
  right: 0;
  transform: none;
  padding: 0;
}

/* 3. 各ページネーション（通常時の棒）のスタイル */
#image-carousel .splide__pagination__page {
  width: 30px;         /* 棒の横幅 */
  height: 4px;         /* 棒の太さ（高さ） */
  border-radius: 2px;  /* 角を少し丸める（完全に四角なら 0 ） */
  background: #e0e0e0; /* 通常時の棒の色 */
  opacity: 1;          /* デフォルトの半透明を解除 */
  margin: 0 5px;       /* 棒同士の間隔 */
  transition: all 0.3s ease; /* アニメーションを滑らかに */
}

/* 4. アクティブ時（現在表示中）の棒のスタイル */
#image-carousel .splide__pagination__page.is-active {
  background: #333333; /* アクティブ時の棒の色 */

}





/* モーダルの基本デザイン */
.modal {
  display: none; /* デフォルトは非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 半透明の黒背景 */
  align-items: center;
  justify-content: center;
}
.modal.is-open {
  display: flex; /* JavaScriptで表示する際に付与するクラス */
}
.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  max-width: 768px;
  width: 90%;
  text-align: center;
  position: relative;
}
.modal-content img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 32px;
  cursor: pointer;
  color: #333;
}

p#modalDesc{
  font-size: 16px;
  margin: 0 0 10px;
}

h2#modalTitle{
  font-size: 18px;
  margin: 10px 0 0;
}

p#modalGuide{
  font-size: 14px;
  padding: 0 0 3px;
}

p#modalSupplement{
  font-size: 14px;
  padding: 0 0 7px;
}

p#modalNotice{
  font-size: 14px;
}

@media only screen and (max-width: 677px) {
.modal-content {
  padding: 10px;
}
}

/*カルーセル*/
.l-section{
  background: #b71874;
}

.l-section h2{
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}

.l-section h2 span:nth-child(1) {
  font-family: "Anton SC", sans-serif;
  display: block;
}
.l-section h2 span:nth-child(2) {
  font-size: 1.475rem;
  display: block;
}

.l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section .l-inner {
    padding-top: 2rem;
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media{
    position: relative;
    overflow: hidden;
  }
  .slide-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .gallery {
    overflow: hidden;
  }
  .gallery .swiper {
    overflow: visible;
  }
  .gallery .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }
  .gallery .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .gallery .slide {
    overflow: hidden;
    width: 36rem;
    border-radius: 0px;
  }
  .gallery .slide-media {
    padding-top: 62.5%;
  }
  .gallery .slide-media img {
    height: calc(100% + 16px);
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
    .gallery .slide {
      width: 24rem;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    .gallery .slide {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .gallery .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .gallery .slide:hover {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px);
    }
    .gallery .slide:hover img {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    .gallery .swiper:hover .slide:not(:hover) {
      opacity: 0.6;
    }
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

/**/

















/*チョコレート粒 chocolate_box*/
.chocolate_box {
    display: flex;
    width: calc((100% - 40px) / 4);
    margin-bottom: 20px;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

.list_chocolate_box {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chocolate_box .chocolate_img{
  width:100%;
  margin:0 auto;
  text-align: center;
}

.chocolate_box .chocolate_text {
    width:100%;
    margin: 1rem 0rem;
}

.chocolate_box .chocolate_text h3{
  margin:0 auto 10px;
  text-align: center;
}

.chocolate_box .chocolate_text p{
  font-size:14px;
}

@media (max-width: 767px){
  .chocolate_box {
    display: flex;
    width: calc((100% - 20px) / 2);
    padding: 0 .5rem;
    display: flex;
    flex-direction: column;
}
}

