/*
    Theme Name: ideal
    Author: Cloudot
    Author URI: https://www.cloudot.co.jp/
    Description: A custom WordPress theme for the ideal home page.
    Version: 1.0
*/



@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

.store-social {
    display: flex;
    gap: 1rem;
    margin-top: 1.4rem;
    align-items: center;
}

.store-social img {
    width: 2rem;
}

.store-social img.line-social {
    width: 2.2rem;
}

html {
    font-size: 62.5%;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}


.mv-section {
    position: relative;
    width: 100%;
    height: 100vh;
}

.mv-link {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.mv-bottom-box {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 7rem;
}

.bottom--dialogue {
    width: 29vw;
}

.bottom--ensemble {
    width: 22vw;
}

.bottom--flair {
    width: 32vw;
}

.bottom--gathering {
    width: 46vw;
}

.mv-bottom-box p {
    text-align: center;
    margin-top: 2rem;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 3px;
}

.mv-img-box {
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.mv-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#fp-nav {
    transition: 0.3s;
    opacity: 1;
    top: 55% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
}


#fp-nav.is-hidden {
    transition: 0.3s;
    opacity: 0;
}

#fp-nav.right {
    right: 50px !important;
}

#fp-nav .swiper-pagination {
    right: 3.385% !important;
}

#fp-nav ul li {
    width: 2px !important;
    height: 60px !important;
}

#fp-nav ul li a {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    margin: 0 !important;
}

#fp-nav ul li a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #959595 !important;
    margin: 0 !important;
    position: static !important;
}

#fp-nav ul li a.active {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #fff !important;
    margin: 0 !important;
    position: static !important;
    border-radius: 0 !important;
}

#fp-nav ul li a span {
    display: none !important;
}

header {
    padding: 1rem 4rem;
    background-color: #fff;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 5.8rem;
    height: auto;

}

nav {
    display: flex;
    align-items: center;
    gap: 3rem;
}

nav a {
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1.5px
}

.online-store-to-btn-top {
    display: flex;
    gap: .4rem;
    align-items: center;
    padding: .8rem 1.6rem;
    border: 1px solid #000;
    cursor: pointer;
    transition: all .3s ease-in;
}

.online-store-to-btn-top:hover {
    background-color: #000;
    color: #fff;
}

.online-store-to-btn-top:hover img {
    filter: invert(1);
}


.online-store-to-btn-top img {
    width: 1.6rem !important;
    height: 1.8rem !important;
    transition: all .3s ease-in;
}

.online-store-to-btn-top p {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    transition: all .3s ease-in;
}

.icons {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.icons img {
    width: 2.35rem;
    height: auto;
}

.pageload {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
    pointer-events: none;
    overflow: hidden;
}

.pageload-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.page-load-logo img {
    width: 17vw;
}

.pageload-text {
    font-size: 7vw;
    margin-left: 2rem;
    font-weight: 700;
    letter-spacing: 3px;
    opacity: 0;
}

.max-container {
    max-width: 118rem;
    margin: 0 auto;
    padding-right: 1.6rem;
}

.rest-of-page {
    width: 100%;
    padding-top: clamp(5rem, -2.241rem + 12.069vw, 12rem);
    padding-left: 0rem !important;
}

.online-stop-go {
    position: relative;
    display: block;
}

.line-after {
    position: relative;
}

.line-after::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 1px;
    background-color: #000;
    right: -7rem;
    top: 50%;
    transform: translateY(-50%);
}

