/* howto_mv */
.howto_mv {
    position: relative;
    z-index: 100;
}

.howto_mv .howto_mv_ttl .top_about_ttl_edging {
    transform: translateY(calc(2 / var(--view-size)* 100vw));
}
.howto_mv_btn_01 {
    letter-spacing: calc(7 / var(--view-size)* 100vw);
    margin-right: calc(10 / var(--view-size)* 100vw);
}
.howto_mv_btn_02 {
    letter-spacing: calc(10 / var(--view-size)* 100vw);
}
.howto_mv_bottom {
    bottom: calc(0 / var(--view-size) * 100vw);
}
.howto_mv_top {
    bottom: calc(-99.7 / var(--view-size)* 100vw);
    height: calc(100 / var(--view-size) * 100vw);
}

/* howto_empty */
.howto_empty_section {
    padding: calc(20 / var(--view-size)* 100vw)0 calc(100 / var(--view-size)* 100vw);
    position: relative;
    background-color: #F1F1F1;
}
.howto_empty_section .inner {
    position: relative;
    z-index: 100;
}
.howto_empty_top {
    position: absolute;
    top: 0;
    width: calc(1360 / var(--view-size) * 100vw);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    height: calc(100 / var(--view-size) * 100vw);
    background-color: #FCC800;
}
.howto_empty_guide {
    padding-bottom: calc(80 / var(--view-size) * 100vw);
}
.howto_empty_guide.common_howto_guide a {
    width: calc(672 / var(--view-size) * 100vw);
    margin: 0 auto;
    justify-content: center;
}
.howto_empty_guide.common_howto_guide .common_howto_guide_text {
    font-size: calc(24 / var(--view-size)* 100vw);
}
.howto_empty_guide.common_howto_guide .common_howto_guide_shadow {
    font-size: calc(24 / var(--view-size)* 100vw);
}
.howto_empty_guide.common_howto_guide .text_shadow {
    margin-left: calc(20 / var(--view-size)* 100vw);
}
.common_howto_guide.howto_empty_guide a {
    padding: calc(20 / var(--view-size)* 100vw) 0;
}
.howto_empty_guide.common_howto_guide .text_shadow:after {
    top: calc(-5 / var(--view-size)* 100vw);
    right: calc(-47 / var(--view-size)* 100vw);
    width: calc(38 / var(--view-size)* 100vw);
    height: calc(48 / var(--view-size)* 100vw);
}
.howto_empty_box {
    padding: calc(50 / var(--view-size) * 100vw);
    border-radius: calc(30 / var(--view-size) * 100vw);
    background-color: #fff;
}
.howto_empty_box .common_ttl_01 {
    margin-bottom: calc(40 / var(--view-size) * 100vw);
}
.howto_empty_box .common_ttl_01 .top_about_ttl_edging {
    transform: translateY(calc(2 / var(--view-size)* 100vw));
}
.howto_empty_row {
    margin-bottom: calc(30 / var(--view-size) * 100vw);
}
.howto_empty_item {
    width: calc(320 / var(--view-size) * 100vw);
    text-align: center;
}
.howto_empty_img {
    margin-bottom: calc(20 / var(--view-size) * 100vw);
}
.howto_empty_item h3 {
    font-size: calc(24 / var(--view-size) * 100vw);
    letter-spacing: calc(-1 / var(--view-size) * 100vw);
    margin-bottom: calc(10 / var(--view-size) * 100vw);
}
.howto_empty_item h3 .text_small {
    font-size: calc(12 / var(--view-size) * 100vw);
    vertical-align: middle;
}
.howto_empty_item p {
    font-weight: 800;
    letter-spacing: 0;
}
.howto_empty_btn {
    margin-top: calc(30 / var(--view-size) * 100vw);
}
.howto_empty_btn a {
    background-color: #0068B7;
    display: block;
    width: calc(280 / var(--view-size) * 100vw);
    margin: 0 auto;
}
.howto_empty_bottom {
    background-color: #0068B7;
    height: calc(300 / var(--view-size) * 100vw);
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
    position: absolute;
    bottom: 0;
    width: calc(1360 / var(--view-size) * 100vw);
}
.howto_empty_img {
    width: calc(275 / var(--view-size) * 100vw);
    margin: 0 auto;
    margin-bottom: calc(20 / var(--view-size)* 100vw);
}

