@charset "UTF-8";

body {
    opacity: 0;
    animation: bodyAppear .3s .3s forwards;
}

.modal {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
    outline: auto;
}

@keyframes bodyAppear {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.popup {
    display: none;
}

@keyframes circleAnime {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

@media screen and (min-width:1025px) {}

/*============================
	kv 
============================*/

.kv {
    margin-top: 52px;
}


.kv__img01 {
    width: 90%;
    margin: 0 0 20% auto;

    & img {
        width: 100%;

    }
}

.kv__img02 {
    width: 90%;


    & img {
        width: 100%;

    }
}


.kv__copy {
    position: absolute;
    width: 80%;
    max-width: 628px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.kv__copy02 {
    position: absolute;
    width: calc((1514/1920)*100%);

    max-width: 1514px;
    top: 98%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 99;
    mix-blend-mode: overlay;
}

.kv__copy .slide-in,
.kv__copy .slide-in_inner {
    animation-duration: 1s;
    animation-delay: .3s;
}


.kv__scroll {
    max-width: 12px;
    min-width: 8px;
    width: calc((12/1092)*100%);
    position: absolute;
    bottom: 20px;
    right: 5%;
    z-index: 9;
}



@keyframes copyAnime {
    0% {
        opacity: 0;
        transform: translate(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* swiper */
.kv__swiper-area {
    position: relative;
}

.swiper__imgwrap {
    overflow: hidden;
    display: block;
}

.kv .swiper-slide-active .swiper__imgwrap img,
.kv .swiper-slide-duplicate-active .swiper__imgwrap img,
.kv .swiper-slide-prev .swiper__imgwrap img {
    animation: zoom-out 10s linear 0s 1 normal both;
}

@keyframes zoom-out {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


.kv .swiper-pagination {
    left: 1%;
    top: 60px;
    z-index: 99;
    display: block;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 1.2rem;
    margin: 0 auto 10px !important;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: solid 1px #001211;
    text-align: center;
    color: #001211;
    transition: .3s ease-out;
    position: relative;
    opacity: .2;
    font-weight: 300;
    font-family: "Noto Sans JP", 'Yu Mincho', 'YuMincho', 'Hiragino Mincho Pro', 'MS PMincho', serif;

    &::before {
        display: none;
    }

    & span {
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        transition: .3s;
    }
}

.kv .swiper-pagination-bullet-active {
    opacity: 1;

}



@media screen and (min-width:768px) {
    .kv {
        margin-top: 62px;
    }

    .kv__swiper {
        overflow: visible;
    }

    .kv__img01 {
        width: calc((1065/1920)*100%);
        margin: 0 0 0 auto;

    }

    .kv__img02 {
        width: calc((740/1920)*100%);
        position: absolute;
        left: 0;
        top: 80%;
        transform: translate(0, -50%);
    }


    .kv__copy {
        width: calc((628/1920)*100%);
        top: 30%;
        left: 27%;
    }

    .kv__copy02 {
        width: calc((1514/1920)*100%);
        top: 100%;
        right: 0;
    }

    .kv .swiper-pagination {
        left: 3%;
        top: 40%;
        transform: translate(0, -50%);
    }


    .kv .swiper-pagination-bullet {
        font-size: 1.2rem;
        margin: 0 auto 10px !important;
        width: 30px;
        height: 30px;
        line-height: 30px;

    }


}


@media screen and (min-width:1025px) {
    .kv {
        margin-top: 100px;
    }


    .kv__img01 {
        width: calc((1065/1920)*100%);
        margin: 0 0 0 auto;

    }

    .kv__img02 {
        width: calc((740/1920)*100%);
        left: 0;
        top: 80%;
        transform: translate(0, -50%);
    }


    .kv__copy {
        width: calc((628/1920)*100%);
        top: 30%;
        left: 27%;
    }

    .kv__copy02 {
        width: calc((1514/1920)*100%);
        top: 100%;
        right: 0;
    }

    .kv .swiper-pagination {
        left: 3%;
        top: 40%;
        transform: translate(0, -50%);
    }


    .kv .swiper-pagination-bullet {
        font-size: 3rem;
        margin: 0 auto 10px !important;
        width: 60px;
        height: 60px;
        line-height: 60px;

    }

}

/*============================
   concept
============================*/
.concept {
    padding: 60px 0 0;
}

.conc__box {
    padding: 30px 5%;
    position: relative;
    background-color: rgba(255, 255, 255, .2);
}

.conc__circle {
    max-width: 347px;
    width: calc((347/1700)*150%);
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);

    & img {
        display: block;
        animation: circleAnime 8s linear infinite;
    }
}

.conc__left {
    margin-bottom: 30px;
}

.conc__img {
    width: 110%;
}

@media screen and (min-width:768px) {
    .concept {
        padding: 120px 0 0;
    }

    .conc__box {
        padding: 50px 5%;

    }

    .conc__circle {
        max-width: 347px;
        width: calc((347/1700)*100%);
        left: 0;
        top: 0;

    }

    .conc__left {
        margin-bottom: 0;
        width: 47%;
    }

    .conc__img {
        width: 53%;
        margin: -70px -5% 0 0;
    }
}

@media screen and (min-width:1025px) {
    .concept {
        padding: 280px 0 0;
    }

    .conc__box {
        padding: 80px 0 80px 5%;

    }

    .conc__circle {

        width: calc((347/1700)*100%);
        left: 0;
        top: 0;

    }

    .conc__left {
        margin-bottom: 0;
        width: 45%;
    }

    .conc__img {
        width: 55%;
        margin: -160px -5% 0 0;
    }
}



/*============================
   worry
============================*/
.worry {
    padding: 60px 0;
}

.worry__ttl {
    & img {
        position: absolute;
        max-width: 523px;
        width: 250px;
        transform: translate(-50%);
        left: 50%;
        top: 0;
    }
}

.worry__copy {
    max-width: 496px;
    width: 250px;
    margin: 0 auto 80px;
}

.worry__obj01 {
    max-width: 325px;
    width: calc((325/1700)*100%);
    bottom: 100%;
    left: 0;
}

.worry__obj02 {
    max-width: 296px;
    width: calc((296/1700)*100%);
    bottom: 100%;
    right: 0;
}

.worry__atc {
    margin: 0 auto 30px;

    &:last-child {
        margin-bottom: 0;
    }
}

.worry__h3 {
    padding: .5em 1em;
    background: rgba(255, 255, 255, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;

    & img {
        max-width: 30px;
        width: 20px;
        margin: 0 1em 0 0;
    }
}

.worry__img {
    width: fit-content;
    max-width: 200px;
    margin: 20px auto;
}

.worry__link {
    display: block;
    width: 90%;
    padding: .5em 1em;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    text-align: center;
    position: relative;
    margin: 0 auto;

    & img {
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translate(0, -50%);
        transition: .3s ease-out;
    }

    &:hover img {
        right: 0%;
    }
}

@media screen and (min-width:768px) {
    .worry {
        padding: 80px 0;
    }

    .worry__ttl {
        & img {
            max-width: 523px;
            width: 300px;
            left: 50%;
            top: 0;
        }
    }

    .worry__copy {
        max-width: 496px;
        width: 350px;
        margin: 0 auto 100px;
    }

    .worry__obj01 {
        width: calc((325/1700)*100%);
        bottom: 100%;
        left: 0;
    }

    .worry__obj02 {
        width: calc((296/1700)*100%);
        bottom: 100%;
        right: 0;
    }

    .worry__atc {
        width: 100%;
        margin: 0 0 20px 0;
        padding-bottom: 40px;
        position: relative;
    }

    .worry__h3 {
        padding: .5em .5em;

        & img {
            max-width: 30px;
            width: 22px;
            margin: 0 1em 0 0;
        }
    }
    
    .worry__h3 h3 {
        font-size:14px
    }

    .worry__img {
        width: 60%;
        max-width: 200px;
        margin: 10px auto;
    }

    .worry__link {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 90%;
        padding: .5em 1em;

    }

    .worry__link p {
        font-size: 13px;

    }

    .worry__items02 {
        .worry__atc {
            width: 100%;
          	margin-bottom:20px;
    }
        }
}

@media screen and (min-width:1024px) {

    .worry__h3 {
        padding: .5em .5em;
        font-size:18px

        & img {
            max-width: 30px;
            width: 22px;
            margin: 0 1em 0 0;
        }
    }
    
    .worry__h3 h3 {
        font-size:19px
    }

}

@media screen and (min-width:1025px) {
    .worry {
        padding: 150px 0 200px;
    }

    .worry__ttl {
        & img {
            max-width: 523px;
            width: 523px;
            left: 50%;
            top: 0;
        }
    }

    .worry__copy {
        max-width: 496px;
        width: 496px;
        margin: 0 auto 150px;
    }

    .worry__obj01 {
        width: calc((325/1700)*100%);
        bottom: 100%;
        left: 2%;
    }

    .worry__obj02 {
        width: calc((296/1700)*100%);
        bottom: 100%;
        right: 2%;
    }

    .worry__atc {
        width: 32%;
        margin: 0;
        padding-bottom: 60px;
    }

    .worry__h3 {
        padding: .5em 1em;
        min-height: 82px;

        & img {
            max-width: 30px;
            width: 30px;
            margin: 0em 1em 0 0;
        }
    }

    .worry__img {
        width: 60%;
        max-width: 242px;
        margin: 10px auto;
    }

    .worry__link {
        max-width: 436px;
        padding: 1em 1em;


    }

    .worry__items02 {
        .worry__atc {
            width: 24%;
        }
    }
}


/*============================
   shop
============================*/
.shop__item {
    margin-bottom: 60px;

    &:last-child {
        margin-bottom: 0;
    }
}

.shop__img {
    width: 100%;
    margin-left: -6%;
}

.shop__box {
    margin: -20px auto 0;
    background: url(../images/shop_bg01.png) no-repeat center center/cover;
    padding: 30px 5% 0;
}

.shop__circle {
    width: calc((307/1420)*100%);
    left: 95%;
    top: 0;
    transform: translate(-50%, -50%);

    & img {
        display: block;
        animation: circleAnime 8s linear infinite;
    }
}

.shop__copy {
    top: -5%;
    left: -5%;
    transform: scale(.5);
    transform-origin: left top;
}

.shop__txtwrap {
    position: relative;
}

.shop__ttl {
    display: flex;
    align-items: baseline;

    .font-en {
        font-size: 3rem;
    }

    .txt {
        margin-left: 2em;
    }
}



.shop__h3 {
    margin-bottom: .5em;
    font-size: 1.5rem;
}

.shop__txt {
    margin-bottom: 1em;
}

.shop__li {
    display: flex;
    margin-bottom: 1em;
}

.shop__th {
    width: 6em;
    white-space: nowrap;
}

.shop__td {
    width: calc(100% - 6em);
    word-break: keep-all;
    overflow-wrap: break-word;


}

.shop__btn {
    display: flex;
    align-items: center;
    width: fit-content;
    padding-bottom: .75em;
    border-bottom: solid 1px;

    & img {
        margin-left: 2em;
    }
}

.shop__logo {
    position: relative;
    transform: scale(.6);
    pointer-events: none;
}

.shop__item:nth-child(even) {
    .shop__img {
        margin: 0 -6% 0 auto;
    }

    .shop__circle {
        left: 5%;
    }

    .shop__copy {
        top: -5%;
        left: auto;
        right: -5%;
        transform-origin: right top;
    }
}

.shop__item:nth-child(1) {
    color: #fff;

    & a {
        color: #ffff;
    }
}

.shop__item:nth-child(2) {
    .shop__box {
        background: url(../images/shop_bg02.png) no-repeat center center/cover;

        &::before {
            content: "";
            position: absolute;
            width: calc(100% - 10px);
            height: calc(100% - 10px);
            background: rgba(255, 255, 255, .5);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
    }
}

.shop__item:nth-child(3) {
    .shop__box {
        background: url(../images/shop_bg03.png) no-repeat center center/cover;
    }

    .shop__circle {
        left: 65%;
    }

}

.shop__item:nth-child(4) {
    .shop__box {
        background: #fff;

        &::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: solid 1px #ec9b0d;
            top: -10px;
            left: -10px;
        }
    }

}

.shop__item:nth-child(5) {
    .shop__box {
        background: url(../images/shop_bg05.png) no-repeat center center/cover;
    }
}

@media screen and (min-width:768px) {
    .shop__item {
        margin-bottom: 80px;

    }

    .shop__img {
        width: 100%;
        margin-left: -4%;
    }

    .shop__box {
        margin: -80px auto 0;
        padding: 60px 40% 40px 5%;
    }

    .shop__circle {
        width: calc((307/1420)*100%);
        left: 95%;
        top: 0;
    }

    .shop__copy {
        top: -5%;
        left: -5%;
        transform: scale(.5);
    }

    .shop__ttl {
        display: flex;
        align-items: baseline;

        .font-en {
            font-size: 4rem;
        }

        .txt {
            margin-left: 2em;
        }
    }

    .shop__h3 {
        margin-bottom: .5em;
        font-size: 1.9rem;
    }


    .shop__li {
        margin-bottom: 1em;
    }

    .shop__th {
        width: 7em;
    }

    .shop__td {
        width: calc(100% - 7em);
    }

    .shop__btn {
        padding-bottom: .75em;

        & img {
            margin-left: 2em;
        }
    }

    .shop__logo {
        position: absolute;
        width: 40%;
        top: 50%;
        left: 80%;
        transform: translate(-50%, -50%) scale(.6);

    }

    .shop__item:nth-child(even) {

        .shop__img {
            margin: 0 -4% 0 auto;
        }

        .shop__box {
            padding: 60px 5% 40px 40%;
        }

        .shop__circle {
            left: 5%;
        }

        .shop__copy {
            top: -5%;
            left: auto;
            right: -5%;
            transform-origin: right top;
        }

        .shop__logo {
            left: 20%;
        }
    }

    .shop__item:nth-child(1) {
        color: #fff;

    }

    .shop__item:nth-child(2) {
        .shop__box {

            &::before {
                width: calc(100% - 20px);
                height: calc(100% - 20px);
            }
        }
    }

    .shop__item:nth-child(3) {
        .shop__box {
            background: url(../images/shop_bg03.png) no-repeat center center/cover;
        }

        .shop__circle {
            left: 65%;
        }

    }

    .shop__item:nth-child(4) {
        .shop__box {
            background: #fff;

            &::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                border: solid 1px #ec9b0d;
                top: -10px;
                left: -10px;
            }
        }

    }

    .shop__item:nth-child(5) {
        .shop__box {
            background: url(../images/shop_bg05.png) no-repeat center center/cover;
        }
    }
}

@media screen and (min-width:1025px) {
    .shop__item {
        margin-bottom: 100px;

    }

    .shop__img {
        max-width: 1810px;
        width: 106%;
        margin-left: -6%;

        & img {
            object-fit: cover;
            height: 550px;
        }
    }

    .shop__box {
        max-width: 1420px;
        margin: -280px auto 0;
        padding: 100px 35% 60px 4%;
    }

    .shop__circle {
        width: calc((307/1420)*100%);
        left: 95%;
        top: -5%;
    }

    .shop__copy {
        top: -100px;
        left: -5%;
        transform: scale(1);
    }

    .shop__ttl {


        .font-en {
            font-size: 9rem;
        }

        .txt {
            margin-left: 2em;
        }
    }

    .shop__h3 {
        margin-bottom: .5em;
        font-size: ;
    }


    .shop__li {
        margin-bottom: 1em;
    }

    .shop__th {
        width: 7em;
    }

    .shop__td {
        width: calc(100% - 7em);
    }

    .shop__btn {
        padding-bottom: .75em;

        & img {
            margin-left: 2em;
        }
    }

    .shop__logo {
        position: absolute;
        width: 40%;
        top: 50%;
        left: 80%;
        transform: translate(-50%, -50%) scale(1);

    }

    .shop__item:nth-child(even) {

        .shop__img {
            margin: 0 -6% 0 auto;
        }

        .shop__box {
            padding: 100px 4% 60px 35%;
            margin: -280px 0 0 auto;
        }

        .shop__circle {
            left: 5%;
        }

        .shop__copy {
            top: -100px;
            left: auto;
            right: -5%;
            transform-origin: right top;
        }

        .shop__logo {
            left: 30%;
        }
    }

    .shop__item:nth-child(2) {
        .shop__box {

            &::before {
                width: calc(100% - 40px);
                height: calc(100% - 40px);
            }
        }
    }

    .shop__item:nth-child(3) {

        .shop__circle {
            left: 65%;
        }

    }

    .shop__item:nth-child(4) {
        .shop__box {

            &::before {
                top: -20px;
                left: -20px;
            }
        }

    }


}

/*============================
   school
============================*/
.school {
    padding: 60px 0;
}

.sch__ttl {
    .txt {
        margin-top: .5em;
    }

    .font-en {
        &::before {
            content: "";
            position: absolute;
            width: 1em;
            height: 1px;
            background: #333;
            left: 50%;
            top: -.5em;
            transform: translate(-50%);
        }
    }
}

.sch__img {
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    .school {
        padding: 80px 0;
    }

    .sch__ttl {
        .txt {
            margin-top: .5em;
        }

        .font-en {
            &::before {
                width: 1em;
                height: 1px;
                top: -.5em;
            }
        }
    }

    .sch__img {
        margin-bottom: 30px;
    }

    .sch__copy {
        text-align: center;
        font-size: 1.8rem;
    }

    .sch__txt {
        text-align: center;
    }
}

@media screen and (min-width:1025px) {
    .school {
        padding: 150px 0 100px;
    }

    .sch__img {
        margin-bottom: 50px;
        text-align:center;
    }

    .sch__copy {

        font-size: 3rem;
    }

}