@charset "utf-8";

/* 共通設定
----------------------------------------------------------------------------*/
/* 要素リセット 
--------------------------------------*/
.is-sp {
    display: none;
}
.is-pc {
    display: block;
}
.Roboto {
    font-family: 'Roboto', sans-serif !important;
}
.u-text--body :is(h2,h3,h4,p,span,a) {
    font-weight: 500;
}

@media screen and (max-width: 750px) {
.content_product:not(#recommend) {
    padding: 0 calc(48 * 100vw / 750);
}
.content_wrapper {
    padding: initial;
}
.content_product > section {
    margin-bottom: calc(150 * 100vw / 750);
}
.is-sp {
    display: block;
}
.is-pc {
    display: none;
}
}

@media screen and (max-width: 719px){
.snippets-c_bnr{
    padding: 0;
}
}

/*商品一覧周り タイトル
--------------------------------------*/
.content_product h2:not(.product_nav-ttl){
    margin-bottom: 0;
    background: initial;
    height: initial;
    padding-left: initial;
    line-height: initial;
    color: initial;;
}

/*ボタン周り
--------------------------------------*/
/* 詳しく見る */
.btn-m a {
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/unagi_list/images/mothers-day2026/btn_bg.webp") no-repeat 0 0 / cover;
    color: #fff;
    font-weight: bold;
    border-radius: min(calc(8 * 100vw / 1000), 8px);
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
}
/* 他の商品を見る・ギフト */
.btn_next {
    margin-top: min(calc(40 * 100vw / 1000), 40px);
}
.btn_next a {
    margin: 0 auto;
    padding: min(calc(16 * 100vw / 1000), 16px);
    width: min(calc(320 * 100vw / 1000), 320px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(calc(17 * 100vw / 1000), 17px);
    font-weight: 700;
    border-radius: min(calc(100 * 100vw / 1000), 100px);
    background: #333;
    color: #fff;
    transition: 0.4s;
}
.btn_next a::after {
    content: "";
    display: inline-block;
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/unagi_list/images/arrow_icon.svg") no-repeat 0 0 / contain;
    transform: rotate(0deg);
    width: min(calc(18 * 100vw / 1000), 18px);
    height: min(calc(18 * 100vw / 1000), 18px);
    position: relative;
    transform: rotate(270deg);
    left: min(calc(8 * 100vw / 1000), 8px);
}

@media screen and (max-width: 750px) { 
/* 詳しく見る */
.btn-m a {
    border-radius: calc(16 * 100vw / 750);
}
/* 他の商品を見る・ギフト */
.btn_next {
    margin-top: calc(66 * 100vw / 750);
}
.btn_next a {
    padding: calc(22 * 100vw / 750);
    width: 100%;
    font-size: calc(32 * 100vw / 750);
    border-radius: calc(120 * 100vw / 750);
}
.btn_next a::after {
    width: calc(24 * 100vw / 750);
    height: calc(24 * 100vw / 750);
    left: calc(16 * 100vw / 750);
}
}


/* main_lead 
----------------------------------------------------------------------------*/
/*導入文 余白周り
--------------------------------------*/
#summergift #main_lead {
    margin-bottom: min(calc(67 * 100vw / 1000), 67px);
}
#summergift #campaign_top {
    margin: 0 auto;
}
#campaign_top .f_cam_bnr{
    margin-bottom:min(calc(40 * 100vw / 1000), 40px);
}
/*訴求バナー*/
.snippets-c_bnr .appeal {
    margin: min(calc(40 * 100vw / 1000), 40px) auto min(calc(48 * 100vw / 1000), 48px);
}
.snippets-c_bnr ul li {
    width: calc(100% / 2 - 12px);
}

@media screen and (max-width: 750px) {
#summergift #main_lead {
    margin-bottom: calc(128 * 100vw / 750);
}
#campaign_top .f_cam_bnr{
    margin-bottom: calc(44 * 100vw / 750);
}
/*訴求バナー*/
.snippets-c_bnr .appeal {
    margin: 0 auto calc(66 * 100vw / 750);
    flex-wrap: wrap;
    gap: calc(24 * 100vw / 750);
}
.snippets-c_bnr ul li {
    width: calc(100% / 2 - calc(12 * 100vw / 750));
}
.snippets-c_bnr ul li a img {
    border-radius: calc(16 * 100vw / 750);
}
}

