@charset "UTF-8";
/* Hero ================================= */
.container article:first-child {
    min-height: initial;
}
#hero{
    padding: 0;
}
#hero .img_wrap {
    position: relative;
    width: 100%;
    max-height: 620px;
}
#hero .img_wrap::before{
    content:"";
    display: block;
    padding-top: 32.2916%;
}
#hero .img_wrap img{
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#hero .title_wrap{
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    text-align: left;
    letter-spacing: 1px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 46%;
    color: #FFF;
}
#hero .title_wrap .title{
    font-size: 3.0rem;
    margin: 0.5em 0;
    word-break: break-all;
    letter-spacing: normal;
}
#hero .title_wrap .modelNumber{
    margin: 0;
    word-break: break-all;
    font-size: 15px;
    line-height: 2;
}
#hero .title_wrap span{
    display: block;
}
@media (max-width: 767px){
    #hero .title_wrap{
        width: 70%;
        bottom: 20px;
    }
    #hero .title_wrap .title{
        font-size: 1.3rem;
        margin: 0;
        line-height: 0.5;
    }
    #hero .title_wrap .modelNumber,
    #hero .title_wrap .comment{
        font-size: 8px;
        line-height: 1.5;
        display: inline;
    }
}
@media (min-width: 768px){
    #hero{
        padding-bottom: 100px;
    }
    #hero .title_wrap .title{
        font-size: 3.0rem;
        margin: 0.5em 0;
    }
    #hero .title_wrap .modelNumber,
    #hero .title_wrap .comment{
        font-size: 15px;
    }
}

/*important_notice ================================= */
.container article.important_notice{
    padding: 65px 0;
}
.important_notice .inner{
    width: 90%;
    max-width: 1018px;
    margin: 0 auto;
    border: 1px solid #AFAFAF;
    padding: 2.5em 1.5em 1.5em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.important_notice .inner .mark{
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    background: #FFF;
    border: 5px solid #FFF;
    width: 45px;
    height: 45px;
}
.important_notice .inner a{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}
@media (max-width: 767px) {
    .container article.important_notice{
        padding: 65px 0 30px;
    }
    .important_notice .inner a{
        font-size: 1.2rem;
    }
}

/* category-list ================================= */
#category-list .inner{
    width: 80%;
    max-width: 1262px;
    margin: 0 auto;
}
#category-list .inner .title_mini{
    margin-bottom: 3em;
}
#category-list .inner .flex_box{
    justify-content: space-between;
    flex-wrap: wrap;
}
#category-list .inner .flex_box::after{
    content:"";
    display: block;
    width: 30%;
}
#category-list .inner .flex_box .item_box{
    position: relative;
    display: block;
    width: 30%;
    max-width: 408px;
    margin-bottom: 50px;
    transition: 0.3s;
    text-decoration: none;
}
#category-list .inner .flex_box .item_box .img_wrap{
    position: relative;
    width: 100%;
    border: 1px solid #A3A3A3;
    box-sizing: border-box;
}
#category-list .inner .flex_box .item_box .img_wrap::before {
    content:"";
    display: block;
    padding-top: 39.7058%;
}
#category-list .inner .flex_box .item_box .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#category-list .inner .flex_box .item_box > p{
    position: absolute;
    bottom: 0;
    margin: 10px 15px;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
@media (max-width: 767px) {
    #category-list .inner .flex_box{
        flex-direction: column;
    }
    #category-list .inner .flex_box .item_box{
        width: 100%;
        margin: 0 auto 50px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    #category-list .inner .flex_box .item_box > p{
        font-size: 10px;
        margin: 5px;
    }
}


/* series-line-up ================================= */
#series-line-up{
    padding: 0;
}
#series-line-up h2{
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    margin-bottom: 2.5em;
}
#series-line-up h3{
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    font-weight: normal;
    margin-bottom: 1.7em;
}
#series-line-up .inner{
    width: 80%;
    max-width: 1262px;
    margin: 0 auto;
}
#series-line-up .inner .flex_box{
    justify-content: space-between;
    flex-wrap: wrap;
}
#series-line-up .inner .flex_box::after{
    content:"";
    display: block;
    width: 30%;
}
#series-line-up .inner .flex_box .item_box{
    position: relative;
    display: block;
    width: 33%;
    max-width: 400px;
    margin-bottom: 50px;
    transition: 0.3s;
    text-decoration: none;
}
#series-line-up .inner .flex_box .item_box .img_wrap{
    position: relative;
    width: 100%;
}
#series-line-up .inner .flex_box .item_box .img_wrap img {
    border: 1px solid #D6D6D6;
    max-width: 100%;
}
#series-line-up .item_box .caption p{
    word-break: break-all;
    white-space: pre-wrap;
}
#series-line-up .item_box .caption .style_bold{
    font-size: 1.2rem;
    letter-spacing: 3.6px;
    margin: 13px 0 7px;
    color: #534F4F;
}
#series-line-up .item_box .caption .style_en{
    font-size: 1.5rem;
    letter-spacing: 0.15px;
    margin: 13px 0 7px;
    color: #534F4F;
}
#series-line-up .item_box .caption .text{
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 767px) {
    #series-line-up .inner .flex_box{
        flex-direction: column;
    }
    #series-line-up .inner .flex_box .item_box{
        width: 100%;
        margin: 0 auto 50px;
    }
}
@media (min-width: 768px) {
    #series-line-up .inner{
        margin: 0 auto 150px;
    }
}

