@charset "utf-8";

@media screen and (max-width : 768px) {

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


    #contents_area {
        color: #666;
    }

    img {
        width: 100%;
        height: auto;
    }

    /* ------------------------------------------------------------
    *
        #lnav_wrap
    *
    ------------------------------------------------------------ */
    #lnav_wrap {
        position: relative;
        margin-top: 56px;
        padding: 20px 0;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        background-color: #F7F8F8;
        z-index: 13;
    }

    #lnav_wrap.open {
        background-color: #ebebeb;
        z-index: 9991;
    }

    #lnav_wrap.fixed {
        position: fixed;
        top: -1px;
    }

    #lnav_wrap .logo {
        text-align: center;
    }

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

    #lnav_wrap .lnav_ico {
        display: block;
        position: absolute;
        top: 9px;
        left: 0;
        width: 55px;
        height: 55px;
        cursor: pointer;
    }

    #lnav_wrap .lnav_ico.on {
        z-index: 10000;
    }

    #lnav_wrap .lnav_ico span {
        transition: all .4s ease;
    }


    #lnav_wrap .lnav_ico span.top {
        position: absolute;
        top: 22px;
        left: 13px;
        width: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border-top: 2px solid #444;
    }


    #lnav_wrap .lnav_ico span.btm {
        content: '';
        display: block;
        position: absolute;
        top: 22px;
        left: 26px;
        width: 20px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border-top: 2px solid #444;

    }

    #lnav_wrap .lnav_ico.on span.top {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 15px;
    }

    #lnav_wrap .lnav_ico.on span.btm {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        left: 15px;
    }

    #lnav {
        width: 100%;
        height: auto !important;
        float: none;
        visibility: hidden;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 9990;
    }

    #lnav .lnav_inner {
        display: none;
        overflow-y: scroll;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch;
        position: relative;
        z-index: 10000;
    }

    #lnav .lnav_inner li a {
        height: 51px;
        padding: 0 0 0 35px;
        display: block;
        line-height: 51px;
        color: #444;
        font-size: 14px;
    }

    #lnav .lnav_inner li a:after {
        content: '';
        width: 7px;
        height: 51px;
        display: block;
        background-image: url(../common/image_common/parts_ico_btm_global_nav_arrow.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 7px;
        position: absolute;
        top: 0;
        right: 24px;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
    }

    #lnav .lnav_inner li a:hover:after {
        right: 19px;
    }

    #lnav_wrap .overlay {
        width: 100%;
        height: 100%;
        background-color: #ebebeb;
        position: fixed;
        top: 167px;
        left: 0;
        z-index: 1;
    }
    #lnav_wrap.fixed .overlay {
        top: 114px;
    }

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

    #top_mov_wrap {
        width: 100%;
        padding: 55px 0 0;
        background-color: #fff;
        z-index: 11;
        align-items: center;
    }

    #top_mov {
        width: 100%;
    }

    .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 {
        height: calc(100vh - 112px);
        position: relative;
        overflow: hidden;
        padding-bottom: 100vh;
    }
    /* .main_visual {
        position: relative;
        height: calc(100vh - 112px);
        overflow: hidden;
    } */

    .main_visual .pic_visual {
        position: fixed;
        top: 0;
        margin-bottom: 30px;
        width: 100%;
        height: 100vh;
        background: url(../image/pic_main_visual_sp.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;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

    .main_visual .visual_inner .visual_copy {
        position: fixed;
        /*top: 31%;*/
        top: 220px;
        width: 100%;
        text-align: center;
    }

    .main_visual .visual_inner .visual_copy img {
        max-width: 70%;
    }

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

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

    .main_visual .main-visual__scroll span {
        position: absolute;
        top: 15px;
        left: 50%;
        width: 1px;
        height: 30px;
        color: #595757;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        background-color: #595757;
        animation: scroll 1.5s infinite;
    }

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

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

        50% {
            opacity: 1;
        }

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

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

    .section h2 {
        margin-bottom: 30px;
        color: #595757;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;
    }

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

    .section h3 {
        margin: 0 0 25px 0;
		padding: 0 15px;
        text-align: left;
    }

    .section_column {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 1.9em;
    }

    .section .section_column h4 {
        margin: 0 0 25px 0;
        font-size: 22px;
    }

    .section_column .col_left,
    .section_column .col_right {
        margin-bottom: 18px !important;
    }

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

    .section_column .caution {
        font-size: 10px;
        font-family: var(--font-light);
        padding: 4px 4px 0;
        text-align: left;
        line-height: 1.7;
    }

    .section_column .copy {
        margin: 4px 4px 3px;
        color: #6C9AD1;
        font-size: 15px;
        font-weight: bold;
    }

    .bg_gray {
        background-color: #EFEFEF;
    }

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

    #info {
        position: fixed;
        top: 110px;
        width: 100%;
        height: 100vh;
        min-height: 700px;
        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 .section_inner {
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    #info .copy_wrap {
        position: fixed;
        /* top: 58%; */
        top: 380px;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 16px;
        line-height: 1.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;
        text-align: center;
        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;
        max-width: 80%;
    }

    #info .copy_wrap .desc {
        opacity: 0;
        -webkit-transition: opacity 1s .4s ease;
        transition: opacity 1s .4s ease;
    }

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

    /* ------------------------------------------------------------
    *
        #about
    *
    ------------------------------------------------------------ */
    .o_sec {
        position: relative;
        /* padding-top: 100%; */
    }
    #about {
        padding: 55px 0;
        font-size: 16px;
        text-align: center;
    }

    #about .about_tit{
        margin-bottom: 20px;
        text-align: center;
    }

    #about .about_tit img {
        max-width: 50%;
    }

    #about .desc {
        line-height: 1.8;
    }
    
    #about .pic {
       margin: 35px 25px 0;
    }

    /* ------------------------------------------------------------
    *
        #engine_oil
    *
    ------------------------------------------------------------ */


    #engine_oil {
        padding: 45px 0 20px;
    }

    #engine_oil .fact_tit_01 {
        margin-bottom: 40px;
    }

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

    #engine_oil .col_left h4 img {
        max-width: 70%;
    }

    #engine_oil .col_right {
        margin: 60px 0 0;
        padding: 0 15px;
    }

	#engine_oil .section_column.ultraoil_col {
		margin-top: 46px;
	}

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

    .section_column img {
        vertical-align: middle;
    }

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

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

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

    #battery {
        padding: 45px 0 20px;
    }

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

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

    #battery h4 img {
        max-width: 95%;
    }

    #battery .column_01 .pic {
        margin: 65px -15px 0;
    }

    #battery .column_02 {
        padding: 0 30px;
    }

    #battery .column_02 .col_left {
        margin-bottom: 26px !important;
    }


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

    #line_up {
        margin-top: -1px;
        padding: 50px 0 17px;
    }

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

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

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

    #line_up .lineup_img {
        margin-bottom: 35px;
    }

    .lineup_list{
        padding: 0 15px;
    }

    .lineup_list .list_tit {
        cursor: pointer;
        position: relative;
        margin-bottom: 17px;
        padding: 0 0 8px 15px;
        border-bottom: 2px solid #c9caca;
        color: #abc0d2;
        font-size: 16px;
        font-weight: bold;
    }

    .lineup_list .info {
        display: none;
        padding: 0 5px;
    }

    .lineup_list .list_tit::before {
        position: absolute;
        top: 3px;
        left: 4px;
        display: inline-block;
        content: "";
        width: 5px;
        height: 11px;
        border-left: 5px solid #abc0d2;
    }

    .lineup_list .list_tit::after {
        position: absolute;
        top: 55%;
        right: 4px;
        content: "";
        width: 0px;
        height: 0px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 7px solid #abc0d2;
        transform: translateY(-50%);
        transition: all .2s ease-in;
    }

    .lineup_list .list_tit.current::after,.lineup_list .list_tit.active::after {
        -webkit-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);
    }

    .lineup_list .info {
        margin-bottom: 30px;
        padding-left: 15px;
    }

    .lineup_list li {
        padding-bottom: 15px;
        padding-left: 15px;
        font-size: 12px;
        font-family: var(--font-light);
        text-indent: -15px;
        line-height: 1.2;
    }

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

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

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

    #bottom.lineup_list .info {
        margin-bottom: 0;
    }

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


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

    .search_img img {
        position: relative;
        top: 8px;
        max-width: 54%;
        vertical-align: bottom;
    }

    #search .search_copy {
        margin: 25px 0 10px;
        font-size: 20px;
    }

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

    .search_btn {
        margin: 18px 0 0;
    }

    .search_btn img {
        position: relative;
        z-index: 1;
        max-width: 80%;
    }




}