/* mv
--------------------------------------*/
.mv_wrap {
    max-width: min(calc(1000 * 100vw / 1000), 1000px);
    margin: min(calc(24 * 100vw / 1000), 24px) auto min(calc(64 * 100vw / 1000), 64px);
}

@media screen and (max-width: 750px) {
.mv_wrap{
    margin: 0 0 calc(80 * 100vw / 750);
}
}

/* リード文周り
--------------------------------------*/
.main_lead_wrap {
    width: min(calc(785 * 100vw / 1000), 785px);
    margin: 0 auto min(calc(64 * 100vw / 1000), 64px);
}
p.main_lead_desc {
    font-family: 'Zen Antique Soft', sans-serif!important;
    font-size: min(calc(16 * 100vw / 1000), 16px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 200%;
}
p.main_lead_desc strong {
    display: block;
    font-size: min(calc(22 * 100vw / 1000), 22px);
    font-weight: 400;
    letter-spacing:0;
    line-height: 175%;
}

@media screen and (max-width: 750px) {
.main_lead_wrap {
    width: 100%;
    margin: 0 auto calc(80 * 100vw / 750);
}
p.main_lead_desc{
    font-size: calc(32 * 100vw / 750);
    line-height: 175%;
}
p.main_lead_desc strong{
    font-size: calc(38 * 100vw / 750);

}
}
/* トピックス
--------------------------------------*/
.unagi_mame_box{
    display: flex;
    justify-content: space-between;
    gap:0 min(calc(30 * 100vw / 1000), 30px);
    margin-bottom: min(calc(64 * 100vw / 1000), 64px);
}
.unagi_mame_pic{
    width: min(calc(500 * 100vw / 1000), 500px);
    flex-shrink: 0;
}
.unagi_mame_txt{
    width: min(calc(660 * 100vw / 1000), 660px);
    margin-bottom: min(calc(48 * 100vw / 1000), 48px);
    text-align: left;
}
.unagi_mame_txt .-ttl{
    font-family: 'Zen Antique Soft', sans-serif!important;
    font-size: min(calc(22 * 100vw / 1000), 22px);
    line-height: 175%;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
}
.unagi_mame_txt .-ttl::before{
    content: "";
    display: inline-block;
    margin-right: min(calc(8 * 100vw / 1000), 8px);
    width: min(calc(14 * 100vw / 1000), 14px);
    height: min(calc(24 * 100vw / 1000), 24px);
    background: url(https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/fathersday_list/images/20260518/icon_mame.svg) no-repeat 0 0 / contain;
}

.unagi_mame_txt .-txt{
    font-weight: 500;
    font-size: min(calc(13 * 100vw / 1000), 13px);
    line-height: 175%;
    letter-spacing: 0;
    margin: min(calc(9 * 100vw / 1000), 9px) 0 min(calc(8 * 100vw / 1000), 8px);
}
.unagi_mame_txt .btn-m {
    display: inline-block;
}
.unagi_mame_txt .btn-m a{
    background: none;
    text-decoration: underline;
    font-size: min(calc(14 * 100vw / 1000), 14px);
    line-height: 175%;
    letter-spacing: .02em;
    color: #333;
    text-align: left;
    display: flex;
    align-items: center;
}
.unagi_mame_txt .btn-m a::after {
    content: "";
    background: url(https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/unagi_list/images/20260611/r_arrow.svg) no-repeat 0 0 / cover;
    width: min(calc(16 * 100vw / 1000), 16px);
    height: min(calc(16 * 100vw / 1000), 16px);
    display: inline-block;
    margin-left: min(calc(7 * 100vw / 1000), 7px);
}
.unagi_mame_txt .btn-m a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 750px) {
    .unagi_mame_box {
        flex-direction: column;
        gap: calc(40 * 100vw / 750) 0;
        margin-bottom: calc(92 * 100vw / 750);
    }
    .unagi_mame_pic,.unagi_mame_txt{
        width: 100%;
    }
    .unagi_mame_txt {
        margin-bottom: calc(72 * 100vw / 750);
    }
    .unagi_mame_txt .-ttl{
        font-size: calc(44 * 100vw / 750);
    }
    .unagi_mame_txt .-ttl::before{
        width: calc(28 * 100vw / 750);
        height: calc(48 * 100vw / 750);
        margin-right: calc(16 * 100vw / 750);
    }
    .unagi_mame_txt .-txt{
        font-size: calc(26 * 100vw / 750);
        letter-spacing: .02em;
        margin: calc(19 * 100vw / 750) 0 calc(22 * 100vw / 750);
    }
    .unagi_mame_txt .btn-m a{
        font-size: calc(28 * 100vw / 750);
    }
    .unagi_mame_txt .btn-m a::after{
        width: calc(32 * 100vw / 750);
        height: calc(32 * 100vw / 750);
        margin-left: calc(8* 100vw / 750);
    }
}
/* 豆知識バナー
--------------------------------------*/
.mame_bnr {
    margin-inline: auto;
    width: min(calc(660 * 100vw / 1000), 660px);
}
.mame_bnr img {
    border-radius: min(calc(8 * 100vw / 1000), 8px); 
}
@media screen and (max-width: 750px) {
.mame_bnr {
    width: 100%;
}
.mame_bnr img {
    border-radius: calc(16 * 100vw / 750); 
}
}


