@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 {
    padding: 0 calc(48 * 100vw / 750);
}
.content_wrapper {
    padding: initial;
}
.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(690 * 100vw / 1000), 690px);
    margin: 0 auto min(calc(64 * 100vw / 1000), 64px);
}
p.main_lead_desc {
    font-family: 'Shippori Mincho B1', sans-serif!important;
    font-size: min(calc(16 * 100vw / 1000), 16px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 200%;
}

@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);
}
}

/* 豆知識バナー
--------------------------------------*/
.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 h2.recommend_gift-ttl {
    font-family: 'Shippori Mincho B1', sans-serif!important;
    margin-bottom: min(calc(64 * 100vw / 1000), 64px);
    font-size: min(calc(28 * 100vw / 1000), 28px)!important;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 165%;
    text-align: center;
}

/* 商品セット */
#recommend_gift .gift_set{
    display: flex;
}

/* 商品画像 */
#recommend_gift .gift_img {
    flex-shrink: 0;
}

/* 商品テキスト */
#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: .02em;
    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(40 * 100vw / 1000), 40px);
}
/* 商品画像 */
.gift_img {
    width: min(calc(320 * 100vw / 1000), 320px);
}
/* 商品タイトル */
.gift_ttl {
    font-size: min(calc(22 * 100vw / 1000), 22px);
}

/* 販売価格 */
.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(6 * 100vw / 1000), 6px);
    padding-bottom: min(calc(6 * 100vw / 1000), 6px);
}
.set_content p {
    font-size: min(calc(16 * 100vw / 1000), 16px);
}
.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(16 * 100vw / 1000), 16px);
    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 .-manpuku, 
#recommend_gift .-niku {
    margin-bottom: min(calc(88 * 100vw / 1000), 88px);

.recommend_gift-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(calc(48 * 100vw / 1000), 48px) min(calc(56 * 100vw / 1000), 56px) ;
}

/* 商品セット */
.gift_set {
    gap: 0 min(calc(32 * 100vw / 1000), 32px);
}

/* 商品画像 */
.gift_img {
    width: min(calc(200 * 100vw / 1000), 200px);
}

/* 商品タイトル */
.gift_ttl {
    font-size: min(calc(14 * 100vw / 1000), 14px);
}

/* 販売価格 */
.gift_price {
    margin-bottom: min(calc(8 * 100vw / 1000), 8px);
}
.gift_price .price{
    font-size: min(calc(20 * 100vw / 1000), 20px);
}
.gift_price span {
    font-weight: 700;
}
/* セット内容 */
.set_content{
    margin-bottom: min(calc(8 * 100vw / 1000), 8px);
    padding-bottom: min(calc(6 * 100vw / 1000), 6px);
}
.set_content p {
    font-size: min(calc(11 * 100vw / 1000), 11px);
}
.set_content-ttl span{
    font-size: min(calc(11 * 100vw / 1000), 11px);
    padding-bottom: min(calc(6 * 100vw / 1000), 6px);
}
.set_content-ttl::after {
    margin-left: min(calc(12 * 100vw / 1000), 12px);
}

/* おすすめボタン周り */
.btn-m a{
    width: min(calc(240 * 100vw / 1000), 240px);
    height: min(calc(32 * 100vw / 1000), 32px);
    line-height: min(calc(32 * 100vw / 1000), 32px);
    font-size: min(calc(14 * 100vw / 1000), 14px);
}
.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 h2.recommend_gift-ttl {
    margin-bottom: calc(64 * 100vw / 750);
    font-size: calc(48 * 100vw / 750)!important;
}

/* 商品セット */
#recommend_gift .gift_set{
    flex-direction: column;
}
/* 販売価格 */
#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 .-setgift {
    margin-bottom: calc(144 * 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(42 * 100vw / 750);
}

