@charset "utf-8";
/* CSS Document */

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) and (orientation:portrait) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 959px) and (orientation:portrait) {
}
@media screen and (min-width: 960px) and (max-width: 1350px) {
    #main_visual .c-filterLayer__img {
        width: 60%;
        left: 50%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1200px) {
    header#header .l-header__logo .c-catchphrase {
        font-size: 0;
    }
    #main_visual .c-filterLayer__img {
        height: 90vh;
    }
    header .c-gnav {
        margin-right: 15%;
    }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
    /* .post_content #first.swell-block-columns {
        margin-top: 2vw !important;
    } */
}
@media screen and (min-width: 768px) and (max-width: 960px) {
    header .l-header__inner .c-catchphrase {
        left: 125px;
        width: calc(100% - 250px);
    }
    #main_visual .p-mainVisual__inner, #main_visual .p-mainVisual__slide {
        min-height: 90vh;
    }
    #main_visual .p-mainVisual__imgLayer {
        top: 5%;
        width: 90%;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideTitle {
        /* font-size: 5.5vw; */
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText {
        font-size: 2.3vw;
        line-height: 1.4;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText br {
        display: none;
    }
    #main_visual .p-mainVisual__textLayer .p-mainVisual__slideText::before {
        width: 130%;
        height: 4vw;
    }
    .post_content > .wp-block-group.alignfull {
        padding: 4em 4vw !important;
    }
    .post_content .ttl p {
        font-size: 3vw;
    }
    .post_content .ttl h2 {
        font-size: 4.5vw;
    }
    .post_content .ttl h2 br.sp {
        display: none;
    }
    .post_content .swell-block-column h3 {
        font-size: 3vw;
    }
    .post_content #about .swell-block-column:nth-child(1) {
        display: none;
    }
    .post_content #about .swell-block-column:nth-child(2) {
        width: 100%;
    }
    .post_content #about .sp_only {
        width: 300px;
    }
    /* .post_content #magic .swell-block-columns__inner {
        margin-left: calc(1.5rem * -1);
    }
    .post_content #magic .swell-block-columns .swell-block-column {
        margin: 0 0 0 1.5rem;
        width: calc(var(--clmn-w) - 1.5rem);
    } */
    /* .post_content #magic .sp {
        display: none !important;
    }
    .post_content #magic .pc {
        display: block !important;
    } */
    .post_content #magic ul.is-style-check_list li br {
        display: none;
    }
    footer#footer #f_contact .ttl h2 {
        font-size: 4vw;
    }
    footer#footer #f_contact ul {
        margin-bottom: 0;
    }
    .post_content #magic .swell-block-column h3 {
        font-size: 3.7vw;
    }
    #menu #info #head_contact h3 {
        font-size: 2.7vw;
        max-width: unset;
    }
    header#header .l-header__logo #logo {
        width: 120px;
        padding: 1vw 0 0 2vw;
    }
}

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