/* maintenance=============================================== */
#howto-maintenance .img_box{
    width: 50%;
    background: #F5F5F5;
    margin-right: 64px;
    box-sizing: border-box;
    position: relative;
}
#howto-maintenance .img_box > img{
    position: absolute;
    right: 10px;
    top: 0;
}
#howto-maintenance .text_box{
    width: 50%;
}
#howto-maintenance .text_box div{
    max-width: 575px;
}
#howto-maintenance .text_box .basic_btn{
    width: 100%;
    max-width: 423px;
    padding: 15px;
}
@media (max-width: 767px) {
    #howto-maintenance{
        align-items: flex-start;
    }
    #howto-maintenance .img_box{
        width: 40%;
        height: 150px;
        margin-right: 0;
    }
    #howto-maintenance .text_box{
        width: 60%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    #howto-maintenance .img_box > img{
        width: 100%;
    }
    #howto-maintenance .text_box .title{
        font-size: 2rem;
    }
    #howto-maintenance .text_box .caption{
        font-size: 1.2rem;
        letter-spacing: 0.02em;
        line-height: 1.5;
    }
}
@media (min-width: 768px) {
    #howto-maintenance .text_box .title{
        font-size: 3.9rem;
    }
    #howto-maintenance .text_box .caption{
        font-size: 1.4rem;
        letter-spacing: 0.28px;
        line-height: 1.5;
    }
}

/* howto-movie=============================================== */
#howto-movie{
    background: #707070;
    width: 100%;
}
#howto-movie .inner{
    width: 80%;
    max-width: 1272px;
    margin: 0 auto;
    flex-wrap: wrap;
}
#howto-movie .text_box{
    color: #FFF;
    width: 100%;
}
#howto-movie .text_box .title{
    font-size: 1.8rem;
    letter-spacing: 1.8px;
    line-height: 1.5;
    text-align: center;
    word-break: break-all;
    width: 100%;
}
#howto-movie .text_box .caption{
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 1.5;
}
#howto-movie .movie_box{
    width: 100%;
    height: auto;
}
#howto-movie .movie_box .img_wrap{
    position: relative;
    background: #000;
}
#howto-movie .movie_box .thumbnail{
    width: 100%;
    display: block;
    opacity: 0.7;
}
#howto-movie .movie_box .play_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70px;
    cursor: pointer;
    transition: 0.3s;
}
#howto-movie .movie_box .play_btn:hover{
    opacity: 0.6;
}