/* recommend_gift
----------------------------------------------------------------------------*/
/* 共通設定
--------------------------------------*/
#recommend_gift{
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/list_cp_agedday/images/20260824/recommend_bg.web") no-repeat 0 0 / cover;
    padding: min(calc(59 * 100vw / 1000), 59px) min(calc(64 * 100vw / 1000), 64px) min(calc(72 * 100vw / 1000), 72px);
}
#recommend_gift h2.recommend_gift-ttl {
    font-family: 'Zen Antique Soft', sans-serif!important;
    margin-bottom: min(calc(64 * 100vw / 1000), 64px);
    font-size: min(calc(28 * 100vw / 1000), 28px)!important;
    letter-spacing: .04em;
    line-height: 165%;
    text-align: center;
}

/* 商品セット */
#recommend_gift .gift_set{
    display: flex;
}
#recommend_gift .gift-selected-item::before {
    content: "";
    display: block;
    height: 100%;
    width: calc(100% - min(calc(64 * 100vw / 1000), 64px));
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#recommend_gift .gift-selected-item:has(.gift_set.-revers)::before{
    right: initial;
    left: 0;
}
#recommend_gift .gift_set.-revers {
    flex-direction: row-reverse;
}
#recommend_gift .gift-selected-item{
    position: relative;
    z-index: 0;
    padding: min(calc(40 * 100vw / 1000), 40px) min(calc(32 * 100vw / 1000), 32px) min(calc(32 * 100vw / 1000), 32px) 0;
}
#recommend_gift .gift-selected-item:has(.gift_set.-revers){
    padding: min(calc(40 * 100vw / 1000), 40px) 0 min(calc(32 * 100vw / 1000), 32px) min(calc(32 * 100vw / 1000), 32px);
}

#recommend_gift .gift-selected-item + .gift-selected-item{
    margin-top: min(calc(48 * 100vw / 1000), 48px);
}

/* 商品画像 */
#recommend_gift .gift_img {
    flex-shrink: 0;
    position: relative;
}
#recommend_gift .gift_img .-icon{
    position: absolute;
    top: max(calc(-56 * 100vw / 1000), -56px);
    right: max(calc(-12 * 100vw / 1000), -12px);
    width: min(calc(112 * 100vw / 1000), 112px);
    height: min(calc(112 * 100vw / 1000), 112px);
    z-index: 1;
}
/* 商品テキスト */
#recommend_gift .gift-set_content {
    width: 100%;
    display: flex;
    flex-direction: column;

}
/* 商品タイトル */
#recommend_gift .gift_ttl{
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .04em;
}
#recommend_gift .gift_ttl .Roboto{
    font-weight: 700;
}
/* 販売価格 */
#recommend_gift .gift_price {
    display: flex;
    align-items: center;
}
#recommend_gift .gift_price .price{
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 700;
}
#recommend_gift .gift_price .price span{
    display: inline-block;
    letter-spacing: .04em;
    font-weight: 700;
    line-height: 175%;
}
/* セット内容 */
#recommend_gift .set_content{
    border-bottom: min(calc(1.5 * 100vw / 1000), 1.5px) solid #333333;
    box-sizing: border-box;
}
#recommend_gift .set_content p {
    line-height: 175%;
    letter-spacing:0;
    font-weight: 500;
}
#recommend_gift .set_content-ttl{
    display: flex;
    align-items: center;
}
#recommend_gift .set_content-ttl span{
    display: block;
    flex-shrink: 0;
    font-weight: 500;
    line-height: 100%;
}
#recommend_gift .set_content-ttl::after {
    content: "";
    display: block;
    height:min(calc(1.5 * 100vw / 1000), 1.5px);
    width: 100%;
    background: #333333;
}
/* おすすめボタン周り */
#recommend_gift .btn-m {
    margin-top: auto;
}
#recommend_gift .btn-m a::after {
    content: "";
    display: inline-block;
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/unagi_list/images/arrow_icon.svg") no-repeat 0 0 / contain;
    transform: rotate(270deg);
}

