@charset "utf-8";


/* ---------- pc ---------- */

/* mv */
.mv{
    display: flex;
    justify-content: center;
    min-width: 1024px;
}
.mv_left{
    background-color: #000000;
    width: 40%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_left_inner{
    width: 72%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mv_left_inner__p01{
    text-align: center;
    margin-bottom: 10px;
}
.mv_left_inner__p01__span01{
    color: #ffffff;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    vertical-align: inherit;
}
.mv_left_inner__p01__span02{
    color: #ffffff;
    font-size: 45px;
    font-weight: bold;
    vertical-align: sub;
    margin: 0 5px;
}
.mv_left_inner__p01__span03{
    color: #ffffff;
    font-size: 28px;
    vertical-align: inherit;
    font-weight: bold;
}
.mv_left_inner__img{
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.mv_left_inner__img img{
    width: 100%;
}
.mv_left_inner__p02{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
/* mainslider */
.mainslider{
    width: 60%;
    margin-bottom: 0px !important;
}
.mainslider div{
    width: 100%;
}
.mainslider div img{
    width: 100%;
}
.slick-dots{
    bottom: 30px;
    right: 20px;
    width: auto;
}
.slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 4px;
}
.slick-dots li button{
    background-color: #111111;
    width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button{
    background-color: #E6241A;
}
.slick-dots li button:before{
    content: none;
}
/* webinfo */
.webinfo{
    position: absolute;
    left: calc(50% - 450px);
}
.webinfo div{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004098;
    width: 900px;
    margin: -20px auto 0;
    z-index: 5;
    padding: 38px 0;
}
.webinfo__p01{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}
.webinfo__span{
    background-color: #fff;
    width: 3px;
    height: 26px;
    margin: 0 30px;
}
.webinfo__p02{
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}
/* top_concept */
.top_concept{
    background-image: url(../images/top_back01.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 640px;
    min-width: 1024px;
}
.top_concept_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 60px;
}
.top_concept_inner__span{
    width: 444px;
    display: block;
    margin-bottom: 30px;
}
.top_concept_inner__span p{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.top_concept_inner__span h1 img{
    width: 100%;
}
.top_concept_inner__p{
    color: #111;
    text-align: center;
    font-size: 20px;
    line-height: 200%;
    font-weight: bold;
}
/* loop_wrap */
.loop_wrap{
    display: flex;
    width: 100vw;
    height: 280px;
    overflow: hidden;
    margin-bottom: 50px;
}
.loop_wrap ul{
    display: flex;
    justify-content: flex-start;
    width: 1680px;
    min-width: 1680px;
    height: 100%;
}
.loop_wrap ul li{
    display: block;
    width: 280px;
}
.loop_wrap ul li img{
    height: 100%;
}
@keyframes loop{
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes loop2{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}
.loop_wrap ul:first-child {
    animation: loop 40s -20s linear infinite;
}

.loop_wrap ul:last-child {
    animation: loop2 40s linear infinite;
}
/* top_features */
.top_features{
    background-image: url(../images/top_bg01.jpg);
    background-repeat: repeat;
    background-size: 50%;
}
.top_features_inner{
    width: calc(100% - 120px);
    min-width: 1024px;
    margin: 0 auto;
    padding: 80px 0 100px;
    max-width: 1400px;
}
.top_features_box{
    display: flex;
    align-items: center;
    padding-bottom: 60px;
    position: relative;
    justify-content: flex-end;
}
.top_features_box_left{
    justify-content: flex-start;
}
.top_features_box:last-child{
    padding-bottom: 0px;
}
.top_features_box_textbox{
    background-color: #fff;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, .1);
    width: 48%;
    z-index: 1;
    position: absolute;
    left: 0px;
    height: 380px;
    min-width: auto;
    display: flex;
    align-items: center;
    top: 30px;
}
.top_features_box_textbox_right{
    right: 0px;
    left: auto;
}
.top_features_box_textbox_redline{
    height: 100%;
    position: absolute;
    left: 0px;
    width: 3px;
    background-color: #E60012;
    display: block;
    top: 0px;
}
.top_features_box_textbox_number{
    position: absolute;
    color: #E60012;
    font-weight: 600;
    font-size: 125px;
    top: -5px;
    right: 40px;
    display: block;
    height: 70px;
}
.top_features_box_textbox_number::after{
    content: '';
    background-color: #E60012;
    display: block;
    width: 100%;
    height: 5px;
    bottom: -30px;
    position: absolute;
}
.top_features_box_textbox_inner{
    padding: 0 0 0 12%;
}
.top_features_box_textbox_inner__h3{
    color: #E60012;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 35px;
}
.top_features_box_textbox_inner__p{
    color: #111;
    font-weight: bold;
    font-size: 24px;
    line-height: 165%;
    margin-bottom: 20px;
}
.top_features_box_textbox_inner__p_04{
    color: #111;
    font-weight: bold;
    font-size: 21px;
    line-height: 185%;
    margin-bottom: 10px;
}
.top_features_box_textbox_inner__p_04 span{
    font-size: 28px;
}
.top_features_box_textbox_inner__h3_04{
    color: #E60012;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 0px;
    line-height: 145%;
}
.top_features_box_textbox_inner__a{
    background-color: #111;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    border-radius: 5px;
    width: 355px;
    padding: 15px 0;
    justify-content: center;
}
.top_features_box_textbox_inner__a span{
    position: relative;
    margin-left: -10px;
}
.top_features_box_textbox_inner__a span::after{
    content: "";
    background-image: url(../images/top_link_icon.svg);
    width: 16px;
    height: 14px;
    position: absolute;
    right: -20px;
    background-size: cover;
    top: 6px;
}
.top_features_box_imgbox{
    width: 54%;
    height: 440px;
}
.top_features_box_imgbox_img_slide {
    position: relative;
    width: 100%;
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}
.top_features_box_imgbox_img_slide img {
	transition:all 1s ease-in-out;
	height:100%;
	object-fit:contain;
}
.top_features_box_imgbox_img{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 440px;
    width: 100%;
    position: relative;
}
.top_features_box_imgbox_img img{
    height: 440px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 840px;
    transform: translate(-50%,0);
}
.top_features_box_textbox_andmore{
    position: absolute;
    width: 51px;
    height: 114px;
    top: calc(50% - 57px);
    left: -25px;
}
.top_features_box_textbox_andmore img{
    width: 100%;
}
/* .top_movie */
.top_movie{
    background-color: #fff;
    min-width: 1024px;
}
.top_movie_inner{
    width: 822px;
    margin: 0 auto;
    padding: 80px 0 100px;
}

.top_qa_right{
    background-image: url(../images/top_bg01.jpg);
    background-repeat: repeat;
    background-size: 50%;
}
.top_youtube{
    width: 822px;
    height: 460px;
    margin-bottom: 60px;
}
.top_youtube iframe{
    width: 100%;
    height: 100%;
}
.top_qa{
    width: 822px;
    display: flex;
    justify-content: space-between;
}
.top_qa_left{
    width: 423px;
    height: 296px;
}
.top_qa_left img{
    width: 100%;
}
.top_qa_right{
    width: 403px;
    height: 296px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_qa_right_inner_ttl{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}
.top_qa_right_inner_ttl p{
    color: #E60012;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
}
.top_qa_right_inner_ttl h3{
    font-size: 36px;
    font-weight: bold;
    color: #111111;
}
.top_qa_right_inner__p{
    text-align: center;
    color: #111111;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
}
.top_qa_right_inner__a{
    background-color: #111;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    border-radius: 5px;
    width: 310px;
    padding: 15px 0;
    justify-content: center;
}
.top_qa_right_inner__a span{
    position: relative;
    margin-left: -10px;
}
.top_qa_right_inner__a span::after{
    content: "";
    background-image: url(../images/top_link_icon.svg);
    width: 16px;
    height: 14px;
    position: absolute;
    right: -20px;
    background-size: cover;
    top: 5px;
}

/* ---------- max1280px ---------- */
@media screen and (max-width:1280px) {
    .top_features_box_textbox{
        background-color: #fff;
        box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, .1);
        width: 46%;
        z-index: 1;
        position: absolute;
        left: 0px;
        height: 380px;
        min-width: auto;
        display: flex;
        align-items: center;
        top: 30px;
    }
    .top_features_box_textbox_right{
        right: 0px;
        left: auto;
    }
    .top_features_box_imgbox{
        width: 56%;
        height: 440px;
    }
    .top_features_box_textbox_number{
        position: absolute;
        color: #E60012;
        font-weight: 600;
        font-size: 75px;
        top: -25px;
        right: 40px;
        display: block;
        height: 70px;
    }
    .top_features_box_textbox_number::after{
        content: '';
        background-color: #E60012;
        display: block;
        width: 100%;
        height: 5px;
        bottom: 5px;
        position: absolute;
    }
}

/* ---------- max1024px and min768px ---------- */
@media screen and (max-width:1024px) and (min-width:768px) {

    /* mv */
    .mv{
        display: flex;
        justify-content: center;
        min-width: 100%;
    }
    .mv_left{
        background-color: #000000;
        width: 40%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mv_left_inner{
        width: 72%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mv_left_inner__p01{
        text-align: center;
        margin-bottom: 10px;
    }
    .mv_left_inner__p01__span01{
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        vertical-align: inherit;
    }
    .mv_left_inner__p01__span02{
        color: #ffffff;
        font-size: 32px;
        font-weight: bold;
        vertical-align: sub;
        margin: 0 5px;
    }
    .mv_left_inner__p01__span03{
        color: #ffffff;
        font-size: 20px;
        vertical-align: inherit;
        font-weight: bold;
    }
    .mv_left_inner__img{
        text-align: center;
        margin-bottom: 10px;
        display: block;
    }
    .mv_left_inner__img img{
        width: 100%;
    }
    .mv_left_inner__p02{
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }
    /* mainslider */
    .mainslider{
        width: 60%;
        margin-bottom: 0px !important;
    }
    .mainslider div{
        width: 100%;
    }
    .mainslider div img{
        width: 100%;
    }
    .slick-dots{
        bottom: 30px;
        right: 20px;
        width: auto;
    }
    .slick-dots li{
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    .slick-dots li button{
        background-color: #111111;
        width: 10px;
        height: 10px;
    }
    .slick-dots li.slick-active button{
        background-color: #E6241A;
    }
    .slick-dots li button:before{
        content: none;
    }
    /* webinfo */
    .webinfo{
        position: absolute;
        left: 5%;
        width: 90%;
    }
    .webinfo div{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #004098;
        width: auto;
        margin: -20px auto 0;
        z-index: 5;
        padding: 28px 0;
        max-width: 670px;
    }
    .webinfo__p01{
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        margin: 0;
    }
    .webinfo__span{
        background-color: #fff;
        width: 3px;
        height: 20px;
        margin: 0 20px;
    }
    .webinfo__p02{
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        margin: 0;
    }
    /* top_concept */
    .top_concept{
        background-image: url(../images/top_back01.png);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 560px;
        min-width: 100%;
    }
    .top_concept_inner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 40px;
    }
    .top_concept_inner__span{
        width: 380px;
        display: block;
        margin-bottom: 30px;
    }
    .top_concept_inner__span p{
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }
    .top_concept_inner__span h1 img{
        width: 100%;
    }
    .top_concept_inner__p{
        color: #111;
        text-align: center;
        font-size: 18px;
        line-height: 200%;
        font-weight: bold;
    }
    /* loop_wrap */
    .loop_wrap{
        display: flex;
        width: 100vw;
        height: 220px;
        overflow: hidden;
        margin-bottom: 50px;
    }
    .loop_wrap ul{
        display: flex;
        justify-content: flex-start;
        width: auto;
        height: 100%;
        width: 1320px;
        min-width: 1320px;
    }
    .loop_wrap ul li{
        display: block;
        width: 220px;
    }
    .loop_wrap ul li img{
        height: 100%;
        width: 100%;
    }
    @keyframes loop{
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes loop2{
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-200%);
        }
    }
    .loop_wrap ul:first-child {
        animation: loop 40s -20s linear infinite;
    }

    .loop_wrap ul:last-child {
        animation: loop2 40s linear infinite;
    }
    /* top_features */
    .top_features{
        background-image: url(../images/top_bg01.jpg);
        background-repeat: repeat;
        background-size: 50%;
    }
    .top_features_inner{
        width: 88%;
        min-width: auto;
        margin: 0 auto;
        padding: 60px 0 80px;
        max-width: none;
    }
    .top_features_box{
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        position: relative;
        justify-content: flex-end;
    }
    .top_features_box_left{
        justify-content: flex-start;
    }
    .top_features_box:last-child{
        padding-bottom: 0px;
    }
    .top_features_box_textbox{
        background-color: #fff;
        box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, .1);
        width: 48%;
        z-index: 1;
        position: absolute;
        left: 0px;
        height: 280px;
        min-width: auto;
        display: flex;
        align-items: center;
    }
    .top_features_box_textbox_right{
        right: 0px;
        left: auto;
    }
    .top_features_box_textbox_redline{
        height: 100%;
        position: absolute;
        left: 0px;
        width: 3px;
        background-color: #E60012;
        display: block;
    }
    .top_features_box_textbox_number{
        position: absolute;
        color: #E60012;
        font-weight: 600;
        font-size: 55px;
        top: -20px;
        right: 20px;
        display: block;
        height: 40px;
    }
    .top_features_box_textbox_number::after{
        content: '';
        background-color: #E60012;
        display: block;
        width: 100%;
        height: 5px;
        bottom: -30px;
        position: absolute;
    }
    .top_features_box_textbox_inner{
        padding: 0 0 0 12%;
    }
    .top_features_box_textbox_inner__h3{
        color: #E60012;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 18px;
    }
    .top_features_box_textbox_inner__p{
        color: #111;
        font-weight: bold;
        font-size: 18px;
        line-height: 165%;
        margin-bottom: 20px;
    }
    .top_features_box_textbox_inner__p_04{
        color: #111;
        font-weight: bold;
        font-size: 16px;
        line-height: 185%;
        margin-bottom: 10px;
    }
    .top_features_box_textbox_inner__p_04 span{
        font-size: 22px;
    }
    .top_features_box_textbox_inner__h3_04{
        color: #E60012;
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 0px;
        line-height: 145%;
    }
    .top_features_box_textbox_inner__a{
        background-color: #111;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        border-radius: 5px;
        width: 100%;
        padding: 15px 0;
        justify-content: center;
    }
    .top_features_box_textbox_inner__a span{
        position: relative;
        margin-left: -10px;
    }
    .top_features_box_textbox_inner__a span::after{
        content: "";
        background-image: url(../images/top_link_icon.svg);
        width: 16px;
        height: 14px;
        position: absolute;
        right: -20px;
        background-size: cover;
        top: 6px;
    }
    .top_features_box_imgbox{
        width: 54%;
        height: 300px;
    }
    .top_features_box_imgbox_img_slide {
        position: relative;
        width: 100%;
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: #fff;
    }
    .top_features_box_imgbox_img_slide img {
        position:absolute;
        transition:all 1s ease-in-out;
        height:100%;
        object-fit:contain;
    }
    .top_features_box_imgbox_img{
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 300px;
    }
    .top_features_box_imgbox_img img{
        height: 100%;
        width: auto;
    }
    .top_features_box_textbox_andmore{
        position: absolute;
        width: 51px;
        height: 114px;
        top: calc(50% - 57px);
        left: -25px;
    }
    .top_features_box_textbox_andmore img{
        width: 100%;
    }
    /* .top_movie */
    .top_movie{
        background-color: #fff;
        min-width: 100%;
    }
    .top_movie_inner{
        width: 88%;
        margin: 0 auto;
        padding: 80px 0 100px;
    }

    .top_qa_right{
        background-image: url(../images/top_bg01.jpg);
        background-repeat: repeat;
        background-size: 50%;
    }
    .top_youtube{
        width: 100%;
        height: 460px;
        margin-bottom: 60px;
    }
    .top_youtube iframe{
        width: 100%;
        height: 100%;
    }
    .top_qa{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .top_qa_left{
        width: 50%;
        height: 280px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_qa_left img{
        height: auto;
        width: 130%;
    }
    .top_qa_right{
        width: 50%;
        height: 280px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_qa_right_inner_ttl{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .top_qa_right_inner_ttl p{
        color: #E60012;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 14px;
    }
    .top_qa_right_inner_ttl h3{
        font-size: 36px;
        font-weight: bold;
        color: #111111;
    }
    .top_qa_right_inner__p{
        text-align: center;
        color: #111111;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .top_qa_right_inner__a{
        background-color: #111;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        display: flex;
        border-radius: 5px;
        width: 100%;
        padding: 15px 0;
        justify-content: center;
    }
    .top_qa_right_inner__a span{
        position: relative;
        margin-left: -10px;
    }
    .top_qa_right_inner__a span::after{
        content: "";
        background-image: url(../images/top_link_icon.svg);
        width: 16px;
        height: 14px;
        position: absolute;
        right: -20px;
        background-size: cover;
        top: 5px;
    }
}


/* ---------- sp w767px ---------- */
@media screen and (max-width:767px) {

    /* mv */
    .mv{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-width: auto;
    }
    .mv_left{
        background-color: #000000;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 18px 0;
    }
    .mv_left_inner{
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mv_left_inner__p01{
        text-align: center;
        margin-bottom: 0px;
    }
    .mv_left_inner__p01__span01{
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        vertical-align: inherit;
    }
    .mv_left_inner__p01__span02{
        color: #ffffff;
        font-size: 29px;
        font-weight: bold;
        vertical-align: sub;
        margin: 0 5px;
    }
    .mv_left_inner__p01__span03{
        color: #ffffff;
        font-size: 16px;
        vertical-align: inherit;
        font-weight: bold;
    }
    .mv_left_inner__img{
        text-align: center;
        margin-bottom: 0px;
        display: block;
    }
    .mv_left_inner__img img{
        width: 100%;
    }
    .mv_left_inner__p02{
        color: #ffffff;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }
    /* mainslider */
    .mainslider{
        width: 100%;
        margin-bottom: 0px !important;
    }
    .mainslider div{
        width: 100%;
    }
    .mainslider div img{
        width: 100%;
    }
    .slick-dots{
        bottom: 8px;
        right: 8px;
        width: auto;
    }
    .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .slick-dots li button{
        background-color: #111111;
        width: 8px;
        height: 8px;
        padding: 0;
    }
    .slick-dots li.slick-active button{
        background-color: #E6241A;
    }
    .slick-dots li button:before{
        content: none;
    }
    /* webinfo */
    .webinfo{
        position: inherit;
        width: 100%;
    }
    .webinfo div{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #004098;
        width: 100%;
        margin: 0;
        z-index: 5;
        padding: 16px 0;
    }
    .webinfo__p02{
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin: 0;
    }
    /* top_concept */
    .top_concept{
        background-image: url(../images/top_back01.png);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        background-position: bottom right;
        min-width: auto;
    }
    .top_concept_inner{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-top: 40px;
        width: 88%;
        margin: 0 auto;
        padding-bottom: 40px;
    }
    .top_concept_inner__span{
        width: 214px;
        display: block;
        margin-bottom: 25px;
    }
    .top_concept_inner__span p{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0px;
    }
    .top_concept_inner__span h1 img{
        width: 100%;
    }
    .top_concept_inner__p{
        color: #111;
        text-align: center;
        font-size: 14px;
        line-height: 200%;
        font-weight: bold;
    }
    /* loop_wrap */
    .loop_wrap{
        display: flex;
        width: 100vw;
        height: 120px;
        overflow: hidden;
        margin-bottom: 40px;
    }
    .loop_wrap ul{
        display: flex;
        justify-content: flex-start;
        width: auto;
        height: 100%;
        min-width: auto;
    }
    .loop_wrap ul li{
        display: block;
        width: 120px;
        height: 120px;
    }
    .loop_wrap ul li img{
        height: 100%;
        width: 100%;
    }
    @keyframes loop{
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    @keyframes loop2{
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-200%);
        }
    }
    .loop_wrap ul:first-child {
        animation: loop 40s -20s linear infinite;
    }

    .loop_wrap ul:last-child {
        animation: loop2 40s linear infinite;
    }
    /* top_features */
    .top_features{
        background-image: url(../images/top_bg01.jpg);
        background-repeat: repeat;
        background-size: 50%;
    }
    .top_features_inner{
        width: calc(100% - 120px);
        min-width: auto;
        margin: 0 auto;
        padding: 30px 0 40px;
        max-width: none;
        width: 100%;
    }
    .top_ttl{
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .top_ttl p{
        color: #E60012;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 100%;
    }
    .top_ttl h2{
        color: #111111;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        line-height: 145%;
    }
    .top_features_box{
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        position: relative;
        justify-content: flex-end;
        flex-direction: column-reverse;
        width: 88%;
        margin: 0 auto;
    }
    .top_features_box_left{
        justify-content: flex-start;
    }
    .top_features_box:last-child{
        padding-bottom: 0px;
    }
    .top_features_box_textbox{
        background-color: #fff;
        box-shadow: 6px 6px 12px 0 rgb(0 0 0 / 10%);
        width: 100%;
        z-index: 1;
        position: relative;
        left: 0px;
        height: auto;
        min-width: auto;
        display: flex;
        align-items: center;
        padding: 30px 0;
        top: unset;
    }
    .top_features_box_textbox_right{
        right: 0px;
        left: auto;
    }
    .top_features_box_textbox_redline{
        height: 100%;
        position: absolute;
        left: 0px;
        width: 3px;
        background-color: #E60012;
        display: none;
    }
    .top_features_box_textbox_number{
        position: absolute;
        color: #E60012;
        font-weight: 600;
        font-size: 65px;
        top: -23px;
        right: 20px;
        display: block;
        height: auto;
        line-height: 100%;
    }
    .top_features_box_textbox_number::after{
        content: '';
        background-color: #E60012;
        display: block;
        width: 100%;
        height: 4px;
        bottom: -20px;
        position: absolute;
    }
    .top_features_box_textbox_inner{
        padding: 0 0 0 30px;
        width: 80%;
    }
    .top_features_box_textbox_inner__h3{
        color: #E60012;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 100%;
    }
    .top_features_box_textbox_inner__p{
        color: #111;
        font-weight: bold;
        font-size: 16px;
        line-height: 185%;
        margin-bottom: 20px;
    }
    .top_features_box_textbox_inner__p_04{
        color: #111;
        font-weight: bold;
        font-size: 13px;
        line-height: 225%;
        margin-bottom: 4px;
    }
    .top_features_box_textbox_inner__p_04 span{
        font-size: 22px;
    }
    .top_features_box_textbox_inner__h3_04{
        color: #E60012;
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 145%;
    }
    .top_features_box_textbox_inner__a{
        background-color: #111;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        border-radius: 5px;
        width: 100%;
        padding: 15px 0;
        justify-content: center;
    }
    .top_features_box_textbox_inner__a span{
        position: relative;
        margin-left: -10px;
    }
    .top_features_box_textbox_inner__a span::after{
        content: "";
        background-image: url(../images/top_link_icon.svg);
        width: 16px;
        height: 14px;
        position: absolute;
        right: -20px;
        background-size: cover;
        top: 5px;
    }
    .top_features_box_imgbox{
        width: 100%;
        height: 212px;
    }
    .top_features_box_imgbox_img_slide {
        position: relative;
        width: 100%;
        height: 212px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background-color: #fff;
    }
    .top_features_box_imgbox_img_slide img {
        position: absolute;
        transition:all 1s ease-in-out;
        height:100%;
        object-fit:contain;
    }
    .top_features_box_imgbox_img{
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 212px;
    }
    .top_features_box_imgbox_img img{
        height: 100%;
        width: auto;
        position: relative;
        left: unset;
        transform: none;
        top: unset;
    }
    .top_features_box_textbox_andmore{
        position: absolute;
        width: 63px;
        height: 27px;
        top: -10px;
        left: calc(50% - 32px);
    }
    .top_features_box_textbox_andmore img{
        width: 100%;
    }
    /* .top_movie */
    .top_movie{
        background-color: #fff;
        min-width: auto;
    }
    .top_movie_inner{
        width: 88%;
        margin: 0 auto;
        padding: 30px 0 40px;
    }

    .top_qa_right{
        background-image: url(../images/top_bg01.jpg);
        background-repeat: repeat;
        background-size: 50%;
    }
    .top_youtube{
        width: 100%;
        height: 200px;
        margin-bottom: 30px;
    }
    .top_youtube iframe{
        width: 100%;
        height: 100%;
    }
    .top_qa{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .top_qa_left{
        width: 100%;
        height: 100px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_qa_left img{
        width: 100%;
        padding: 60px 0 0 0;
    }
    .top_qa_right{
        width: 100%;
        height: 128px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_qa_right_inner_ttl{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 0px;
        padding-top: 20px;
    }
    .top_qa_right_inner_ttl p{
        color: #E60012;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .top_qa_right_inner_ttl h3{
        font-size: 20px;
        font-weight: bold;
        color: #111111;
        margin-bottom: 5px;
    }
    .top_qa_right_inner__p{
        text-align: center;
        color: #111111;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .top_qa_right_inner__a{
        display: none;
    }
    .top_qa_spcv{
        background-image: url(../images/top_bg01.jpg);
        background-repeat: repeat;
        background-size: 50%;
        padding: 20px 0 25px;
    }
    .top_qa_spcvr__a{
        background-color: #111;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        display: flex;
        border-radius: 5px;
        width: 88%;
        padding: 15px 0;
        justify-content: center;
        margin: 0 auto;
    }
    .top_qa_spcvr__a span{
        position: relative;
        margin-left: -10px;
    }
    .top_qa_spcvr__a span::after{
        content: "";
        background-image: url(../images/top_link_icon.svg);
        width: 16px;
        height: 14px;
        position: absolute;
        right: -20px;
        background-size: cover;
        top: 5px;
    }
}