@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
body,
html {
    height: 100%;
}

.top_page #header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 102;
}

.page_top {
    padding-top: 55px;
    padding-bottom: 55px;
    background-color: #efefef;
    position: relative;
    z-index: 100;
}

.page_top .page_top_btn {
    display: block;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}

#main_container {
    position: relative;
    z-index: 99;
}

#main_visual {
    position: relative;
    height: 100%;
    z-index: 100;
}

#main_visual .slide_contents {
    height: 100%;
}

#main_visual .slide_img {
    position: relative;
    height: 100%;
}

#main_visual .slide_img div {
    height: 100%;
}

#main_visual .slide_img .mv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    text-align: left;
    bottom: 140px;
    left: 0;
    width: 600px;
    height: 310px;
    padding: 47px 20px 44px 48px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

#main_visual .slide_img .mv_box .catch_txt {
    width: 100%;
    margin-bottom: auto;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: 1.6px;
    color: #fafafa;
}

#main_visual .slide_img .mv_box .txt {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0.7px;
    color: #fafafa;
}

#main_visual .slide_img .mv_box .more_btn {
    margin-top: auto;
}

.ttl_box_hd {
    margin-bottom: 40px;
    text-align: center;
}

.ttl_box_hd .ttl {
    font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 4.8px;
}

#pick_up_contents {
    background-color: #fafafa;
    padding-top: 98px;
    padding-bottom: 103px;
    position: relative;
    z-index: 100;
}

#pick_up_contents .pick_up_list {
    margin-bottom: -8px;
    padding-bottom: 86px;
}

#pick_up_contents .pick_up_list .box {
    max-width: 320px;
    width: 24.52107%;
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center;
}

#pick_up_contents .pick_up_list .box .img {
    margin-bottom: 20px;
}

#pick_up_contents .pick_up_list .box .txt {
    font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: 3.2px;
}

#pick_up_contents .product_bnr {
    margin-right: 0px;
    margin-bottom: -8px;
}

#pick_up_contents .product_bnr .bnr {
    position: relative;
    max-width: 638px;
    width: 48.88889%;
    margin-right: 2.14559%;
    margin-bottom: 8px;
}

#pick_up_contents .product_bnr .bnr span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 8.5px rgba(68, 68, 68, 0.4);
    top: 0;
    left: 0;
    padding-left: 7.83699%;
    font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 4.8px;
    text-align: left;
    color: #fafafa;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#pick_up_contents .product_bnr .bnr:hover span {
    padding-left: 9.40439%;
}

#pick_up_contents .product_bnr .bnr:nth-of-type(2n) {
    margin-right: 0px;
}

.youtube_contents {
    position: relative;
    width: 100%;
    height: 55.71429vw;
    padding: 0;
    z-index: 99;
}

.youtube_contents iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#features_contents {
    width: 100%;
}

#features_contents .detail_box {
    position: relative;
    width: 100%;
    height: 55.71429vw;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 99;
}

#features_contents .recco_system {
    background-image: url(../images/top/features_bg01.jpg);
    position: relative;
    z-index: 99;
}

#features_contents .green_label {
    width: 100%;
    padding-bottom: 56.17647%;
    position: relative;
    z-index: 98;
}

#features_contents .green_label .video_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 56.17647%;
    z-index: 1;
}

#features_contents .green_label .video_box video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#features_contents .open_factry {
    background-image: url(../images/top/features_bg03.jpg);
    position: relative;
    z-index: 99;
}

#features_contents .card_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 50px;
    bottom: 50px;
    max-width: 550px;
    width: 100%;
    z-index: 99;
}

#features_contents .card_box .cnt_ttl_hd {
    margin-bottom: 25px;
}

#features_contents .card_box .cnt_ttl_hd .cnt_ttl {
    font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 7.2px;
    color: #fafafa;
}

#features_contents .card_box .txt_box {
    width: 100%;
    margin-bottom: 60px;
}

#features_contents .card_box .txt_box .txt {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0.05em;
    text-align: justify;
    color: #fafafa;
}

@media screen and (max-width: 1200px) {
    #main_visual .slide_img div {
        background-attachment: scroll;
    }
    #features_contents .detail_box {
        background-attachment: scroll;
    }
    #features_contents .green_label {
        background-image: url(../images/top/features_bg02.jpg);
    }
}