@media (max-width: 767px) {
    #howto-movie {
        margin: 50px 0;
    }
    #howto-movie .text_box .title{
        font-size: 1.5rem;
    }
    #howto-movie .text_box .caption{
        font-size: 1.2rem;
    }
    #howto-movie .movie_box .play_btn{
        width: 50px;
    }
}
@media (min-width: 768px) {
    #howto-movie {
        margin: 172px 0;
    }
    #howto-movie .inner{
        position: relative;
    }
    #howto-movie .text_box{
        width: 45%;
        max-width: 550px;
        min-width:inherit;
        padding-right: 5%;
        box-sizing: border-box;
    }
    #howto-movie .movie_box{
        width: 55%;
        position: absolute;
        left: 40%;
        top: -70px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .container article#howto-movie{
        padding: 0;
    }
    #howto-movie .inner{
        padding: 50px 0;
    }
    #howto-movie .text_box{
        width: 50%;
        min-width: 320px;
        box-sizing: border-box;
    }
    #howto-movie .movie_box{
        width: 50%;
        position: absolute;
        left: 50%;
        top: 15%;
    }
}
/* News=============================================== */
#news .inner{
    display: flex;
    flex-wrap: wrap;
}
#news .news_box{
    display: flex;
    min-height: 145px;
    box-sizing: border-box;
}
#news .news_box:nth-child(2n){
    margin-right: 0;
}
#news .news_box .news_pic,
#news .news_box .news_pic_none{
    border: 1px solid #cbcbcb;
    background: #FFF;
}
#news .news_box .news_pic_none{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#news .news_box .news_pic .thumbnail,
#news .news_box .news_pic_none .thumbnail{
    width: 100%;
    height: 100%;
}
#news .news_box .news_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .news_box .news_desc{
    flex: 1;
}
#news .news_box .news_desc .news_cat{
    display: inline-block;
    text-transform: uppercase;
}
#news .news_box .news_desc time{
    font-size: 1.2rem;
}
#news .news_box .news_desc p,
#news .news_box .news_desc a{
    display: block;
    word-break: break-all;
}
@media (max-width: 767px) {
    #news .inner{
        width: 90%;
        justify-content: space-between;
    }
    #news .news_box{
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 30px 0;
    }
    #news .news_box .news_pic,
    #news .news_box .news_pic_none{
        position: relative;
        width: 160px;
        height: 106px;
        margin-bottom: 10px;
    }
    #news .news_box .news_pic::before,
    #news .news_box .news_pic_none::before{
        content: "";
        display: block;
        padding-top: 65.25%;
    }
    #news .news_box .news_pic .thumbnail{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #news .news_box .news_desc{
        padding-left: 10px;
    }
    #news .news_box .news_desc .news_cat{
        padding-right: 10px;
        margin-right: 5px;
        border-right: 1px solid #000;
        font-size: 1.3rem;
        letter-spacing: 0.15em;
    }
    #news .news_box .news_desc time{
        display: inline-block;
    }
    #news .news_box .news_desc p,
    #news .news_box .news_desc a{
        font-size: 1.2rem;
        line-height: 1.8;
        margin: 20px 0 0;
        height: 5.3em;
        overflow: hidden;
    }
}
@media (min-width: 768px) {
    #news .inner{
        width: 80vw;
    }
    #news .news_box{
        width: calc(50% - 45px);
        min-width: 515px;
        margin: 0 90px 90px 0;
    }
    #news .news_box .news_pic,
    #news .news_box .news_pic_none{
        width: 217px;
        height: 145px;
    }
    #news .news_box .news_desc{
        padding-left: 20px;
        position: relative;
    }
    #news .news_box .news_desc .news_cat{
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: 1px solid #000;
        font-size: 1.4rem;
    }
    #news .news_box .news_desc time{
        display: block;
        margin-bottom: 20px;
    }
    #news .news_box .news_desc p,
    #news .news_box .news_desc a{
        font-size: 1.4rem;
        line-height: 1.5;
        margin: 0;
        height: 4.5em;
        position: absolute;
        bottom: 0;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    #news .inner {
        flex-direction: column;
    }
    #news .news_box{
        width: 100%;
        margin: 0 20px 60px 0;
    }
}

/* catchcopy=============================================== */
.cc_box{
    text-align: center;
    margin: 172px 0 136px;
}
.cc_box img{
    width: 309px;
    height: auto;
}
@media (max-width: 767px) {
    .cc_box{
        margin: 30px 0;
    }
    .cc_box img{
        width: 50%;
        height: auto;
    }
}

/* information=============================================== */
#information-menu .inner{
    width: 90%;
    max-width: 1117px;
    margin: 0 auto;
}
#information-menu ul{
    padding: 0;
    margin: 4em 0;
    text-align: center;
}
#information-menu ul li{
    display: inline-block;
    min-width: 171px;
    border-bottom: 2px solid #707070;
    position: relative;
    margin: 0 45px 50px 50px;
    font-size: 1.1rem;
    letter-spacing: 3.3px;
    text-align: center;
}
#information-menu ul li a{
    display: block;
    padding: 13px 0;
    text-decoration: none;
    transition: 0.3s;
}
#information-menu ul li::before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}
#information-menu ul li.contact::before{
    background-image: url(../images/information_icon1.svg);
    right: 100%;
    bottom: -5px;
}
#information-menu ul li.manual::before{
    background-image: url(../images/information_icon2.svg);
    right: 100%;
    bottom: -10px;
}
#information-menu ul li.software::before{
    background-image: url(../images/information_icon3.svg);
    right: 100%;
    bottom: -3px;
}
#information-menu ul li.catalog::before{
    background-image: url(../images/information_icon4.svg);
    right: 105%;
    bottom: -10px;
}
@media (max-width: 767px) {
    #information-menu ul{
        text-align: center;
    }
    #information-menu ul li{
        margin-right: 0;
    }
}