/* 個別設定 
--------------------------------------*/
#recommend_gift .-setgift {
    /* margin-bottom: min(calc(88 * 100vw / 1000), 88px); */

/* 商品セット */
.gift_set {
    gap: 0 min(calc(28 * 100vw / 1000), 28px);
}
/* 商品画像 */
.gift_img {
    width: min(calc(320 * 100vw / 1000), 320px);
}
/* 商品タイトル */
.gift_ttl {
    font-size: min(calc(18 * 100vw / 1000), 18px);
}

/* 販売価格 */
.gift_price .price{
    font-size: min(calc(18 * 100vw / 1000), 18px);
    color: #E00000;
}
.gift_price .price span{
    font-size: min(calc(30 * 100vw / 1000), 30px);
}
/* セット内容 */
.set_content{
    margin-bottom: min(calc(18 * 100vw / 1000), 18px);
    padding-bottom: min(calc(6 * 100vw / 1000), 6px);
}
.set_content p {
    font-size: min(calc(14 * 100vw / 1000), 14px);
}
.set_content-ttl span{
    padding-bottom: min(calc(6 * 100vw / 1000), 6px);
}
.set_content-ttl::after {
    margin-left: min(calc(12 * 100vw / 1000), 12px);
}

/* 参考価格 */
.regular_price{
    font-size: min(calc(14 * 100vw / 1000), 14px);
    line-height: 175%;
    letter-spacing: .04em;
    font-weight: 700;
    position: relative;
}
.regular_price::before,
.regular_price::after{
    content: "";
    display: block;
    height: min(calc(2 * 100vw / 1000), 2px);
    background: #E00000;
    width: 95%;
    position: absolute;
    left: 0;
}
.regular_price::after {
    bottom: min(calc(10 * 100vw / 1000), 10px);
}
.regular_price::before {
    top: min(calc(10 * 100vw / 1000), 10px);
}
.regular_price span{
    font-size: min(calc(23 * 100vw / 1000), 23px);
    display: inline-block;
    font-weight: 700;
}
.regular_price .yen{
    font-size: min(calc(16 * 100vw / 1000), 16px);
}

/* 商品説明 */
.gift-desc{
    margin-bottom: min(calc(16 * 100vw / 1000), 16px);
    font-size: min(calc(14 * 100vw / 1000), 14px);
    line-height: 175%;
    letter-spacing: .02em;
    font-weight: 500;
}
/* おすすめボタン周り */
.btn-m a{
    width: min(calc(277 * 100vw / 1000), 277px);
    height: min(calc(40 * 100vw / 1000), 40px);
    line-height: min(calc(40 * 100vw / 1000), 40px);
    font-size: min(calc(18 * 100vw / 1000), 18px);
}
.btn-m a::after {
    width: min(calc(13 * 100vw / 1000), 13px);
    height: min(calc(11 * 100vw / 1000), 11px);
    margin-left: min(calc(5 * 100vw / 1000), 5px);
}
}

/* 長めの商品タイトル */
#recommend_gift .gift-set_content.-long {
.gift_ttl {
    line-height: 1;
}
.gift_price {
    margin-bottom: initial;
}
}


@media screen and (max-width: 750px) {
/* 共通設定
--------------------------------------*/
#recommend_gift{
    padding:calc(160 * 100vw / 750) calc(48 * 100vw / 750);
}
#recommend_gift .gift-selected-item::before{
    width: 100%;
}
#recommend_gift .gift-selected-item + .gift-selected-item{
    margin-top: calc(96 * 100vw / 750);
}

#recommend_gift h2.recommend_gift-ttl {
    margin-bottom: calc(64 * 100vw / 750);
    font-size: calc(48 * 100vw / 750)!important;
}

/* 商品セット */
#recommend_gift .gift_set,
#recommend_gift .gift_set.-revers{
    flex-direction: column;
}

#recommend_gift .gift-selected-item,
#recommend_gift .gift-selected-item:has(.gift_set.-revers){
    padding: 0;
}

