/* ==============================================
   目玉商品 (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;
    font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

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

.medama_heading_bg {
    position: absolute;
    top: 20px;
    left: 0;
    width: 916px;
    height: 98px;
    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 { top: 114px; }

.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: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
    font-size: 46px;
    color: #000;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
}

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

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

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

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

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

.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-family: YuGothic;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #694d00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #694d00;
}

.medama_price_zeinuki_value {
    margin-left: 8px;
    font-weight: bold;
    font-size: 120px;
    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: 60px;
    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: 40px;
    color: #000;
    white-space: nowrap;
    text-align: right;
}

.medama_price_zeikomi_value {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 60px;
    letter-spacing: -1.8px;
    color: #000;
}

/* 目玉商品見出しセクション
-----------------------------------------------------------*/
.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-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    color: #fff;
    text-align: center;
}

/* カテゴリヘッダー
-----------------------------------------------------------*/
.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);
    padding: 40px 80px;
    margin-bottom: 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;
}

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

.category_header_title {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 54px;
    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-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 32px;
    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-family: "YuGothic", "Yu Gothic", sans-serif;
    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 {
    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-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 70px;
    line-height: 1;
}

.category_header_discount_num {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 140px;
    letter-spacing: -16.8px;
    line-height: 1;
}

.category_header_discount_suffix {
    font-family: "YuGothic", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
    display: block;
    margin-left: 20px;
}