@charset "utf-8";
/* part */
.hint_area_left .hint_area_txt {
    background: url(../images/battery/fukidashi_left.svg) no-repeat center;
    background-size: 100%;
}
@media (min-width: 769px) {
    .hint_area_right .hint_area_txt {
        background: url(../images/battery/fukidashi_right.svg) no-repeat center;
        background-size: 100%;
    }
}
@media (max-width: 768px) {
    .hint_area_sub {
        color: var(--color-orange-sub);
    }
}

/* underlayer_mv */
.underlayer_mv::before {
    background-color: var(--color-orange);
}
.underlayer_mv_container {
    position: relative;
}
.sotufit_icon_wrap {
    position: absolute;
    width: 102rem;
}
@media (min-width: 769px) {
    .mv_battery_img {
        width: 363rem;
    }
    .sotufit_icon_wrap {
        bottom: -36rem;
        right: -35rem;
    }
    .sotufit_icon_link {
        transition: opacity 0.3s;
    }
    .batterykinou .underlayer_mv_copy_txt_img {
        margin-left: 12rem;
    }
    .batteryanshin .underlayer_mv_copy_txt_img {
        margin-left: 20rem;
    }
    .batterykakaku .underlayer_mv_copy_txt_img {
        margin-left: 10rem;
    }
    .batteryfit .underlayer_mv_copy_txt_img {
        margin-left: 18rem;
    }
    /* パラメーターついた時 */
    .underlayer_mv_params .sotufit_icon_wrap {
        bottom: -200rem;
        right: -35rem;
    }
    @media (hover:hover) {
        .sotufit_icon_link:hover {
            opacity: 0.7;
        }
    }
}
@media (max-width: 768px) {
    .underlayer_mv_intro {
        color: #fff;
    }
    .sotufit_icon_wrap {
        bottom: 266rem;
        right: 11rem;
    }
    /* パラメーターついた時 */
    .underlayer_mv_params .mv_battery_img {
        padding-inline: 30rem 55rem;
    }
    .underlayer_mv_params .underlayer_mv_ttl_wrap {
        bottom: calc(50% - 210rem);
    }
    .batterykakaku.underlayer_mv_params .underlayer_mv_ttl_wrap {
        bottom: calc(50% - 232rem);
    }
}
@media (max-width: 768px) and (min-width: 550px){
    .underlayer_mv_params .underlayer_mv_ttl_wrap {
        bottom: calc(50% - 168rem);
    }
}

/* reason */
.reason_link_battery::before {
    background-color: var(--color-orange);
}

