/*
    Desktop min-width: 961px

===========================================================
	Base
============================================================*/
.sp-br { display: none; }

.wrap {
    width: 960px;
}
/*------------------------------------------------------------
	PageToTOP
------------------------------------------------------------*/
#page-top a {
    transform: scale(1);
}
#page-top {
    right: 30px;
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
    .logo-area {
        width: 287px;
        max-width: 100%;
    }
        .nav-unshown {
            display: none;
        }
    nav#nav-content ul {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-end;
        line-height: 50px;
        margin: 1em;
    }
    nav ul li {
        padding: 0 1em;
        margin: 0 1em;
    }
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
#foot-content {
    width: 960px;
}
#foot-bottom-area {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
#add-area {
    width: 80%;
}
#tel-area {
    width: 75%;
    height: 100px;
}
    .tel-no {
        font-size: 300%;
    }
    .comment {
        width: 80%;
        margin: 0 0 0 20%;
    }

#foot-nav ul {
    width: 100%;
    margin: 0 auto;
}
#foot-nav ul li {
    padding: 0.5em 1em;
}
#copyright {
    height: 32px;
    line-height: 32px;
}
/*------------------------------------------------------------
    Slider
------------------------------------------------------------*/
.slider {
    height: 550px;
}
/*------------------------------------------------------------
	Top
------------------------------------------------------------*/
#main-btn-area {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
}
    #main-btn-area .btn-left,
    #main-btn-area .btn-right {
        width: 470px;
        height: 150px;
    }
    #container {
        padding-top: 7em;
    }

    #concept-area,
    #gallery-area {
        position: relative;
        height: 300px;
    }
    #concept-area img {
        margin: 0 0 0 0;
    }
    #concept-txt {
        top: 0;
        left: 440px;
        width: 960px;
    }
    #concept-txt h1,
    #concept-txt span,
    #lineup h1,
    #gallery-area h1 {
        width: calc(100% - 2em);
    }
    #concept-txt h1,
    #lineup-title-area h1,
    #gallery-area h1 {
        font-size: 2.0em;
    }
/*------------------------------------------------------------
    Concept // Top
------------------------------------------------------------*/
#concept-txt span {
    font-size: 1.5em;
}
.concept-btn {
    width: 50%;
}
/*------------------------------------------------------------
    LineUP　ふわっと表示 // Top
------------------------------------------------------------*/
#lineup {
    grid-template-rows: 200px repeat(2, 1fr) 80px;
    gap: 8px;
    margin: 2em 5%;
    width: 90%;
}
/* 背景斜め // PC表示だけ */
    #lineup::after {
        content: '';
        position: absolute;
        left:0;
        top: 500px;
        z-index: -1;
        width: calc(100vw - 9px);
        height: 30%;
        margin: 0 calc(50% - 50vw);
        background: #333;
        transform: skewY(-10deg);
        transform-origin: top left;
    }
    #lineup-title-area {
        grid-column: 1 / 4;
    }
    #lineup-title-area .title-txt {
        top: 60%;
        right: 0;
        width: 45%;
    }
.item-txt {
    font-size: 1em;
}
#lineup .link-btn {
    grid-column: 1 / 4;
}
/*------------------------------------------------------------
    Gallery//Top
------------------------------------------------------------*/
#gallery-bn-area h1 {
    left: 45%;
}
#gallery-bn-area img {
    height: 300px;
}
.link-hover:hover img {
    opacity: 0.8;
}
/*------------------------------------------------------------
    News//Top
------------------------------------------------------------*/
#news {
    width: 90%;
}
.link-btn {
    width: 650px;
}
    .news-slide .slick-dots li {
        width: 70px;
      }
      .news-slide .slick-dots li button:before {
        width: 70px;
      }
      .news-slide .slick-dotted .slick-slider {
        margin-bottom: 35px !important;
      }
      .news-slide .slick-slide {
        transform: scale(.9);
        width: 100%;
    }
    .news-slide .news-txt span {
        font-size: 130%;
    }
        .news-slide img {
            width: 100vw;
            object-fit: cover;
            object-position: 50% 50%;
        }
/*===========================================================
    Lower
============================================================*/
#breadcrumb-area {
    width: 100%;
    margin: 0;
}
.content-area {
    min-height: calc(100vh - 330px);
}
/*----------------------------------------------------------
    ページ毎ヘッダー画像変更
-----------------------------------------------------------*/
#race-reserve-header,
#contact-header,
#concept-header,
#news-header,
#race-report-header,
#gallery-header,
#lineup-header,
#post-header {
    height: 382px; /* headerの高さ含める */
    padding: 82px 0 0 0;
}
#privacy-policy-header {
    height: 208px;
    padding-top: 82px;
    box-sizing: border-box;
}
    #privacy-policy-header h1 {
        padding: 0 1em;
        box-sizing: content-box;
    }
#race-reserve-header {
    background-position: center 0;
}
#contact-header {
    background-position: bottom 90% right -550px;
}
#concept-header {
    background-position: bottom 90% right -430px;
}
#lineup-header {
    background-position: center;
}
#news-header,
#gallery-header,
#post-header {
    background-position: bottom 90% right -430px;
}
#race-report-header {
    background-position: bottom 90% right 0px;
}
#notpost-area {
    padding: 2em 0;
}
/*----------------------------------------------------------
    背景斜め // SPは除く
-----------------------------------------------------------*/
.race-reserve-content::after,
.contact-content::after,
.concept-content::after {
    content: '';
    position: absolute;
    left:0;
    z-index: -1;
    width: calc(100vw - 9px);
    height: 30%;
    margin: 0 calc(50% - 50vw);
    background: #333;
    transform: skewY(-10deg);
    transform-origin: top left;
}
    .race-reserve-content::after,
    .contact-content::after {
        top: 400px;
    }
    .concept-content::after {
        top: 800px;
    }
/*----------------------------------------------------------
    Archive
-----------------------------------------------------------*/
.arch-2column .archive-box {
    width: 50%;
}
.flex2column div:first-child {
    flex-basis: 60%;
}
.rr-archive-box {
    width: calc(calc(100% - 1em) / 3);
}
.arc-excerpt {
    padding: 0 1em;
}
/*----------------------------------------------------------
    concept // page
-----------------------------------------------------------*/
.thum-head-txt {
    width: 50%;
    margin: 0 25%;
}