@charset "utf-8";

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

    /*------------------------------------------------------------------------------------------
    *
    *
        Responsive / PC
    *
    *
    ------------------------------------------------------------------------------------------ */

    /* ------------------------------------------------------------
    *
        #l-auto-footer
    *
    ------------------------------------------------------------ */
    #l-auto-footer a:hover {
        text-decoration: underline !important;
    }

    #l-auto-footer .l-auto-footer__nav__heading>a,
    #l-auto-footer .l-auto-footer__list__item>a  {
        text-decoration: underline !important;
    }

    #l-auto-footer .l-auto-footer__nav__heading>a:hover,
    #l-auto-footer .l-auto-footer__list__item>a:hover  {
        text-decoration: none !important;
    }




    /* ------------------------------------------------------------
    *
        .c-floating-banner
    *
    ------------------------------------------------------------ */
    .c-floating-banner {
        width: 196px;
        padding: 0;
        position: fixed;
        top: 50%;
        right: 0;
        text-align: center;
        border-right: none;
        transform: translate(0, -50%);
        transition-duration: 0.4s;
        transition-property: transform, bottom;
        transition-timing-function: ease;
        z-index: 100;
    }

    .c-floating-banner.is-show {
        transform: translate(0, -50%);
    }

    .c-floating-banner .c-floating-banner-img {
        display: block;
    }

    .c-floating-banner .c-floating-banner-img img {
        max-width: 100%;
    }

    /* ------------------------------------------------------------
    *
        .main_visual
    *
    ------------------------------------------------------------ */
    .main-visual {
        position: relative;
        height: calc(100vh - 112px);
        overflow: hidden;
    }

    .main-visual:before {
        background-color: #000;
        transition: opacity 0.4s ease;
        opacity: 0;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .main-visual .main-copy {
        position: fixed;
        top: 50%;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        opacity: 1;
        transition: opacity 1s ease;
    }

    .main-visual .main-copy img {
        width: 796px;
        height: auto;
    }

    .main-visual.is-show .main-copy {
        opacity: 0;
    }

    .main-visual .main-visual__scroll {
        position: fixed;
        bottom: 5%;
        left: 50%;
        font-size: 18px;
        color: #fff !important;
        text-decoration: none;
        z-index: 10;
        transform: translate(-50%, 0);
        opacity: 1;
        transition: opacity 1s ease;
    }

    .main-visual .main-visual__scroll span {
        position: absolute;
        top: -80px;
        left: 50%;
        width: 1px;
        height: 50px;
        background-color: #fff;
        animation: scroll 1.5s infinite;
    }

    .main-visual .main-visual__scroll span.btm {
        top: -73px;
    }

    .main-visual.is-hide {
        opacity: 0;
        z-index: -10;
    }

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

    .main-visual .main-visual__item {
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: opacity 7s ease;
    }

    .main-visual .main-visual__item img {
        height: auto;
        max-width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: bottom;
    }

    .main-visual .main-visual__item[data-num="1"] {
        opacity: 1;
    }

    .main-visual .main-visual__item[data-num="2"] {
        opacity: 0;
    }

    .main-visual .main-visual__item[data-num="3"] {
        opacity: 0;
    }

	.main-visual .main-visual__item[data-num="4"] {
        opacity: 0;
    }

    .main-visual .main-visual__item--1 span {
        transform-origin: 70% 80%;

    }

    .main-visual .main-visual__item--2 span {
        transform-origin: 80% 80%;
    }

    .main-visual .main-visual__item--3 span {
        transform-origin: 10% 80%;
    }

	.main-visual .main-visual__item--4 span {
        transform-origin: 10% 80%;
    }

    .main-visual .main-visual__item span {
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
    }

    .main-visual .main-visual__item[data-zoom="true"] span {
        transform: scale(1.3);
        transition: transform 25s ease;
    }



    /* ------------------------------------------------------------------------------------------
    *
    .section
    *
    ------------------------------------------------------------------------------------------ */

    .section h3 {
        font-size: 30px;
        text-align: center;
    }

    .section .detail {
        margin: 0 0 55px;
        text-align: center;
    }

    .scroll_anim .copy_wrap {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
    }

    .scroll_anim .main-visual__text {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -webkit-transition: opacity 0.5s ease-in-out;
    }

    .scroll_anim.anim_end .copy_wrap {
        opacity: 1;

    }

    .scroll_anim.anim_end .main-visual__text {
        opacity: 1;

    }

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

        50% {
            opacity: 1;
        }

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


    /* ------------------------------------------------------------------------------------------
    *
    .sec_bg
    *
    ------------------------------------------------------------------------------------------ */
    #visual_text.sec_bg {
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.66);
    }

    #visual_text .main-visual__text {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transition: all 0.4s ease;
        color: #fff;
        z-index: 3;
        transform: translate(0, -50%);
        text-align: center;
    }

    #visual_text .main-visual__text img {
        width: 601px;
        height: auto;
    }

    #visual_text .btn_philosophy img {
		margin-top: 80px;
        width: 350px;
    }

    .sec_bg {
        position: relative;
        margin: 0;
        z-index: 3;
        height: 650px;
        background-color: #fff;
    }

    .sec_bg .pic_full {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: center/cover no-repeat;
    }

    .sec_bg .pic_full img {
        width: 100%;
        height: 660px;

    }

    .sec_bg .inner {
        width: 980px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .sec_bg .copy_wrap {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: 0 auto;
        width: 980px;
        color: #727171;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        box-sizing: border-box;
    }

    .sec_bg .copy_wrap.white {
        color: #fff;
    }

    .sec_bg .copy_wrap .tit {
        margin-bottom: 28px;
        font-size: 34px;
        letter-spacing: 2px;
		line-height: 52px;
    }

    .sec_bg .copy_wrap.white .tit {
        text-shadow: 0 3px 12px #000;
    }

    .sec_bg .copy_wrap .copy {
        margin-bottom: 45px;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .sec_bg .copy_wrap.white .copy {
        text-shadow: 0 3px 13px #000;
    }


    .sec_bg .btn a {
        display: block;
        padding: 13px 20px;
        width: 400px;
        height: 50px;
        color: #fff !important;
        font-size: 21px;
        background-color: rgba(103, 183, 173, 0.7);
        box-sizing: border-box;
    }

    .sec_bg .btn a:before {
        content: '';
        display: inline-block;
        position: relative;
        top: 2.5px;
        left: 0;
        margin-right: 20px;
        width: 12px;
        height: 20px;
        line-height: 1em;
        background-image: url(../common/image_common/parts_ico_white_arrow.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 12px 20px;
    }

    .sec_bg .pic_shaken {
        background-image: url(../image/pic_shaken.jpg);
    }

    .sec_bg .pic_online {
        background-image: url(../image/pic_online_test.jpg);
    }

    .btn.wide a {
        font-size: 18px;
    }

    .sec_bg .pic_maintain {
        background-image: url(../image/pic_maintain.jpg);
    }

    .sec_bg .pic_hoken {
        background-image: url(../image/pic_hoken.jpg);
    }

    .sec_bg .pic_autoparts {
        background-image: url(../image/pic_auto_parts.jpg);
    }

    #autoparts .copy_wrap .tit {
        margin-bottom: 32px;
        font-size: 32px;
        letter-spacing: 1px;
        text-shadow: inherit;
    }

    #autoparts .copy_wrap .copy {
        text-shadow: inherit;
    }

    /* ------------------------------------------------------------
    *
        #section_related
    *
    ------------------------------------------------------------ */
    #section_related {
        margin: 0;
        padding: 60px 0 0;
        background-color: #fff;
    }

    #section_related h3 {
        margin-bottom: 40px;
    }

    #section_related .related_nsx a {
        padding: 47px 0 0;
        display: block;
    }

    #section_related .nsx_box {
        position: relative;
        height: 250px;
        box-sizing: border-box;
        background-color: #000;
    }

    #section_related .nsx_box .nsx_logo {
        width: 400px;
        padding: 29px 0 40px 70px;
    }

    #section_related .nsx_box img {
        max-width: 100%;
    }

    #section_related .nsx_box .img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 500px;
    }

    #section_related .nsx_box .link {
        padding-left: 70px;
        width: 377px;
    }

    #section_related .related_box.btm {
        border-bottom: 1px solid #c8c8c8;
    }


    #section_related .related_box:after {
        content: "";
        display: block;
        clear: both;
    }

    #section_related .related_box .related_item {
        float: left;
        display: flex;
        margin: 30px 0;
        flex-wrap: wrap;
        width: 325px;
        height: 190px;
        vertical-align: middle;
        text-align: center;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border-left: 1px solid #c8c8c8;
    }

    #section_related .related_box .related_item:first-child {
        border-left: none;
    }

    #section_related .related_box .related_item.mid {
        width: 330px;
    }

    #section_related .related_box .related_item.carcare {
        width: 100%;
    }

    #section_related .related_item .img_carcare img {
        width: 340px;
    }

    #section_related .related_item .img_point img {
        width: 360px;
    }

    #section_related .related_item .img_dealer img {
        position: relative;
        top: 0;
        width: 275px;
    }

    #section_related .related_item .img_honda_cars img {
        position: relative;
        top: -12px;
        width: 179px;
    }

    #section_related .related_item .img_move img {
        position: relative;
        top: -12px;
        width: 237px;
    }

    /* ------------------------------------------------------------
    *
        #section_interior
    *
    ------------------------------------------------------------ */
    #section_interior {
        padding: 0;
        text-align: center;
    }

    #section_interior h3 {
        padding-top: 30px;
    }

    #section_interior .interior {
        margin: 0;
    }

    #section_interior .detail {
        margin: 0 0 50px 0;
    }

    #section_interior .pic_full {
        position: relative;
        width: 100%;
        text-align: center;
    }


    #section_interior .overlay {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }


    /* ------------------------------------------------------------
    *
        #section_seat_arrange
    *
    ------------------------------------------------------------ */
    #section_seat_arrange {
        height: 900px;
        padding: 220px 0 0 0;
        background-image: url(../image/pic_seatarrange_bg_pc.jpg);
        background-size: 1500px;
    }



    /* ------------------------------------------------------------
    *
        #section_fuel
    *
    ------------------------------------------------------------ */
    #section_fuel {
        height: 1050px;
        padding: 350px 0 0 0;
        background-image: url(../image/pic_fuel_bg_pc.jpg);
        background-size: 1500px;
    }

    #section_fuel .desc {
        margin: 0 0 40px 0;
    }

    #section_fuel .fuel_table {
        margin: 0 0 40px 50px;
    }

    #section_fuel th,
    #section_fuel td {
        vertical-align: top !important;
    }

    #section_fuel .jc08 {
        padding: 8px 0 0 0;
    }

    #section_fuel .fuel {
        padding: 30px 0 0 0;
    }

    #section_fuel .ruby {
        margin: 0 0 0 5px !important;
        display: block !important;
        font-size: 14px !important;
        font-family: "HondaGlobalFontJP-Regular", sans-serif;
    }

    #section_fuel .sup {
        font-size: 30%;
    }

    /* ------------------------------------------------------------
    *
        #section_safety
    *
    ------------------------------------------------------------ */
    #section_safety {
        padding: 0;
        text-align: center;
        background-color: #fff;
    }

    #section_safety h3 {
        position: relative;
        text-align: center;
    }

    #section_safety .detail {
        margin: 0 0 50px 0;
    }

    #section_safety .pic_full {
        margin: 0;
    }

    #section_safety .pic_full p {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    #section_safety .pic_full p.bg_d {
        opacity: 1;
        position: relative !important;
    }

    #section_safety .pic_full .bg {
        background-image: url(../image/pic_safety_bg.jpg);
        opacity: 1;
        z-index: 0;
    }

    #section_safety .pic_full .wave {
        background-image: url(../image/pic_safety_wave.png);
        z-index: 1;
    }

    #section_safety .pic_full .car {
        background-image: url(../image/pic_safety_car.png);
        z-index: 2;
    }

    #section_safety .pic_full .wheel {
        background-image: url(../image/pic_safety_car_wheel.png);
        z-index: 3;
    }

    #section_safety .pic_notes {
        width: 930px;
        margin: 0 auto 40px auto;
        font-size: 12px;
        text-align: right;
    }

    #section_safety .btm_caution {
        font-size: 12px;
        color: #da4058;
        font-family: "HondaGlobalFontJP-Bold", sans-serif;
    }

    .clear {
        clear: both;
    }

    /* ------------------------------------------------------------
    *
    #section_driving
    *
    ------------------------------------------------------------ */


    /* ------------------------------------------------------------
    *
        #section_movie
    *
    ------------------------------------------------------------ */
    #section_movie {
        margin: 80px 0;
    }

    #section_movie .img_slider {
        width: 930px !important;
    }

    #section_movie .section_inner {
        width: 940px;
    }

    #section_movie h3 {
        width: 880px;
        padding: 0;
        margin: 0 auto 25px auto;
        text-align: left;
        font-size: 24px;
        line-height: 1em;
    }

    #section_movie .modal_mov_open object,
    #section_movie .modal_mov_open iframe {
        width: 100%;
        height: auto;
    }


    /* ------------------------------------------------------------
    *
        #section_movie
    *
    ------------------------------------------------------------ */
    #section_news {
        margin: 0 0 80px 0;
    }

    #section_news .section_inner {
        width: 930px;
    }

    #section_news h3 {
        width: 880px;
        margin: 0 auto;
        padding: 0 0 25px;
        font-size: 24px;
        text-align: left;
        line-height: 1em;
    }


    /* ------------------------------------------------------------
    *
        #section_btm_contents
    *
    ------------------------------------------------------------ */
    #section_btm_contents {
        padding: 80px 0;
        margin: 0;
        background-color: #f8f8f8;
    }

    #section_btm_contents h4 {
        padding: 0;
        margin: 0 0 20px 0;
        font-size: 20px;
    }

    #section_btm_contents .section_inner {
        width: 880px;
        margin: 0 auto;
    }

    #section_btm_contents .row {
        clear: both;
        margin: 0 0 70px 0;
        overflow: hidden;
    }

    #section_btm_contents .row_inner {
        width: 420px;
    }

    #section_btm_contents .user_voice,
    #section_btm_contents .honda_store {
        float: left;
    }

    #section_btm_contents .user_exp,
    #section_btm_contents .honda_cars {
        float: right;
    }

    #section_btm_contents .user .col_left {
        width: 130px;
        float: left;
    }

    #section_btm_contents .user .col_right {
        width: 270px;
        float: right;
    }


    /* ------------------------------
        .user
    ------------------------------ */
    #section_btm_contents .user h5 {
        width: 260px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 0 8px 0;
        font-size: 15px;
        line-height: 1.266em;
    }

    #section_btm_contents .user .pic {
        width: 130px;
        height: 97px;
        overflow: hidden;
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    #section_btm_contents .user .pic img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    #section_btm_contents .user .date {
        margin: 0 0 3px 0;
        font-size: 13px;
        color: #9c9c9c;
    }

    #section_btm_contents .user .desc {
        margin: 0 0 3px 0;
        font-size: 13px;
        line-height: 1.461em;
        height: 2.8em;
        overflow: hidden;
    }

    #section_btm_contents .user .more {
        font-size: 13px;
        line-height: 1.461em;
    }


    /* ------------------------------
    .store
    ------------------------------ */

    #section_btm_contents .store img {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }

    #section_btm_contents .store .desc {
        margin: 0 0 10px 0;
        font-size: 13px;
        line-height: 1.461em;
    }

    #rt-personalize-area-a,
    #section_btm_contents .store .detail {
        font-size: 14px;
        margin: 0 0 12px 0;
        padding: 0;
        text-align: left;
    }

    #rt-personalize-area-a a:after,
    #section_btm_contents .store .detail a:after {
        width: 17px;
        height: 17px;
        background-size: 17px;
        right: -22px;
    }


    /* quolity select */
    #section_btm_contents .quality h4 {
        margin: 0 0 10px 0;
    }

    #section_btm_contents .quality .honda_cars {
        padding-top: 45px;
    }


    /* ------------------------------
        .mail_magazine
    ------------------------------ */
    #section_btm_contents .mail_magazine {
        margin: 0 0 60px 0;
        padding: 40px 0;
        overflow: hidden;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    #section_btm_contents .mail_magazine h4 {
        margin: 0 0 25px 0;
        font-size: 26px;
        line-height: 1.153em;
    }

    #section_btm_contents .mail_magazine .desc {
        width: 520px;
        float: left;
        font-size: 16px;
        line-height: 1.5em;
    }

    #section_btm_contents .mail_magazine .btn {
        width: 360px;
        float: left;
        text-align: center;
    }

    #section_btm_contents .mail_magazine .btn a {
        width: 360px;
        height: 50px;
        display: block;
        line-height: 50px;
        background-color: #4a4f54;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
    }

    /* ------------------------------
        #section_caution
    ------------------------------ */
    #section_caution {
        margin-top: -20px;
        margin-bottom: 0;
    }


}