#recommend_gift .gift-set_content {
    padding: 0 calc(48 * 100vw / 750) calc(64 * 100vw / 750);
}
/* 販売価格 */
#recommend_gift .gift_price {
    flex-direction: column;
    align-items: flex-start;
}
/* セット内容 */

#recommend_gift .set_content{
    border-bottom: calc(2 * 100vw / 750) solid #333333;
}
#recommend_gift .set_content-ttl::after {
    height: calc(2 * 100vw / 750);
}
/* 商品画像 */
#recommend_gift .gift_img .-icon{
    top: calc(-80 * 100vw / 750);
    right: calc(-22 * 100vw / 750);
    width: calc(192 * 100vw / 750);
    height: calc(192 * 100vw / 750);
}
/* 個別設定 
--------------------------------------*/
#recommend_gift .-setgift {
    /* margin-bottom: calc(140 * 100vw / 750); */

/* 商品セット */
.gift_set {
    gap: calc(56 * 100vw / 750) 0;
}
/* 商品画像 */
.gift_img {
    width: 100%;
}
/* 商品タイトル */
.gift_ttl {
    margin-bottom: calc(24 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
}

/* 販売価格 */
.gift_price .price{
    margin-bottom: calc(28 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
}
.gift_price .price span{
    font-size: calc(56 * 100vw / 750);
    margin-right: calc(8 * 100vw / 750);
    margin-left: calc(4 * 100vw / 750);
    line-height: 1;
}
/* セット内容 */
.set_content{
    margin-bottom: calc(40 * 100vw / 750);
    padding-bottom: calc(24 * 100vw / 750);
}
.set_content p {
    font-size: calc(28 * 100vw / 750);
}
.set_content-ttl span{
    padding-bottom: calc(8 * 100vw / 750);
}
.set_content-ttl::after {
    margin-left: calc(12 * 100vw / 750);
}

/* 参考価格 */
.regular_price{
    font-size: calc(28 * 100vw / 750);
}
.regular_price::before,
.regular_price::after{
    height: calc(4 * 100vw / 750);
}
.regular_price::after {
    bottom: calc(36 * 100vw / 750);
}
.regular_price::before {
    top: calc(28 * 100vw / 750);
}
.regular_price span{
    font-size: calc(46 * 100vw / 750);
}
.regular_price .yen{
    font-size: calc(16 * 100vw / 750);
}

/* 商品説明 */
.gift-desc{
    margin-bottom: calc(48 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    line-height: 165%;
}
/* おすすめボタン周り */
.btn-m a{
    width: 100%;
    height: calc(96 * 100vw / 750);
    line-height: calc(96 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
}
.btn-m a::after {
    width: calc(32 * 100vw / 750);
    height: calc(32 * 100vw / 750);
    margin-left: calc(18 * 100vw / 750);
}
}
/* 長めの商品タイトル */
#recommend_gift .gift-set_content.-long {
.gift_ttl {
    line-height: 125%;
}
.gift_price {
    margin-bottom: calc(24 * 100vw / 750);
}
}
}

/* product_nav
----------------------------------------------------------------------------*/
#product_nav {
    margin: 0 auto min(calc(96 * 100vw / 1000), 96px);
}
/* 商品カテゴリタイトル */
.product_nav-box {
    margin-bottom: min(calc(72 * 100vw / 1000), 72px);
}
h2.product_nav-ttl {
    margin-bottom: min(calc(16 * 100vw / 1000), 16px)!important;
    padding: min(calc(26 * 100vw / 1000), 26px) 0 min(calc(26 * 100vw / 1000), 26px) min(calc(16 * 100vw / 1000), 16px);
    font-size: min(calc(24 * 100vw / 1000), 24px) !important;
    font-weight: 700;
    line-height: 1;
    background: #2A2525;
    color: #fff;
}
p.product_nav-desc {
    font-size: min(calc(16 * 100vw / 1000), 16px)!important;
    font-weight: 500;
    line-height: 175%;
}