@media screen and (max-width: 960px) {
    #main_visual .slide_img div {
        background-attachment: scroll;
    }
    #main_visual .slide_img .mv_img01 {
        background-image: url(../images/top/promo/sp/mv_img01.jpg);
        background-position: center bottom;
    }
    #main_visual .slide_img .mv_img02 {
        background-image: url(../images/top/promo/sp/mv_img02.jpg);
        background-position: right top;
    }
    #main_visual .slide_img .mv_img03 {
        background-image: url(../images/top/promo/sp/mv_img03.jpg);
        background-position: center top;
    }
    #main_visual .slide_img .mv_box {
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 38px 20px 120px;
    }
    #main_visual .slide_img .mv_box .catch_txt {
        margin-bottom: 18px;
        font-size: 1.8rem;
    }
    #main_visual .slide_img .mv_box .txt {
        margin-bottom: 28px;
        font-size: 1.3rem;
    }
    #main_visual .slide_img .mv_box .more_btn {
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    #main_visual .slide_img div {
        background-attachment: scroll;
    }
    #main_visual .slide_img .mv_img01 {
        background-image: url(../images/top/promo/sp/mv_img01.jpg);
    }
    #main_visual .slide_img .mv_img02 {
        background-image: url(../images/top/promo/sp/mv_img02.jpg);
    }
    #main_visual .slide_img .mv_img03 {
        background-image: url(../images/top/promo/sp/mv_img03.jpg);
    }
    #main_visual .slide_img .mv_box {
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 38px 20px 120px;
    }
    #main_visual .slide_img .mv_box .catch_txt {
        margin-bottom: 18px;
        font-size: 1.8rem;
    }
    #main_visual .slide_img .mv_box .txt {
        margin-bottom: 28px;
        font-size: 1.3rem;
    }
    #main_visual .slide_img .mv_box .more_btn {
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .ttl_box_hd {
        margin-bottom: 40px;
        text-align: center;
    }
    .ttl_box_hd .ttl {
        font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
        font-size: 2.4rem;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 0.05em;
    }
    #pick_up_contents {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #pick_up_contents .contents_box {
        width: 100%;
    }
    #pick_up_contents .pick_up_list {
        max-width: 320px;
        width: 24576000vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
        padding-bottom: 40px;
    }
    #pick_up_contents .pick_up_list .box {
        max-width: 320px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    #pick_up_contents .pick_up_list .box .img {
        margin-bottom: 20px;
    }
    #pick_up_contents .pick_up_list .box .txt {
        font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        line-height: 1.5;
        letter-spacing: 3.2px;
    }
    #pick_up_contents .product_bnr {
        margin-right: 0px;
        margin-bottom: -8px;
    }
    #pick_up_contents .product_bnr .bnr {
        position: relative;
        max-width: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    #pick_up_contents .product_bnr .bnr span {
        padding-left: 20px;
        font-family: "Open Sans", "Roboto", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
        font-size: 4.6875vw;
        font-weight: 800;
        line-height: 1.2;
        letter-spacing: 4.8px;
    }
    #pick_up_contents .product_bnr .bnr img {
        width: 100%;
        height: auto;
    }
    .youtube_contents {
        height: 72.91667vw;
        margin-bottom: 40px;
    }
    #features_contents .detail_box {
        position: relative;
        width: 100%;
        height: auto;
    }
    #features_contents .detail_box img {
        width: 100%;
        height: auto;
    }
    #features_contents .recco_system {
        background-image: none;
    }
    #features_contents .green_label {
        padding-bottom: 0;
        background-image: none;
    }
    #features_contents .green_label .video_box {
        display: none;
    }
    #features_contents .open_factry {
        background-image: none;
    }
    #features_contents .card_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        left: 0px;
        bottom: 0px;
        max-width: none;
        width: 100%;
        background-color: #fafafa;
        padding: 20px;
    }
    #features_contents .card_box .cnt_ttl_hd {
        margin-bottom: 2.34375vw;
    }
    #features_contents .card_box .cnt_ttl_hd .cnt_ttl {
        font-size: 1.8rem;
        color: #000;
        letter-spacing: 0.1em;
    }
    #features_contents .card_box .txt_box {
        margin-bottom: 2.60417vw;
    }
    #features_contents .card_box .txt_box .txt {
        font-size: 1.3rem;
        color: #000;
    }
    #features_contents .card_box .more_btn {
        width: 240px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 414px) {
    #pick_up_contents .pick_up_list {
        max-width: 280px;
        width: 21504000vw;
    }
    #pick_up_contents .pick_up_list .box {
        max-width: 280px;
        width: 100%;
    }
}