/* ==============================================
   目玉商品 (medama) コンポーネント
   ============================================== */

/* コンテナ
-----------------------------------------------------------*/
.medama_section {
    width: 1000px;
    margin: 64px auto 0;
}

.medama_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.medama {
    position: relative;
    width: 916px;
    margin: 60px auto 0;
}

.medama_list > li:first-child {
    margin-top: 0;
}

/* 見出し
-----------------------------------------------------------*/
.medama_heading {
    position: relative;
    width: 916px;
    min-height: 118px;
}

.medama_heading_bg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 916px;
    height: calc(100% - 20px);
    background: linear-gradient(to right, rgba(231, 192, 0, 0.3), rgba(255, 248, 40, 0.2));
}

.medama_heading_border {
    position: absolute;
    left: 0;
    width: 916px;
    height: 4px;
    background: #d7b300;
}

.medama_heading_border.-top { top: 20px; }
.medama_heading_border.-bottom { bottom: 0; }

.medama_heading_ribbon {
    position: absolute;
    top: 0;
    left: 288px;
    width: 340px;
    height: 40px;
}

.medama_heading_ribbon img,
.medama_heading_ribbon svg {
    display: block;
    width: 340px;
    height: 40px;
}

.medama_heading_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 60px;
    padding-top: 4px;
    font-weight: bold;
    font-size: 28px;
    color: #63491a;
    white-space: nowrap;
    line-height: 1;
}

.medama_heading_title {
    position: relative;
    padding: 55px 0 20px;
    font-weight: bold;
    font-size: 46px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    line-height: calc(60/46);
}

.container img.medama_heading_deco {
    position: absolute;
    top: 20px;
    left: 36.46%;
    width: 45px;
    height: 26px;
    transform: translateY(-50%);
}

/* 本体
-----------------------------------------------------------*/
.medama_body {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 40px;
}

/* 商品画像 */
.medama_item_img {
    width: 405px;
    height: auto;
}

.medama_item_img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ラベル
-----------------------------------------------------------*/
.medama_labels {
    display: flex;
    margin-bottom: 10px;
}

.medama_label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    white-space: nowrap;
}

.medama_label.-used {
    width: 100px;
    background: #389739;
}

.medama_label.-simfree {
    width: 189px;
    padding: 0 20px;
    background: #1fbfc5;
}

.medama_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

/* 価格
-----------------------------------------------------------*/
.medama_price_zeinuki {
    display: flex;
    align-items: center;
}

.medama_price_zeinuki_label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px 5px 5px;
    background: #deab20;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 0 #694d00, -2px 2px 0 #694d00, 2px -2px 0 #694d00, -2px -2px 0 #694d00, 2px 0 0 #694d00, 0 2px 0 #694d00, -2px 0 0 #694d00, 0 -2px 0 #694d00;
}

