/* ================================
        Common
================================ */
html {
    font-size: 62.5%;
}

/* デフォルトスタイル */
.pc {
    display: block;
}

.sp {
    display: none;
}

#hatonohi *,
#hatonohi::after,
#hatonohi::before {
    box-sizing: border-box;
}

#hatonohi img {
    width: 100%;
}

#hatonohi a {
    display: block;
    transition: 0.5s;
}

#hatonohi a:hover {
    opacity: unset;
    transform: scale(0.8);

}


#hatonohi a:hover img {
    opacity: unset;
}

#hatonohi .center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 940px;
    position: relative;
}

#hatonohi {
    font-family: 'Noto Sans JP',
        sans-serif;
}

/* ================================
        Heading
================================ */
#hatonohi .lead_txt_h2 {
    font-size: 2.8rem;
    font-weight: bold;
    color: rgba(230, 0, 18, 1);
    padding-bottom: 10px;
}

#hatonohi .lead_txt_h2 ._blue {
    color: rgba(0, 71, 179, 1);
}

#hatonohi .lead_txt_h2 ._large {
    font-size: 4.8rem;
}

#hatonohi h3 {
    margin-right: auto;
    padding-bottom: 10px;
    width: 100%
}

#hatonohi #item h3 {
    max-width: 760px;
    margin: 1% auto;
}

#hatonohi #others h3 {
    max-width: 871px;
}

/* ================================
        Lead
================================ */
#hatonohi .lead {
    position: relative;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

#hatonohi .lead::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../img/usr/genre/rx1/lead_bg.png) no-repeat top 1px center;
    background-size: 100%;
    z-index: -1;
}

#hatonohi .lead_text_area {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
    line-height: 1.3;
}

#hatonohi .lead_text {
    color: rgba(0, 71, 179, 1);
    font-size: 2.0rem;
    font-weight: 600;
}

#hatonohi .comingsoon_area {
    background: url(../../../img/usr/genre/rx1/comingsoon_bg.png) no-repeat;
    background-size: 100%;
    background-position: bottom center;
    aspect-ratio: 1800 / 536;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

#hatonohi .comingsoon_area p:nth-of-type(1) {
    max-width: 388px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

#hatonohi .comingsoon_area p:nth-of-type(2) {
    max-width: 416px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}

#hatonohi .comingsoon_area p:nth-of-type(3) {
    color: rgba(255, 255, 255, 1);
    font-size: 1.4rem;
    font-weight: 400;
}

/* ================================
        item
================================ */
#hatonohi .item {
    background: url(../../../img/usr/genre/rx1/item_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 7px solid rgba(230, 0, 18, 1);
    border-bottom: 7px solid rgba(230, 0, 18, 1);
}

#hatonohi .item_area {
    position: relative;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    z-index: 1;
}

#hatonohi .item_area::before,
#hatonohi .item_area::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 7px;
    background: #fff;
    z-index: -1;
}

#hatonohi .item_area::before {
    top: -7px;
}

#hatonohi .item_area::after {
    bottom: -7px;
}

#hatonohi .item_wrapper {
    padding: 30px 0 54px;
    border-top: 7px solid rgba(27, 179, 234, 1);
    border-bottom: 7px solid rgba(27, 179, 234, 1);
}

#hatonohi .item_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 16px;
}

#hatonohi .item_list li {
    width: calc(50% - 10px);
}

/* ================================
        anc
================================ */
#hatonohi .anc {
    position: relative;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

#hatonohi .anc::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../img/usr/genre/rx1/lead_bg.png) no-repeat top 1px center;
    background-size: 100%;
    z-index: -1;
}

#hatonohi .anc_wrapper {
    margin: 40px auto;
}

#hatonohi #anc h3 {
    max-width: 380px;
    margin: 0 auto;
}

#hatonohi .anc ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* ================================
        category
================================ */
#hatonohi .category {
    padding-bottom: 50px;
}

#hatonohi .category_wrapper {
    padding: 15px 0;
}

#hatonohi .category_ttl {
    position: relative;
}

#hatonohi .ttl_txt {
    position: absolute;
    top: 35%;
    left: 4%;
}

#hatonohi .ttl_txt p {
    color: #fff;
    font-size: 32px;
}

#hatonohi .category_item_area {
    padding-top: 20px;
}

#hatonohi .category_item_area ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

#hatonohi .category_tomika_area ul {
    display: flex;
    gap: 40px;
    justify-content: center;
    padding-top: 20px;
}

#hatonohi .category_tomika_area li {
    flex-direction: column;
}

#hatonohi .category_tomika_area .buy_btn_area {
    margin-top: auto;
}

#hatonohi .btn_area {
    max-width: 387px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
#hatonohi .btn_area.tomika {
    padding-top: 0;
}

#hatonohi .buy_btn_area {
    display: block;
    width: 100%;
    color: #FFF;
    font-weight: normal;
    border-radius: 80px;
    background: #F09632;
    border: 0;
}

#hatonohi .buy_btn_area.sp {
    display: none;
}

#hatonohi .buy_btn_area a {
    display: block;
    padding: 7%;
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

#hatonohi .right {
    width: 100%;
    padding: 5% 0 2%;
}

