/* 本体
-----------------------------------------------------------*/
.lp_body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    width: 916px;
    margin-inline: auto;
}

.lp_item.-lg .lp_body {
    display: block;
    padding-top: 0;
}

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

.lp_item.-lg .lp_item_img {
    width: 100%;
}

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

.lp_price_area {
    margin-top: 20px;
}

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

.lp_item.-lg .lp_item_text {
    margin-top: 40px;
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    line-height: 130%;
    letter-spacing: 0%;
}

.lp_item.-lg .lp_item_priceDown {
    margin-top: 10px;
}

.lp_item.-lg .lp_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;
}

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

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

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

.lp_label.Switch2 {
    width: 180px;
    background: #e52616;
}

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

.lp_label.SIMfree {
    width: 189px;
    padding: 0 20px;
    background: #1fbfc5;
}

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

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

.lp_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;
}

.lp_price_zeinuki_value {
    position: relative;
    flex-shrink: 0;
    margin-left: 8px;
    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);
}

/* グラデーション塗りは前面レイヤーで（ストロークや影に干渉させない） */
.lp_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;
}

.lp_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);
}

.lp_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;
}

.lp_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;
}

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

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

.lp_item.-lg .lp_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);
}

.lp_item.-lg .lp_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);
}

.lp_item.-lg .lp_price_zeikomi {
    margin-top: -28px;
    font-size: 60px;
}

.lp_item.-lg .lp_price_zeikomi_value {
    font-size: 95px;
}

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

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

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

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

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

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

.lp_game_item_labels .lp_label.-new {
    background-color: #ffc926;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 20px;
}

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

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

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

.lp_game_item_price .lp_price_zeinuki {
    justify-content: flex-end;
}

.lp_game_item_price .lp_price_zeinuki_value {
    font-size: 120px;
}

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

.lp_game_item_price .lp_price_zeikomi {
    font-size: 38px;
    text-align: right;
}

.lp_game_item_price .lp_price_zeikomi_value {
    font-size: 60px;
}

/* Switch 2 通常版 価格 黒文字
-----------------------------------------------------------*/
.lp_game_switch2 .lp_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;
}

.lp_game_switch2 .lp_price_zeinuki::before {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.lp_game_switch2 .lp_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;
}

.lp_game_switch2 .lp_price_zeinuki_value::after {
    display: none;
}

.lp_game_switch2 .lp_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;
}

.lp_game_switch2 .lp_price_zeinuki_yen::after {
    display: none;
}

.lp_game_switch2 .lp_price_zeikomi {
    color: #000;
}

.lp_game_switch2 .lp_price_zeikomi_value {
    color: #000;
}
.lp_game_switch2 {
    margin: 0 42px;
}

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

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

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

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

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

.lp_game_item_labels .lp_label.-new {
    background-color: #ffc926;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
    padding: 0 20px;
}

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

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

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

.lp_game_switch2 .lp_price_zeinuki_value::after {
    content: "";
}

.lp_game_item_price .lp_price_zeinuki {
    justify-content: flex-end;
}

.lp_game_item_price .lp_price_zeinuki_value {
    font-size: 120px;
}

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

.lp_game_item_price .lp_price_zeikomi {
    font-size: 38px;
    text-align: right;
}

.lp_game_item_price .lp_price_zeikomi_value {
    font-size: 60px;
}
