@charset "utf-8";

@media screen and (min-width : 769px) {

    /* footer bg fix */
    #footer-container, #footer-container-sp {
        position: relative;
    }


    #contents_area {
        color: #3E3A39;
    }


    /* ------------------------------------------------------------
    *
        #lnav_wrap
    *
    ------------------------------------------------------------ */
    #lnav_wrap .logo {
        padding: 40px 0 10px;
        text-align: center;
    }

    #lnav_wrap .logo img {
        width: 170px;
    }

    #lnav {
        position: relative;
        width: 100%;
        height: 60px;
        min-height: 60px;
        background-color: #F7F8F8;
        z-index: 13;
    }

    #lnav.fixed {
        position: fixed;
        top: 0;
    }

    #lnav .lnav_inner {
        position: relative;
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }

    #lnav ul {
        float: right;
        padding: 23px 0;
    }

    #lnav .lnav_logo {
        float: left;
        padding: 18px 0;
        width: 178px;
    }

    #lnav .lnav_logo img {
        max-width: 100%;
    }

    #lnav ul li {
        float: left;
        margin: 0 15px;
        font-size: 15px;
        font-family: var(--font-bold);
        box-sizing: border-box;
    }

    #lnav ul li a {
        padding-bottom: 3px;
        color: #595757;
    }

    #lnav ul li a.active {
        border-bottom: 2px solid #C30D23;
    }
    #lnav ul li a.current {
        border-bottom: 2px solid #C30D23;
    }

    /* ------------------------------------------------------------
    *
        #top_mov
    *
    ------------------------------------------------------------ */

    #top_mov_wrap {
        position: relative;
        width: 100%;
        padding: 40px 0 0;
        background-color: #fff;
        z-index: 12;
    }

    #top_mov {
        margin: 0 auto;
        max-width: 980px;
        border: solid 1px #ccc;
    }

    .htc-embed-movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .htc-embed-movie iframe, .htc-embed-movie .video-js {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        margin: auto;
    }


    /* ------------------------------------------------------------
    *
        .main_visual
    *
    ------------------------------------------------------------ */
    /*
    #top {
        position: relative;
        width: 100%;
        height: calc( 100vh );
        overflow: hidden;
        z-index: 1;
    }
    */

    /* .main_visual {
        display: none;
    } */

    .main_visual .pic_visual {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: url(../image/pic_main_visual_pc.jpg) no-repeat center center;
        background-size: cover;
    }

    .main_visual .pic_visual img {
        width: 100%;
        height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        display: none;
    }

    .main_visual .visual_inner {
        margin: 0 auto;
        /* position: fixed; */
        top: 45px;
        left: 0;
        right: 0;
        width: 980px;
        height: 100%;
    }

    .main_visual .visual_inner .visual_copy {
        position: fixed;
        top: 56%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
    }

    .main_visual .visual_inner .visual_copy img {
        width: 312px;
    }

    .main_visual.is-show  .visual_copy{
        opacity: 0;
    }

    .main_visual .main-visual__scroll {
        position: fixed;
        bottom: 10%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 980px;
        color: #595757;
        font-size: 18px;
        text-decoration: none;
        z-index: 10;
        opacity: 1;
        transition: opacity 1s ease;
    }

    .main_visual .main-visual__scroll span {
        position: absolute;
        top: 25px;
        left: 20px;
        width: 1px;
        height: 50px;
        color: #595757;
        background-color: #595757;
        animation: scroll 1.5s infinite;
    }

    .main_visual.is-show .main-visual__scroll {
        opacity: 0;
    }

/*
    .main_visual.is-hide {
        opacity: 0;
        z-index: -10;
    }
*/

    @keyframes scroll {
        0% {
            transform: translate(0, 0);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: translate(0, 20px);
            opacity: 0;
        }
    }



    /* ------------------------------------------------------------
    *
        .section
    *
    ------------------------------------------------------------ */
    .section {
        margin-bottom: 0;
        color: #3E3A39;
        background-color: #fff;
    }

    .section h2 {
        margin-bottom: 45px;
        color: #595757;
        font-size: 29px;
        font-family: var(--font-bold);
        text-align: center;
        line-height: 1.3;
    }

    .section h2:after {
        content: "";
        display: block;
        margin: 23px auto 0;
        width: 60px;
        height: 3px;
        background-color: #0068B5;
    }

    .section h3 {
        padding: 0;
    }

    .section_column {
        margin-bottom: 50px;
        width: 945px;
        line-height: 1.5em;
        overflow: inherit;
    }

    .section_column .col_left {
        font-size: 16px;
    }


    .section .section_column h4 {
        margin-top: 40px;
    }

    .section_column .col_right {
        font-size: 14px;
    }

    .section_column .col_right .pic {
        text-align: left;
    }

    .bg_gray {
        background-color: #EFEFEF;
    }

    /* ------------------------------------------------------------
    *
        #info
    *
    ------------------------------------------------------------ */

    #info {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.66);
        opacity: 0;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        text-align: center;
        display: flex;
        align-items: center;
    }

    #info.is-show {
        opacity: 1;
    }