/* 販売価格 */
.gift_price .price{
    margin-bottom: calc(28 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
}
.gift_price .price span{
    font-size: calc(64 * 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(32 * 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(32 * 100vw / 750);
}
/* おすすめボタン周り */
.btn-m a{
    width: 100%;
    height: calc(96 * 100vw / 750);
    line-height: calc(96 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
}
.btn-m a::after {
    width: calc(32 * 100vw / 750);
    height: calc(32 * 100vw / 750);
    margin-left: calc(18 * 100vw / 750);
}
}

/* おすすめうなぎギフト,肉ギフト --------------------------------------*/
#recommend_gift .-manpuku, 
#recommend_gift .-niku {
    margin-bottom: calc(144 * 100vw / 750);

.recommend_gift-list {
    display: flex;
    flex-direction: column;
    gap: calc(112 * 100vw / 750) 0;
}

/* 商品セット */
.gift_set {
    gap: calc(56 * 100vw / 750) 0;
}

/* 商品画像 */
.gift_img {
    width: 100%;
}

/* 商品タイトル */
.gift_ttl {
    margin-bottom: calc(24 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
}

/* 販売価格 */
.gift_price {
    margin-bottom: calc(24 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    flex-direction: row;
    align-items: baseline;
    line-height: 1;
}
.gift_price .price {
    font-size: calc(64 * 100vw / 750);
}

/* セット内容 */
.set_content{
    margin-bottom: calc(40 * 100vw / 750);
    padding-bottom: calc(24 * 100vw / 750);
}
.set_content p {
    font-size: calc(32 * 100vw / 750);
}
.set_content-ttl span {
    font-size: calc(32 * 100vw / 750);
    padding-bottom: calc(8 * 100vw / 750);
}
.set_content-ttl::after {
    margin-left: calc(12 * 100vw / 750);
}

/* おすすめボタン周り */
.btn-m a{
    width: 100%;
    height: calc(96 * 100vw / 750);
    line-height: calc(96 * 100vw / 750);
    font-size: calc(40 * 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;
}
.product_nav-desc {
    font-family: 'Shippori Mincho B1', sans-serif!important;
    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: 'Shippori Mincho B1', sans-serif!important;
    font-weight: 900;
}
#product_nav .product_nav-list {
    margin-bottom: min(calc(72 * 100vw / 1000), 72px);
}
#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: 'Shippori Mincho B1', sans-serif!important;
}
#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_summergift/images/20260619/bg_unagi.webp") no-repeat 0 0 / cover;
}
#product_nav .product_nav-list .niku::before {
    background: url("/misaranoaru/uploads/pages/list_cp_summergift/images/20260619/bg_niku.webp") no-repeat 0 0 / cover;
}
#product_nav .product_nav-list .basashi::before {
    background: url("/misaranoaru/uploads/pages/list_cp_summergift/images/20260619/bg_basashi.webp") no-repeat 0 0 / cover;
}
#product_nav .product_nav-list .ethicalakaushi::before {
    background: url("/misaranoaru/uploads/pages/list_cp_summergift/images/20260619/bg_ethicalakaushi.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(144 * 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;
}
.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);
}
#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: 'Shippori Mincho B1', 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: 'Shippori Mincho B1', sans-serif !important;
    margin-bottom: min(calc(64 * 100vw / 1000), 64px)!important;
    font-size: min(calc(28 * 100vw / 1000), 28px) !important;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 165%!important;
    text-align: center;
}
.gift_title {
    margin-bottom: min(calc(14 * 100vw / 1000), 14px);
    font-size: min(calc(20 * 100vw / 1000), 20px);
    font-weight: 700;
    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(300 * 100vw / 1000), 300px);
}


@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: 'Shippori Mincho B1', 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 h4::before{
    content: "";
    display: inline-block;
    margin-right: min(calc(8 * 100vw / 1000), 8px);
    width: min(calc(14 * 100vw / 1000), 14px);
    height: min(calc(32 * 100vw / 1000), 24px);
    background: url("/misaranoaru/uploads/pages/list_cp_summergift/images/20260619/icon_mame.svg") no-repeat 0 0 / contain;
}
#mame .mame_wrap {
    margin-bottom: min(calc(44 * 100vw / 1000), 44px);
}
#mame p.mame_desc {
    margin-bottom: min(calc(16 * 100vw / 1000), 16px);
    font-family: 'Shippori Mincho B1', sans-serif!important;
    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;
}
#mame .mame_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: min(calc(8 * 100vw / 1000), 8px) min(calc(16 * 100vw / 1000), 16px);
}
#mame .mame_item {
    font-size: min(calc(15 * 100vw / 1000), 15px);
    letter-spacing: 0;
    line-height: 185%;
}
#mame p.mame_advice-desc {
    font-family: 'Zen Kaku Gothic Antique', sans-serif!important;
    font-size: min(calc(15 * 100vw / 1000), 15px);
    letter-spacing: 0;
    line-height: 200%;
    font-weight: 400;
}

@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;
}
#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 h4::before{
    margin-right: calc(8 * 100vw / 750);
    width: calc(28 * 100vw / 750);
    height: calc(49 * 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_list {
    display: flex;
    flex-direction: column;
    gap: calc(16 * 100vw / 750);
}
#mame .mame_item {
    font-size: calc(30 * 100vw / 750);
}
#mame p.mame_advice-desc {
    font-size: calc(30 * 100vw / 750);
}
}

/* review */
#review {
    margin: 0 auto min(calc(96 * 100vw / 1000), 96px);
}
h2.review-ttl {
    font-family: 'Shippori Mincho B1', 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;
}
}