/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 15 2025 | 04:33:41 */
body {
    font-family: "Zen Maru Gothic", serif;
    color: var(--my-color-black);
    background-color: var(--my-brown);
    letter-spacing: 0.05em;
    line-height: 1.5;
    width: auto !important;
    cursor: default;
    font-weight: 400;
}
body.no-scroll {
    overflow: hidden;
}
ol ol {
    list-style: lower-alpha;
}
ol ol ol {
    list-style: lower-roman;
}
a {
    outline: none;
    text-decoration: none;
}
a.anchor-underline{
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.anchor-underline:hover {
    text-decoration: underline;
    color: color-mix(in srgb, currentcolor 80%, white 20%)
}
p,
ul>li {
    font-size: 18px !important;
}
.en-font-size {
    font-size: 22px !important;
}
strong {
    font-weight: 700;
}
.no-br {
    white-space: nowrap !important;
}
.pc-disp {
    display: block;
}
.sp-disp {
    display: none !important;
}
.iphone-disp-pc {
    display: block;
}
.iphone-disp-sp {
    display: none;
}
.iphone-disp-inline-pc {
    display: inline-block;
}
.iphone-disp-inline-sp {
    display: none;
}
@media screen and (max-width: 416px) {
    .iphone-disp-pc {
        display: none;
    }
    .iphone-disp-sp {
        display: block !important;
    }
    .iphone-disp-inline-pc {
        display: none;
    }
    .iphone-disp-inline-sp {
        display: inline-block;
    }
}
@media screen and (max-width: 959px) {
    .pc-disp {
        display: none;
    }
    .sp-disp {
        display: block !important;
    }
}
header.my-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    color: var(--my-color-black);
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 900;
    max-width: 100% !important;

    background-color: var(--my-brown);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header.my-header div.header-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: none !important;
    width: 90vw !important;
    max-width: 1400px !important;
    position: relative;
}
h1.logo {
    width: 200px;
    display: block !important;
}
@media screen and (max-width: 260px) {
    h1.logo {
        width: calc(100% - 60px);
    }
}
.default-logo {
    display: inline-block;
    width: 100%;
}
.white-logo {
    display: none;
}
header.my-header.hd-light {
    color: var(--my-color-white);
    background: transparent;
    box-shadow: none;
}
header.hd-light .default-logo {
    display: none;
}
header.hd-light .white-logo {
    display: inline-block;
    width: 100%;
}
header.my-header .my-header-nav ul li {
    font-size: 22px !important;
    margin-left: 1.5em;
}
.my-header-nav ul li {
    position: relative;
    filter: none;
    font-weight: 700;
}
.my-header-nav ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.my-header-nav ul li:hover::after {
    transform: scaleX(1);
}
.my-hamburger-menu.hd-light .ham-line {
    background-color: var(--my-color-white);
}
.my-hamburger-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}
.my-hamburger-menu .ham-line {
    width: 30px;
    height: 3px;
    background-color: var(--my-color-black);
    margin: 4px 0;
    transition: 0.4s;
    border-radius: 2px;
    transform-origin: center;
}
.my-hamburger-menu.active .ham-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 7px);
    background-color: var(--my-color-black);
    transition: 0.5s;
}
.my-hamburger-menu.active .ham-line:nth-child(2) {
    opacity: 0;
}
.my-hamburger-menu.active .ham-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -7px);
    background-color: var(--my-color-black);
    transition: 0.5s;
}
@media (max-width: 959px) {
    .my-hamburger-menu {
        display: flex;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        z-index: 200000 !important;
    }
    .my-header-nav ul {
        position: relative;
        flex-direction: column;
        background: var(--my-brown);
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 100000;
        width: 100vw;
        height: 100vh;
        padding: 1rem;
        border-radius: 5px;
        color: var(--my-color-black) !important;
        padding: 80px calc(calc(100vw - 200px)/2) calc(100vh - 300px - 80px);
        opacity: 0.5;
        transition: 0.9s;
    }
    .my-header-nav ul::before {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translate(-50%, 0);
        content: "";
        display: inline-block;
        width: 200px;
        height: 40px;
        background-image: url('/wp-content/uploads/logo_WinsAgain.png');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .my-header-nav ul li {
        margin-left: 0 !important;
    }
    .my-header-nav.active ul {
        display: flex;
        opacity: 1;
        transition: 0.8s;
        top: 0;
        right: 0;
    }
}
h1 {
    font-weight: 700;

}
h2 {
    font-weight: 700;
    letter-spacing: 0.05em !important;
    font-size: 58px;
    font-family: "Sour Gummy", "Zen Maru Gothic", serif;
}
h3 {
    font-size: 35px !important;
}
h4 {
    font-size: 25px !important;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: clamp(32px, 6.4vw, 42px) !important;
    }
    h3 {
        font-size: clamp(25px, 6.4vw, 27px) !important;
    }
    h4 {
        font-size: clamp(20px, 6.4vw, 23px) !important;
    }
}
:root {
    --my-blue: #d9dae2;
    --my-brown: #efeae4;
    --my-green: #dfe5d8;
    --my-white: #fdfdfd;
    --my-footer-gray: #707070;
    --my-line-main-color: #b5a395;
    --my-line-blue: #adb1c4;
    --my-background-color: var(--my-brown);
    --my-btn-bg-color-purple: #ff9eab;
    --my-btn-bg-color-purple-hover: #ffb3bd;
    --my-btn-font-color-purple: #410009;
    --my-btn-bg-color-pink: #ffb172;
    --my-btn-bg-color-pink-hover: #f78a31;
    --my-btn-font-color-pink: #532600;
    --my-color-white: #fff;
    --my-color-black: #333;
}
.my-button {
    border-radius: 0 !important;
}
.detail-opener-btn a {
    background-color: var(--my-footer-gray) !important;
    color: var(--my-color-white) !important;
    border-bottom: 3px solid var(--my-color-black);
}
.my-button a {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: 0.4s;
}
.my-button a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
}
.my-button-purple a {
    background-color: var(--my-btn-bg-color-purple) !important;
    color: var(--my-btn-font-color-purple) !important;
    border-bottom: 3px solid var(--my-btn-font-color-pink);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1em;
    transition: 0.4s;
}
.my-button-purple a:hover {
    background-color: var(--my-btn-bg-color-purple-hover) !important;
}
.my-button-pink a {
    background-color: var(--my-btn-bg-color-pink) !important;
    color: var(--my-btn-font-color-pink) !important;
    border-bottom: 3px solid var(--my-btn-font-color-pink);
}
.my-button-pink a:hover {
    background-color: var(--my-btn-bg-color-pink-hover) !important;
}
@media screen and (max-width: 781px) {
    .column {
		display: flex;
        flex-direction: column;
    }
    .order1 {
        order: 1;
    }
    .order2 {
        order: 2;
    }}
