@charset "utf-8";

html,
body {
    color: #595757;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  	font-weight: normal;
}

ul,
li {
    list-style: none;
}

a {
    color: #444;
    text-decoration: none;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

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

    .footer-wrapper,
    .footer {
        display: none;
    }

    .footer-sp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .footer-sp img {
        width: 100%;
        height: auto;
    }
}

.title-wrapper {
    width: 980px;
    margin: 30px auto;
    text-align: center;
    letter-spacing: .1em;
}

.title-wrapper .lead {
    font-size: 18px;
    margin-bottom: 20px;
}

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

    .title-wrapper,
    .title-wrapper .lead {
        display: none;
    }
}

@media screen and (min-width: 750px) {
    .movie {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .movie {
        width: 100%;
        margin: auto 0;
    }
}

.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;
}

.htc-embed-movie img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
}

.main-wrapper {
    background-color: #EFEFEF;
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .main-wrapper {
        width: 100%;
        margin: 30px auto;
    }
}

.main {
    width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .main {
        width: 100%;
        background: #ff0;
    }
}

.main .panel {
    width: 480px;
    border-bottom: solid 4px #CC0000;
    background: #fff;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main .panel:hover {
    opacity: 0.6;
}

.main .panel .txt {
    font-size: 1.3rem;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    filter: brightness(128%);
    margin: 20px 30px;
    line-height: 180%;
    letter-spacing: .1em;
}

.main .panel .bottom-wrapper {
    width: 480px;
}

.main .panel .bottom-txt {
    width: 240px;
    position: relative;
    margin-top: 20px;
    margin-left: 30px;
    float: left;
}

.main .panel .bottom-wrapper .bottom-img {
    float: right;
}

.main .panel .title {
    font-size: 1.005rem;
    letter-spacing: .1em;
    margin: 20px 30px 0;
    line-height: 180%;
}

.main .panel .bottom-wrapper .button {
    width: 135px;
    position: relative;
    cursor: pointer;
    display: block;
    font-size: 1.072rem;
    letter-spacing: .1em;
    background: url("../img/btn-icon.jpg") no-repeat 120px center;
    height: 20px;
    margin: 30px 0 0 90px;
    padding: 8px 10px 10px 15px;
    color: #0085B2;
    line-height: 1.2em;
}

.main .panel .bottom-wrapper .button:hover {
    opacity: 0.8;
}

.main-wrapper-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .main-wrapper {
        display: none;
    }

    .main-wrapper-sp {
        display: block;
        border-top: solid 1px #CCCCCC;
    }

    .main-wrapper-sp .panel {
        width: 100%;
        border-bottom: solid 1px #CCCCCC;
        background: url("../img/btn_arrow02.jpg") no-repeat right center;
        background-size: 6% auto;
        display: block;
        cursor: pointer;
    }

    .main-wrapper-sp .panel .bottom-img {
        float: left;
        width: 30%;
        margin: auto 0;
    }

    .main-wrapper-sp .panel .bottom-img img {
        width: 100%;
        height: auto;
        margin: 0 10%;
        vertical-align: bottom;
    }

    .main-wrapper-sp .panel .txt {
        width: 56%;
        float: right;
        font-size: 2.3vw;
        position: relative;
        padding: 0 10% 0 0;
        letter-spacing: normal;
        line-height: 160%;
        margin-bottom: 3%;
    }

    .main-wrapper-sp .panel .title {
        font-family: "HondaGlobalFontJP-Bold", sans-serif;
        float: right;
        width: 56%;
        font-size: 3.1vw;
        position: relative;
        padding: 0 10% 0 0;

        letter-spacing: .1em;
        margin-top: 3%;
        margin-bottom: 2%;
    }
}

h2 {
    margin: 0 auto 20px !important;
    text-align: center !important;
    font-size: 28px !important;
    font-family: "HondaGlobalFontJP-Regular", sans-serif !important;
    letter-spacing: .1em;
}

hr {
    margin: 0 auto 40px;
    width: 100px;
    border-bottom: solid 2px #CC0000;
}

@media screen and (max-width: 750px) {
    h2 {
        margin: 0 auto 20px !important;
        text-align: center !important;
        font-size: 4vw !important;
        font-family: "HondaGlobalFontJP-Regular", sans-serif !important;
    }

    .title-bottom {
        margin: 0 auto 40px;
        width: 100px;
        border-bottom: solid 2px #CC0000;
    }
}


.banner-area {
    width: 980px;
    margin: 60px auto 100px;
    box-sizing: border-box;
}

@media (any-hover:hover) {
    .banner-area a {
        transition: all 0.3s ease;
    }
}

