@charset "UTF-8";

/*--- 初回限定価格 ---*/

#price+div>.content_wrapper {
    padding: 0;
    border: 3px solid var(--i_main_color);
    border-radius: 30px;
}

#price+div .heading.block_header_6 {
    background: var(--i_main_color);
    padding-block: 10px 5px;
    border-radius: 20px 20px 0 0;
}

#price+div .heading.block_header_6 .h {
    color: #fff;
}

#price+div .wrapper_item {
    justify-content: center;
    align-items: center;
    gap: 20px 0;
    max-width: 1100px;
    margin: 0 auto 30px;
    width: calc(100% - 40px);
}

#price+div .inner_item {
    width: auto !important;
    margin: 0 !important;
    position: relative;
}

#price+div .inner_item:first-of-type {
    padding-right: 40px;
}

#price+div .inner_item:first-of-type:before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
    right: calc(20px - 7.5px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: var(--i_main_color);
}

#price+div .inner_item:last-of-type {
    width: 100% !important;
}

#price+div .inner_item:first-of-type .heading.block_header_4 .h {
    color: #5a5a5a;
    text-decoration: line-through;
}

#price+div .inner_item:nth-of-type(2) .heading.block_header_4 .h {
    font-size: 3rem !important;
    color: red;
    position: relative;
}

#price+div .inner_item:nth-of-type(2) .heading.block_header_4 .h::before {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 0;
    background: yellow;
    z-index: -1;
}

#price+div .inner_item:nth-of-type(2) .heading.block_header_4 p {
    color: var(--i_btn_color);
}

#price+div .inner_item:last-of-type p {
    background: var(--i_sub2_color);
    border-radius: 10px;
    padding: 30px 5%;
    box-sizing: border-box;
}

@media screen and (max-width: 900px) {
    #price+div .inner_item:last-of-type p {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    #price+div .wrapper_item {
        gap: 10px 0;
    }

    #price+div .inner_item {
        width: 100% !important;
    }

    #price+div .inner_item:first-of-type:before {
        width: 40px;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        clip-path: polygon(50% 100%, 100% 0, 0 0);
    }

    #price+div .inner_item:first-of-type {
        padding-right: 0;
        padding-bottom: 40px;
    }
}

/*--- メニュー ---*/

