@media print,
screen and (max-width:1366px) {
    .introduce-bg {
        height: 27vw;
        top: 9vw;
    }

    .swiper {
        width: 120%;
    }

    img.main-v-hagitama {
        width: 15%;
    }

    .link-box {
        gap: 20px 2%;
    }

    .link-box a {
        width: 31.8%;
    }
}

@media print,
screen and (max-width:1150px) {
    .top-navi {
        width: 100%;
        padding: 0 1%;
    }

    .top-navi ul {
        flex-wrap: wrap;
        gap: 3px;
    }

    .top-navi ul li {
        width: calc(100% / 2 - 2px);
        text-align: center;
    }

    .top-navi ul li a {
        padding: 5% 0;
        border: solid 2px #d4599f;
        color: #d4599f;
    }

    .top-navi ul li a::after {
        display: none;
    }

    .top-navi ul li.top-navi-sp-wide {
        width: 100%;
    }

    .top-navi ul li.top-navi-sp-wide a {
        padding: 2.5% 0;
    }

    img.main-v-hagitama {
        width: 19%;
    }

    .information {
        width: calc(100% / 2);
    }

}

@media print,
screen and (max-width:960px) {
    .swiper {
        width: 160%;
    }

    .introduce-bg {
        display: none;
    }

    .introduce-contents {
        flex-direction: column;
        align-items: center;
    }

    .introduce {
        width: 90%;
        margin-bottom: 6%;
    }

    .introduce:last-child {
        margin-bottom: 0;
    }

    .introduce-image {
        width: 60%;
    }

    .introduce-image:hover~.introduce-hagitama {
        transform: rotate(23deg);
        right: 5%;
    }

    .introduce-hagitama {
        width: 40%;
        right: 5%;
        transform: rotate(23deg);
    }

    .introduce-title {
        font-size: 1.5em;
        padding: 3% 0;
        margin-bottom: 3%;
    }

    img.main-v-hagitama {
        /* bottom: auto;
        top: 6%; */
        width: 27%;
        right: 2%;
    }

    .about-map-image {
        height: 50vw;
        width: 100%;
        object-fit: cover;
        object-position: left;
    }

    .about-map .map-filter {
        opacity: 1;
        font-size: 6em;
    }

    .about-map .map-hagitama {
        right: 24%;
        bottom: 5%;
        width: 18%;
    }

    .about-map .map-hagitama-hukidasi {
        bottom: 25%;
        width: 21%;
    }

    .schedule-box {
        flex-wrap: wrap;
    }

    .schedule-calendar {
        width: 100%;
    }

    .center-info-box {
        width: 100%;
    }

    .center-info {
        margin: 4% 0;
    }

    .center-info p {
        margin-bottom: 1%;
    }

    .schedule-btn-2 {
        margin-top: 3%;
    }

    .center-info-logo {
        display: none;
    }

    .link-box a {
        width: 49%;
    }
}

@media screen and (max-width:768px) {
    .swiper {
        width: 200%;
    }

    img.main-v-hagitama {
        width: 33%;
    }

    .information {
        width: 100%;
    }

    .link-box {
        padding: 0;
    }
}

@media screen and (max-width:580px) {
    .main-title-typo {
        line-height: 1.4em;
        flex-direction: column;
        text-align: center;
    }

    .main-title-box {
        width: 100%;
        padding: 40% 5%;
        padding-top: 55%;
    }

    .main-title-box img {
        width: 3em;
    }

    #main-v {
        width: 100%;
        margin-top: 10%;
        position: absolute;
        top: 0;
        z-index: -1;
    }

    .swiper {
        width: calc(285% + 30px);
        height: 105vw;
    }

    .slide-container {
        grid-template-rows: repeat(4, 23.8vw);
        grid-template-columns: 42vw 39vw 81vw 70vw 47vw;
    }

    .center-sub-title {
        width: 100%;
    }

    #wave-container {
        padding-bottom: calc(100vw + 200px);
    }

    img.main-v-hagitama {
        width: 50%;
        top: calc(118vw + 200px);
        left: 25%;
    }

    .header-box {
        display: block;
        background-color: rgb(255 255 255 / 86%);
        height: calc(95vw + 34px);
    }

    .header-msg-box {
        margin-top: 15%;
    }

    .header-msg {
        padding: 4% 6%;
    }

    .header-nav-box {
        margin: 3% auto;
    }

    .header-nav {
        top: -23px;
    }

    header {
        padding-top: calc(11vw + 4px);
        padding-bottom: calc(110vw + 200px);
    }

    .main-title-box {
        padding-top: calc(60% - 5em);
    }

    .top-navi ul li {
        width: 100%;
    }

    .top-navi ul li.top-navi-sp-wide a {
        padding: 5% 0;
    }
}

@media screen and (max-width:480px) {
    .header-msg-box {
        margin-top: 11%;
    }

    .link-box {
        justify-content: center;
    }

    .link-box a {
        width: 300px;
    }

}