@charset "UTF-8";

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

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

    100% {
        opacity: 1;
    }
}

.main {
    background: url(../images/bg.png);
}

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

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

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

.kv {
    margin-top: 52px;
}


.kv__img {
    position: relative;
    z-index: 9;

    & img {
        width: 100%;
        object-fit: cover;
        min-height: 260px;
    }
}


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

.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;
    display: none;
    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: 5%;
    bottom: -30px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}


.kv .swiper-pagination-bullet {
    display: block;
    margin: 0 10px !important;
    background: #666666;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    line-height: 1;
    transition: .3s ease-out;
    position: relative;
    opacity: .5;
}

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

    background: #666666;
}



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

    .kv {
        margin-top: 62px;
    }


    .kv__copy {
        max-width: 850px;
        width: calc((850/1920)*100%);
        top: 75%;
        left: 3%;
    }



}


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

    .kv {
        margin-top: 0;
    }


    .kv__copy {
        width: calc((850/1920)*100%);
        top: 75%;
        left: 3%;
    }




}

/*============================
   about
============================*/

.about {
    padding: 60px 0 0;
}

.about__ill {
    max-width: 230px;
    width: calc((230/1920)*150%);
    left: 1%;
    top: 105%;
    transform: translate(0, -50%);
}

.about__flex {
    display: flex;
    flex-direction: column-reverse;
}

.about__right {
    margin-bottom: 30px;
}

.about__bg {
    max-width: 726px;
    width: 120%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

    .about__txt{
          font-size: 15px;
    }

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

    .about__ill {
        max-width: 230px;
        width: calc((230/1920)*100%);
        left: 1%;
        top: 105%;
    }

    .about__flex {
        flex-direction: row;
    }

    .about__right {
        margin-bottom: 0;
        width: 53%;
    }

    .about__img {
        width: 45%;
    }

    .about__bg {
        width: 120%;
        left: 0;
        top: 50%;
    }
  
      .about__txt{
          font-size: 17px;
    }

}

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

    .about__ill {
        width: calc((230/1920)*100%);
        left: 1%;
        top: 105%;
    }



    .about__right {
        width: 50%;
    }

    .about__img {
        width: 45%;
    }

    .about__bg {
        width: 120%;
        left: 0;
        top: 50%;
    }
  
    .about__txt{
          font-size: 18px;
    }
  
}

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

.menu__ill {
    max-width: 287px;
    width: calc((287/1920)*150%);
    right: 1%;
    top: 60px;
    transform: translate(0, -50%);
}

.menu__ttl {
    .ico {
        margin: .5em auto 0;
    }
}

.menu__item {
    width: fit-content;
    margin: 0 auto 20px;

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

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

    .menu__ill {
        width: calc((287/1920)*100%);
        right: 5%;
        top: 120px;
    }


    .menu__item {
        width: 32%;
        max-width: 580px;
        margin: 0;

    }

}


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

    .menu__ill {
        width: calc((287/1920)*100%);
        right: 5%;
        top: 180px;
    }


    .menu__item {
        width: 32%;

    }
}

/*============================
   shop
============================*/
.shop {
    padding: 60px 0;
    background: url(../images/shop_bg.jpg) no-repeat center center/cover;
}

.shop__box {
    padding: 50px 5% 30px;
    background: #fbd682;
    border-radius: 20px;
}

.shop__ill {

    max-width: 250px;
    width: calc((250/1920)*150%);
    bottom: -20px;
    right: -20px;
}

.shop__pop {
    max-width: 314px;
    min-width: 100px;
    width: calc((314/1920)*150%);
    top: -20px;
    left: -20px;
}

.shop__ttl {
    width: fit-content;
    margin: 0 auto 20px;
}

.shop__btn {
    margin: 0 auto 15px;

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

      .shop__txt {
        font-size:15px;
    }

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

    }

    .shop__box {
        padding: 60px 5% 40px;
        border-radius: 30px;
    }

    .shop__ill {

        width: calc((250/1920)*100%);
        bottom: -20px;
        right: -20px;
    }

    .shop__pop {
        width: calc((314/1920)*100%);
        top: -20px;
        left: -20px;
    }

    .shop__ttl {
        width: fit-content;
        max-width: 500px;
        margin: 0 auto 20px;
    }

    .shop__txt {
        text-align: center;
      	font-size:17px;
    }
  

    .shop__btn {
        margin: 0 2%;

    }
}

@media screen and (min-width:1025px) {
    .shop {
        padding: 80px 0;

    }

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

    .shop__ill {

        width: calc((250/1920)*100%);
        bottom: -30px;
        right: -30px;
    }

    .shop__pop {
        width: calc((314/1920)*100%);
        top: -40px;
        left: 5%;
        transform: translate(-50%);
    }

    .shop__ttl {
        width: fit-content;
        max-width: none;
        margin: 0 auto 30px;
    }


    .shop__btn {
        margin: 0 2%;

    }
  
      .shop__txt {
        font-size:18px;
    }
}