div.bg-color-my-blue {
    background-color: var(--my-blue);
}
.bg-color-my-brown {
    background-color: var(--my-brown);
}
.bg-color-my-green {
    background-color: var(--my-green);
}
.bg-color-footer {
    background-color: var(--my-footer-gray);
}
.title_underline {
    position: relative;
}
.title_underline::before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: clamp(190px, 93vw, 600px);
    height: 3px;
    background-color: #000;
}
.title_underline::before,
.bg-color-my-brown .title_underline::before {
    filter: brightness(0) saturate(100%) invert(72%) sepia(11%) saturate(465%) hue-rotate(344deg) brightness(93%) contrast(82%);
}
.bg-color-my-blue .title_underline::before {
    filter: brightness(0) saturate(100%) invert(76%) sepia(9%) saturate(436%) hue-rotate(192deg) brightness(94%) contrast(86%);
}
.bg-color-my-green .title_underline::before {
    filter: brightness(0) saturate(100%) invert(88%) sepia(8%) saturate(553%) hue-rotate(44deg) brightness(89%) contrast(85%);
}
.service-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100vh;
    opacity: 1;

}
.height-adjust {
    height: 84px;
}
.nav-container {
    display: flex;
    height: calc(100% - calc(84px * 2));

}
.nav-icon-list {
    margin-top: auto;
    margin-bottom: auto;
    height: 510px;
    width: 100%;
    max-height: 90%;
}
.nav-icon-wrapper {
    height: calc(100%/ 4);
}
.nav-icon-link {
    position: relative;
    height: 100%;
    max-height: 120px;
    aspect-ratio: 5/3;
    display: block;
}
.nav-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100%;
    filter: drop-shadow(2px 2px 2px rgba(51, 3, 0, 0.5));
    transition: 0.5s;
}
.nav-icon-link:hover .nav-icon {
    height: 110%;
}
.drift-btn-container {
    position: relative;
    height: 84px;
}
.drift-mode-btn {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    background-image: url('/wp-content/uploads/drift-mode.png');
    background-size: contain;
    height: 70px;
    max-height: 9.9vh;
    width: auto;
    aspect-ratio: 1.717;
    margin: 0 auto;
    opacity: 0;
    display: block;
}
.drift-mode-btn:hover {
    transform: translateX(-50%) scale(1.2);
}
.drift-mode-btn.visible {
    opacity: 1;
    transition: 0.3s;
}
@media screen and (max-width: 1279px) {
    .nav-icon-link {
        max-height: calc(15.6vw * 0.6);
    }
    .nav-icon-list {
        height: calc(15.6vw * 2.55);
    }
    .drift-mode-btn {
        max-height: calc(9.3vw * 1024 / 1759);
    }
}
@media screen and (max-width: 959px) {
    .service-menu {
        display: none;
    }
}
@media screen and (max-height: 579px) {
    .nav-container {
        height: calc(100% - 84px);
    }
    .nav-icon-list {
        height: 371px;
        max-height: 100%;
    }
    .nav-item-spacer {
        height: 20px;
    }
    .drift-btn-container {
        display: none;
    }
}