/* howto_flow */
.howto_flow_section {
    position: relative;
    padding: calc(50 / var(--view-size)* 100vw)0 calc(100 / var(--view-size)* 100vw);
    background-color: #F1F1F1;
}
.howto_flow_top {
    position: absolute;
    top: calc(-0.3 / var(--view-size) * 100vw);
    width: calc(1360 / var(--view-size) * 100vw);
    clip-path: polygon(0 100%, 100% 0, 0 0);
    height: calc(100 / var(--view-size) * 100vw);
    background-color: #0068B7;
}
.howto_flow_box {
    border: calc(8 / var(--view-size)* 100vw) solid #333;
    padding: calc(50 / var(--view-size)* 100vw);
    background-color: #FCC800;
    border-radius: calc(30 / var(--view-size)* 100vw);
    margin-bottom: calc(40 / var(--view-size)* 100vw);
    position: relative;
}
.howto_flow_text {
    margin-bottom: calc(60 / var(--view-size) * 100vw);
    text-align: center;
}
.howto_flow_item {
    border-bottom: calc(3 / var(--view-size) * 100vw) solid #F39800;
    padding-bottom: calc(40 / var(--view-size)* 100vw);
    margin-bottom: calc(40 / var(--view-size)* 100vw);
}
.howto_flow_item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.howto_flow_img {
    width: calc(455 / var(--view-size) * 100vw);
}
.howto_flow_textarea {
    width: calc(565 / var(--view-size) * 100vw);
}
.howto_flow_textarea h4 {
    font-size: calc(22 / var(--view-size) * 100vw);
    letter-spacing: calc(-1 / var(--view-size) * 100vw);
    margin-bottom: calc(30 / var(--view-size) * 100vw);
}
.howto_flow_bottom {
    background-color: #009944;
    height: calc(150 / var(--view-size) * 100vw);
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    position: absolute;
    bottom: 0;
    width: calc(1360 / var(--view-size) * 100vw);
}

.howto_flow_item_caption {
    font-size: calc(12 / var(--view-size) * 100vw);
    margin-top: calc(10 / var(--view-size) * 100vw);
}