.online-stop-go img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.blog-top {
    padding-top: clamp(5rem, -2.241rem + 12.069vw, 12rem) !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line-bottom {
    font-size: 1.9rem;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif !important;
    letter-spacing: 2px;
    color: #000;
    position: relative !important;
    width: fit-content !important;
}

.store-info {
    background: linear-gradient(180deg, white 0%, white 5%, #f5f5f5 5%, #f5f5f5 95%, white 95%, white 100%);
    padding: 8rem 0 5rem 0;
    width: 100%;
    margin-top: 15rem;
}

.info-grid {
    display: grid;
    grid-template-columns: 8rem auto;
    gap: 1rem;
    margin-top: 9rem;
}

.info-grid p {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
    font-family: 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, sans-serif !important;
}

.line-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -1.8rem !important;
}

.line-left {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: #000;
    position: relative;
    text-decoration: none;
}

.line-left::after {
    content: "";
    position: absolute;
    width: 6rem;
    height: 1px;
    background-color: #000;
    left: -7rem;
    top: 50%;
    transform: translateY(-50%);
}

.blogs-swiper {
    padding-top: clamp(4rem, 1.931rem + 3.448vw, 6rem) !important;
    margin-left: calc((100vw - 120rem) / 2);
}

@media screen and (max-width: 1180px) {
    .blogs-swiper {
        margin-left: 0;
    }
}

.blog-card {
    width: clamp(28rem, 3.172rem + 41.379vw, 52rem) !important;
    flex-shrink: 0 !important;
}

.blog-card,
.blog-content {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.blog-content p {
    font-size: 1.5rem;
    letter-spacing: 1.6px;
}

.blog-content span {
    font-size: 1.3rem;
    letter-spacing: 1.4px;
}

.blog-card img {
    width: 100%;
    height: clamp(19.2rem, 1.821rem + 28.966vw, 36rem);
    object-fit: cover;
}

footer {
    padding: clamp(8rem, -4.414rem + 20.69vw, 20rem) 0 clamp(8rem, 1.793rem + 10.345vw, 14rem) 0;
    display: flex;
    align-items: center;
}

.footer-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.footer-links-row {
    display: flex;
    align-items: center;
    gap: 4rem;
}

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

.footer-links-row-1 a {
    font-size: 1.2rem;
    letter-spacing: 1.6px;
}

.footer-links-row-2 a {
    font-size: 1.1rem;
    letter-spacing: 1.6px;
}

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 15rem;
    height: 15rem;
    border: .1rem solid #fff;
    border-radius: 50%;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2.4rem;
    user-select: none;
    pointer-events: none;
    color: #fff;
    padding: 1rem;
    opacity: 0;
}

.cursor img {
    width: 30%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.cursor img.active {
    opacity: 1;
}

.cursor p {
    font-size: 1.1rem;
    font-weight: 300;
    letter-spacing: 1.6px;
    margin-top: 7rem;
}

.store-info-wrapper {
    display: flex;
    justify-content: space-between;
}

.store-map {
    position: relative;
    width: 47%;
}

.store-map iframe {
    width: 120%;
    height: 155%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.swiper-pagination-bullet {
    background: transparent !important;
    border: 1px solid #fff !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 1 !important;
    margin: 0 7px !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.online-stop-go.max-container {
    padding-left: 1.6rem !important;
}

@media screen and (max-width: 1300px) {
    .store-map {
        width: 40%;
    }

    .store-info-wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 10rem;
    }

}

@media screen and (max-width: 1080px) {
    .store-map {
        width: 30%;
    }

    .store-info-wrapper {
        display: flex;
        justify-content: flex-start;
        gap: 10rem;
    }

}

@media screen and (max-width: 980px) {
    .store-map {
        width: 70%;
        height: 21rem;
        align-self: center;
    }

}

@media screen and (max-width: 480px) {
    .store-map {
        width: 82%;
        height: 21rem;
        align-self: center;
    }

    .store-info-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 9rem;
    }

}

@media screen and (max-width: 1200px) {
    .max-container {
        padding-left: 1.6rem !important;
    }

    .blogs-swiper {
        padding-left: 1.6rem !important;
    }

}

.sp-menu-header {
    display: none;
}

.sp-hamburger {
    display: none;
}

.fixed-sp-online {
    display: none;
}

.pd-content {
    padding-top: 12rem;
}

@media screen and (max-width: 768px) {
    .pd-content {
        padding-top: 5rem;
    }

    #fp-nav {
        display: none !important;
    }

    .sp-hamburger {
        display: flex !important;
        flex-direction: column;
        gap: .66rem;
        width: 3.1rem;
        position: fixed;
        right: 2rem;
        top: 2.2rem;
        z-index: 9999;
        cursor: pointer;
    }

    .line {
        width: 100%;
        height: 2px;
        background: #000;
        transition: all .3s ease-in;
    }

    .sp-hamburger.active .line {
        background: #fff;
    }

    .sp-hamburger.active .line2 {
        opacity: 0;
    }

    .sp-hamburger.active .line1 {
        transform: translateY(calc(0.66rem + 2px)) rotate(45deg);
    }

    .sp-hamburger.active .line3 {
        transform: translateY(calc(-0.66rem - 2px)) rotate(-45deg);
    }

    nav {
        display: none !important;
    }

    header {
        height: 5.8rem !important;
    }

    .logo img {
        width: 4.4rem !important;
        height: auto;
    }

    div.icons {
        display: none !important;
    }

    .sp-menu-header {
        display: block !important;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background: #313131;
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transition: all .3s ease-in;
    }

    .sp-menu-header.active {
        opacity: 1;
        pointer-events: all;
    }

    .sp-menu-h-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 4rem;
    }

    .logo-menu-header img {
        filter: invert(1);
        width: 3rem;
        height: auto;
    }

    .header-sp-navs {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        align-items: center;
        margin-top: 7rem;
    }

    .header-sp-navs a {
        font-size: 2.2rem;
        font-family: "Inter", sans-serif !important;
        font-weight: 300;
        color: #fff;
    }

    .store-info {

        margin-top: 5rem;
    }

    .info-grid {
        margin-top: 6rem;
    }

    .fixed-sp-online {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 1rem;
        position: fixed;
        z-index: 998;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 86%;
        background: #fff;
        padding: 1.7rem 1.6rem;
    }

    .fixed-sp-online p {
        color: #000;
        text-align: center;
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 2.4px;
    }

    .fixed-sp-online img {
        width: 16px;
        height: 18px;
    }

}

