@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{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #24195E;
}


@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;
}


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


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


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

#newyear2026-mainvisual {
    width: 100%;
}

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

/* リード */
.newyear2026-wrap{
    text-align: center;
    overflow: hidden;
}

.newyear2026-leadbox{
 text-align: center;

}
.newyear2026-lead {
    padding-top: 80px;
     background-image: url(/img/usr/newyear2026/lead-bg.png);
 background-size: cover;
 background-repeat: no-repeat;
}


.newyear2026-leadtext {
    font-size: 2rem;
  text-align: center;
    letter-spacing: 0.1em;
   padding-top: 50px;
    font-weight: bold;
   line-height: 2;
   margin-bottom: 80px;
   position: relative;
   display: inline-block;
}

        .content-area {
            padding: 1rem; /* p-6 */
        }
        @media (min-width: 767px) {
            .content-area {
                padding: 2rem; /* sm:p-8 */
            }
        }

        /* === タブボタンのスタイル === */
        .tab-bar {
            /* モバイルデフォルトは2列グリッド */
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0.75rem; /* ボタン間の隙間 */

            /* 枠線、背景色、影をすべて削除 (透明のまま維持) */
            border-bottom: none;
            background-color: transparent;
            padding: 0.25rem;
            box-shadow: none;
        }
        /* レスポンシブ対応: 画面幅が640px以上の場合、横一列のFlexに戻す */
        @media (min-width: 767px) {
            .tab-bar {
                display: flex; /* Flexに戻す */
                gap: 20px; /* Flexでは gap は不要 */
                padding-bottom: 120px; /* デスクトップ向け 48px */
            }
        }

        .tab-button {
            flex-grow: 1; /* flex-1 (デスクトップのFlexモードで有効) */
            border: none;
            cursor: pointer;
            outline: none;
            /* 画像を中央に配置するための設定 */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .tab-button:hover {
            opacity: 0.7;
        }
        /* ボタンが押された時のスケールエフェクト */
        .tab-button:active {
            transform: scale(1); /* active:scale-[0.98] */
        }

        /* === アクティブなタブボタンのスタイル === */
        .tab-button.active {
            /* 背景色、下線はなし */
            background-color: transparent;
            box-shadow: none;
            border-bottom: 2px solid transparent;
        }

        /* === 画像のスタイル (ここを追加・調整) === */
        .tab-button img {
            display: block;
            width: 100%;
            max-width: 250px; /* 画像の最大幅を設定 */
            height: auto;
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }
        /* アクティブなタブの画像にわずかな影を追加し、持ち上げる */
        .tab-button.active img {
            transform: translateY(-1px);
        }

        /* === コンテンツのスタイルと切り替えアニメーション === */
        .tab-content-item {
            /* 初期状態 */
            display: none;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            /* コンテンツの基本スタイル */
            color: #24195E; /* text-gray-600 */
            line-height: 1.5; /* leading-relaxed */
            width: 1080px;
            padding-top: 60px;
            padding-bottom:60px;
             box-shadow: 0px 0px 44px rgba(122, 95, 23, 0.4);
        }

        .tab-content-item.active {
            /* アクティブ状態 */
            display: block;
            opacity: 1;
        }

        /* コンテンツ内の見出し・強調スタイル */
        .content-area h2 {
            font-size: 4rem; /* text-3xl */
            font-weight: 700; /* font-bold */
            color: #DB0D31; /* text-indigo-700 */
            margin-bottom: 1rem; /* mb-4 */
            background-color: #fff;
        }
.newyear2026-ashirai{
position: relative;
}
.newyear2026-ashirai::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/gentei-icon.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 width: 130px;
 height: 130px;
   top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.newyear2026-tab,
.newyear2026-contentsbox{
    width: 1080px;
    margin: 0 auto;
}
.newyear2026-contents{
       background-image: url(/img/usr/newyear2026/cont-bg.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 padding-top: 120px;
 padding-bottom: 80px;
}

#content-1{
    background-color: #FFF8ED;
position: relative;
}

#content-1::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/icon01.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
   left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 100px;
top: -60px;
}

#content-2{
    background-color: #FFF0DE;
    position: relative;
}
#content-2::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/icon02.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
   left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 100px;
