@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
}
main {
    color: #A20132 ;
     font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}


@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}


.chocolate2026-sp{
    display: none;
}
.chocolate2026-pc{
    display: block;
}
.zen {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.kau {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
.time{
font-family: "times-new-roman", sans-serif;
font-weight: 700;
font-style: normal;
}

.gab {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
  }


/* メインビジュアル*/

#chocolate2026-mainvisual {
    width: 100%;
}

#chocolate2026-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */

@media screen and (min-width:768px) {
     a:hover {
        opacity: 0.7;
    }
}
.chocolate2026-wrap{
 background-color: #FFF6E9;
}

.chocolate2026-lead {
    background-image: url(/img/usr/chocolate2026/lead-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    padding-bottom: 120px;
}
.chocolate2026-leadtext span{
  font-size: 3rem;
  text-shadow: 0px 0px 20px #C3BCB1;
}

.chocolate2026-leadtext {
    font-size: 2.3rem;
    text-align: center;
    letter-spacing: 0.1em;
   line-height: 2;
   padding-top: 120px;
   padding-bottom: 80px;
    text-shadow: 0px 0px 20px #C3BCB1;
}

/*第一弾*/
.chocolate2026-ctitle img{
width: 100%;
    padding-bottom: 70px;
}

.chocolate2026-product-name {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  font-weight: 700;
  font-style: normal;
}
.chocolate2026-product-name02 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.chocolate2026-product-name02::before {
    content: '';
    display: block;
    width: 120px;
   height: 100px;
    background-image: url(/img/usr/chocolate2026/ashirai-key.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    right: 15px;

}

.chocolate2026-product-img-wrap{
    display: inline-block;
    width: 400px;
    margin-bottom: 30px;
margin-top: 50px;
}

.chocolate2026-product-img-wrap img {
    width: 100%;
}
.chocolate2026-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}


.chocolate2026-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #062144;
}

.chocolate2026-price-en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: #062144;
}

.chocolate2026-cart a {
    transition: .3s;
}
@media screen and (min-width:768px) {
    .chocolate2026-cart a:hover {
        opacity: 0.7;
    }
}

.chocolate2026-cart a img {
    width: 250px;
}
.chocolate2026-cart-text{
     text-decoration: none;
      border-bottom: dashed 2px #062144;
      display: inline-block;
      margin: 10px auto 0;
      color: #062144;
}
.chocolate2026-cart-text a{
   color:inherit;
   font-size: 18px;
   font-weight: 400;
}