.footer-links-row a {
    position: relative;
}

.footer-links-row a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: .2rem;
    background: #000;
    left: 0;
    bottom: -.7rem;
    opacity: 0;
    transition: all .3s ease-in;
}

.footer-links-row a:hover::before {
    opacity: 1;
}




.blog-wrapper {
    padding: 5rem clamp(2rem, -4.857rem + 8.929vw, 8rem) 0rem clamp(2rem, -18.571rem + 26.786vw, 20rem);
    margin-top: 10rem !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: -8rem !important;
}

.blog-top-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4.5rem;
}

.blog-top-head p {
    font-size: 1.9rem !important;
    font-weight: 600 !important;
}

.blog-top-head span {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

.blog-top-head p::after {
    bottom: -1.8rem !important;
}

.blog-top-main-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(2rem, -0.286rem + 2.976vw, 4rem);
    margin-top: 8rem;
}

.blog-top-sub-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(2rem, -0.286rem + 2.976vw, 4rem);
    margin-top: 5rem;
}

@media screen and (max-width: 768px) {
    .blog-top-main-grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 3.6rem;
    }

    .blog-top-sub-grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 3.6rem;
    }
}

.blog-card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    cursor: pointer;
}

.blog-card-wrapper .blog-thumbnail {
    width: 100%;
}

.blog-card-wrapper .blog-thumbnail img {
    width: 100%;
    aspect-ratio: 370 / 254;
    height: auto;
    object-fit: cover;
}

.blog-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.blog-content-left p {
    font-size: 1.5rem;
    font-weight: 600;
}

.blog-content-left span {
    font-size: 1.1rem;
    font-weight: 300;
}

.blog-category-main {
    width: fit-content;
    padding: .14rem .5rem;
    border: 1px solid #000;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-pagination-wrapper {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blogs-pagination {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-no {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    width: 3rem;
    height: 3rem;
    font-size: 1.3rem;
}

.page-no.active {
    background-color: #000;
    color: #fff;
}



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

    .bottom--dialogue {
        width: 60vw;
    }

    .bottom--ensemble {
        width: 55vw;
    }

    .bottom--flair {
        width: 62vw;
    }

    .bottom--gathering {
        width: 68vw;
    }

    .mv-bottom-box {

        bottom: 3rem;
    }

    .mv-img-box {
        padding: .4rem .8rem;
    }

    .section.fp-section {
        height: 80vh !important;
    }

    .section.fp-section>div {
        height: 100% !important;
    }

    section.mv-section {
        height: 80vh !important;
    }

    #fullpage {
        padding-top: 6rem !important;
    }
}