/* ==============================================
   目玉商品 (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;
}
