@charset "UTF-8";

.inner {
    max-width: 1380px;
}

.main {
    position: relative;
    padding-top: 110px;
    margin-bottom: 100px;
}

.exclusive {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #F58C8C;
    border-radius: 10px 0 0 0;
    color: #fff;
    transition-duration: 0.5s;
    padding: 14px 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.exclusive img {
    transition-duration: 0.5s;
}

.exclusive:hover {
    background: #FDF2F2;
    color: #F58C8C;
}

.exclusive:hover img {
    content: url(/img/home/icon-exclusive_hover.svg);
}

.splide {
    margin-bottom: 0px;
}


/* hero */

.hero {
    position: relative;
}

.hero_body {
    display: flex;
    position: relative;
    margin-bottom: 100px;
    gap: 50px;
}

.hero_body::before {
    content: '';
    width: 75px;
    height: 114px;
    background: url(/img/home/img-illust_hero01.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    left: -20px;
    z-index: 10;
}

.hero_body::after {
    content: '';
    width: 359px;
    height: 113px;
    background: url(/img/home/img-illust_hero02.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 10;
}

.splide {
    width: fit-content;
    width: 72%;
}

.splide__arrows {
    display: none;
}

.splide__slide img {
    width: 100%;
    height: 100%;
    max-width: 890px;
    aspect-ratio: 890/640;
    object-fit: cover;
    border-radius: 10px;

}

.splide__pagination__page {
    background: #E4E4E4;
    opacity: 1;
}

.splide__pagination__page.is-active {
    background: #F58C8C;
}

.splide__pagination__page.is-active {
    transform: unset;
}

.hero_cnt {
    width: 29%;
}

.hero_ttl {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
}

.scroll {
    position: absolute;
    left: -60px;
    bottom: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}

.scroll p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.scroll img {
    animation-name: animat;
	-webkit-animation-name: animat;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-timing-function: cubic-bezier(0.6, 0.4, 0.3, 1);
	-webkit-animation-timing-function: cubic-bezier(0.6, 0.4, 0.3, 1);
}

@-webkit-keyframes animat {
	0% {
		-webkit-transform: scaleY(0);
		-webkit-transform-origin: center top;
	}

	25% {
		-webkit-transform: scaleY(1);
		-webkit-transform-origin: center top;
	}

	55% {
		-webkit-transform: scaleY(1);
		-webkit-transform-origin: center bottom;
	}
}

.splide__pagination {
    bottom: -4%;
    left: unset;
    right: 6%;
}



/* intro */

.intro {
    margin-bottom: 80px;
}

.intro_ttl {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.intro_ttl span {
    font-size: 36px;
    color: #F58C8C;
}

.intro_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.intro_list.vis-sp {
    display: none;
}

.intro_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 270px;
    height: 100%;
    aspect-ratio: 1/1;
    padding: 25px 35px;
    background: #FDF2F2;
    border-radius: 180px;
    text-align: center;
    /* animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 3s; */
    opacity: 0;
    transition-duration: 0.5s;
}

.intro.active .intro_list li a{
    animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: 0.5s;
}

.intro.active .intro_list li:nth-child(2) a {
    animation-delay: 1s;
}

.intro.active .intro_list li:nth-child(3) a {
    animation-delay: 1.5s;
}

.intro.active .intro_list li:nth-child(4) a {
    animation-delay: 2s;
}

.intro_list li a {
    transition-duration: 0.5s;
}

.intro_list li a:hover {
    background: #F8DCDC;
}

@keyframes popup {
    0% {
      transform: translateY(40px) scale(0.8);
      opacity: 0;
    }
    100% {
      transform: translateY(0) scale(1.0);
    }
    80%, 100% {
      opacity: 1;
    }
}

.intro_list li img {
    margin-bottom: 10px;
}

.intro_list li .icon_flow {
    transform: rotate(-90deg);
}

.intro_list_ttl {
    font-size: 20px;
    margin-bottom: 10px;
}



.intro_comment {
    font-size: 26px;
    margin-bottom: 25px;
    text-align: center;
}

.intro_comment span {
    font-size: 30px;
    color: #F58C8C;
}

.cmn_btn.-about {
    gap: 10px;
    justify-content: center;
    align-items: center;
    /* padding: 20px 56px; */
}

.cmn_btn.-about::before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(/img/cmn/icon-question.svg);
    background-size: cover;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
}

.cmn_btn.-about:hover::before {
    background: url(/img/cmn/icon-question_hover.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.cmn_btn.-about::after {
    content: none;
}


/* info */

.info_list {
    display: none;
}

.info_body {
    background: #F8F5EC;
    border-radius: 30px;
    padding: 50px 70px;
}


/* event */

.event .inner {
    max-width: 1240px;
}

.select {
    right: 20px;
}

.calendar_head {
    justify-content: center;
}


/* menu */

.menu {
    background: #FDF2F2;
    border-radius: 30px;
    padding: 90px 40px;
}

.menu .inner {
    max-width: 1240px;
}

/* .menu_list {
    display: flex;
    gap: 50px 20px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.menu_list li:nth-child(1),
.menu_list li:nth-child(4) {
    animation-delay: 0.3s;
}

.menu_list li:nth-child(2),
.menu_list li:nth-child(5) {
    animation-delay: 0.6s;
}

.menu_list li:nth-child(3),
.menu_list li:nth-child(6) {
    animation-delay: 0.9s;
}

.menu_list li {
    position: relative;
}

.menu_list li::before {
    content: '';
    width: 234px;
    height: 80px;
    background: url(/img/home/bg-menu_list.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translateX(50%);
    right: 50%;
    bottom: -20px;
    z-index: 0;
    transition-duration: 0.5s;
}

.menu_list li:hover::before {
    opacity: 0;
}

.menu_list li a {
    background: #fff;
    text-align: center;
    border: solid 5px #F58C8C;
    transition-duration: 0.5s;
    border-radius: 3px;
    width: 360px;
    height: 295px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 10;
}

.menu_list li a:hover {
    background: #F8CDCE;
    border: solid 5px #F8CDCE;
}

.menu_list li .cmn_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 0px;
}

.menu_list li .cmn_btn:hover {
    background: #001254;
}

.cmn_btn.-menu::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
}

.menu_list li a:hover .cmn_btn::after {
    width: 11px;
    height: 10px;
    background: url(/img/cmn/icon-arrow_white.svg);
    background-size: cover;
    background-repeat: no-repeat;
} */


@keyframes fadeUpAnime {
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

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

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

    .inner {
        padding: 0 20px;
    }

    .exclusive {
        display: none;
    }

    .main {
        padding-top: 80px;
    }
    

    /* hero */

    .hero_body {
        flex-flow: column;
        gap: 40px;
        margin-bottom: 60px;
    }

    .hero_body::after {
        content: none;
    }

    .hero_cnt {
        width: 100%;
    }

    .hero_ttl {
        font-size: 26px;
        line-height: 40px;
        position: relative;
    }

    .hero_ttl::after {
        content: '';
        width: 96px;
        height: 78px;
        background: url(/img/home/img-illust_hero02_sp.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        transform: translateY(50%);
        bottom: 50%;
        right: 10%;
    }

    .hero_body::before {
        width: 45px;
        height: 68px;
        bottom: unset;
        top: 30%;
        left: -10px;
    }

    .hero_intro {
        font-size: 15px;
    }

    .splide {
        width: 100%;
    }

    .splide__pagination {
        bottom: -8%;
        right: 0;
    }

    .scroll {
        display: none;
    }

    /* intro */
    
    .intro {
        margin-bottom: 45px;
    }

    .intro_list {
        /* flex-flow: column; */
        gap: 30px 10px;
        margin-bottom: 0px;
    }

    .intro_list.vis-sp {
        display: flex;
    }

    .intro_list li a {
        width: 160px;
        position: relative;
        padding: 70px 20px 20px;
    }

    .intro_list_txt {
        line-height: 22px;
    }

    .intro_list li a img {
        position: absolute;
        height: auto;
        transform: translateX(50%);
        right: 50%;
        top: -10%;
        width: 60%;
    }

    .intro_list li .icon_flow {
        position: unset;
        transform: rotate(-90deg);
        width: unset;
    }

    .intro_list_ttl {
        font-size: 17px;
    }

    .intro_ttl {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .intro_ttl span {
        font-size: 26px;
    }

    .intro_comment {
        font-size: 22px;
        margin: 25px 0;
    }

    .intro_comment span {
        font-size: 25px;
    }
    
    .cmn_btn {
        padding: 15px 56px;
    }


    /* menu */

    .menu {
        padding: 37px 24px;
    }

    .menu .inner {
        padding: 0px;
    }

    .menu_list {
        gap: 15px 0;
    }

    .menu_list li {
        width: 48%;
    }

    .menu_list li a {
        max-width: 160px;
        max-height: 190px;
        padding: 20px 15px;
    }

    .menu_list li .cmn_btn {
        width: 23px;
        height: 23px;
        right: 10px;
        bottom: 10px;
    }

    .menu_list li::before {
        width: 125px;
        height: 50px;
    }

    .cmn_btn.-menu::after {
        width: 8px;
        height: 7px;
        background: url(/img/cmn/icon-arrow_white.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }


    /* info */
    .info_body {
        padding: 27px 24px;
    }


}