.chocolate2026-product-content01{
    display: flex;
    justify-content: center;
padding-bottom: 100px;
margin-top: 40px;
position: relative;
}
.chocolate2026-product-content01::before {
    content: '';
    display: block;
    width: 200px;
   height: 200px;
    background-image: url(/img/usr/chocolate2026/ashirai01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -85px;
left: 120px;
}
.chocolate2026-product-content01::after {
    content: '';
    display: block;
    width: 250px;
   height: 150px;
    background-image: url(/img/usr/chocolate2026/ashirai02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
right: 150px;
}
.chocolate2026-product-content02{
    display: flex;
    justify-content: center;
padding-bottom: 100px;
margin-top: 40px;
position: relative;
}
.chocolate2026-product-content02::before {
    content: '';
    display: block;
    width: 250px;
   height: 270px;
    background-image: url(/img/usr/chocolate2026/ashirai03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  bottom: -60px;
left: 100px;
}
.chocolate2026-product-detail-img img{
    width: 450px;
}
.chocolate2026-product-detail-text{
    text-align: left;
padding-left: 25px;
}
.chocolate2026-product-detail-text01{
    margin-right: -100px;
    margin-top: 180px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #fff;
border: 3px solid #D7B36E;
text-align: center;
width: 550px;
z-index: 1;
}
.chocolate2026-product-detail-text02{
    margin-left: -100px;
    margin-top: 180px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #fff;
border: 3px solid #D7B36E;
text-align: center;
width: 550px;
z-index: 1;
}

.chocolate2026-product-content-text{
    font-size: 1.6rem;
    width: 450px;
font-weight: 400;
    text-align: left;
    line-height: 2;
        display: inline-block;
        margin-bottom: 10px;
}

.chocolate2026-product-content-text02{
    font-size: 1.6rem;
font-weight: 400;
    text-align: center;
    line-height: 2;
        margin-bottom: 10px;
}



.chocolate2026-detail{
position: relative;
}
.chocolate2026-title{
 background: linear-gradient(90deg, #6F0122 0%,#A20132 50%, #6F0122 100%);
 color: #fff;
 text-align: center;
 width: 350px;
 margin: 0 auto;
 font-size: 30px;
 font-weight: lighter;
 padding-top: 10px;
 padding-bottom: 10px;
 position: absolute;
  left: 50%;
  transform: translateX(-50%);
 top: -30px;
}

/* 商品詳細スライダー*/
        .slider-component {
            max-width: 1000px;
            margin: 40px auto 120px;
            font-family: "Shippori Mincho", serif;
            color: #A20132;
            padding: 40px;
            background-color: #fff;
            border: 2px solid #A20132;
        }

        .slider-grid {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 40px;
            align-items: center;
        }

        /* 画像エリア */
        .slider-image-viewport {
            position: relative;
             width: 350px;
            aspect-ratio: 1 / 1;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .slider-slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 0.6s ease;
            z-index: 1;
        }

        .slider-slide.is-active {
            opacity: 1;
            z-index: 2;
        }

        .slider-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* テキスト情報エリア */
        .slider-info {
            display: flex;
            flex-direction: column;
        }

        .slider-badge {
            color: #A20132;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.1em;
            margin-bottom: 10px;
        }

        .slider-title {
          font-size: 2.8rem;
            margin: 0 0 15px 0;
            font-weight: 700;
        }

        .slider-price {
            font-size: 20px;
            margin-bottom: 20px;
            color: #444;
        }

        .slider-desc {
       font-size: 1.6rem;
            line-height: 1.8;
            color: #A20132;
            margin-bottom: 30px;
            min-height: 80px;
            font-weight: 400;
        }

        /* コントロールパネル */
        .slider-controls {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .slider-btn {
            width: 40px;
            height: 40px;
            background: transparent;
            color: #A20132;
border: 1px solid #A20132;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .slider-btn:hover {
            background: #A20132;
            color: #fff;
        }

        .slider-counter {
            font-size: 16px;
            color: #A20132;

        }

        .slider-current {
            color: #A20132;
            font-weight: bold;
             font-size: 18px;
        }

        /* プログレスバー */
        .slider-progress {
            width: 100%;
            height: 1px;
            background: #eee;
            margin-top: 30px;
            position: relative;
        }

        .slider-bar {
            position: absolute;
            height: 100%;
            background: #062144;
            width: 0%;
            transition: width 0.4s ease;
        }

        /* モバイル対応 */
        @media (max-width: 767px) {
           .slider-component {
                /* スライダー全体の幅を画面の90%に設定 */
                width: 90%;
                margin: 20px auto;
                padding: 10px; /* 余白を調整 */
            }

            .slider-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .slider-image-viewport {
                /* 画像の幅を親要素（全体の90%）の90%に設定 */
                width: 60%;
                margin: 20px auto 0; /* 中央寄せ */
                max-width: none;
            }

            .slider-info {
                text-align: center;
            }
            .slider-desc {
                text-align: left;
                padding: 0 5%; /* 少し内側に余白を持たせると読みやすくなります */
            }
            .slider-controls {
                justify-content: center;
            }

            .slider-title {
                font-size: 2.1rem;
            }
        }
     /* 飾りパン */
       .chocolate2026-genteibox{
        position: relative;
    text-align: center;
       }
       .chocolate2026-genteititle{
position: absolute;
 left: 50%;
  transform: translateX(-50%);
 top: -70px;
       }
     .chocolate2026-genteititle img{
        width: 550px;
     }
.chocolate2026-genteicont{
    display: flex;
    justify-content: center;
background-color: #fff;
border: 3px solid #D7B36E;
width: 1000px;
margin: 120px auto;
padding: 80px 8px 15px 90px;
gap: 70px;
}
.chocolate2026-genteitext01{
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
.chocolate2026-genteitext02{
    font-size: 1.8rem;
    color: #062144;
    font-weight: lighter;
    text-align-last: left;
    display: inline-block;
    line-height: 2;
    margin-top: 30px;
}
.chocolate2026-genteiimg img{
    width: 430px;
}
/* 第二弾 */
.chocolate2026-two{
    text-align: center;
    padding-bottom: 120px;
}
.chocolate2026-coming{
width: 90%;
font-size: 3.5rem;
background-color: #fff;
padding-top: 10px;
padding-bottom: 10px;
margin: 0 auto;
font-family: "times-new-roman", sans-serif;
letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {

    .chocolate2026-sp {
        display: block;
    }
 .chocolate2026-pc {
        display: none;
    }
/* リード */
.chocolate2026-lead {
    background-image: url(/img/usr/chocolate2026/lead-bg-sp.png);
    background-size: 50% ;
    background-position: top 0px right 0px;
    padding-bottom: 80px;
}
.chocolate2026-leadtext span{
  font-size: 2rem;
  text-shadow: 0px 0px 20px #C3BCB1;
  font-weight: lighter;
}

.chocolate2026-leadtext {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.1em;
   line-height: 2;
   padding-top: 80px;
   padding-bottom: 0px;
    font-weight: lighter;
    text-shadow: 0px 0px 20px #C3BCB1;
}
/*第一弾*/
.chocolate2026-ctitle img{
width: 100%;
    padding-bottom: 50px;
}
.chocolate2026-product-content01{
flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
padding-bottom: 100px;
margin-top: 40px;
position: relative;
}
.chocolate2026-product-content01::before {
    content: '';
    display: block;
    width: 100px;
   height: 100px;
    background-image: url(/img/usr/chocolate2026/ashirai01.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
left: 20px;
}
.chocolate2026-product-content01::after {
    content: '';
    display: block;
    width: 150px;
   height: 50px;
    background-image: url(/img/usr/chocolate2026/ashirai02.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40px;
right: 20px;
}
.chocolate2026-product-content02{
   flex-direction: column;
    justify-content: center;
padding-bottom: 100px;
margin-top: 80px;
position: relative;
 align-items: center;
}
.chocolate2026-product-content02::before {
    content: '';
    display: block;
    width: 150px;
   height: 170px;
    background-image: url(/img/usr/chocolate2026/ashirai03.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  bottom: -60px;
left: 100px;
}
.chocolate2026-product-detail-text01{
    margin-right: -10px;
    margin-top: -50px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #fff;
border: 3px solid #D7B36E;
text-align: center;
width: 90%;
z-index: 1;
}
.chocolate2026-product-detail-text02{
    margin-right: -10px;
    margin-left: 0;
    margin-top: -30px;
padding-top: 25px;
padding-bottom: 25px;
background-color: #fff;
border: 3px solid #D7B36E;
text-align: center;
width: 90%;
z-index: 1;
}
.chocolate2026-product-detail-img img{
    width: 90%;
}
.chocolate2026-product-detail-text{
    text-align: left;
padding-left: 25px;
}
.chocolate2026-product-content-text{
    font-size: 1.6rem;
    width: 90%;
font-weight: 400;
    text-align: left;
    line-height: 2;
        display: inline-block;
        margin-bottom: 10px;
}

.chocolate2026-product-content-text02{
    font-size: 1.6rem;
font-weight: 400;
    text-align: center;
    line-height: 2;
        margin-bottom: 10px;
}
.chocolate2026-detail{
position: relative;
}
.chocolate2026-title{
 background: linear-gradient(90deg, #6F0122 0%,#A20132 50%, #6F0122 100%);
 color: #fff;
 text-align: center;
 width: 60%;
 margin: 0 auto;
 font-size: 2.5rem;
 font-weight: lighter;
 padding-top: 10px;
 padding-bottom: 10px;
 position: absolute;
  left: 50%;
  transform: translateX(-50%);
 top: -30px;
}
.chocolate2026-product-name {
    font-size: 2.2rem;
  font-weight: 700;
}

.chocolate2026-product-name02 {
    font-size: 2.2rem;
  font-weight: 700;
}
.chocolate2026-product-name02::before {
    content: '';
    display: block;
    width: 70px;
   height: 50px;
    background-image: url(/img/usr/chocolate2026/ashirai-key.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 35px;
    right: 0px;

}
    .chocolate2026-genteititle{
position: absolute;
 left: 50%;
  transform: translateX(-50%);
 top: -60px;
       }
     .chocolate2026-genteititle{
        width: 70%;
     }
       .chocolate2026-genteititle img{
        width: 100%;
     }
.chocolate2026-genteicont{
   flex-direction: column;
    justify-content: center;
    align-items: center;
background-color: #fff;
border: 3px solid #D7B36E;
width: 90%;
margin: 120px auto;
padding: 10px;
gap: 30px;
}
.chocolate2026-genteitext01{
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-top: 3   0px;
}
.chocolate2026-genteitext02{
    font-size: 1.4rem;
    color: #062144;
    font-weight: lighter;
    text-align-last: center;
    display: inline-block;
    line-height: 2;
    margin-top: 20px;
}
.chocolate2026-genteiimg img{
    width: 100%;
}

.chocolate2026-coming{
width: 80%;
font-size: 3rem;
}

}
@media screen and (max-width:500px) {
  .chocolate2026-genteititle{
        width: 90%;
     }
     .chocolate2026-genteititle{
position: absolute;
 left: 50%;
  transform: translateX(-50%);
 top: -40px;
       }
    }