/* howto_facility */
.howto_facility_section {
    position: relative;
    padding: calc(40 / var(--view-size)* 100vw)0 calc(160 / var(--view-size)* 100vw);
    background-color: #F1F1F1;
}
.howto_facility_section .inner {
    position: relative;
    z-index: 100;
}
.howto_facility_top {
    position: absolute;
    top: calc(-0.3 / var(--view-size) * 100vw);
    width: calc(1360 / var(--view-size) * 100vw);
    clip-path: polygon(100% 100%, 100% 0, 0 0);
    height: calc(100 / var(--view-size) * 100vw);
    background-color: #009944;
}
.howto_facility_box {
    padding: calc(50 / var(--view-size)* 100vw);
    background-color: #fff;
    border-radius: calc(30 / var(--view-size)* 100vw);
}
.howto_facility_box .common_ttl_01 {
    margin-bottom: calc(50 / var(--view-size) * 100vw);
}
.howto_facility_box .common_ttl_01 .top_about_ttl_edging {
    transform: translateY(calc(2 / var(--view-size)* 100vw));
}
.howto_facility_map {
    margin-bottom: calc(70 / var(--view-size) * 100vw);
}
/* .howto_facility_slide {
    height: calc(398 / var(--view-size) * 100vw);
} */
 .howto_facility_slide {
    display: flex;
    justify-content: space-between;
 }
 .howto_facility_slide .slick-slide {
    max-height: calc(405 / var(--view-size) * 100vw);
    padding-bottom: calc(30 / var(--view-size) * 100vw);
}
.howto_facility_slide .prev-arrow,
.howto_facility_slide .next-arrow {
    width: calc(30 / var(--view-size) * 100vw);
}
.howto_facility_slide .prev-arrow {
    left: calc(-40 / var(--view-size) * 100vw);
    margin-right: calc(10 / var(--view-size) * 100vw);
}
.howto_facility_slide .next-arrow {
    right: calc(-40 / var(--view-size) * 100vw);
    margin-left: calc(10 / var(--view-size) * 100vw);
}
.slick-arrow {
    cursor: pointer;
}
.slick-dots {
    width: auto;
    bottom: calc(-70 / var(--view-size) * 100vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.slick-dots li {
    border: calc(3 / var(--view-size) * 100vw) solid #333;
    border-radius: 50%;
    width: calc(12 / var(--view-size) * 100vw);
    height: calc(12 / var(--view-size) * 100vw);
}
.slick-dots li.slick-active {
    background-color: #333;
}

.howto_facility_item {
    width: calc(237 / var(--view-size)* 100vw);
    position: relative;
}
.howto_facility_edging {
    transform: rotate(-20deg);
    width: calc(320 / var(--view-size)* 100vw);
    text-align: center;
    position: relative;
    position: absolute;
    top: calc(15 / var(--view-size)* 100vw);
    left: calc(-110 / var(--view-size)* 100vw);
}
.howto_facility_edging::after {
    content: "";
    background: url(../../../uploads/img/top_about_car_shadow.png) center / contain no-repeat;
    inset: 0;
    width: calc(100% / var(--view-size) * 100vw);
    height: calc(100% / var(--view-size) * 100vw);
    position: absolute;
    z-index: 0;
}
.howto_facility_edging_ttl {
    color: #fff;
    z-index: 100;
    font-weight: 800;
    position: relative;
    z-index: 10;
    font-size: calc(18 / var(--view-size)* 100vw);
    line-height: calc(40 / var(--view-size)* 100vw);
}
.howto_facility_edging_text {
    font-weight: 800;
    font-size: calc(18 / var(--view-size)* 100vw);
    color: #333;
    -webkit-text-stroke: calc(6 / var(--view-size)* 100vw) #333;
    position: absolute;
    inset: 0;
    line-height: calc(40 / var(--view-size)* 100vw);
}
.howto_facility_img {
    margin-bottom: calc(20 / var(--view-size)* 100vw);
    /* width: calc(320 / var(--view-size)* 100vw); */
}
.howto_facility_bottom {
    background-color: #FCC800;
    height: calc(200 / var(--view-size) * 100vw);
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
    position: absolute;
    bottom: 0;
    width: calc(1360 / var(--view-size) * 100vw);
}

/* howto_lineup */
.howto_lineup_section {
    position: relative;
    padding: calc(100 / var(--view-size)* 100vw) 0;
    background-color: #F1F1F1;
}
.howto_lineup_section .inner {
    position: relative;
    z-index: 100;
}
.howto_lineup_top {
    position: absolute;
    top: calc(-0.3 / var(--view-size) * 100vw);
    width: calc(1360 / var(--view-size) * 100vw);
    clip-path: polygon(0 100%, 100% 0, 0 0);
    height: calc(150 / var(--view-size) * 100vw);
    background-color: #FCC800;
}
.howto_lineup_section .common_ttl_01 {
    margin-bottom: calc(60 / var(--view-size)* 100vw);
}
.howto_lineup_cont {
    margin-bottom: calc(100 / var(--view-size)* 100vw);
}
.howto_lineup_cont:last-child {
    margin-bottom: 0;
}
.howto_lineup_cont .common_ttl_02 {
    text-align: center;
    margin-bottom: calc(50 / var(--view-size)* 100vw);
}

/* .howto_lineup_row.howto_lineup_more {
    display: none;
}
.howto_lineup_row.howto_lineup_more.active {
    display: flex !important;
} */
.howto_lineup_row::after {
    content: "";
    width: calc(370 / var(--view-size) * 100vw);
}
.howto_lineup_item {
    width: calc(370 / var(--view-size) * 100vw);
    position: relative;
    margin-bottom: calc(40 / var(--view-size)* 100vw);
}
.howto_lineup_item img {
    border-radius: calc(30 / var(--view-size) * 100vw);
    margin-bottom: calc(10 / var(--view-size)* 100vw);
}
.howto_lineup_name {
    font-size: calc(24 / var(--view-size) * 100vw);
    font-weight: 800;
    letter-spacing: -0.05em;
}
.howto_lineup_warning{
    font-size: calc(12 / var(--view-size) * 100vw);
    letter-spacing: 0.05em;
}
.howto_lineup_cate {
    width: calc(370 / var(--view-size)* 100vw);
    text-align: center;
    position: relative;
    position: absolute;
    top: 0;
    left: calc(-140 / var(--view-size)* 100vw);
}
.howto_lineup_cate::after {
    content: "";
    background: url(../../../uploads/img/top_about_car_shadow.png) center / contain no-repeat;
    inset: 0;
    width: calc(100% / var(--view-size) * 100vw);
    height: calc(100% / var(--view-size) * 100vw);
    position: absolute;
    z-index: 0;
}
.howto_lineup_cate.nolicense::after {
    background: url(../../../uploads/img/lineup_car_shadow_nolicense.png) center / contain no-repeat;
}
.howto_lineup_cate.license::after {
    background: url(../../../uploads/img/lineup_car_shadow_license.png) center / contain no-repeat;
}
.howto_lineup_cate_white {
    color: #fff;
    z-index: 100;
    font-weight: 800;
    position: relative;
    z-index: 10;
    font-size: calc(14 / var(--view-size)* 100vw);
    line-height: calc(40 / var(--view-size)* 100vw);
}
.howto_lineup_cate_edging {
    font-weight: 800;
    font-size: calc(14 / var(--view-size)* 100vw);
    color: #000;
    -webkit-text-stroke: calc(5 / var(--view-size)* 100vw) #000;
    position: absolute;
    inset: 0;
    line-height: calc(40 / var(--view-size)* 100vw);
    transform: translateY(calc(1 / var(--view-size)* 100vw));
}
.howto_lineup_btn {
    width: calc(280 / var(--view-size) * 100vw);
    font-weight: 800;
    padding: calc(20 / var(--view-size)* 100vw) 0;
    position: relative;
    border: calc(4 / var(--view-size)* 100vw) solid #0068B7;
    border-radius: calc(40 / var(--view-size) * 100vw);
    margin: 0 auto;
    background-color: #fff;
    display: none;
    text-align: center;
    transition: .3s;
    cursor: pointer;
    padding-right: calc(20 / var(--view-size) * 100vw);
    box-shadow: 0px calc(3 / var(--view-size) * 100vw) calc(6 / var(--view-size) * 100vw) calc(0 / var(--view-size) * 100vw) rgba(0, 0, 0, 0.16);
}
.howto_lineup_btn.show {
    display: block;
}
.howto_lineup_btn::after {
    content: "";
    background: url(../../../uploads/img/arrow_blue_bottom.png) center / contain no-repeat;
    height: calc(25 / var(--view-size)* 100vw);
    width: calc(18 / var(--view-size)* 100vw);
    position: absolute;
    top: calc(20 / var(--view-size)* 100vw);
    right: calc(20 / var(--view-size)* 100vw);
    transition: .3s;
}
.howto_lineup_btn.active::after {
    transform: rotate(180deg);
}
.howto_lineup_btn:hover {
    box-shadow: none;
    transform: translateY(calc(3 / var(--view-size) * 100vw));
    opacity: 1;
}
.howto_lineup_group {
    margin-bottom: calc(60 / var(--view-size)* 100vw);
}
.howto_lineup_group:last-child {
    margin-bottom: 0;
}
.howto_lineup_cate_name {
    background-color: #FCC800;
    display: inline-block;
    font-size: calc(24 / var(--view-size)* 100vw);
    border-radius: calc(40 / var(--view-size)* 100vw);
    padding: calc(3 / var(--view-size)* 100vw) calc(20 / var(--view-size)* 100vw);
    position: relative;
    text-align: center;
    margin-bottom: calc(30 / var(--view-size)* 100vw);
    z-index: 100;
    font-weight: 800;
}
.howto_lineup_cate_name::after {
    content: "";
    background-color: #FCC800;
    height: calc(1 / var(--view-size)* 100vw);
    width: calc(1160 / var(--view-size)* 100vw);
    position: absolute;
    top: calc(20 / var(--view-size)* 100vw);
    left: 0;
    z-index: -1;
}

.howto_lineup_more .howto_lineup_item:nth-child(-n+9) {
    display: none !important;
}

html[lang="en"] .howto_lineup_btn {
    width: calc(340 / var(--view-size)* 100vw);
    border-radius: calc(80 / var(--view-size)* 100vw);
}

@media screen and (max-width: 768px) {
    .common_mv .howto_mv_ttl h2 {
        line-height: 1;
    }
    .howto_mv .howto_mv_ttl .top_about_ttl_edging {
        line-height: 1;
    }
    .howto_mv_bottom {
        bottom: calc(215 / var(--view-size)* 100vw);
        height: calc(82 / var(--view-size) * 100vw);
    }
    .howto_mv_top.common_mv_top_02 {
        height: calc(27 / var(--view-size) * 100vw);
        bottom: calc(188.3 / var(--view-size)* 100vw);
    }
    .howto_empty_guide.common_howto_guide a {
        width: calc(345 / var(--view-size)* 100vw);
    }
    .howto_empty_guide.common_howto_guide .text_shadow {
        margin-left: 0;
    }
    .howto_empty_guide.common_howto_guide .text_shadow:after {
        top: calc(15 / var(--view-size)* 100vw);
        right: calc(40 / var(--view-size)* 100vw);
    }
    .howto_empty_guide {
        padding-bottom:  calc(70 / var(--view-size)* 100vw);
    }

    /* howto_empty */
    .howto_empty_section {
        padding: calc(40 / var(--view-size)* 100vw) 0 calc(100 / var(--view-size)* 70vw);
    }
    .howto_empty_section .common_ttl_01 h2,
    .howto_empty_box .common_ttl_01 .top_about_ttl_edging,
    .howto_facility_box .common_ttl_01 h2,
    .howto_facility_box .common_ttl_01 .top_about_ttl_edging {
        font-size: calc(32 / var(--view-size)* 100vw);
    }
    .howto_empty_box {
        padding:  calc(20 / var(--view-size)* 100vw) calc(35 / var(--view-size)* 70vw);
    }
    .howto_empty_row {
        margin-bottom: calc(10 / var(--view-size)* 100vw);
    }
    .howto_empty_item {
        margin-bottom: calc(40 / var(--view-size)* 100vw);
    }
    .howto_empty_item:last-child {
        margin-bottom: 0;
    }
    .howto_empty_btn a {
        padding: calc(25 / var(--view-size)* 100vw) 0;
        text-align: center;
    }
    .howto_empty_bottom {
        width: calc(375 / var(--view-size) * 100vw);
        height: calc(82 / var(--view-size) * 100vw);
    }

    /* howto_flow */
    .howto_flow_top {
        width: calc(375 / var(--view-size) * 100vw);
        height: calc(27 / var(--view-size) * 100vw);
        top: calc(-0.5 / var(--view-size) * 100vw);
    }
    .howto_flow_section {
        padding: calc(40 / var(--view-size)* 100vw) 0 calc(75 / var(--view-size)* 100vw);
    }
    .howto_flow_box {
        padding: calc(30 / var(--view-size)* 100vw) calc(30 / var(--view-size)* 100vw) calc(50 / var(--view-size)* 100vw);
        margin-bottom: 0;
    }
    .howto_flow_box .common_ttl_01 h2,
    .howto_flow_box .common_ttl_01 .top_about_ttl_edging {
        font-size: calc(40 / var(--view-size)* 100vw);
    }
    .howto_flow_text {
        text-align: left;
        margin-bottom: calc(30 / var(--view-size)* 100vw);
    }
    .howto_flow_item {
        border-bottom: none;
        margin-bottom: calc(30 / var(--view-size)* 100vw);
        padding-bottom: 0;
    }
    .howto_flow_item:last-child {
        margin-bottom: 0;
    }
    .howto_flow_item .common_ttl_02 {
        margin-bottom: calc(10 / var(--view-size)* 100vw);
    }
    .howto_flow_item .common_ttl_02 .common_edging_ttl,
    .howto_flow_item .common_ttl_02 .common_edging_text {
        font-size: calc(32 / var(--view-size)* 100vw);
    }
    .howto_flow_img {
        width: calc(275 / var(--view-size)* 100vw);
        margin-bottom: calc(10 / var(--view-size)* 100vw);
    }
    .howto_flow_textarea h4 {
        margin-bottom: calc(10 / var(--view-size)* 100vw);
        letter-spacing: calc(-1.2 / var(--view-size)* 100vw);
    }
    .howto_flow_bottom {
        width: calc(375 / var(--view-size)* 100vw);
        height: calc(40 / var(--view-size)* 100vw);
    }

    /* howto_facility */
    .howto_facility_section {
        padding-bottom: calc(60 / var(--view-size)* 100vw);
    }
    .howto_facility_top {
        width: calc(375 / var(--view-size)* 100vw);
        height: calc(27 / var(--view-size)* 100vw);
        top: calc(-0.5 / var(--view-size)* 100vw);
    }
    .howto_facility_bottom {
        width: calc(375 / var(--view-size)* 100vw);
        height: calc(55 / var(--view-size)* 100vw);
    }
    .howto_facility_box {
        padding: calc(20 / var(--view-size)* 100vw) calc(0 / var(--view-size)* 100vw) calc(70 / var(--view-size)* 100vw);
    }
    .howto_facility_map {
        width: calc(275 / var(--view-size)* 100vw);
        margin: 0 auto calc(30 / var(--view-size)* 100vw);
    }
    .howto_facility_item {
        margin: 0 calc(15 / var(--view-size)* 100vw);
        padding-top: calc(20 / var(--view-size)* 100vw);
    }
    .howto_facility_edging {
        bottom: auto;
        top: calc(20 / var(--view-size)* 100vw);
    }
    /* .howto_facility_img {
        width: calc(200 / var(--view-size)* 100vw);
    } */
    .howto_facility_slide {
        display: block;
     }
    .howto_facility_slide .slick-slide {
        max-height: calc(315 / var(--view-size) * 100vw);
    }
    html[lang="en"] .howto_facility_slide .slick-slide {
        max-height: calc(345 / var(--view-size) * 100vw);
    }

    /* howto_lineup */
    .howto_lineup_top {
        width: calc(375 / var(--view-size)* 100vw);
        height: calc(40 / var(--view-size)* 100vw);
    }
    .howto_lineup_section {
        padding: calc(60 / var(--view-size)* 100vw) 0;
    }
    .howto_lineup_section .inner {
        width: calc(350 / var(--view-size)* 100vw);
    }
    .howto_lineup_section .common_ttl_01 {
        margin-bottom: calc(40 / var(--view-size)* 100vw);
    }
    .howto_lineup_cont {
        margin-bottom: calc(60 / var(--view-size)* 100vw);
    }
    .howto_lineup_cont.howto_lineup_cont_01 .common_ttl_02 {
        margin-bottom: calc(60 / var(--view-size)* 100vw);
    }

    .howto_lineup_cont .common_ttl_02 {
        margin-bottom: calc(20 / var(--view-size)* 100vw);
    }
    .howto_lineup_cont .common_ttl_02 .common_edging_ttl,
    .howto_lineup_cont .common_ttl_02 .common_edging_text {
        font-size: calc(32 / var(--view-size)* 100vw);
    }
    .howto_lineup_row {
        padding: 0 calc(15 / var(--view-size)* 100vw);
    }
    .howto_lineup_row::after {
        width: calc(150 / var(--view-size)* 100vw);
    }
    .howto_lineup_item {
        width: calc(150 / var(--view-size)* 100vw);
        margin-bottom: calc(60 / var(--view-size)* 100vw);
    }
    .howto_lineup_item:nth-last-child(1),
    .howto_lineup_item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .howto_lineup_less {
        position: relative;
        z-index: 10;
    }
    /* .howto_lineup_less .howto_lineup_item:nth-child(9) {
        display: none;
    } */
    .howto_lineup_more {
        position: relative;
        z-index: 100;
    }
    .howto_lineup_more .howto_lineup_item:nth-child(-n+8) {
        display: none !important;
    }
    .howto_lineup_cate {
        transform: rotate(-10deg);
        width: calc(150 / var(--view-size)* 100vw);
        left: calc(-30 / var(--view-size)* 100vw);
        top: calc(-30 / var(--view-size)* 100vw);
    }
    .howto_lineup_item img {
        border-radius: calc(15 / var(--view-size)* 100vw);
        margin-bottom: calc(5 / var(--view-size)* 100vw);
    }
    .howto_lineup_name {
        font-size: calc(12 / var(--view-size)* 100vw);
        text-align: left;
    }
    .howto_lineup_warning{
        font-size: calc(10 / var(--view-size)* 100vw);
    }

    .howto_lineup_cate_name {
        margin-bottom: calc(50 / var(--view-size)* 100vw);
        font-size: calc(20 / var(--view-size)* 100vw);
        letter-spacing: calc(-1.2 / var(--view-size)* 100vw);
    }
    .howto_lineup_cate_name::after {
        content: none;
    }
    .howto_lineup_cate_name_wrap {
        position: relative;
    }
    .howto_lineup_cate_name_wrap::after {
        content: "";
        background-color: #FCC800;
        height: calc(1 / var(--view-size)* 100vw);
        width: calc(350 / var(--view-size)* 100vw);
        position: absolute;
        top: calc(20 / var(--view-size)* 100vw);
        left: 0;
        z-index: -1;
    }
    .howto_lineup_group {
        text-align: center;
        margin-bottom: calc(40 / var(--view-size)* 100vw);
    }
    .howto_lineup_group .howto_lineup_row {
        justify-content: center;
    }
    .howto_lineup_group .howto_lineup_item {
        margin-right: calc(20 / var(--view-size)* 100vw);
    }
    .howto_lineup_group .howto_lineup_item:nth-child(2n) {
        margin-right: calc(0 / var(--view-size)* 100vw);
    }
    .howto_lineup_group .howto_lineup_item {
        margin-bottom: calc(60 / var(--view-size)* 100vw);
    }
    .howto_lineup_group .howto_lineup_item:nth-last-child(1),
    .howto_lineup_group .howto_lineup_item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .howto_lineup_group .howto_lineup_item:last-child {
        margin-bottom: 0;
    }

    .howto_mv_btn_01 {
        margin-right: 0;
    }

    .howto_empty_item h3 {
        font-size: calc(22 / var(--view-size)* 100vw);
    }
    .howto_empty_item p {
        font-size: calc(16 / var(--view-size)* 100vw);
    }
    .howto_lineup_btn {
        width: calc(345 / var(--view-size)* 100vw);
    }


}