top: -60px;
}
#content-3{
    background-color: #F8E9E8;
    position: relative;
}
#content-3::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/icon03.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
   left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 100px;
top: -60px;
}
#content-4{
    background-color: #FFF8ED;
    position: relative;
}
#content-4::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/icon04.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
   left: 50%;
  transform: translateX(-50%);
  width: 195px;
  height: 100px;
top: -60px;
}
#content-5{
    background-color: #FFF8ED;
position: relative;
}

#content-5::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/saihan-ashirai.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
   left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 91px;
top: -60px;
}
.newyear2026-kikan{
    font-size: 2rem;
    margin-top: 20px;
}
.newyear2026-kikan-end{
    font-size: 2rem;
    margin-top: 20px;
    background-color: #DB0D31;
    color: #fff;
}
.hidden{
    display: none;
}
.newyear2026-text{
    font-size: 1.8rem;
    color: #323232;
    font-weight: 500;
    margin-top: 20px;
}
.newyear2026-product-content{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
padding-bottom: 30px;
margin-top: 60px;
}
.newyear2026-product-content02{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
padding-bottom: 30px;
margin-top: 60px;
}
.newyear2026-product-detail-img img{
    width: 300px;
}


.newyear2026-product-content-text{
    font-size: 1.6rem;
    width: 450px;
font-weight: 400;
    text-align: left;
    line-height: 2;
        display: inline-block;
        margin-bottom: 10px;
}
.newyear2026-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    line-height: 1.8;
    text-align: left;
    display: inline-block;
        width: 400px;
    font-weight: lighter;
}

.newyear2026-soryo{
    font-size: 16px;
    background-color: #24195E;
    border-radius: 20px;
    color: #fff;
    font-weight: lighter;
    display: inline-block;
    padding: 3px 10px;
}
.newyear2026-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
     color: #323232;
}

.newyear2026-price-en {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
    color: #323232;
}

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

.newyear2026-cart a img {
    width: 250px;
}
.newyear2026-cart-text a{
     font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
     text-decoration: none;
border-bottom: 2px dashed #323232;
display: inline-block;
      margin: 10px auto 0;
      color: #323232;
   font-size: 18px;
}

.newyear2026-product-name {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
/* ガレット・デ・ロワ */

.newyear2026-whatbox{
    display: flex;
    justify-content: center;
    border: 3px solid #A27E1E;
    background-color: #fff;
    border-radius: 20px;
    width: 800px;
    margin: 40px auto 40px;
    gap: 30px;
}
.newyear2026-whattext{
margin-top: 15px;
    text-align: center;
    width: 450px;
}
.newyear2026-whattext p{
    width: 400px;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}
.newyear2026-whattext img{
width: 390px;
}
.newyear2026-whatimg img{
    width: 325px;
}
.cont02-btn{
    margin-top: 40px;
      display: inline-block;
}
.cont02-btn img{
    width: 480px;
}
/* やわらか１５ */
.cont03-title{
    font-size: 2.6rem;
    background-color: #fff;
    color: #DB0D31;
    padding-bottom: 10px;
    padding-top: 5px;
}
.cont03-big{
    font-size: 3rem;
}
.cont03-under{
    font-size: 3.5rem;
    border-bottom: 6px double #DB0D31;
}
.tsujyo{
    font-size: 1.8rem;
    font-weight: lighter;
    color: #323232;
    margin-bottom: 20px;
}
.tsujyo-price{
    font-size: 2rem;
    margin-left: 10px;
     text-decoration: line-through;
  text-decoration-color: #A1141A;
}
.tsujyo-en{
    font-size: 1.6rem;
}
.newyear2026-product-detail-img02 img{
    width: 400px;
}
.off10{
position: relative;
margin-bottom: 30px;
margin-left: 60px;
}
.off10::before{
content: "";
    display: inline-block;
    position: absolute;
       background-image: url(/img/usr/newyear2026/10off.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
    top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 73px;
}
.cont03-btn{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.cont03-btn img{
    display: inline-block;
    width: 350px;
}
/* point*/
.newyear2026-sabtext{
   font-size: 1.5rem;
    color: #323232;
    font-weight: 500;
    margin-top: 15px;
}
.newyear2026-sabtext a{
    display: inline-block;
    border-bottom: 1px solid #323232;
}
.newyear2026-bottombtn{
display: inline-block;
margin-top: 50px;
}
.newyear2026-bottombtn img{
width: 550px;

}
@media screen and (max-width:767px) {

    .newyear2026-sp {
        display: block;
    }
 .newyear2026-pc {
        display: none;
    }
/* リード */
     .content-area h2 {
            font-size: 3rem; /* text-3xl */
            font-weight: 500; /* font-bold */
            line-height: 1.5;
        }
.newyear2026-wrap{
    padding-bottom: 0px;
}

.newyear2026-leadbox{
     width: 95%;
       height:auto;
    margin:  0 auto;
    padding: 0;
}
.newyear2026-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.newyear2026-leadtext {
    font-size: 1.5rem;
    margin-bottom: 60px;
    text-align: center;
    font-weight: lighter;
}
.tab-content-item {
    width: 100%;
}
.newyear2026-tab,
.newyear2026-contentsbox{
    width: 95%;
}
.newyear2026-ashirai{
padding-left: 30px;
}
.newyear2026-ashirai::before{
 width: 70px;
 height: 70px;
   top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
}
#content-1::before{
   left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height:72px;
top: -40px;
}
#content-2::before{
   left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height:72px;
top: -40px;
}
#content-3::before{
   left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height:72px;
top: -40px;
}
#content-4::before{
   left: 50%;
  transform: translateX(-50%);
  width: 145px;
  height:72px;
top: -40px;
}
#content-5::before{
   left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height:68px;