.medama_price_zeinuki_value {
    margin-left: 8px;
    font-weight: bold;
    font-size: 100px;
    letter-spacing: -3.6px;
    line-height: 1;
    background: linear-gradient(180deg, #FFE9B0 0%, #FFD400 25%, #FFFFD7 49%, #EEAB00 51%, #FFF400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #694d00;
    filter: drop-shadow(0px 3px 0px black);
}

.medama_price_zeinuki_yen {
    align-self: flex-end;
    margin-left: 4px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 55px;
    line-height: 1;
    background: linear-gradient(180deg, #FFE9B0 0%, #FFD400 25%, #FFFFD7 49%, #EEAB00 51%, #FFF400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #694d00;
    filter: drop-shadow(0px 3px 0px black);
}

.medama_price_zeikomi {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    white-space: nowrap;
    text-align: right;
}

.medama_price_zeikomi_value {
    font-weight: bold;
    font-size: 56px;
    letter-spacing: -1.8px;
    color: #000;
}

/* 目玉商品見出しセクション
-----------------------------------------------------------*/
.medama_h2,
.medama_h2 * {
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

.medama_h2 {
    width: 1000px;
    height: 155px;
    margin: 64px auto 0;
    background: linear-gradient(180deg, #eb4138, #f5665f);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.medama_h2_deco {
    display: block;
    width: 169px;
    height: 40px;
    margin-bottom: 10px;
}

.medama_h2_title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    text-align: center;
}

/* カテゴリヘッダー
-----------------------------------------------------------*/
.category_header,
.category_header *,
.category_header_inner,
.category_header_inner * {
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

.category_header {
    width: 916px;
    margin: 60px auto 0;
    text-align: center;
}

.category_header_inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #eb4138, #f5665f);
    width: 916px;
    padding: 40px;
    margin: 0 auto 20px;
}

.category_header_content {
    flex: 1;
}

.category_header_image {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category_header_image img {
    display: block;
}

.category_header_text {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px;
}

.category_header_bar {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category_header_title {
    font-weight: bold;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    margin: 0;
}

.category_header_title_long {
    letter-spacing: -16.2px;
}

.category_header_label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    background: #fff;
    font-weight: bold;
    font-size: 38px;
    color: #f4261b;
    line-height: 1;
}

.category_header_campaign {
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_header_campaign_ribbon {
    display: block;
    width: 240px;
    height: 42px;
}

.category_header_campaign_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 28px;
    color: #e12216;
    white-space: nowrap;
    margin: 0;
}

.category_header_items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

.category_header_item.-left {
    transform: rotate(-15deg);
}

.category_header_item.-right {
    transform: rotate(15deg);
}

/* 割引表示
-----------------------------------------------------------*/
.category_header_discount_section,
.category_header_discount_section * {
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

.category_header_discount_section {
    width: 916px;
    margin: 40px auto 0;
    text-align: center;
}

.category_header_discount {
    display: flex;
    align-items: baseline;
    color: #fff;
    white-space: nowrap;
}

.category_header_discount_prefix {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
}

.category_header_discount_num {
    font-weight: bold;
    font-size: 140px;
    letter-spacing: -16.8px;
    line-height: 1;
}

.category_header_discount_suffix {
    font-weight: bold;
    font-size: 60px;
    line-height: 1;
    display: block;
    margin-left: 20px;
}

/* ぜひ店頭へ
-----------------------------------------------------------*/
.shop_section,
.shop_section * {
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    line-height: 1.25;
}

.shop_section {
    font-size: 52px;
    text-align: center;
    width: 916px;
    height: 300px;
    padding-top: 30px;
    margin: 0 auto;
    background: url(/pc/img/feature/sale_lp/sumahosale/simarea_catch_shop.png) no-repeat center center / 100% auto;
    box-sizing: border-box;
}

.shop_section span {
    color: #F00000;
    font-size: 62px;
}

.shop_section small {
    font-size: 40px;
}

.shop_section small span {
    font-size: 52px;
}

/* ==============================================
   サマーセール(ss) コンポーネント
   ============================================== */
.ss_section {
    width: 1000px;
    margin: 64px auto 0;
}

.ss_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ss_list > li:first-child {
    margin-top: 0;
}

.ss_item {
    position: relative;
    width: 916px;
    margin: 60px auto 0;
}

.ss_item.-lg {
    margin-top: 100px;
}

.ss_item + .ss_item {
    margin-top: 120px;
}

/* アンカーリンク
-----------------------------------------------------------*/
.ss_anchor {
    width: 916px;
    margin: 0 auto;
}

.ss_anchor .ss_anchor_link {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 84px;
    border: 6px solid var(--mv_base, #1CB8F8);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 6px 0 0 #108EEA;
    text-decoration: none;
}

.ss_anchor .ss_anchor_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-image: url(/v2/cmn/img/store_info/sale/common/icon_arrow.svg);
    background-size: contain;
}

.ss_anchor li + li {
    margin-top: 56px;
}

.ss_anchor li .ss_anchor_image {
    position: relative;
    left: -6px;
    width: 130px;
    height: 120px;
}

.ss_anchor li .ss_anchor_image img {
    width: 100%;
    height: auto;
}

.ss_anchor li .ss_anchor_title {
    flex-grow: 1;
    padding: 0 10px 0 12px;
    color: #006CA4;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
}

/* おすすめ
-----------------------------------------------------------*/
.ss_osusume {
    position: relative;
    width: 916px;
    margin: 50px auto 0;
    padding: 20px 120px;
    border-radius: 72px;
    background: #FFF6C5;
}

.ss_osusume::before,
.ss_osusume::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 120px;
    height: 100px;
    background-size: contain;
}

.ss_osusume::before {
    left: 0;
    background-image: url(/v2/cmn/img/store_info/sale/common/osusume-left.svg);
}

.ss_osusume::after {
    right: 0;
    background-image: url(/v2/cmn/img/store_info/sale/common/osusume-right.svg);
}

.ss_osusume .ss_osusume_title {
    color: #63491A;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

/* キャッチ
-----------------------------------------------------------*/
.ss_catch {
    margin-top: 50px;
    padding: 40px 170px;
    background-image: url(/v2/cmn/img/store_info/sale/common/ss_catch.svg);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}

.ss_catch .ss_catch_label {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 5px 20px;
    border-radius: 40px;
    background-color: #FCE91C;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #006CA4;
}

.ss_catch .ss_catch_text {
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #006CA4;
    -webkit-text-stroke: 14px #fff;
    paint-order: stroke fill;
}


.ss_catch .ss_catch_text.-sm {
    font-size: 40px;
}

.ss_catch .ss_catch_text.-lg {
    font-size: 50px;
}

/* 見出し
-----------------------------------------------------------*/
.ss_heading {
    position: relative;
    width: 916px;
    min-height: 118px;
}

.ss_heading_bg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 916px;
    height: calc(100% - 20px);
    border-top: 4px solid #1CB8F8;
    border-bottom: 4px solid #1CB8F8;
    background: linear-gradient(90deg, rgba(28, 184, 248, 0.30) 0%, rgba(173, 231, 255, 0.20) 100%);
}

.ss_heading_ribbon {
    position: absolute;
    top: 0;
    left: 288px;
    width: 340px;
    height: 40px;
}

.ss_heading_ribbon img,
.ss_heading_ribbon svg {
    display: block;
    width: 340px;
    height: 40px;
}

.ss_heading_label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 60px;
    padding-top: 4px;
    font-weight: bold;
    font-size: 28px;
    color: #108EEA;
    white-space: nowrap;
    line-height: 1;
}

.ss_heading_title {
    position: relative;
    padding: 55px 0 20px;
    font-weight: bold;
    font-size: 46px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    line-height: calc(60/46);
}

.container img.ss_heading_deco {
    position: absolute;
    top: 20px;
    left: 36.46%;
    width: 45px;
    height: 26px;
    transform: translateY(-50%);
}

/* 本体
-----------------------------------------------------------*/
.ss_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding-top: 40px;
}

.ss_item.-lg .ss_body {
    display: block;
    padding-top: 0;
}

/* 商品画像 */
.ss_item_img {
    width: 405px;
    height: auto;
}

.ss_item.-lg .ss_item_img {
    width: 100%;
}

.ss_item_img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ss_price_area {
    margin-top: 20px;
}

/* 商品名 */
.ss_item.-lg .ss_item_name {
    margin: 10px 0 40px;
    font-weight: 700;
    font-size: 46px;
    line-height: 60px;
    letter-spacing: 0%;
}

.ss_item.-lg .ss_item_text {
    margin-top: 40px;
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
}

.ss_item.-lg .ss_item_priceDown {
    margin-top: 10px;
}

.ss_item.-lg .ss_item_priceDown p {
    width: fit-content;
    padding: 5px;
    background-color: #FFC800;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FF0000;
}

/* ラベル
-----------------------------------------------------------*/
.ss_labels {
    display: flex;
}

.ss_label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    white-space: nowrap;
}

.ss_label.-used {
    width: 100px;
    background: #389739;
}

.ss_label.-switch2 {
    width: 180px;
    background: #e52616;
}

.ss_label.-ps5 {
    outline: 2px solid #000;
    outline-offset: -2px;
    width: 180px;
    color: #000;
}

.ss_label.-simfree {
    width: 189px;
    padding: 0 20px;
    background: #1fbfc5;
}

.ss_text {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

/* 価格
-----------------------------------------------------------*/
.ss_price_zeinuki {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 0;
    white-space: nowrap;
}

.ss_price_zeinuki_label {
    position: relative;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 82px;
    margin-bottom: 6px;
    padding: 5px 0 4px;
    background: #f6d422;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    text-align: center;
    color: #564002;
}

.ss_price_zeinuki_value {
    position: relative;
    flex-shrink: 0;
    margin-left: 8px;
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-size: 100px;
    font-style: normal;
    line-height: 1.3;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 8px transparent;
    paint-order: stroke fill;
    background-image: linear-gradient(180deg, #392A00 0%, #6E5000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 3px 0 #000);
}

/* グラデーション塗りは前面レイヤーで（ストロークや影に干渉させない） */
.ss_price_zeinuki_value::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    background-image: linear-gradient(180deg, #ffe9b0 0%, #ffd400 25%, #ffffd7 49%, #eeab00 51%, #fff400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: none;
    pointer-events: none;
}

.ss_price_zeinuki_yen {
    position: relative;
    top: -8px;
    display: flex;
    flex: 0 0 60px;
    align-items: flex-end;
    justify-content: center;
    align-self: stretch;
    width: 60px;
    margin: 0 0 0 2.5px;
    padding: 0 0 8px;
    font-weight: 700;
    font-size: 55px;
    line-height: normal;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 8px transparent;
    paint-order: stroke fill;
    background-image: linear-gradient(180deg, #392A00 0%, #6E5000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 3px 0 #000);
}

.ss_price_zeinuki_yen::after {
    content: "円";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 0 8px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0;
    background-image: linear-gradient(180deg, #ffe9b0 15%, #ffd400 40%, #ffffd7 64%, #eeab00 66%, #fff400 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: none;
    pointer-events: none;
}

.ss_price_zeikomi {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    color: #000;
    white-space: nowrap;
}

.ss_price_zeikomi_value {
    font-weight: 700;
    font-size: 56px;
    line-height: normal;
    color: #000;
}

/* ============ 目玉商品（大） ============ */
.ss_item.-lg .ss_price_zeinuki_label {
    top: -36px;
    flex: 0 0 82px;
    width: 82px;
    height: 144px;
    font-size: 64px;
    line-height: 64px;
}

.ss_item.-lg .ss_price_zeinuki_value {
    margin-top: -28px;
    margin-left: 10px;
    font-size: 190px;
    line-height: 1.4;
    -webkit-text-stroke: 10px transparent;
    background-image: linear-gradient(180deg, #392A00 0%, #6E5000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 6px 0 #000);
}

.ss_item.-lg .ss_price_zeinuki_yen {
    position: relative;
    top: -33px;
    flex: 0 0 100px;
    width: 100px;
    margin: 0 0 0 2.5px;
    padding: 0 0 8px;
    font-size: 100px;
    -webkit-text-stroke: 10px transparent;
    background-image: linear-gradient(180deg, #392A00 0%, #6E5000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 6px 0 #000);
}

.ss_item.-lg .ss_price_zeikomi {
    margin-top: -28px;
    font-size: 60px;
}

.ss_item.-lg .ss_price_zeikomi_value {
    font-size: 95px;
}

/* 目玉商品見出しセクション
-----------------------------------------------------------*/
.ss_h2,
.ss_h2 * {
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
}

.ss_h2 {
    width: 1000px;
    height: 155px;
    margin: 64px auto 0;
    background: linear-gradient(180deg, #eb4138, #f5665f);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ss_h2_deco {
    display: block;
    width: 169px;
    height: 40px;
    margin-bottom: 10px;
}

.ss_h2_title {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    text-align: center;
}

/* [7189] 【コーディング依頼】8/7(金)～ サマーセール本告知_デザインデータコーディング依頼　追加部分
-----------------------------------------------------------*/


/* SIM注意書きテキスト実装 */
.ss_sim_caution {
    background-color: #55b4d8;
    padding: 30px 42px;
    width: 100%;
    box-sizing: border-box;
}

.ss_sim_caution_bold,
.ss_sim_caution_text {
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    word-break: break-word;
}

.ss_sim_caution_bold {
    font-weight: bold;
}

.ss_sim_caution_text {
    font-size: 19px;
    font-weight: normal;
}


/* SIMメリット タイトルセクション */
.ss_sim_merit_title {
    background-color: #55b4d8;
    padding: 26px 42px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.ss_sim_merit_title_img {
    width: 226px;
    height: 208px;
    flex-shrink: 0;
}

.ss_sim_merit_title_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ss_sim_merit_title_text {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    -webkit-text-stroke: 12px rgba(32, 79, 156, 0.98);
    paint-order: stroke fill;
}

/* SIMメリット カードセクション */
.ss_sim_merit {
    background-color: #55b4d8;
    padding: 20px 42px;
}

.ss_sim_merit_box {
    background-color: #fff;
    border: 5px solid #000;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ss_sim_merit_info {
    border-right: #ccc 1px solid;
    flex: 1;
    text-align: center;
}

.ss_sim_merit_midashi {
    background-color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

.ss_sim_merit_midashi_label {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}

.ss_sim_merit_midashi_num {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-left: 5px;
}

.ss_sim_merit_text {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: 20px 0 0;
    text-align: center;
}

.ss_sim_merit_img {
    width: 316px;
    height: 260px;
    flex-shrink: 0;
}

.ss_sim_merit_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* 新品ゲームアイテム（Switch 2 通常版） */
.ss_game_switch2 {
    margin: 0 42px;
}

.ss_game_item_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.ss_game_item_img img {
    width: 100%;
    height: auto;
    display: block;
}

.ss_game_item_kakaku {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ss_game_item_name {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ss_game_item_labels {
    display: flex;
    align-items: center;
}

.ss_game_item_labels .ss_label.-new {
    background-color: #ffc926;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 20px;
}

.ss_game_item_labels .ss_label.-switch2 {
    background-color: #e52616;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 21px;
}

.ss_game_item_name_text {
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
    margin: 0;
}

.ss_game_item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ss_game_switch2 .ss_price_zeinuki_value::after{
    content: "";
}

.ss_game_item_price .ss_price_zeinuki {
    justify-content: flex-end;
}

.ss_game_item_price .ss_price_zeinuki_value {
    font-size: 120px;
}

.ss_game_item_price .ss_price_zeinuki_yen {
    font-size: 72px;
    align-self: flex-end;
    padding-bottom: 10px;
}

.ss_game_item_price .ss_price_zeikomi {
    font-size: 38px;
    text-align: right;
}

.ss_game_item_price .ss_price_zeikomi_value {
    font-size: 60px;
}


/***** ゲオでSwitch 2本体を購入する3つのメリット *****/
.ss_game_merit_section {
    background-color: #ec97b8;
    margin-top: 20px;
}

.ss_game_merit_title {
    background-color: #ec97b8;
    padding: 26px 42px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}

/* ゲームメリットタイトル背景画像 */
.ss_game_merit_title {
    background-image: url(../../img/feature/sale_lp/design_summer_sale/game_merit_title_bg.png);
    background-repeat: no-repeat;
    background-size:contain;
}


.ss_game_merit_title_img {
    width: 226px;
    height: 208px;
    flex-shrink: 0;
    display:none;
}

.ss_game_merit_title_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ss_game_merit_title_text {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 0 auto;
    -webkit-text-stroke: 12px #DF003E;
    paint-order: stroke fill;
}

.ss_game_merit_title_text span {
    font-size: 56px;
    line-height: 1.2;
}

.ss_game_merit_title_text span.-yellow {
    color: #fffa43;
}

/* メリットカード */
.ss_game_merit {
    background-color: #ec97b8;
    padding: 20px 42px;
}

.ss_game_merit_box {
    background-color: #fff;
    flex-wrap: wrap;
    border: 5px solid #000;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.ss_game_merit_info {
    border-right: #ccc 1px solid;
    flex: 1;
    text-align: center;
}

.ss_game_merit_midashi {
    background-color: #000;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

.ss_game_merit_midashi_label {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.3;
}

.ss_game_merit_midashi_num {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin-left: 5px;
}

.ss_game_merit_text {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: 20px 0 0;
    text-align: center;
}

.ss_game_merit_subtext {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: 8px 0 0;
    text-align: center;
}

.ss_game_merit_note {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    color: #000;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
}

.ss_game_merit_img {
    width: 316px;
    height: 260px;
    flex-shrink: 0;
}

.ss_game_merit_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* メリットボタン */
.ss_game_merit_btn {
    background-color: #ec97b8;
    padding: 20px 42px;
}

.ss_game_merit_btn_link {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 90px;
    background-color: #df003e;
    border: 6px solid #f23361;
    border-radius: 50px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.ss_game_merit_btn_link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
}

.ss_game_merit_btn_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-bottom: 4px solid crimson;
    border-right: 4px solid crimson;
}


/***** SIMの乗り換えと当社指定のオプションご加入で中古スマホやタブレットが最大税抜15,000円OFF！ *****/
/* SIM MV（テキスト+画像オーバーレイ） */
.ss_sim_merit_section{
    background: #55B4D8;
}

.ss_sim_mv {
    position: relative;
    width: 100%;
}

.ss_sim_mv_img {
    display: block;
    width: 100%;
    height: auto;
}

.ss_sim_mv_text {
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 916px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
    color: #204f9c;
    text-align: center;
    margin: 0;
}


/* SIM テキストバナー + ボタン */
.ss_sim_btn_text {
    background-color: #55b4d8;
    padding: 20px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ss_sim_btn_text_deco {
    display: block;
    width: 30px;
    height: 90px;
    flex-shrink: 0;
    position: relative;
}

.ss_sim_btn_text_deco.-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 4px solid #204F9C;
    border-right: none;
    transform: rotate(-30deg);
}

.ss_sim_btn_text_deco.-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-right: 4px solid #204F9C;
    border-left: none;
    transform: rotate(30deg);
}

.ss_sim_btn_text_content {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin: 0;
    -webkit-text-stroke: 8px #204F9C;
    paint-order: stroke fill;
}

.ss_sim_btn_wrap {
    background-color: #55b4d8;
    padding: 20px 42px;
}

.ss_sim_btn_link {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 90px;
    background-color: #204f9c;
    border: 6px solid #2a73c6;
    border-radius: 50px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.ss_sim_btn_link::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
}

.ss_sim_btn_link::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%) rotate(-45deg);
    width: 14px;
    height: 14px;
    border-bottom: 4px solid #204F9C;
    border-right: 4px solid #204F9C;
}


/***** スマホ買取もゲオ人気機種へお得に買い替え♪ *****/
/* 買取バナー（吹き出し風） */
.ss_kaitori_banner {
    width: 916px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ss_kaitori_banner_inner {
    width: 916px;
    background-color: #FCE91C;
    display: flex;
    padding: 0 20px;
    align-items: flex-end;
    gap: 10px;
}

.ss_kaitori_banner_img {
    flex-shrink: 0;
}

.ss_kaitori_banner_img img {
    display: block;
    height: auto;
}

.ss_kaitori_banner_img.-left img {
    width: 100px;
}

.ss_kaitori_banner_img.-right img {
    width: 100px;
}

.ss_kaitori_banner_text {
    flex: 1;
    color: #006CA4;
    text-align: center;
    font-family: "LINE Seed JP", "YuGothic", "Yu Gothic", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin: 0;
    padding: 20px 0;
}

.ss_kaitori_banner_arrow {
    width: 60px;
    height: 30px;
    background-color: #FCE91C;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}


/***** 新品ゲームアイテム（Switch 2 通常版） *****/
.ss_game_item {
    margin: 40px 42px 0;
}

.ss_game_item_img {
    width: 100%;
    height: auto;
    text-align: center;
}

.ss_game_item_img img {
    width: 100%;
    height: auto;
    display: block;
}

.ss_game_item_kakaku {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ss_game_item_name {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ss_game_item_labels {
    display: flex;
    align-items: center;
}

.ss_game_item_labels .ss_label.-new {
    background-color: #ffc926;
    color: #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 20px;
}

.ss_game_item_labels .ss_label.-switch2 {
    background-color: #e52616;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 21px;
}

.ss_game_item_name_text {
    font-size: 46px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
    margin: 0;
}

.ss_game_item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ss_game_item_price .ss_price_zeinuki {
    justify-content: flex-end;
}

.ss_game_item_price .ss_price_zeinuki_value {
    font-size: 120px;
}

.ss_game_item_price .ss_price_zeinuki_yen {
    font-size: 72px;
    align-self: flex-end;
    padding-bottom: 10px;
}

.ss_game_item_price .ss_price_zeikomi {
    font-size: 38px;
    text-align: right;
}

.ss_game_item_price .ss_price_zeikomi_value {
    font-size: 60px;
}


/* Switch 2 通常版 価格 黒文字 */
.ss_game_switch2 .ss_price_zeinuki_label {
    background: #000;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    line-height: 39px;
    text-align: center;
    text-shadow: none;
    position: relative;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 54px;
    height: 94px;
    margin-bottom: 6px;
    padding: 7px;
}

.ss_game_switch2 .ss_price_zeinuki::before {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.ss_game_switch2 .ss_price_zeinuki_value {
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 0;
    background-image: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    filter: none;
    font-size: 120px;
}

.ss_game_switch2 .ss_price_zeinuki_value::after {
    display: none;
}

.ss_game_switch2 .ss_price_zeinuki_yen {
    color: #000;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 0;
    background-image: none;
    background-clip: unset;
    -webkit-background-clip: unset;
    filter: none;
    font-size: 72px;
}

.ss_game_switch2 .ss_price_zeinuki_yen::after {
    display: none;
}

.ss_game_switch2 .ss_price_zeikomi {
    color: #000;
}

.ss_game_switch2 .ss_price_zeikomi_value {
    color: #000;
}