/* 商品を選ぶ
--------------------------------------*/
#product_nav h2 {
    margin-bottom: min(calc(64 * 100vw / 1000), 64px)!important;
    font-family: 'Zen Antique Soft', sans-serif!important;
    font-weight: 400;
}
#product_nav .product_nav-list {
    margin-bottom: min(calc(72 * 100vw / 1000), 72px);
    /* 3列で中央寄せ */
    grid-template-columns: repeat(3, min(calc(232 * 100vw / 1000), 232px));
    justify-content: center;
}
#product_nav .product_nav-list li {
    height: min(calc(120 * 100vw / 1000), 120px);
    border-radius: min(calc(8 * 100vw / 1000), 8px);
}
#product_nav .product_nav-list li a,
#product_nav .product_nav-list li a span {
    font-family: 'Zen Antique Soft', sans-serif!important;
    font-weight: 400;
}
#product_nav .product_nav-list li a {
    font-size: min(calc(22 * 100vw / 1000), 22px);
}
#product_nav .product_nav-list li a span {
    font-size: min(calc(20 * 100vw / 1000), 20px);
}
#product_nav .product_nav-list .unagi::before {
    background: url("/misaranoaru/uploads/pages/list_cp_agedday/images/20260824/bg_unagi.webp") no-repeat 0 0 / cover;
}
#product_nav .product_nav-list .niku::before {
    background: url("/misaranoaru/uploads/pages/list_cp_agedday/images/20260824/bg_niku.webp") no-repeat 0 0 / cover;
}
#product_nav .product_nav-list .basashi::before {
    background: url("/misaranoaru/uploads/pages/list_cp_agedday/images/20260824/bg_basashi.webp") no-repeat 0 0 / cover;
}

#product_nav .product_nav-list li::after {
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/unagi_list/images/arrow_icon.svg") no-repeat 0 0 / contain;
    right: min(calc(18 * 100vw / 1000), 18px);
    transform: rotate(0deg);
}

@media screen and (max-width: 750px) {
#product_nav {
  margin: 0 auto calc(96 * 100vw / 750);
}
/* 商品カテゴリタイトル */
.product_nav-box {
    margin-bottom: calc(72 * 100vw / 750);
}
h2.product_nav-ttl {
    margin-bottom: calc(24 * 100vw / 750);
    padding: calc(44 * 100vw / 750) 0 calc(44 * 100vw / 750) calc(28 * 100vw / 750);
    font-size: calc(40 * 100vw / 750)!important;
}
p.product_nav-desc {
    font-size: calc(30 * 100vw / 750)!important;
}


/* 商品を選ぶ
--------------------------------------*/
#product_nav h2 {
    margin-bottom: calc(64 * 100vw / 750)!important;
}
#product_nav .product_nav-list {
    margin-bottom: calc(105 * 100vw / 750);
    grid-template-columns: repeat(2, 1fr);
}
#product_nav .product_nav-list li {
    height: calc(164 * 100vw / 750);
    border-radius: calc(16 * 100vw / 750);
}
#product_nav .product_nav-list li a {
    font-size: calc(30 * 100vw / 750);
}
#product_nav .product_nav-list li a span {
    font-size: calc(22 * 100vw / 750);
}
#product_nav .product_nav-list li::after {
    right: calc(24 * 100vw / 750);
}

}


/* box_gift
----------------------------------------------------------------------------*/
.box_gift {
    /* font-family: 'Zen Antique Soft', sans-serif!important; */
    max-width: min(calc(1000 * 100vw / 1000), 1000px);
    margin-inline: auto;
    margin-bottom: min(calc(98 * 100vw / 1000), 98px);
    font-size: min(calc(20 * 100vw / 1000), 20px);
    letter-spacing: 0;
}
h2.box_gift-title {
    font-family: 'Zen Antique Soft', sans-serif !important;
    margin-bottom: min(calc(64 * 100vw / 1000), 64px)!important;
    font-size: min(calc(28 * 100vw / 1000), 28px) !important;
    letter-spacing: .04em;
    line-height: 165%!important;
    text-align: center;
}
.gift_title {
    font-family: 'Zen Antique Soft', sans-serif!important;
    margin-bottom: min(calc(14 * 100vw / 1000), 14px);
    font-size: min(calc(20 * 100vw / 1000), 20px);
    text-align: center;
}
.gift_desc {
    font-size: min(calc(14 * 100vw / 1000), 14px);
    letter-spacing: 0;
    line-height: 1.75;
}
.gift_appal {
    margin-bottom: min(calc(36 * 100vw / 1000), 36px);
}
.appal_list {
    display: flex;
    justify-content: space-between;
    gap: min(calc(50 * 100vw / 1000), 50px);
}
.appal_item {
    display: flex;
    flex-direction: column;
    gap: min(calc(14 * 100vw / 1000), 14px);
}
.appal_item-image {
    width: min(calc(310 * 100vw / 1000), 310px);
}