.price {
    padding: 3% 0 5%;
}

#hatonohi .right p {
    display: block;
    font-size: 1.8rem;
    line-height: 1.5;
}

#hatonohi .right span {
    font-size: 2.4rem;
    font-weight: bold;
}


/* メディアクエリ */
@media screen and (max-width: 768px) {
    #hatonohi .pc {
        display: none;
    }

    #hatonohi .sp {
        display: block;
    }

    #hatonohi .center {
        padding-left: 0;
        padding-right: 0;
    }

    #hatonohi .lead_txt_h2 {
        font-size: 1.7rem;
        padding-bottom: 10px;
    }

    #hatonohi .lead_txt_h2 ._large {
        font-size: 3.4rem;
    }

    #hatonohi #item h3 {
        max-width: 361px;
    }

    #hatonohi #others h3 {
        max-width: 357px;
    }

    #hatonohi .lead::before {
        background: url(../../../img/usr/genre/rx1/lead_bg_sp.png) no-repeat top 1px center;
        background-size: 100%;
        /* 背景画像をSP用に変更し、サイズを調整 */
    }

    #hatonohi .lead_text_area {
        padding: 17px 0;
    }

    #hatonohi .lead_text {
        font-size: 1.4rem;
    }

    #hatonohi .comingsoon_area {
        background: url(../../../img/usr/genre/rx1/comingsoon_bg_sp.png) no-repeat;
        background-size: 100%;
        aspect-ratio: 750 / 364;
        padding-top: 10px;
    }

    #hatonohi .comingsoon_area p:nth-of-type(1) {
        max-width: 290px;
    }

    #hatonohi .comingsoon_area p:nth-of-type(2) {
        max-width: 307px;
    }

    #hatonohi .comingsoon_area p:nth-of-type(3) {
        font-size: 1rem;
    }

    #hatonohi .item {
        border-top: 3px solid rgba(230, 0, 18, 1);
        border-bottom: 3px solid rgba(230, 0, 18, 1);
    }

    #hatonohi .item_area {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }

    #hatonohi .item_area::after {
        height: 3px;
    }

    #hatonohi .item_area::before {
        top: -3px;
    }

    #hatonohi .item_area::after {
        bottom: -3px;
    }

    #hatonohi .item_wrapper {
        padding: 30px 0 27px;
        /* ここが `sp` のスタイルに当たる部分です */
    }

    #hatonohi .item_list {
        padding: 0 8px;
    }

    #hatonohi .item_list li {
        width: 100%;
        padding-bottom: 10px;
    }

    #hatonohi .item_list li:last-child {
        padding-bottom: 0;
    }

    #hatonohi .others {
        padding: 25px 0 50px;
    }

    #hatonohi .others_item_area {
        padding: 0 25px;
    }

    #hatonohi .btn_area {
        max-width: 340px;
        padding-top: 10px;
    }

    /* ================================
        anc
================================ */
    #hatonohi .anc_wrapper {
        margin: 6% auto;
        width: 90%;
    }

    #hatonohi .anc::before {
        background: url(../../../img/usr/genre/rx1/lead_bg_sp.png) no-repeat;
        background-size: 100%;
        aspect-ratio: 750 / 364;
        padding-top: 10px;
    }

    #hatonohi .anc ul {
        flex-wrap: nowrap;
        gap: 10px;
    }

    /* ================================
        category
================================ */
    #hatonohi .category {
        padding-bottom: 5%;
    }

    #hatonohi .category_wrapper {
        padding: 15px 0;
    }

    #hatonohi .other {
        top: 16%;
    }

    #hatonohi .ttl_txt {
        position: absolute;
        top: 30%;
        left: 4%;
    }

    #hatonohi .ttl_txt p {
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: 400;
        font-weight: 400;
        font-style: normal;
        font-size: 4.8vw;
        color: #fff;
        line-height: 1.4;
    }

    #hatonohi .ttl_txt.other {
        position: absolute;
        top: 15%;
        left: 4%;
    }

    #hatonohi .category_item_area {
        padding-top: 4%;
        width: 90%;
        margin: 0 auto;
    }

    #hatonohi .category_item_area ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    #hatonohi .category_item_area li {
        width: 47%;
    }

    #hatonohi .btn_area {
        max-width: 280px;
        padding-top: 8%;
    }

    #hatonohi .category_tomika_area ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    #hatonohi .category_tomika_area li {
        flex-direction: column;
        width: 47%;
    }

    #hatonohi .category_tomika_area .buy_btn_area {
        width: 80%;
        margin: 5% auto;
    }

    #hatonohi .buy_btn_area.sp {
        display: block;
    }

    #hatonohi .category_tomika_area {
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
    }

    #hatonohi .buy_btn_area a {
        display: block;
        padding: 7%;
        font-size: 2rem;
        text-decoration: none;
        color: #fff;
        text-align: center;
    }

    #hatonohi .right {
        width: 100%;
        padding: 0;
    }

    #hatonohi .price {
        padding: 3% 0 5%;
    }

    #hatonohi .right p {
        font-size: 4vw;
        line-height: 1.3;
    }

    #hatonohi .right span {
        font-size: 2.4rem;
        font-weight: bold;
    }



}