@charset "utf-8";

*,
::before,
::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: normal;
    font-style: normal;    
    color: #231815;
}

:root {
    --subfont: "impact" , sans-serif;
}
  
img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    opacity: 0.9;
}

h1 {
    font-size: 76px;
    font-family: var(--subfont);
}

h2 h3 {
    font-family: var(--subfont);
    font-weight: normal;
}

.w-container {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
}

/*ヘッダー*/
header {
    background: linear-gradient(180deg, rgba(164,0,0,0.8) 0%, rgba(164,0,0,0.8) 50%, rgba(255, 255, 255,0.8) 50%, rgba(255, 255, 255,0.8) 100%);    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    font-size: 18px;
    height: 100px;
}

.hamburger-overlay {
    display: none;
}

.header-inner {
    font-family: var(--subfont);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.header-logo {
    display: flex;
    align-items: flex-end;
    object-fit: cover;
    margin-top: 0.5em;
}

.header-logo img {
    max-height: 80px;
}

.header-logo p {
    margin-bottom: 0.2em;
    font-size: clamp(0.625rem, 0.471rem + 0.77vw, 1rem);
}

.header-inner nav ul {
    display: flex;
    font-weight: bold;
}

.header-inner nav ul li {
    font-size: clamp(0.688rem, 0.228rem + 0.96vw, 1.125rem);
}

.header-inner nav ul li span,
footer nav ul li span {
    color: #C30D23;
    margin: 0 0.3em;
}


/*メイン*/
.main-visual {
    height: calc(100vh - 100px);
    background-image: url(../images/mainvisual@2x-100.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 68px;
}

.main-visual-container {
    text-align: right;
}

.main-visual-text {
    position: absolute;
    right: 0;
    top: 20%;
    padding: 1em 4em;
    text-align: center;
    background-image: url(../images/main-text-back@2x.png);   
    background-size: cover;
    color: white;
}

.main-visual-text h1 {
    font-size: clamp(1.25rem, 0.341rem + 4.55vw, 3.75rem);
}

.main-visual-text h2 {
    font-size: clamp(0.831rem, 0.224rem + 3.03vw, 2.5rem);
}

.main-visual-text h3 {
    font-family: var(--subfont);
    font-size: clamp(0.5rem, 0.136rem + 1.82vw, 1.5rem);
    color: #C30D23;
    letter-spacing: 0.3em;
}

.main-btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.main-btn1 {
    display: inline-block;
    background-image: url(../images/main-btn1@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: clamp(2.5rem, 1.451rem + 2.19vw, 3.5rem);
    color: white;
    background-position: center;
}

.main-btn1 h1{
    font-size: clamp(1.875rem, 0.891rem + 2.05vw, 2.813rem);
}

.main-btn2 {
    display: inline-block;
    background-image: url(../images/main-btn2@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: clamp(2.5rem, 1.451rem + 2.19vw, 3.5rem);
    color: white;
    background-position: center;
    text-align: center;
    line-height: 1;
}

.main-btn2 h2 {
    font-size: clamp(1.406rem, 0.718rem + 1.43vw, 2.063rem);
}

/*アバウトセクション*/
.about {
    background-image: url(../images/about-background@2x-100.jpg);
    background-size: cover;
    background-position: 90% 50%;
}

.about-container {
    display: flex;
    align-items: flex-start;
    padding: 80px 0;
    gap: 40px;
    max-width: 1280px;
    width: 75%;
    margin: 0 auto;
}

.about-container .view-more-btn1 {
    left: 0;
    bottom: -10%;
}

.movie {
    flex: 1.2;
}

.about-text {
    flex: 1;
    margin-top: -15px;
    position: relative;
}

.about-text h1 {
    padding-bottom: 40px;
    margin: 0;
    display: inline-block;
    background-image: url(../images/about-h1-back@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.about-text p {
    margin-bottom: 48px;
    line-height: 1.7;
}

.yamaha {
    color: #0F2BB5;
}

.suzuki {
    color: #EF8200;
}

.honda {
    color: #ED1C24;
}

.view-more-btn1 {
    font-size: 16px;
    background-color: #303030;
    color: white;
    padding: 0.8em 2em;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/*ビジネスセクション*/
.business {
    background-color:rgba(48,48,48,0.9);
    color: white;
}

.business-inner {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 4%;
    padding: 80px 0;
}

.business-container {
    flex: 1;
    text-align: center;
}

.business-container img {
    margin: 1em 0;
}

.business-container h2 {
    font-family: var(--subfont);
    color: #A40000;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.9);
}

.business-container-text {
    text-align: left;
    font-size: 14px;
}

/*ニュースセクション*/
.news {
    background-image: url(../images/news-background@2x-100.jpg);
    background-position: 31% 50%;
    background-size: cover;
    text-align: center;
    padding-bottom: 80px;
}

.news-list {
    margin-bottom: 80px;
}

.news-list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.date {
    margin-right: 1em;
    border-bottom: dashed 1px black;
}
.category {
    width: 120px;
    text-align: center;
    margin-right: 2em;
    border-bottom: dashed 1px black;
}

.news_text {
    border-bottom: dashed 1px black;
}

.news .w-container {
    position: relative;
}

.news h1 {
    background-image: url(../images/news-h1@2x.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    color: white;
    font-size: 64px;
    padding: 80px 2.5em;
}


.bike {
    width: clamp(6.25rem, -1.25rem + 26.67vw, 18.75rem);
    position: absolute;
    right: -5%;
    overflow: hidden;
    bottom: -20%;
    margin: 0 auto;
}

/*ニューアライバル*/
.new-arrivals {
    background-image: url(../images/new-arrivals-background@2x-100.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    padding: 80px 0 160px 0;
}

.new-arrivals h1 {
    color: rgba(66, 33, 11, 0.8);
}

.new-arrivals-inner {
    display: flex;
    max-width: 1280px;
    width: 90%;
    margin: 0 auto;
    gap: 4%;
    padding: 80px 0;
    position: relative;
}

.new-arrivals-container {
    background-color: white;
    padding: 20px 10px 20px 10px;
    position: relative;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}

.pin {
    width: clamp(2.5rem, 6.67vw, 3.125rem);
    position: absolute;
    top: -5%;
    right: 0;
    left: 0;
    margin: auto;
}

.new-arrivals-container-txt {
    text-align: left;
    margin: 10px 0;
    line-height: 1.8em;
}

.detail-btn {
    background-color: #A40000;
    color: white;
    border-radius: 16px;
    padding: 0.5em 1em;
    border: solid 1px black;
    font-size: clamp(0.813rem, 0.478rem + 0.7vw, 1rem);
}

.view-more-btn2 {
    background-image: url(../images/view-more-btn2@2x-100.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    padding: 0.8em 2em;
    border-radius: 30px;
    position: absolute;
    right: 0;
    bottom: -80px;
    font-size: 16px;
    box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
}

/*カレンダー*/
.calendar {
    background-image: url(../images/calendar-background@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 80px 0;

}

.calendar h1 {
    margin-bottom: 40px;
    display: inline-block;
    background-image: url(../images/calendar-h1-back@2x-100.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.calendar p {
    margin-bottom: 80px;
}

.br-sp {
    display: none;
}

.calendar img {
    max-width: 1280px;
    width: 70%;
    margin: 0 auto;
}

/*アクセス*/
.access {
    background-image: url(../images/about-background@2x-100.jpg);
    background-position: right;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.helmet {
    max-width: clamp(5rem, -2.813rem + 25vw, 11.25rem);
    position: absolute;
    top: 6%;
}

.access h1 {
    text-align: center;
    margin: 0 auto;
    background-image: url(../images/about-h1-back@2x-100.jpg);
    background-size: contain;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.access-inner {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    width: 70%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 40px;
    gap: 40px;
}

.access-container {
    overflow: hidden;
    font-size: 16px;
    margin: 0;
    box-sizing: border-box;
    flex: 1;
}

dt {
    float: left;
}

dd {
    margin-left: 80px;
    box-sizing: border-box;
}

.map {
    width: clamp(18.75rem, 9.375rem + 37.5vw, 37.5rem);
    aspect-ratio: 4 / 3;
    flex: 1;
    width: 100%;
    height: 100%;
}

.contact-btn {
    max-width: 1280px;
    width: 70%;
    margin: 0 auto;
}

.mail {
    max-width: 18px;
    margin-bottom: 7px;
    margin-left: 0.5em;
}

/*フッター*/
footer {
    padding-top: 40px;
}

.footer-logo {
    max-width: clamp(6.875rem, 4.222rem + 13.27vw, 15rem);
    object-fit: contain;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
}

.footer-container {
    display: flex;
    flex: 1.5;
    gap: 40px;
    align-items: center;
}

.footer-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.footer-text p span {
    line-height: 1.5;
    letter-spacing: 0.3em;
}

.footer-addres {
    margin-top: 1em;
    line-height: 2;
    font-size: clamp(0.563rem, 0.228rem + 0.7vw, 0.75rem);
    text-align: left;
}

.footer-text-container {
    text-align: center;
}

.footer-container h4 {
    font-size: clamp(0.875rem, -0.24rem + 2.32vw, 1.5rem);
}

.footer-container h3 {
    font-size: clamp(1.25rem, -0.869rem + 4.41vw, 2.438rem);
    font-family: var(--subfont);
}

.footer-container p span {
    font-size: clamp(0.5rem, -0.281rem + 1.62vw, 0.938rem);
    font-family: var(--subfont);
    color: #A40000;
}

.footer-img {
    flex: 1;
    object-fit: contain;
    width: clamp(17.188rem, 5.431rem + 24.46vw, 25rem);
    z-index: 9999;
}

footer nav ul {
    font-size: clamp(0.688rem, 0.228rem + 0.96vw, 1.125rem);
    justify-content: center;
    margin-top: 40px;
    display: flex;
    font-weight: bold;
}

.footer-top-bottom {
    height: 50px;
    background-color: #303030;
}

.copyright {
    font-size: clamp(0.375rem, 0.107rem + 1.34vw, 0.75rem);
    text-align: center;
    margin-top: 40px;
}

  /* ボタンの指定 */
.js-backToTop {
    position: fixed;
    right: 5%;
    bottom: 20%;
    width: 80px;
    cursor: pointer;
    opacity: 0;
    transition: .5s;
    z-index: 9998;  
}

.js-backToTop:hover {
    opacity: 0.8;
}

/* クラス付与時の指定 */
.is-active {
    opacity: 1;
    visibility: visible;
}

.js-backToTop-sp {
    display: none;
}


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

    .js-backToTop {
        display: none;
    }

    body p,li,dl,.view-more-btn1,.view-more-btn2 {
        font-size: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);;
    }

    h1 {
        font-size: clamp(2.5rem, 1.83rem + 3.35vw, 3.438rem);
    }

    header {
        height: 60px;
    }

    .header-inner nav ul {
        display: inline-block;
        text-align: left;
    }

    .header-logo img {
        max-height: 50px;
        margin-top: -2px;
    }

        /*ハンバーガーメニュー*/
    .hamburger-overlay {
        position: fixed;
        top: 21px;
        right: 20px;
        z-index: 1000;
        width: 48px;
        height: 48px;
        border: none;
        background: transparent;
        cursor: pointer;
        display: block;
    }
    
    .hamburger-overlay__line {
        position: absolute;
        left: 11px;
        width: 26px;
        height: 2px;
        background-color: #231815;
        transition: all .6s;
        border-radius: 15px;
    }
    
    .hamburger-overlay__line:nth-of-type(1) { top: 14px; }
    .hamburger-overlay__line:nth-of-type(2) { top: 23px; }
    .hamburger-overlay__line:nth-of-type(3) { top: 32px; }
    
    .hamburger-overlay.active .hamburger-overlay__line {
        background-color: black;
    }
    
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
        transform: translateY(-9px) rotate(45deg);
    }
    
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgb(218, 218, 218);
        visibility: hidden;
        opacity: 0;
        transition: all .6s;
        z-index: 900;
    }

    .nav-overlay.active {
        visibility: visible;
        opacity: 1;
    }
    
    .nav-overlay__content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        text-align: center;
    }
    
    .nav-overlay__list {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .nav-overlay__item {
        opacity: 0;
        transform: translateY(20px);
        transition: all .6s;
    }

    .nav-overlay__item span {
        display: none;
    }
    
    .nav-overlay.active .nav-overlay__item {
        opacity: 1;
        transform: translateY(0);
        margin-bottom: 20px;
        font-size: 22px;
    }

    .nav-overlay.active .nav-overlay__item::before {
        content: "★";
        color: #A40000;
        margin-right: 1em;
    }
    
    /* .nav-overlay.active .nav-overlay__item:nth-child(1) { transition-delay: 0.1s; }
    .nav-overlay.active .nav-overlay__item:nth-child(2) { transition-delay: 0.2s; }
    .nav-overlay.active .nav-overlay__item:nth-child(3) { transition-delay: 0.3s; }
    .nav-overlay.active .nav-overlay__item:nth-child(4) { transition-delay: 0.4s; }
    .nav-overlay.active .nav-overlay__item:nth-child(5) { transition-delay: 0.5s; }
    .nav-overlay.active .nav-overlay__item:nth-child(6) { transition-delay: 0.6s; }
    .nav-overlay.active .nav-overlay__item:nth-child(7) { transition-delay: 0.7s; } */

    .nav-overlay__link {
        display: inline-block;
        padding: 20px;
        color: #fff;
        font-size: 24px;
        text-decoration: none;
        transition: color .3s;
    }
    
    .main-visual {
        background-position: 40% 50%;
        margin-top: 28px;
        height: calc(100vh - 60px);
    }

    .main-visual-text {
        top: 15%;
    }

    .main-visual-text h3 {
        font-family: var(--subfont);
    }

    .main-btn {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 5%;
    }

    .main-btn1 {
        padding: clamp(1.8rem, 1.3rem + 2.5vw, 2.5rem);
    }

    .main-btn1 h1{
        font-size: clamp(1.375rem, 0.884rem + 2.46vw, 2.063rem);
    }

    .main-btn2 {
        padding: clamp(1.8rem, 1.3rem + 2.5vw, 2.5rem);
    }

    .main-btn2 h2 {
        font-size: clamp(1.031rem, 0.674rem + 1.79vw, 1.531rem);
    }

    .about {
        position: relative;
        background-image: url(../images/about-background-sp@2x-100.jpg);
        background-position: center;
        background-size: cover;
    }

    .about-container {
        flex-direction: column-reverse;
        padding-top: 40px;
        padding-bottom: 110px;
        gap: 0;
        max-width: 1280px;
        width: 80%;
        margin: 0 auto;
    }

    .about-text {
        text-align: center;
        position: static;
    }

    .about-text .view-more-btn1 {
        position: absolute;
        display: inline-table;
        bottom: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    .view-more-btn1 {
        font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
        display: inline-table;
    }

    .about-text h1 {
        padding-bottom: 20px;
    }

    .about-text p {
        text-align: left;
        margin-bottom: 20px;
    }

    .business-inner {
        flex-direction: column;
        gap: 20px;
        padding: 40px 0;
        max-width: 768px;
        width: 70%;
        margin: 0 auto;
    }

    .business-container-text {
        font-size: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);;
    }

    .news {
        padding-bottom: 40px;
        background-image: url(../images/news-background-sp@2x-100.jpg);
        background-size: cover;
    }

    .news-list {
        margin-bottom: 20px;
    }

    .news h1 {
        font-size: clamp(1.563rem, 1.116rem + 2.23vw, 2.188rem);
        margin: -40px 0;
    }

    .bike {
        bottom: clamp(-0.625rem, 1.605rem + -4.64vw, -1.875rem);
        width: clamp(5rem, 0.982rem + 20.09vw, 10.625rem);
    }

    .new-arrivals {
        padding-top: 40px;
        padding-bottom: 0;
        background-image: url(../images/new-arrivals-background-sp@2x-100.jpg);
    }

    .new-arrivals-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2em;
        padding: 40px 0;
    }

    .new-arrivals-container-txt {
        line-height: 1.8em;
        margin-bottom: clamp(1rem, 0.286rem + 3.57vw, 2rem);
    }

    .new-arrivals-container-txt p {
        font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
    }

    .detail-btn {
        font-size: clamp(0.75rem, 0.616rem + 0.67vw, 0.938rem);
        padding: 0.8em 2em;
    }

    .view-more-btn2 {
        font-size: clamp(0.625rem, 0.446rem + 0.89vw, 0.875rem);
        position: static;
        padding: 0.8em 2em;
    }

    .pin {
        top: -3%;
    }

    .calendar {
        padding: 40px 0;
        text-align: center;
    }

    .calendar h1 {
        margin-bottom: 20px;
    }

    .calendar p {
        margin-bottom: 40px;
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .access {
        text-align: center;
        padding: 40px 0;
        background-image: url(../images/about-background-sp@2x-100.jpg);
        background-size: cover;
    }

    .access-inner {
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
        gap: 20px;
    }

    .access-container {
        text-align: left;
    }

    .helmet {
        left: 5%;
        top: 30px;
        width: clamp(3.438rem, 0.313rem + 15.63vw, 7.813rem);
    }

    .mail {
        margin-bottom: clamp(0.2rem, 0.129rem + 0.36vw, 0.3rem);
        width: clamp(0.813rem, 0.589rem + 1.12vw, 1.125rem);
    }

    .footer-inner {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .footer-container {
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }

    footer nav {
        display: none;
    }

    .copyright {
        margin-top: 20px;
    }

    .footer-sp {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        gap: clamp(4rem, 1.143rem + 14.29vw, 8rem);
    }

    .footer-img {
        flex: 1;
        width: clamp(15rem, 8.973rem + 30.13vw, 23.438rem);
    }

    .sp-top-btn {
        flex: 1;
    }

    .footer-container {
        align-items: center;
    }

    .footer-text {
        align-items: center;
    }



    .footer-text-container h4 {
        font-size: clamp(1.125rem, 0.679rem + 2.23vw, 1.75rem);
    }

    .footer-container h3 {
        font-size: clamp(1.813rem, 1.054rem + 3.79vw, 2.875rem);
    }

    .footer-text p span {
        letter-spacing: clamp(0.175rem, 0.086rem + 0.45vw, 0.3rem);
        font-size: clamp(0.813rem, 0.5rem + 1.56vw, 1.25rem);
    }

    .footer-addres {
        font-size: clamp(0.625rem, 0.357rem + 1.34vw, 1rem);
        line-height: 1.5em;
    }

    .footer-logo {
        width: clamp(8.125rem, 5rem + 15.63vw, 12.5rem);
    }

    .footer-top-bottom {
        height: 25px;
    }

    .date {
        display: block;
        width: 5em;
    }

    .news-list li {
        text-align: left;
        display: inline-block;
        font-size: clamp(0.625rem, 0.425rem + 0.8vw, 0.875rem);
    }

  }