@media screen and (max-width: 750px){
.box_gift {
    margin-bottom: calc(92 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
}
h2.box_gift-title {
    margin-bottom: calc(64 * 100vw / 750)!important;
    font-size: calc(48 * 100vw / 750) !important;
}
.gift_title {
    margin-bottom: calc(20 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
}
.gift_desc {
    font-size: calc(28 * 100vw / 750);
}
.gift_appal {
    margin-bottom: calc(56 * 100vw / 750);
}
.appal_list {
    display: flex;
    flex-direction: column;
    gap: calc(64 * 100vw / 750);
}
.appal_item {
    display: flex;
    flex-direction: column;
    gap: min(calc(14 * 100vw / 1000), 14px);
}
.appal_item-image {
    width: 100%;
}
}

/* mame
----------------------------------------------------------------------------*/
#mame {
    max-width: min(calc(1000 * 100vw / 1000), 1000px);
    margin-inline: auto;
}
#mame h2 {
    margin-bottom: min(calc(32 * 100vw / 1000), 32px);
    padding: min(calc(14 * 100vw / 1000), 14px) 0 min(calc(14 * 100vw / 1000), 14px) min(calc(16 * 100vw / 1000), 16px);
    font-size: min(calc(20 * 100vw / 1000), 20px) !important;
    font-weight: 900;
    line-height: 1;
    background: #eee;
}
#mame h3 {
    /* font-family: 'Zen Antique Soft', sans-serif!important; */
    margin-bottom: min(calc(20 * 100vw / 1000), 20px);
    padding-bottom: min(calc(8 * 100vw / 1000), 8px);
    font-size: min(calc(18 * 100vw / 1000), 18px);
    line-height: 1;
    font-weight: 700;
    border-bottom: min(calc(1.5 * 100vw / 1000), 1.5px) solid #333;
}
#mame h4 {
    margin-bottom: min(calc(12 * 100vw / 1000), 12px);
    font-weight: 700;
    font-size: min(calc(18 * 100vw / 1000), 18px);
    line-height: 175%;
    letter-spacing: .04em;
    display: flex;
    align-items: center;
}

#mame .mame_wrap {
    margin-bottom: min(calc(44 * 100vw / 1000), 44px);
}
#mame p.mame_desc {
    margin-bottom: min(calc(16 * 100vw / 1000), 16px);
    font-size: min(calc(16 * 100vw / 1000), 16px);
    line-height: 175%;
}
#mame .mame_box {
    margin-bottom: min(calc(20 * 100vw / 1000), 20px);
    padding: min(calc(16 * 100vw / 1000), 16px) min(calc(20 * 100vw / 1000), 20px);
    background: #eee;
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/list_cp_agedday/images/20260824/mame_bg.webp") no-repeat center center / cover;
    position: relative;
    z-index: 0;
}
#mame .mame_box.-mame_img-tori::after{
    content: "";
    display: block;
    background: url("https://d2w53g1q050m78.cloudfront.net/misaranoaru/uploads/pages/list_cp_agedday/images/20260824/img_tori.webp") no-repeat center center / contain;
    width: min(calc(282 * 100vw / 1000), 282px);
    height: min(calc(139 * 100vw / 1000), 139px);
    position: absolute;
    right:min(calc(45 * 100vw / 1000), 45px);
    bottom:0;
}
#mame .mame_list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: min(calc(8 * 100vw / 1000), 8px) min(calc(16 * 100vw / 1000), 16px);
    width: min(calc(570 * 100vw / 1000), 570px);
}
#mame .mame_item {
    font-size: min(calc(18 * 100vw / 1000), 18px);
    letter-spacing: 0;
    line-height: 185%;
    font-weight: 700;
}
#mame .mame_item::before{
    content: "・";
    display: inline-block;
}

.mame_caution_list{
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-self: center;
}
.mame_caution_list {
    font-size: min(calc(14 * 100vw / 1000), 14px);
    line-height: 150%;
    letter-spacing: 0;
    letter-spacing: .02em;
}
.mame_caution_list strong{
    font-weight: 700;
    font-size: min(calc(16 * 100vw / 1000), 16px);
    line-height: 100%;
    letter-spacing:0;
}

