/* ------------------------------------------------------------------------
    SAMPLE
------------------------------------------------------------------------  */
.SAMPLE {
    font-weight: 500;
    font-size: .875em;
    color: red;
    margin-top: 5px;
    line-height: 1.5em;
}

/* ------------------------------------------------------------------------
    SEARCH
------------------------------------------------------------------------  */
#SEARCH_AREA .container{
    display: flex;
}
#SEARCH_AREA .container >*{
    box-sizing: border-box;
}
#SEARCH_AREA .container label {
    padding-right: 0 !important;
}
#SEARCH_AREA .container label.input{
    width: calc(100% - 40px);
    border: 1px solid var(--main-color);
    background: #fff;
}
#SEARCH_AREA .container label.input input{
    margin: 0 !important;
    border-bottom: none;
    width: 100%;
    height: 100%;
}
#SEARCH_AREA .container .Btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
}
#SEARCH_AREA .container .Btn img{
    max-width: 14px;
}

/* ------------------------------------------------------------------------
    SELECT
------------------------------------------------------------------------  */
#SELECT_AREA{
    display: flex;
}
#SELECT_AREA .Select_Box {
    width: calc(100% - 40px);
}
#SELECT_AREA .Select_Box select{
    margin: 0 !important;
    height: 40px;
    border: 1px solid var(--main-color);
}

#SELECT_AREA .Btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--main-color);
}
#SELECT_AREA .Btn img{
    max-width: 14px;
}

/* ------------------------------------------------------------------------
    PAGE TITLE
------------------------------------------------------------------------  */
/* BG */
#PAGE_TITLE:before {
    background-image: url("./images/page_title_sp.jpg");
}
@media screen and (min-width:769px){
    #PAGE_TITLE:before {
        background-image: url("./images/page_title_pc.jpg");
    }
}

/* ------------------------------------------------------------------------
    Contents
------------------------------------------------------------------------  */
section#OPERATION{}
section#BREAK{}
section .container{
}
section .container .Contents{
    width: 100%;
}
section .container .Contents_Image{
}
@media screen and (max-width:768px){
}
@media screen and (min-width:769px){
}


/* ------------------------------------------------------------------------
    Contents List
------------------------------------------------------------------------  */
.Contents_List{
    display: flex;
    flex-wrap: wrap;
    row-gap:20px;
    column-gap:20px;
}
.Contents_List .Item {
    width: 100%;
}
.Contents_List .Item a{
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 5px;
    border:1px solid var(--main-color);
    background: #fff;
    
    padding: 1em;
    transition: all .6s;
}

.Contents_List .Item a p{
    position: relative;
    padding-top: 40px;
    color: var(--main-color);
    font-weight: 500;
    transition: all .6s;
}
.Contents_List .Item a p:before{
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .6s;
}
.Contents_List .Item .Message{
    position: relative;
    margin-top: 1.5em;
    font-size: .875em;
    line-height: 1.5em;
}
.Contents_List .Item .Message span{
    display: block;
    color: #880000;
}
/* icon */
.Contents_List .Item a.faq p:before{
    background-image: url("../../asset/images/icon_faq_cl.png");
}
.Contents_List .Item a.download p:before{
    background-image: url("../../asset/images/icon_catalog_cl.png");
}
.Contents_List .Item a.movie p:before{
    background-image: url("../../asset/images/icon_movie_cl.png");
}
.Contents_List .Item a.store p:before{
    background-image: url("../../asset/images/icon_office_cl.png");
}
.Contents_List .Item a.parts p:before{
    background-image: url("../../asset/images/icon_parts_cl.png");
}
@media screen and (min-width:769px){
    .Contents_List .Item {
        flex: 1;
    }
    .Contents_List .Item a:hover{
        background: var(--main-color);
    }
    .Contents_List .Item a:hover p{
        color: #fff;
    }
    /* icon */
    .Contents_List .Item a.faq:hover p:before{
        background-image: url("../../asset/images/icon_faq_wh.png");
    }
    .Contents_List .Item a.download:hover p:before{
        background-image: url("../../asset/images/icon_catalog_wh.png");
    }
    .Contents_List .Item a.movie:hover p:before{
        background-image: url("../../asset/images/icon_movie_wh.png");
    }
    .Contents_List .Item a.store:hover p:before{
        background-image: url("../../asset/images/icon_office_wh.png");
    }
    .Contents_List .Item a.parts:hover p:before{
        background-image: url("../../asset/images/icon_parts_wh.png");
    }
}

/* ------------------------------------------------------------------------
    Movie
------------------------------------------------------------------------  */
#MOVIE_AREA:before{
}
.Movie_List {
    display: flex;
    flex-wrap: wrap;
    row-gap:40px;
    column-gap: 40px;
}
.Movie_List .Item {
    width: 100%;
}
.Movie_List .Item a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    max-width: 240px;
}
#MOVIE_AREA .Btn_Area {
    margin-top: var(--space-20);
}
@media screen and (min-width:769px){
    #MOVIE_AREA:before{
        height: 240px;
    }
    .Movie_List .Item {
        flex: 1;
    }
    .Movie_List .Item a{
        
    }
}
#MOVIE .Btn_Area{
    margin-top: var(--space-20);
}
/* Modal */
#MOVIE_BOX .modal-content{
    max-width: 750px;
    margin: 0 auto;
    padding-top: var(--space-30);
    padding-left: var(--space-20);
    padding-right: var(--space-20);
    padding-bottom: var(--space-20);
}


/* ------------------------------------------------------------------------
    DOWNLOAD
------------------------------------------------------------------------  */
#DOWNLOAD {
}
.Download_List {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1em;
}
.Download_List .Item{
    width: 100%;
}
.Download_List .Item .Category{
    width: 125px;
    background: var(--main-color);
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.Download_List .Item .Title{
    padding-left: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5em;
}
@media screen and (min-width:769px){
    .Download_List .Item{
        max-width: 48%;
        display: flex;
        align-items: flex-start;
    }
    .Download_List .Item .Title{
        width: calc(100% - 125px);
    }
}
#DOWNLOAD .Btn_Area{
    margin-top: var(--space-20);
}

