/* 目玉商品見出しセクション
-----------------------------------------------------------*/
.lp_h2 {
    width: 1000px;
    height: 155px;
    margin: 0 auto;
    background: linear-gradient(180deg, #eb4138, #f5665f);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

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

/* おすすめのセール商品
-----------------------------------------------------------*/
.osusume_heading {
    width: 1000px;
    min-height: 155px;
    margin: 0 auto;
    padding: 20px 0;
    background: linear-gradient(180deg, #eb4138, #f5665f);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.osusume_heading_deco {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff100;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}

.osusume_heading_deco::before {
    content: "";
    display: block;
    width: 63px;
    height: 40px;
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2240%22%20viewBox%3D%220%200%2063%2040%22%20width%3D%2263%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22%23fff100%22%3E%3Cpath%20d%3D%22m45%200v40l-34.6155-16v-8z%22/%3E%3Cpath%20d%3D%22m0%209.99976-.00000096%2020.00004%2010.38470096-6v-8z%22/%3E%3Cpath%20d%3D%22m62.2105%200-14.2105%208.49057%201.5%201.50943%2013.5-5.28302z%22/%3E%3Cpath%20d%3D%22m62.2105%2040-14.2105-8.4906%201.5-1.5094%2013.5%205.283z%22/%3E%3C/g%3E%3C/svg%3E")
        center / contain no-repeat;
}

.osusume_heading_title {
    display: block;
    margin: 10px 0 0;
    padding: 0;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
}

/* 外枠・三角・塗りつぶし */
:root {
    --osusume-heading2-color-border: #f5665f;
    --osusume-heading2-color-bg: #ffdfde;
    --osusume-heading2-color: #cc1a0d;
}
.osusume_heading2 {
    position: relative;
    width: 916px;
    margin-inline: auto;
    border: 4px solid var(--osusume-heading2-color-border);
}

.osusume_heading2::before,
.osusume_heading2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--osusume-heading2-color-border);
}

.osusume_heading2::before {
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.osusume_heading2::after {
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.osusume_heading2_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 106px;
    padding: 5px 0;
    border: 6px solid white;
    background-color: var(--osusume-heading2-color-bg);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: var(--osusume-heading2-color);
}

/* リボン型（両端三角カット） */
:root {
    --osusume-heading3-color-bg: #f5665f;
}
.osusume_heading3 {
    position: relative;
    width: 916px;
    margin-inline: auto;
    background-color: var(--osusume-heading3-color-bg);
    clip-path: polygon(0 0, 100% 0, 95.633% 50%, 100% 100%, 0 100%, 4.367% 50%);
}

.osusume_heading3_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    min-height: 144px;
    padding: 20px 0;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: white;
}

/* 吹き出し */
:root {
    --osusume-heading4-color-bg: #f5665f;
}
.osusume_heading4 {
    position: relative;
    width: 916px;
    margin-inline: auto;
}

.osusume_heading4::after {
    content: "";
    position: relative;
    top: -1px;
    display: block;
    width: 60px;
    height: 30px;
    margin-inline: auto;
    background-color: var(--osusume-heading4-color-bg);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.osusume_heading4_title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    min-height: 144px;
    padding: 20px 0;
    background-color: var(--osusume-heading4-color-bg);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    color: white;
}

/* 見出し
-----------------------------------------------------------*/
.lp_heading {
    position: relative;
    width: 916px;
    min-height: 118px;
    margin-inline: auto;
}

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

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

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

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

.lp_heading_title {
    position: relative;
    display: block;
    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.lp_heading_deco {
    position: absolute;
    top: 20px;
    left: 36.46%;
    width: 45px;
    height: 26px;
    transform: translateY(-50%);
}