/* 注意が必要な贈り物 */
#mame .mame_caution_list{
    display: grid;
    grid-template-columns: auto auto min(calc(360 * 100vw / 1000), 360px);
    justify-self: center;
    gap: min(calc(30 * 100vw / 1000), 30px);
}
#mame .mame_caution_item {
    display: flex;
    align-items: center;
    gap: min(calc(10 * 100vw / 1000), 10px);
}
#mame .mame_caution_item strong{
    font-weight: 700;
    font-size: min(calc(16 * 100vw / 1000), 16px);
    line-height: 100%;
    letter-spacing:0;
}
#mame .mame_caution_item {
    display: flex;
    align-items: center;
    gap: min(calc(10 * 100vw / 1000), 10px);
}

#mame .mame_caution_item img{
    width: min(calc(66 * 100vw / 1000), 66px);
}
#mame .mame_caution_item p {
    line-height: 150%;
    font-size: min(calc(14 * 100vw / 1000), 14px);
    letter-spacing: 0;
}
#mame .mame_caution_item p strong{
    display: block;
    margin-bottom: min(calc(20 * 100vw / 1000), 20px);
}
@media screen and (max-width: 750px){
#mame h2 {
    margin-bottom: calc(48 * 100vw / 750);
    padding: calc(20 * 100vw / 750) 0 calc(20 * 100vw / 750) calc(28 * 100vw / 750);
    font-size: calc(40 * 100vw / 750) !important;
    letter-spacing: 0.04em;
    line-height: 135%;
}
#mame h3 {
    margin-bottom: calc(24 * 100vw / 750);
    padding-bottom: calc(16 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
}
#mame h4 {
    margin-bottom: calc(12 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
}

#mame .mame_wrap {
    margin-bottom: calc(80 * 100vw / 750);
}
#mame p.mame_desc {
    margin-bottom: calc(32 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
}
#mame .mame_box {
    margin-bottom: calc(68 * 100vw / 750);
    padding: calc(32 * 100vw / 750) calc(40 * 100vw / 750);
}
#mame .mame_box.-mame_img-tori{
    padding-bottom: 0;
}
#mame .mame_list {
    display: flex;
    flex-direction: column;
    gap: calc(16 * 100vw / 750);
    width:auto;
}
#mame .mame_item {
    font-size: calc(30 * 100vw / 750);
    padding-left: 0.5em;
    text-indent: -0.5em;
}
#mame .mame_box.-mame_img-tori::after {
    position: static;
    width: calc(560 * 100vw / 750);
    height: calc(270 * 100vw / 750);
    margin-top: calc(56 * 100vw / 750);
}
/* 注意が必要な贈り物 */
#mame .mame_caution_list{
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    padding-bottom: calc(30 * 100vw / 750);
}
#mame .mame_caution_item{
    gap: calc(30 * 100vw / 750);
}
#mame .mame_caution_item img {
    width: calc(132 * 100vw / 750);
}
#mame .mame_caution_item p{
    font-size: calc(28 * 100vw / 750);
    width: calc(400 * 100vw / 750);
    flex-shrink: 0;
}
#mame .mame_caution_item p strong{
    font-size: calc(34*100vw/750);
}
}

/* review */
#review {
    margin: 0 auto min(calc(96 * 100vw / 1000), 96px);
}
h2.review-ttl {
    font-family: 'Zen Antique Soft', sans-serif !important;
    margin-bottom: min(calc(52 * 100vw / 1000), 52px) !important;
    font-size: min(calc(28 * 100vw / 1000), 28px)!important;
    font-weight: 700 !important;
    text-align: center;
}
.review-container[data-action="slider"], .review-container[data-action="widget"] {
    max-width: min(calc(1000 * 100vw / 1000), 1000px)!important;
}

@media screen and (max-width: 750px){
#review {
    margin:0 auto calc(144 * 100vw / 750);
}
h2.review-ttl {
    margin-bottom: calc(80 * 100vw / 750) !important;
    font-size: calc(48 * 100vw / 750)!important;
}
}
/*山椒茶漬けキャンペーンバナー*/
.cam_bnr-list {
    display: flex;
    justify-content: center;
    margin-bottom:min(calc(60 * 100vw / 1000), 60px);
}
@media screen and (max-width: 750px){
    .f-products_box .regular_price{
        font-size:calc(22*100vw/750);
        margin-bottom: calc(10*100vw/750);
    }
        /*山椒茶漬けキャンペーンバナー*/
    .cam_bnr-list {
        margin-bottom: calc(66 * 100vw / 750);
        margin-top: calc(-30 * 100vw / 750);
    }
}