.banner-area ul {
    width: 880px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.banner-area ul li {
    width: 432px;
}

.banner-area ul li a {
    position: relative;
    display: block;
    border: solid 1px #ccc;
}

.banner-area ul li a::after {
    background-color: #0085B2;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.banner-area ul:nth-child(2) {
    margin-top: 16px;
}

@media (any-hover:hover) {
    .banner-area a:hover {
        opacity: 0.6;
    }
}

.banner-area img {
    max-width: 100%;

}

@media screen and (max-width: 750px) {
    .banner-area {
        width: 100%;
        max-width: 430px;
        margin: 50px auto;
        text-align: center;
    }

    .banner-area ul {
        width: 100%;
        flex-direction: column;
    }

    .banner-area ul li {
        width: 90%;
        margin: auto;
    }

    .banner-area ul li:last-child {
        margin-top: 20px;
    }

    .banner-area ul:nth-child(2) {
        margin-top: 0;
    }

}


.sub-button-wrapper {
    width: 980px;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .sub-button-wrapper .sub-button {
        width: 440px;
        border: solid 1px #D0D2D4;
        padding: 20px;
        background: url("../img/btn_arrow.jpg") no-repeat 440px center;
        margin-bottom: 20px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .sub-button-wrapper .sub-button:hover {
        opacity: 0.6;
    }
}

.sub-button-wrapper .sub-button .subtxt {
    width: 440px;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.sub-button-wrapper .sub-button .maintxt {
    width: 440px;
    font-size: 18px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

@media screen and (max-width: 750px) {
    .sub-button-wrapper {
        width: 100%;
        margin: 0 auto;
        border-top: solid 1px #D0D2D4;

    }

    .sub-button-wrapper .sub-button {
        width: 90%;
        border-bottom: solid 1px #CCCCCC;
        padding: 20px 5%;
        background: url("../img/btn_arrow.jpg") no-repeat right center;
        background-size: 6% auto;
        cursor: pointer;
    }

    .sub-button-wrapper .sub-button .subtxt {
        width: 100%;
        font-size: 2.5vw;
        margin-bottom: 10px;
    }

    .sub-button-wrapper .sub-button .maintxt {
        width: 100%;
        font-size: 4vw;
        font-family: "HondaGlobalFontJP-Bold", sans-serif;
    }
}

/* sitemap
-----------------------------------------*/
.sitemap-wrapper {
    background-color: #333333;
    width: 100%;
    padding: 30px 0 30px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 0.804rem;
    line-height: 1.44;
    letter-spacing: .1em;
}

.sitemap-wrapper a {
    color: #fff;
}

.sitemap-wrapper .sitemapwrapper {
    width: 980px;
    margin: 0 auto;
}

.sitemap-wrapper .sitemapwrapper .breadcrumbs {
    margin-bottom: 20px;
    ;
}

.sitemap-wrapper .sitemapwrapper .sitemap {
    width: 100%;
}

.sitemap-wrapper .sitemapwrapper .sitemap hr {
    width: 100%;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #666;
    margin: 20px 0;
}

.sitemap-wrapper .sitemapwrapper .title {
    margin: 20px 0 10px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
}

.sitemap-wrapper .sitemapwrapper .link {
    font-size: 13px;
    position: relative;
    cursor: pointer;
    display: block;
    height: 14px;
    margin: 0 40px 0 0;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: .1em;
}

.sitemap-wrapper-sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .sitemap-wrapper {
        display: none;
    }

    .sitemap-wrapper-sp {
        display: block;
        background: #4A4A4A;
        padding: 20px 0;
        width: 100%;
        color: #fff;
        font-size: 3vw;
    }

    .sitemap-wrapper-sp .menu-wrapper {
        width: 90%;
        margin: 20px 5% 0;
    }

    .sitemap-wrapper-sp .footer-Breadcrumb {
        margin: 0 5%;
        width: 90%;
    }

    .sitemap-wrapper-sp .footer-Breadcrumb a {
        color: #fff;
        text-decoration: none;
    }

    hr {
        height: 1px;
        border: none;
        border-top: 1px #fff solid;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .sitemap-wrapper-sp .menu-wrapper .menu {
        width: 100%;
        border-bottom: solid 1px #CCCCCC;
        padding: 20px 0;
        background: url("../img/btn_arrow02.jpg") no-repeat right center;
        background-size: 6% auto;
        display: block;
        color: #fff;
        font-size: 3vw;
    }
}

.acd-check {
    display: none;
}

.acd-label {
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 20px 0;
    position: relative;
    border-bottom: solid 1px #CCCCCC;
}

.acd-label:after {
    box-sizing: border-box;
    display: block;
    content: '+';
    height: 52px;
    padding: 10px 0;
    position: absolute;
    right: 6px;
    top: 8px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-size: 14px;

}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 10px 0 10px 20px;
    transition: .5s;
    visibility: hidden;
}

.acd-content a {
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
    padding: 20px 0;
    background: url("../img/btn_arrow02.jpg") no-repeat right center;
    background-size: 6% auto;
    display: block;
    color: #fff;
}

.acd-check:checked+.acd-label:after {
    content: '-';
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    font-size: 18px;
    right: 7px;
    top: 7px;
}

.acd-check:checked+.acd-label+.acd-content {
    height: 380px;
    opacity: 1;
    padding: 10px 0 10px 20px;
    visibility: visible;
}

/* Bnr
-----------------------------------------*/


@media screen and (min-width: 750px) {
    .Bnr-pc {
        position: relative;
        margin: 0 auto;
        width: 196px;
        display: block;
    }

    .Bnr-pc .Bnr__img {
        position: fixed;
        top: 180px;
        right: 0;
        z-index: 88;
    }

    .Bnr__img__inner {
        width: 196px;
        height: 195px;
    }

    .Bnr .Bnr__img__inner a {
        display: block;
    }

    .Bnr .Bnr__img-sp {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .Bnr-pc {
        display: none;
    }

    .Bnr {
        position: relative;
        margin: 0 auto;
        width: 100%;
        display: none;
    }

    .Bnr .Bnr__img-sp {
        position: fixed;
        bottom: -20px;
        z-index: 88;
    }

    .Bnr .Bnr__img-sp img {
        width: 100%;
        height: auto;
    }

    .Bnr .Bnr__img__inner-sp {
        width: 100%;
        height: 80px;
    }

    .Bnr .Bnr__img__inner-sp a {
        display: block;
    }
}

@media screen and (min-width: 750px) {
    #global_navigation {
        display: none;
    }
}

.gray_bk {
    width: 100%;
    padding: 70px 0 80px;
    background: #f5f5f5;
    margin: 70px 0 -30px;
}

@media screen and (max-width: 750px) {
    .gray_bk {
        padding: 40px 0;
        margin: 50px 0 0;
    }
}

.dealerlocator {
    width: 840px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #D0D2D4;
}

@media screen and (max-width: 750px) {
    .dealerlocator {
        width: 90%;
    }
}

.dealerlocator .dealerlocator_wrap {
    display: inline-flex;
    align-items: center;
}

.dealerlocator .dealerlocator_wrap .point img {
    width: 100%;
    height: auto;
}

.dealerlocator .dealerlocator_wrap .point {
    width: 29px;
    height: auto;
    margin-right: 1rem;
}

.dealerlocator .dealerlocator_wrap .subtxt {
    font-size: 16px;
    margin-right: 1rem;
}

.dealerlocator .dealerlocator_wrap .maintxt {
    font-size: 24px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    margin-right: 1.8rem;
}

@media screen and (max-width: 750px) {
    .dealerlocator .dealerlocator_wrap {
        flex-direction: column;
        padding-right: 30px;
    }

    .dealerlocator .dealerlocator_wrap .point img {
        width: 100%;
        height: auto;
    }

    .dealerlocator .dealerlocator_wrap .point {
        width: 24px;
        margin: 0 0 1rem 0;
    }

    .dealerlocator .dealerlocator_wrap .subtxt {
        font-size: 16px;
        margin: 0 0 1rem 0;
        line-height: 1.6;
    }

    .dealerlocator .dealerlocator_wrap .maintxt {
        font-size: 21px;
        margin: 0;
    }
}

.dealerlocator a {
    display: block;
    padding: 30px 35px;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}

@media (any-hover:hover) {
    .dealerlocator a:hover {
        opacity: .6;
    }
}

.dealerlocator a::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 90px;
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/btn_arrow.jpg) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.dealerlocator a::after {
    background-color: #c00;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.dealerlocator a:hover {
    opacity: .6;
}

@media screen and (max-width: 750px) {
    .dealerlocator a {
        padding: 22px 30px 28px;
        text-align: center;
    }

    .dealerlocator a::before {
        content: '';
        width: 30px;
        height: 70px;
    }

    .dealerlocator a::after {
        content: '';
        height: 3px;
    }
}

.dealerlocator .pc {
    display: inline-block;
}

.dealerlocator .sp {
    display: none;
}

@media screen and (max-width: 750px) {
    .dealerlocator .pc {
        display: none;
    }

    .dealerlocator .sp {
        display: inline-block none;
    }
}

/* new mark plus 2023.04 */
i.icon_new {
    box-sizing: border-box;
    display: inline-flex;
    font-style: normal;
    height: 1em;
    width: 10px;
    position: relative;
    margin-left: .5em;
}

i.icon_new::after {
    content: 'NEW';
    font-size: .76em;
    background-color: #fff;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    letter-spacing: 0;
    position: absolute;
    color: #c00;
    border: 1px solid #c00;
    display: inline-block;
    padding: 0.15em 0.24em 0.18em;
    line-height: 1;
    top: 0.1em;
    left: 0;
}

@media screen and (max-width: 750px) {
    i.icon_new {
        margin-left: .3em;
    }

    i.icon_new::after {
        transform: scale(.82);
        top: 0;
    }
}