/*
    #info.is-hide {
        opacity: 0;
        z-index: -10;
    }
*/


    #info .section_inner {
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;

    }

     #info .copy_wrap {
        position: absolute;
        top: 54%;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        line-height: 2.9;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    #info .copy {
        margin-bottom: 50px;
        opacity: 0;
        -webkit-transition: opacity 1s .3s ease;
        transition: opacity 1s .3s ease;
    }

    #info.is-show .copy {
        opacity: 1;
    }

    #info .copy img{
        margin: 0 auto;
        width: 528px;
    }

    #info .copy_wrap .desc {
        font-size: 16px;
        line-height: 2.6;
        opacity: 0;
        -webkit-transition: opacity 1s .4s ease;
        transition: opacity 1s .4s ease;
    }

    #info.is-show .desc {
        opacity: 1;
    }

    /* ------------------------------------------------------------
    *
        #about
    *
    ------------------------------------------------------------ */

    #about {
        margin-top: 0;
        padding: 80px 0;
        font-size: 16px;
        text-align: center;
    }

    #about .about_tit{
        margin-bottom: 0;
    }

    #about .about_tit img {
        width: 185px;
    }

    #about .desc {
        line-height: 1.8;
        font-size: 16px;
    }

    #about .pic {
        margin: 65px auto 0;
        width: 530px;
    }

    #about .pic a {
        display: block;
    }

    #about .pic img {
        max-width: 100%;
    }


    /* ------------------------------------------------------------
    *
        #engine_oil
    *
    ------------------------------------------------------------ */
    .o_sec {
        position: relative;
        padding-top: 100%;
    }

    #engine_oil {
        padding: 65px 0 90px;
    }

    #engine_oil .fact_tit_01 {
        margin: 0;
        line-height: inherit;
    }

    #engine_oil .fact_tit_01 img {
        width: 80px;
    }

    #engine_oil .col_left {
        width: 420px;
    }

    #engine_oil .col_right {
        width: 450px;
        margin-top: 40px;
    }

    #engine_oil .section_column.ultraoil_col {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -35px;
    }

    .section_column h5 {
        margin: 35px 0 10px;
        padding-bottom: 10px;
        font-size: 18px;
        border-bottom: 1px solid #727171;
    }

    .section_column img {
        vertical-align: middle;
    }

    .section_column .s_desc {
        font-size: 15px;
        line-height: 1.7em;
    }

    .section_column .pic_cap a {
        color: #3E3A39 !important;
    }

    /* ------------------------------------------------------------
    *
        #battery
    *
    ------------------------------------------------------------ */


    #battery {
        padding: 100px 0 80px;
    }

    #battery .fact_tit_02 {
        line-height: inherit;
    }

    #battery .fact_tit_02 img {
        width: 84px;
    }

    #battery .col_left {
        width: 450px;
    }

    #battery .col_left .pic img {
        position: relative;
        width: 521px;
    }

    #battery .col_right {
        width: 418px;
        padding-left: 30px;
        box-sizing: border-box;
    }

    #battery h4 {
        padding: 0 30px 0 35px;
        margin-top: 75px;
    }

    #battery h4 img {
        width: 318px;
    }

    #battery .col_right .desc {
        padding: 0 0 0 35px;
        font-size: 16px;
    }

    #battery .section_column.column_02 .col_left {
		position: relative;
		top: 60px;
        width: 525px;
    }

    #battery .section_column.column_02 .col_right {
        padding: 0 0 0 35px;
        width: 418px;
    }


    /* ------------------------------------------------------------
    *
        #line_up
    *
    ------------------------------------------------------------ */


    #line_up {
        padding: 0 0 105px;
    }

    #line_up a {
        color: #3E3A39;
        font-size: 15px;
    }

    #line_up .line_up_tit{
        margin-bottom: 60px;
        padding-bottom: 8px;
        text-align: center;
        border-bottom: 2px solid #C9CACA;
    }

    #line_up .line_up_tit img {
        width: 165px;
    }

    #line_up .lineup_img img {
        max-width: 100%;
    }

    img[usemap] {
        border: none;
        height: auto;
        max-width: 100%;
        width: auto;
    }

    .lineup_img area {
        outline-color: coral;
    }

    #line_up .popup_box {
        display: none;
    }

    .lineup_list {
        padding: 35px 44px 36px 40px;
    }


    .lineup_list .list_tit {
        padding: 0 25px 18px;
        border-bottom: 2px solid #abc0d2;
        color: #abc0d2;
        font-size: 21px;
        font-family: var(--font-bold);
    }

    .lineup_list .info {
        padding: 33px 25px 0;
        display: flex;
    }

    .lineup_list .col {
        width: 50%;
    }

    .lineup_list li {
        padding-bottom: 20px;
        font-size: 16px;
    }

    .lineup_list li a{
        color: #000;
    }

    .lineup_list li::before {
        position: relative;
        top: 1px;
        display: inline-block;
        margin-right: 5px;
        content: "";
        width: 14px;
        height: 14px;
    }


    .lineup_list li.arr_w::before {
        background: url(../image/parts_ico_arrow_left.png) no-repeat;
        background-size: 14px auto;
    }

    .lineup_list li.arr_b::before {
        background: url(../image/parts_ico_bg_arrow_left.png) no-repeat;
        background-size: 14px auto;
    }


    #engine .col:last-child {
        width: 70%;
    }


    #line_up .pickup {
        margin: 0 0 15px 132px;
        padding: 45px 0 0 130px;
        width: 716px;
        height: 216px;
        line-height: 23px;
        background: no-repeat url("../image/img_pickup_pc.jpg");
        background-size: 716px, auto;
    }




    /* ------------------------------------------------------------
    *
        #search
    *
    ------------------------------------------------------------ */


    #search {
        padding: 50px 0;
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
    }

    #search .search_copy {
        margin: 40px 0 12px;
        font-size: 20px;
    }

    #search .d_link {
        margin-top: 15px;
    }

    .search_btn {
        margin-top: 35px;
        text-align: center;
    }

    .search_btn img {
        width: 458px;
    }
}
