@charset "utf-8";

html{
    margin-top: 0 !important;
}

html #wpadminbar{
    display: none !important;
}

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: calc(100vw / 37.5);
}

body {
    margin: 0;
    font-family: "Jost", "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #333;
    padding-bottom: env(safe-area-inset-bottom);
    min-height: 100vh;
    min-height: 100dvh;
    background-color: #e8e3bb;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 600;
}

p {
    margin-top: 0;
}

a {
    color: #0073aa;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.pc_style {
    display: none;
}

.sp_style {
    display: block;
}

ul, ol {
    padding: 0;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 6.2rem;
    background: #e3c96e;
}
.site-header h2{
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 1.6rem 0;
}
.site-header h2 a{
    display: inline-block;
    height: 100%;
}
.site-header h2 a svg{
    height: 100%;
}

.site-content {
    min-height: 60vh;
}

article {
    margin-bottom: 4rem;
}

.site-footer {
    background-color: #000;
    color: #fff;
    padding: 4rem 2rem 22rem;
}

.footer_inner {
    max-width: 37.5rem;
    margin: 0 auto;
    text-align: center;
}

.footer_logo {
    margin-bottom: 2rem;
}

.footer_logo svg,
.footer_logo img {
    width: 8.6rem;
    height: 2.4rem;
}

.footer_nav {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer_nav_link {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.2rem;
    transition: opacity 0.3s ease;
}

.footer_nav_link:hover {
    opacity: 0.7;
}

.footer_copy {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.footer_copyright {
    font-size: 1.2rem;
}

@media screen and (min-width:769px) {
    html {
        font-size: min(calc(100vw / 144), 62.5%);
    }

    .pc_style {
        display: block;
    }

    .sp_style {
        display: none !important;
    }

    
    .site-footer {
        padding: 2rem 4rem;
    }

    .footer_inner {
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
    }

    .footer_logo {
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .footer_nav {
        margin-bottom: 0;
        gap: 2rem;
        margin-left: 5rem;
    }

    .footer_nav_link {
        font-size: 1.2rem;
    }

    .footer_copy {
        margin-bottom: 0;
        text-align: right;
        font-size: 1rem;
        line-height: 1.6;
    }

    .footer_copyright {
        text-align: right;
        font-size: 1rem;
    }

    .footer_copy_wrap {
        margin-left: auto;
    }
    .site-header {
        height: 13rem;
    }
    .site-header h2{
        padding: 3.325rem 0;
    }
}

.multiply-shadow {
    position: relative;
    z-index: 1;
}

.multiply-shadow-clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    filter: blur(0.226rem) brightness(0) sepia(1) hue-rotate(15deg) saturate(0.3);
    transform: translate(0.3rem, 0.3rem);
    opacity: 0.3;
    z-index: 0;
}

.warp-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e8e3bb;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.warp-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.warp-overlay.is-fadeout {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.warp-arrows {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 15rem;
}

.warp-arrows .warp-arrow {
    position: absolute;
    width: 6rem;
    height: 1rem;
    opacity: 0;
    transform: scale(0.3);
}

.warp-overlay.is-active .warp-arrows .warp-arrow {
    animation: warpArrowMove 2s ease-out infinite;
}

.warp-overlay.is-active .warp-arrows .warp-arrow:first-child {
    animation: warpArrowMove 2s ease-out 0.5s infinite;
}

.warp-overlay.is-active .warp-arrows .warp-arrow:nth-child(2) {
    animation: warpArrowMove 2s ease-out 1s infinite;
}

.warp-arrows .warp-arrow:before,
.warp-arrows .warp-arrow:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: #333;
    border-radius: 0.2rem;
}

.warp-arrows .warp-arrow:before {
    left: 0.1rem;
    transform: skewY(-30deg);
    border-radius: 0.2rem 0.2rem 0 0.2rem;
}

.warp-arrows .warp-arrow:after {
    right: 0.1rem;
    transform: skewY(30deg);
    border-radius: 0.2rem 0.2rem 0.2rem 0;
}

@keyframes warpArrowMove {
    25% { opacity: 0.6; }
    43% { transform: translateY(-3rem); opacity: 0.8; }
    62% { transform: translateY(-6rem); opacity: 1; }
    100% { transform: translateY(-9rem) scale(0.5); opacity: 0; }
}
