/*リセット*/
body{
    margin:0;
    padding:0;
}

.ss2026 h1,h2,h3,h4,h5,h6,p,a,blockquote {
    margin: 0;
    padding: 0;
}

.ss2026 h1,h2,h3,h4,h5,h6,p{
    font-size: inherit;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.ss2026 ul ol{
    margin: 0;
    padding: 0;
}

.ss2026 li{
    list-style: none;
}

.ss2026 a{ 
    text-decoration: none;
    display: block;
}


/*レスポンシブ_スマホサイズ非表示*/
.pc_only{
    display: block;
}

.sp_only{
    display: none;
}

/*メインイメージ*/
.ss2026_main img{
    max-width: 1920px;
    width: 100%;
}

/*メインコンセプト*/
.ss2026_concept h2{
    max-width: 550px;
    width: 100%;
    margin: 60px auto 0;
    color: #797979;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2rem;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

/*メニュー*/
.ss2026_menu{
    display: grid;
    grid-template-columns: repeat(4,minmax(100px,1fr));
    justify-content: center;
    gap: 15px;
    max-width: 800px;
    text-align: center;
    margin: 55px auto 0;
}

.ss2026_menu img{
    width: 100%;
}

.ss2026_menu li{
    transition: 0.7s;
}

.ss2026_menu li:hover{
    opacity: 0.6;
}

.ss2026_menu a:hover{
    color: black !important;
}

.ss2026_menu p{
    padding-top: 10px;
}

/*商品につきまして*/
.ss2026_concept div{
    margin: 100px auto;
    max-width: 50%;
    color: #797979;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    padding: 30px 0;
}

.ss2026_concept h4{
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 0.2rem;
    padding-bottom: 15px;
    font-weight: 400;
}

.ss2026_concept p{
    letter-spacing: 0.1rem;
}

/*ショップリスト*/
.ss2026_shoplist{
    color: #ffffff;
    background-color: #75CAE4;
    font-family: "Cormorant Garamond", "Shippori Mincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 2rem auto 0;
    max-width: 350px;
    padding: 7px 0;
    transition: 0.7s;
}

.ss2026_shoplist:hover{
    color: #ffffff !important;
    background-color: #FF8C00;
}

/*メインコンテンツ_flex*/
.ss2026_column{
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    align-items: center;
}

.ss2026_column img{
    width: 100%;
}

.ss2026_container{
    padding: 30px 30px 30px 60px;
    width: 45%;
}

.ss2026_container h2{
    font-size: 2rem;
    letter-spacing: 0.2rem;
    font-weight: 400;
}

.ss2026_container h5{
    margin-top: 15px;
    line-height: 2.5rem;
    font-size: 1rem;
}

.sub_txt_eng{
    font-family: "Cormorant Garamond", "Shippori Mincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.4rem;
}

.attention{
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    padding-top: 15px;
}

/*メインコンテンツ_商品リスト*/
.ss2026_wrapper{
    margin: 200px 0;
}

.ss2026_wrapper ul{
    display: grid;
    grid-template-columns: repeat(4,minmax(150px,1fr));
    gap: 20px;
    max-width: 1300px;
    margin: 80px auto;
}

.ss2026_wrapper li{
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.ss2026_wrapper li img{
    width: 100%;
}

.attention{
    letter-spacing: 0;
}

.ss2026_wrapper a{
    transition: 0.7s;
}

.ss2026_wrapper a:hover{
    color: #000000 !important;
    opacity: 0.6;
}

/*メインコンテンツ_商品リスト_商品名見出し*/
.ss2026_wrapper h3{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0 0.5rem;
}

/*メインコンテンツ_商品リスト_価格*/
.ss2026_price{
    padding: 5px 0;
}

.ss2026_price span{
    font-size: 1.6rem;
}

/*タグ_flex*/
.ss2026_tag_column{
    display: flex;
    justify-content: center;
}

.ss2026_tag_column p{
    margin: 0 4px;
}

/*タグ_公式通販*/
.tag_online{
    width: 100px;
    color: #ffffff;
    background-color: #75CAE4;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
}

/*タグ_店頭販売*/
.tag_shop{
    width: 100px;
    color: #ffffff;
    background-color: #FFA73B;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
}


/*詳細はこちら*/
.ss2026_link{
    color: #FF8C00;
    background-color: #FFECBB;
    max-width: 180px;
    font-size: 1rem;
    padding: 6px 8px;
    margin: 13px auto 0;
}

/*一覧はこちら画像*/
.ss2026_category_link{
    max-width: 650px;
    margin: 0 auto 150px;
}

.ss2026_category_link img{
    width: 100%;
}

/*タブレットサイズ：991px以下*/
@media screen and (max-width:991px){
    /*レスポンシブ_PCサイズ非表示*/
    .pc_only{
        display: none;
    }

    .sp_only{
        display: block;
    }

    /*メインコンセプト*/
    .ss2026_concept h2{
        max-width: 300px;
        font-size: 1rem;
        letter-spacing: 0.1rem;
        margin-top: 30px;
    }

    /*メニュー*/
    .ss2026_menu{
        grid-template-columns: repeat(3,minmax(100px,1fr));
        gap: 5px;
        margin: 35px 20px;
    }

    .ss2026_menu p{
        font-size: 0.7rem;
    }

    /*商品につきまして*/
    .ss2026_concept div{
        margin: 70px auto;
        max-width: 300px;
    }

    .ss2026_concept h4{
        font-size: 1rem;
    }

    .ss2026_concept p{
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    /*ショップリスト*/
    .ss2026_shoplist{
        max-width: 250px;
        font-size: 1.2rem;
    }

    /*メインコンテンツ_flex解除*/
    .ss2026_column{
        display: block;
    }

    .ss2026_container{
        padding: 30px 25px;
        width: 100%;
    }

    .ss2026_container h5{
        font-size: 0.8rem;
        line-height: 1.5rem;
    }

    .ss2026_container h2{
        text-align: center;
        font-size: 1.4rem;
    }

    .sub_txt_eng{
        text-align: center;
        font-size: 0.7rem;
    }

    /*メインコンテンツ_商品リスト*/
    .ss2026_wrapper{
        margin: 110px 0;
    }

    .ss2026_wrapper ul{
        grid-template-columns: repeat(2,minmax(150px,1fr));
        column-gap: 15px;
        row-gap: 30px;
        margin: 8px 20px 0;
    }
    
    /*メインコンテンツ_商品リスト_商品見出し*/
    .ss2026_wrapper h3{
        font-size: 0.9rem;
    }

    /*メインコンテンツ_商品リスト_価格*/
    .ss2026_price{
        font-size: 0.7rem;
    }

    .ss2026_price span{
        font-size: 1.3rem;
    }

    /*タグ_公式通販*/
    .tag_online{
        font-size: 0.7rem;
    }

    /*タグ_店頭販売*/
    .tag_shop{
        font-size: 0.7rem;
    }

    /*詳細はこちら*/
    .ss2026_link{
        font-size: 0.8rem;
        max-width: 140px;
        padding: 5px 8px;
        margin: 4px auto 0;
    }

    /*一覧*/
    .ss2026_category_link{
        max-width: 500px;
        margin:60px auto 100px;
    }
}


/*スマホサイズ：428px以下*/
@media screen and (max-width:428px){
   /*一覧*/
    .ss2026_category_link{
        max-width: 300px;
        margin:60px auto 100px;
    }
}