top: -40px;
}
.newyear2026-kikan{
    font-size: 1.8rem;
    margin-top: 20px;
}
.newyear2026-kikan-end{
    font-size: 1.8rem;
}

.newyear2026-text{
    font-size: 1.6rem;
}
.newyear2026-product-content{
flex-direction: column;
    gap: 0px;
padding-bottom: 0px;
margin-top: 40px;
}
.newyear2026-product-content02{
flex-direction: column-reverse;
    gap: 0px;
padding-bottom: 0px;
margin-top: 40px;
}
.newyear2026-product-detail-img img{
    width: 90%;
    margin-bottom: 30px;
}
.newyear2026-product-content-text{
    font-size: 1.5rem;
    width: 90%;
}
.newyear2026-product-text {
    font-size: 1.5rem;
    width: 90%;
}

/* ガレット・デ・ロワ */

.newyear2026-whatbox{
flex-direction: column;
    justify-content: center;
    border: 3px solid #A27E1E;
    background-color: #fff;
    border-radius: 20px;
    width: 90%;
    margin: 40px auto 40px;
    gap:    10px;
    position: relative;
}
.newyear2026-whattext{
margin-top: 15px;
    text-align: center;
    width: 100%;
}
.newyear2026-whattext p{
    width: 90%;
    font-size: 1.6rem;
    font-weight: lighter;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}
.newyear2026-whattext img{
width: 80%;
}

.newyear2026-whatimg img{
    width: 70%;
}
.cont02-btn{
    margin-top: 40px;
      display: inline-block;
}
.cont02-btn img{
    width: 90%;
}
/* やわらか１５ */
.cont03-title{
    font-size: 2rem;
    background-color: #fff;
    color: #DB0D31;
    padding-bottom: 10px;
    padding-top: 5px;
}
.cont03-big{
    font-size: 2.3rem;
}
.cont03-under{
    font-size: 2.5rem;
}
.tsujyo{
    font-size: 1.6rem;
}
.tsujyo-price{
    font-size: 1.8rem;
}
.tsujyo-en{
    font-size: 1.6rem;
}
.newyear2026-product-detail-img02 img{
    width: 70%;
    margin-bottom: 20px;
}
.off10{
position: relative;
margin-bottom: 30px;
margin-left: 60px;
display: inline-block;
}
.off10::before{
left: -40px;
  width: 70px;
  height: 73px;
}
.cont03-btn{
    margin-top: 40px;
  flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.cont03-btn img{
    display: inline-block;
    width: 70%;
}






/* 商品 */



.newyear2026-product-name {
    font-size: 2.3rem;
    margin-bottom: 30px;
  font-weight: 500;
}
.newyear2026-cart-text a{
font-weight: 500;
}

.newyear2026-bottombtn img{
width: 80%;

}

}