@charset "UTF-8";

.u-only--sp{
    display: none;
}
@media (max-width: 768px) {
    .u-only--sp{
        display: block;
    }
    .u-only--pc{
        display: none;
    }
}

.p-mv{
    background: url('/wp/wp-content/uploads/feature/2026_kessan_sale/bg_mv.webp') no-repeat center center / cover;
    padding: 80px 20px 50px;
}
.p-mv .inner{
    max-width: 800px;
    margin: 0 auto;
}
.p-mv__link{
    margin-top:50px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 900px;
    margin: 50px auto 0;
    width: 100%;
}
.p-mv__link:hover{
    text-decoration: none;
    opacity: 0.8;
}
.p-mv__link__text{
    color: #e50012;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1px;
}
.p-mv__link__text__ruby{
    margin-bottom: 4px!important;
    max-width: 284px;
    text-align: center;
    line-height: 0.8;
}
.p-mv__link__text__ruby small{
    font-size: 16px;
    position: relative;
    padding: 0 10px;
    letter-spacing: 3px;
}
.p-mv__link__text__ruby small::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 16px;
    background-color: #e50012;
    border-radius: 100px;
    transform: rotate(155deg);
}
.p-mv__link__text__ruby small::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 16px;
    background-color: #e50012;
    border-radius: 100px;
    transform: rotate(25deg);
}
.p-mv__link__text__ruby small span{
    display: inline-block;
    position: relative;
}
.p-mv__link__text__ruby small span::before{
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #e50012;
    border-radius: 100px;
}

.p-mv__link__text__price{
    letter-spacing: -1.8px;
    font-size: 36px;
    font-weight: 900;
    margin-left: -20px;
}

.p-mv__link__note{
    flex: 1;
    margin-left: 4px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
}
.p-mv__link__note small{
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .p-mv{
        padding: 40px 20px;
    }
    .p-mv__link{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .p-mv__link__text__price{
        font-size: 28px;
        margin-left: 0;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .p-mv__link__note{
        flex: unset;
    }
}

.p-mv__note{
    max-width: 770px;
    margin: 30px auto 0;
    line-height: 1.75;
}
.p-mv__note p{
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 5px #000;
    font-size: 12px;
}

/* anchor */
.p-anchor{
    margin: 50px auto;
}
.p-anchor__list{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.p-anchor__list a{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    background-image: linear-gradient(0deg, rgba(0, 58, 125, 1) 0%, rgba(0, 117, 194, 1));
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 200px;
    text-align: center;
    display: block;
}
.p-anchor__list a:hover{
    text-decoration: none;
    opacity: 0.8;
}
@media (max-width: 768px) {
    .p-anchor__list{
        flex-direction: column;
        gap: 10px;
    }
    .p-anchor__list a{
        max-width: unset;
        font-size: 20px;
    }
}

/* sale */
.p-sale{
    margin: 50px auto;
}
.c-salebox{
    background-color: #fff;
    border: 5px solid #e50012;
}
.c-salebox + .c-salebox{
    margin-top: 50px;
}
.c-salebox__inner{
    /* 枠線の太さを設定 */
    border: 5px solid;
    /* グラデーションの設定 */
    border-image-source: linear-gradient(
        135deg, 
        #ab6d24 0%, 
        #f8f18d 31.142%, 
        #f8e155 59.4225%, 
        #faeb7e 79.6694%, 
        #ab6d24 100%
    );
    /* グラデーションを枠線全体に引き伸ばす設定（必須） */
    border-image-slice: 1;
}

.c-salebox__title{
    width: 100%;
    padding: 10px;
    background: url('/wp/wp-content/uploads/feature/2026_kessan_sale/bg_mv.webp') no-repeat center bottom / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.c-salebox__title p{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0!important;
}
.c-salebox__title figure{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.c-salebox__title .fig01{
    width: 82px;
}
.c-salebox__title .fig02{
    width: 360px;
}
.c-salebox__title .fig03{
    width: 360px;
}
.c-salebox__content{
    display: flex;
    padding: 20px;
    gap: 20px;
    align-items: center;
    position: relative;
}
.c-salebox__content .item{
    width: 50%;
}
.c-salebox__content::before{
    content: '';
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% - 40px);
    border-left: 2px solid #e50012;
}
@media (max-width: 768px) {
    .c-salebox__title{
        flex-direction: column;
        gap: 10px;
        padding: 10px 10px 20px;
    }

    .c-salebox__title .fig01{
        width: 64px;
    }
    .c-salebox__title .fig02{
        width: 240px;
    }
    .c-salebox__title .fig03{
        width: 240px;
    }
    .c-salebox__title p{
        font-size: 24px;
    }

    .c-salebox__content{
        padding: 10px;
        flex-direction: column;
        gap: 40px;
    }
    .c-salebox__content::before{
        content: none;
    }
    .c-salebox__content .item{
        width: 100%;
    }

    .c-salebox__content .item + .item{
        position: relative;
    }
    .c-salebox__content .item + .item::before{
        content: '';
        position: absolute;
        top: -21px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        height: 1px;
        border-top: 2px solid #e50012;

    }
}

/* frame */
.p-frame{
    margin: 50px auto;
}
.p-frame > figure{
    max-width: 440px;
    margin: 0 auto 20px;
}
.p-frame__list a{
    display: block;
}
.p-frame__list a + a{
    margin-top: -6.5%;
}
.p-frame p{
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.c-link{
    background-color: #dbdcdc;
    color: #000;
    text-decoration: none;
    padding: 20px;
    display: block;
    text-align: center;
    height: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.c-link:hover{
    text-decoration: none;
    opacity: 0.8;
}

.c-link p{
    margin-bottom: 0!important;
}

.c-link__box{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.c-link__box p{
    font-size: 32px;
    font-weight: bold;
}

.c-link__box figure{
    height: 40px;
}

.c-link__box figure img{
    width: unset;
    height: 100%;
    object-fit: contain;
}

.c-link__text{
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

.c-link + .c-link{
    margin-top: 40px;
}

/* hearingaid */

.p-hearingaid{
    margin: 50px auto;
}
.p-hearingaid p{
    max-width: 790px;
    margin: 20px auto 0;
    font-size: 12px;
}