/*============================
   guide
============================*/

.guide {
    padding: 60px 0 0;
}

.guide__left {
    padding: 0 5% 40px;

}

.guide__bg {
    width: 120%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.guide__ill {

    max-width: 130px;
    width: calc((130/1920)*150%);
    top: 60%;
    left: 0;
    transform: translate(0, -50%);
}

.guide__ttl {
    z-index: 9;
    .font-en {
        margin-bottom: .5em;
    }
}

.guide__h3 {
    position: relative;
    z-index: 9;
    .txt {
        display: block;
        width: fit-content;
        padding: 0 .5em;
        background: #fff;
        border-radius: 8px;
        margin-bottom: .5em;
      	font-size:12px;
    }
}

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

    .guide__left {
        width: 25%;
        padding: 0 0 0 3%;
    }

    .guide__img {
        width: 75%;
    }

    .guide__bg {
        width: 200%;
        top: 50%;
        left: 50%;
    }

    .guide__ill {
        width: calc((130/1920)*100%);
        top: 100%;
        left: 1%;
        transform: translate(0, -50%);
    }

    .guide__ttl {
        .font-en {
            margin-bottom: .5em;
        }
    }

    .guide__h3 {
        .txt {
            white-space: nowrap;
            padding: 0 .5em;
            border-radius: 8px;
            margin-bottom: .5em;
			font-size:16px;
          
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
}

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

    .guide__left {
        width: 25%;
        padding: 0 0 0 3%;
    }

    .guide__img {
        width: 75%;
    }

    .guide__bg {
        width: 200%;
        top: 50%;
        left: 50%;

    }

    .guide__ill {
        width: calc((130/1920)*100%);
        top:95%;
        left: 1%;
        transform: translate(0, -50%);
    }


    .guide__h3 {
        .txt {
            padding: 0 .5em;
            border-radius: 10px;
            margin-bottom: .5em;
          	font-size: 19px;
        }
    }
}



/*============================
   infomation
============================*/

.infomation {
    padding: 60px 0;
}

.info__box {
    padding: 30px 5%;
    background: #ffe3e8;
    border-radius: 20px;
}

.info__left {
    margin-bottom: 30px;
}

.info__ttl {


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

.info__li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1em;
}

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

.info__td {
    width: calc(100% - 6em);
}



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

    .infomation {
        padding: 80px 0;
    }

    .info__box {
        padding: 40px 5%;
        border-radius: 30px;
    }

    .info__left {
        margin-bottom: 0;
        width: 40%;
    }

    .info__img {
        width: 55%;
    }


    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 6em;
    }

    .info__td {
        width: calc(100% - 6em);
    }

}

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

    .infomation {
        padding: 100px 0 120px;
    }

    .info__box {
        padding: 30px 5% 60px;
        border-radius: 80px;
    }

    .info__left {
        width: 40%;
    }

    .info__txtwrap {
        width: fit-content;
        margin: 0 auto;
    }

    .info__img {
        width: 55%;
    }


    .info__li {
        margin-bottom: 1em;
    }

    .info__th {
        width: 8em;
    }

    .info__td {
        width: calc(100% - 8em);
    }

}

/*============================
   contents
============================*/
.cont__item {
    & a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 40px 5% 60px;
        color: #fff;
        background: url(../images/voice_bg.jpg) no-repeat center center/cover;
    }

    &:nth-child(2) a {
        background: url(../images/faq_bg.jpg) no-repeat center center/cover;
    }

}

.cont__ttl {
    .font-en {
        font-size: 2.6rem;
    }

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

.cont__txt {font-size:14px;}

@media screen and (min-width:768px) {
    .cont__item {
        width: 50%;

        & a {
            padding: 60px 5% 80px;
        }

    }

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

    }
  
  .cont__txt {font-size:15px;}
}

@media screen and (min-width:1025px) {
    .cont__item {
        width: 50%;
        max-width: 960px;

        & a {
            padding: 80px 5% 120px;
        }

    }

    .cont__ttl {
        .font-en {
            font-size: 4.8rem;
        }

    }
  
  .cont__txt {font-size:18px;}
}


/*============================
   news
============================*/
.news {
    padding: 60px 0 100px;


}


.news__ttl {

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

}

.news__atc {
    display: block;
    margin-bottom: 2em;

    & a {
        display: block;
        width: 100%;
        height: 100%;
    }

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

.news__info {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.news__date {
    margin-right: 1em;
}


.news__atc--ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: .5em;

}


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


    }


    .news__atc {
        margin-bottom: 2em;

        & a {
            display: flex;
            align-items: center;
        }

    }

    .news__info {
        display: flex;
    }

    .news__date {
        margin-right: 0;
    }


    .news__atc--ttl {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-top: 0;
        padding-left: 2em;

    }
}

@media screen and (min-width:1025px) {
    .news {
        padding: 120px 0 200px;


    }


    .news__atc {
        margin-bottom: 2em;

    }


    .news__atc--ttl {
        padding-left: 2em;

    }

}