/* profit */
.profit {
    background-color: var(--color-orange-sub);
}
.profit_what {
    display: flex;
    align-items: center;
    justify-content: center;
}
.profit_what_ttl {
    color: var(--color-red);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: 1.2rem;
    position: relative;
}
.profit_what_ttl::before{
    content: '';
    background: url(../images/battery/question_mark.svg) no-repeat top center;
    background-size: 100%;
    width: 63rem;
    height: 100rem;
    position: absolute;
}
.profit_what_txt {
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.3rem;
}
@media (min-width: 769px) {
    .profit::before {
        background: url(../images/battery/content_wave_top.svg) no-repeat top center;
        background-size: 100%;
    }
    .profit::after {
        background: url(../images/battery/content_wave_bottom.svg) no-repeat bottom center;
        background-size: 100%;
    }
    .neko_deco_img_wrap {
        top: -170rem;
        right: 40rem;
    }
    .profit_what {
        margin-top: 55rem;
        padding-inline: 70rem 25rem;
        column-gap: 32rem;
    }
    .profit_what_ttl {
        flex-shrink: 0;
    }
    .profit_what_ttl::before{
        top: 50%;
        left: -50rem;
        transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
    .profit::before {
        background: url(../images/battery/content_wave_top_sp.svg) no-repeat top center;
        background-size: 100%;
    }
    .profit::after {
        background: url(../images/battery/content_wave_bottom_sp.svg) no-repeat bottom center;
        background-size: 100%;
    }
    .neko_deco_img_wrap {
        top: -99rem;
        right: 30rem;
    }
    .profit_what {
        margin-top: 30rem;
        flex-direction: column;
        row-gap: 13rem;
    }
    .profit_what_ttl::before{
        top: 50%;
        left: -50rem;
        transform: translateY(-50%);
    }
}

/* support */
.support_list_battery_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.support_list_battery_flex_txt {
    text-align: center;
    font-size: 18rem;
    font-weight: 700;
    letter-spacing: 1rem;
    margin-top: 40rem;
}
.support_list_img {
    border-radius: 10rem;
}
.support_list_link_area {
    position: relative;
    z-index: 0;
}
.support_list_link_area_txt {
    font-weight: 700;
    font-size: 18rem;
    text-align: center;
    letter-spacing: 1rem;
    line-height: 1.5;
}
.support_list_link_details {
    position: relative;
    background-color: #fff;
    border: solid 1px var(--color-body);
    border-radius: 16rem;
}
.support_list_link_details::before {
    content: '';
    background-color: var(--color-orange);
    width: 100%;
    height: 100%;
    border-radius: 16rem;
    position: absolute;
    top: 10rem;
    left: 8rem;
    z-index: -1;
}
.support_list_link_question_inner {
    position: relative;
    column-gap: 13rem;
    display: flex;
    align-items: center;
}
.support_list_link_question_inner,
.support_list_link_answer_inner {
    font-size: 14rem;
    letter-spacing: 0.8rem;
    line-height: 1.6;
}
.support_list_link_question_icon_wrap {
    width: 39rem;
    height: 23rem;
    border: solid 1px var(--color-body);
    border-radius: 66rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.support_list_link_question_icon {
    width: 10rem;
    height: 10rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.support_list_link_question_icon::before,
.support_list_link_question_icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--color-body);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
}
.support_list_link_question_icon::after {
    transform: rotate(90deg);
    transition: opacity .3s, transform .3s;
}
.support_list_link_details.is-opened .support_list_link_question_icon::after {
    opacity: 0;
    transform: rotate(180deg);
}
.support_list_link_answer_ttl {
    font-size: 18rem;
    font-weight: 700;
    text-align: center;
}
.support_list_link_answer_img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12rem;
    margin-top: 23rem;
}
.support_list_link_answer_img_list > li {
    background-color: #FFE693;
    border-radius: 16rem;
    height: 150rem;
    display: grid;
    align-items: flex-end;
    padding-bottom: 12rem;
}
.support_list_link_answer_img_label {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 6rem;
}
.support_list_link_answer_img_label > dt {
    text-align: center;
}
.support_list_link_answer_list {
    font-size: 12rem;
    letter-spacing: 1rem;
    margin-top: 19rem;
}
.support_list_link_answer_list {
    text-indent: -17rem;
    padding-left: 17rem;
}
.support_list_link_answer_list > li::before {
    content: '';
    background-color: var(--color-orange);
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5rem;
}
.support_list_link_answer_txt {
    font-size: 12rem;
    letter-spacing: 1rem;
    margin-top: 10rem;
}
.support_list_link_area_info {
    font-size: 12rem;
    letter-spacing: 1rem;
    margin-top: 27rem;
}
.support_list_link_area_info::before {
    content: '（注）';
}
.support_list_link_area_img_wrap {
    width: 106rem;
    position: absolute;
}
/* 画像 */
.device_img_1 {
    width: 41rem;
}
.device_img_2 {
    width: 62rem;
}
.device_img_3 {
    width: 35rem;
}
.device_img_4 {
    width: 79rem;
}
.device_img_5 {
    width: 71rem;
}
.device_img_6 {
    width: 38rem;
}
.device_img_7 {
    width: 69rem;
}
.device_img_8 {
    width: 52rem;
}
@media (min-width: 769px) {
    .support_list_battery_flex {
        column-gap: 20rem;
        margin-top: 35rem;
    }
    .support_list_link_area {
        background-color: #f6f6f6;
        border-radius: 10rem;
        margin-top: 45rem;
        padding: 45rem 99rem;
    }
    .support_list_link_details {
        padding: 30rem 42rem;
        margin-top: 30rem;
    }
    .support_list_link_question_icon_wrap {
        right: -15rem;
    }
    .support_list_link_answer {
        margin-top: 10rem;
    }
    .support_list_link_answer_img_list > li {
        width: calc(25% - 12rem);
    }
    .support_list_link_answer_img_label > dt {
        font-size: 14rem;
    }
    .support_list_link_answer_label_info {
        font-size: 12rem;
    }
    .support_list_link_area_img_wrap {
        top: 16rem;
        right: 0;
    }
}
@media (max-width: 768px) {
    .support_list_battery_flex {
        flex-direction: column;
        row-gap: 20rem;
        margin-top: 21rem;
    }
    .support_list_img_2 {
        padding-inline: 60rem;
    }
    .support_list_img_3 {
        padding-inline: 30rem;
    }
    .support_list_link_area {
        margin-top: 50rem;
    }
    .support_list_link_details {
        padding: 20rem;
        margin-top: 22rem;
    }
    .support_list_link_answer_inner {
        margin-top: 45rem;
    }
    .support_list_link_answer_img_label > dt {
        font-size: 13rem;
    }
    .support_list_link_answer_label_info {
        font-size: 11rem;
    }
    .support_list_link_question_icon_wrap {
        right: -10rem;
    }
    .support_list_link_answer_img_list > li {
        width: calc(50% - 12rem);
    }
    .support_list_link_area_img_wrap {
        top: -60rem;
        right: -30rem;
    }
}

/* plan */
.plan {
    background-color: var(--color-orange-sub);
}
@media (min-width: 769px) {
    .plan::before {
        background: url(../images/battery/content_wave_top.svg) no-repeat top center;
        background-size: 100%;
    }
    .plan::after {
        background: url(../images/battery/content_wave_bottom.svg) no-repeat bottom center;
        background-size: 100%;
    }
    .plan_list_img_1 {
        width: 198rem;
        margin-top: 36rem;
    }
    .plan_list_img_2 {
        width: 154rem;
        margin-top: 22rem;
    }
    .plan_list_img_3 {
        width: 188rem;
        margin-top: 36rem;
    }
}
@media (max-width: 768px) {
    .plan::before {
        background: url(../images/battery/content_wave_top_sp.svg) no-repeat top center;
        background-size: 100%;
    }
    .plan::after {
        background: url(../images/battery/content_wave_bottom_sp.svg) no-repeat bottom center;
        background-size: 100%;
    }
}


/* flow */
.flow_list > li {
    background-color:  var(--color-orange-sub);
}

/* together */
.together {
    background-color: var(--color-orange-sub);
    transform: translateZ(0);
}
@media (min-width: 769px) {
    .together::before {
        background: url(../images/battery/content_wave_top.svg) no-repeat top center;
        background-size: 100%;
        top: -11vw;
    }
    .together::after {
        background: url(../images/battery/content_wave_bottom.svg) no-repeat bottom center;
        background-size: 100%;
    }
}
@media (max-width: 768px) {
    .together::after {
        background: url(../images/battery/together_wave_bottom_sp.svg) no-repeat bottom center;
        background-size: 100%;
    }
}