.drift-off-btn {
    display: none;
    position: fixed;
    right: 60px;
    bottom: 10px;
    height: 70px;
    max-height: 9.9vh;
    width: auto;
    aspect-ratio: 1.717;
    background-image: url('/wp-content/uploads/drift-off.png');
    background-size: contain;
    margin: 0 auto;
    z-index: 100;
}
.background-wrapper {
    position: relative !important;
}
.scroll-image {
    opacity: 0;
    position: fixed;
    right: 0px;
    height: 70px;
    width: 50px;
    z-index: 0;
    background-image: url('/wp-content/uploads/chaser.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: center;
}
.scroll-bg {
    opacity: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100vh;
    background-image: url('/wp-content/uploads/enseki.png');
    background-size: contain;
    z-index: 0;
}
.service-menu.drift-on {

    display: none;
    transition: 0.3s;
}
.scroll-image.drift-on,
.scroll-bg.drift-on {
    opacity: 1;
    transition: opacity 0.5s;
}
.scroll-image.drift-on{
    z-index: 20000;
}
.scroll-bg.drift-on{
    z-index: 10000;
}
.drift-off-btn.drift-on {
    display: block;
}
.sp-nav-container {
    background-color: #7c7c7c !important;
    height: 85px !important;
    width: 100vw !important;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
}
.sp-nav-outer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 85px;
    justify-content: space-between;
    max-width: 600px;
}
.sp-nav-item a {
    text-decoration: none;
}
.sp-nav-item-inner {
    width: calc(100vw / 4);
    max-width: 150px;
    margin-bottom: 0.5em;
    margin-top: 5px;
    z-index: 2000;
}
.sp-nav-img {
    height: auto;
    height: 45px;
    max-width: 70px;
    margin: 0 auto;
    filter: drop-shadow(2px 2px 2px rgba(86, 86, 86, 0.8));
    display: block;
    background-size: contain;
    transition: 0.5s;
}
#bottom-icon-01 {
    background-image: url(/wp-content/uploads/sp-stream-white.png);
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#bottom-icon-02 {
    background-image: url(/wp-content/uploads/sp-events-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#bottom-icon-03 {
    background-image: url(/wp-content/uploads/sp-motorsports-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#bottom-icon-04 {
    background-image: url(/wp-content/uploads/sp-contact-white.png);
    margin-top: 2px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}
@media (hover: hover) {
    .sp-nav-item a:hover #bottom-icon-01 {
        background-image: url(/wp-content/uploads/sp-stream.png);
    }
    .sp-nav-item a:hover #bottom-icon-02 {
        background-image: url(/wp-content/uploads/sp-events.png);
    }
    .sp-nav-item a:hover #bottom-icon-03 {
        background-image: url(/wp-content/uploads/sp-motorsports.png);
    }
    .sp-nav-item a:hover #bottom-icon-04 {
        background-image: url(/wp-content/uploads/sp-contact.png);
    }
}
.row1 {
    padding: 0.5em 0;
}
.sp-nav-icon-letter {
    font-family: "Sour Gummy", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 0.9;
    color: var(--my-color-white);
    filter: drop-shadow(2px 2px 2px rgba(86, 86, 86, 0.8));
    transition: 0.4s;
}
.sp-nav-item a:hover #icon-letter-01 {
    color: #ccc;
}
.sp-nav-item a:hover #icon-letter-02 {
    color: #ccc;
}
.sp-nav-item a:hover #icon-letter-03 {
    color: #ccc;
}
.sp-nav-item a:hover #icon-letter-04 {
    color: #ccc;
}
@media screen and (min-width: 960px) {
    .sp-nav-container {
        display: none;
    }
}
.pre_footer {
    border-bottom: 1px solid var(--my-footer-gray);
}
footer a:hover {
    opacity: 0.8;
    transition: 0.1s;
}
@media screen and (max-width: 959px) {
    footer {
        padding-bottom: 65px !important;
    }
}
@media screen and (max-width: 319px) {
    .sp-nav-icon-letter {
        font-size: 11px;
    }
    .sp-nav-outer {
        left: 0;
        transform: translateX(0);
    }
}
.contact-section p {
    text-align: center;
    font-size: clamp(18px, 2.3vw, 20px) !important;
}
.contact-sp-br {
    display: none;
}
@media screen and (max-width: 959px) {
    .contact-sp-br {
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    .contact-section h2 {
        font-size: clamp(27px, 5.4vw, 36px) !important;
    }
}
@media screen and (max-width: 600px) {
    .contact-section p {
        text-align: left;
    }
}
.txt-color-white {
    color: var(--my-color-white) !important;
}
@media screen and (max-width: 959px) {
    .footer-2-column{
        display: flex;
        flex-direction: column;
    }
    .footer-2-col-left{
        display: flex;
    }
    .footer-left-order1{
        order: 1;
    }
    .footer-left-order2{
        order: 2;
    }
    .footer-2-col-left{
        width: 100%;
    }
    .footer-2-col-left-child{
        width: 50%;
    }
}
@media screen and (max-width: 730px) {
    .footer-sp-columun{
        display: flex;
        flex-direction: column;
    }
	.footer-spacer-sp-none{
		display:none !important;
	}
	.footer-spacer-1,.footer-spacer-2{
    height: clamp(30px, 5vw, 50px) !important;
}
}
.nami-w100 img {
	pointer-events: none;
	user-select:none;
    height: auto;
    width: auto;
}
@media screen and (min-width:2561px) {
    .nami-w100 img {
        height: 460px !important;
        width: 100% !important;
    }
}
.yama-w100 img {
	pointer-events: none;
	user-select:none;
    height: auto;
    width: auto;
}
@media screen and (min-width:1921px) {
    .yama-w100 img {
        height: 510px !important;
        width: 100% !important;
    }
}
ul.no-indent-list,
ol.no-indent-list {
    padding-left: 1em;
}
.max-250 {
    max-width: 250px;
}
.pc-left-sp-center {
    margin-left: 0 !important;
    margin-right: auto !important;
}
@media screen and (max-width:781px) {
    .pc-left-sp-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.pic-shadow {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}
.pic-rounded img {
    border-radius: 10px;
}