#top-fv-slider {
    padding: 80px 0;
    overflow: hidden;
}
.top-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/common/top-slider-bg.png") no-repeat center/cover;
    z-index: -1;
    opacity: .1;
}
#top-slider .item-link {
    width: 500px;
    margin: 0 30px;
}
#top-slider .item-thumbnail {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 30px;
    overflow: hidden;
}
#top-slider .item-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#top-slider .item-link .item-title {
    width: 100%;
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #f15a24;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
}
#top-slider .item-link:not(.slick-center) {
    transform: scale(0.8);
}
#top-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    transition: all .1s;
}
#top-slider .prev-arrow {
    left: calc(50% - 325px);
}
#top-slider .prev-arrow:hover {
    transform: translateY(-50%) translateX(-5px);
}
#top-slider .next-arrow {
    right: calc(50% - 325px);
}
#top-slider .next-arrow:hover {
    transform: translateY(-50%) translateX(5px);
}

@media screen and (max-width:1000px) {
    #top-fv-slider {
        padding: 80px 0 40px;
    }
    #top-slider .item-link {
        width: 90vw;
        margin: 0 30px;
    }
    #top-slider .item-link:not(.slick-center) {
        transform: unset;
    }
    #top-slider .item-thumbnail {
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }
    #top-slider .slick-arrow {
        top: 40%;
    }
    #top-slider .prev-arrow {
        left: 5px;
    }
    #top-slider .next-arrow {
        right: 5px;
    }
}

.top-sub-slider {
    background-color: #fff;
    padding: 80px 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#sub-slider .sub-item-link {
    margin: 0 20px;
}

@media screen and (max-width:1000px) {
    .top-sub-slider {
        padding: 40px 0;
    }
    #sub-slider .sub-item-link {
        width: 80vw;
        margin: 0 5px;
    }
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.section-title .title-en {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.section-title .title-jp {
    font-size: 1.5rem;
    font-weight: 700;
}

@media screen and (max-width:1000px) {
    .section-title {
        margin-bottom: 30px;
    }
    .section-title .title-en {
        font-size: 3rem;
    }
    .section-title .title-jp {
        font-size: 1.4rem;
    }
}

.news {
    padding: 100px 0;
}
.news-inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}
.news-inner .title-area .section-title {
    text-align: left;
}
.news-inner .title-area .news-more {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 30px;
    background-color: #3657e8;
    border-radius: 30px;
    margin-top: 60px;
    display: inline-block;
}
.news-list {
    max-width: 700px;
}
.news-list .news-item {
    width: 100%;
    margin-bottom: 20px;
}
.news-list .news-item .news-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000;
    padding-bottom: 20px;
    border-bottom: solid 1px #c8c8c8;
}
.news-list .news-item .news-link .news-thumbnail {
    width: 200px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #c8c8c8;
}
.news-list .news-item .news-link .news-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-list .news-item .news-link .text-area {
    width: calc(100% - 220px);
    margin-top: 10px;
}
.news-list .news-item .news-link .text-area .news-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-top: 15px;
}
.more-sp {
    display: none;
}

@media screen and (max-width:1000px) {
    .news {
        padding: 60px 0;
    }
    .news-inner {
        max-width: 100%;
        padding: 0 5%;
        flex-direction: column;
    }
    .news-inner .title-area .news-more {
        display: none;
    }
    .news-list .news-item .news-link .news-thumbnail {
        width: 120px;
        aspect-ratio: 1;
    }
    .news-list .news-item .news-link .text-area {
        width: calc(100% - 140px);
    }
    .news-list .news-item .news-link .text-area .news-title {
        font-size: 1.6rem;
        line-height: 1.2;
    }
    .more-sp {
        display: block;
        text-align: center;
        margin-top: 30px;
    }
    .more-sp .news-more {
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        padding: 10px 30px;
        background-color: #3657e8;
        border-radius: 30px;
        display: inline-block;
    }
}

.top-guests {
    background-color: #f15a24;
    padding: 100px 0;
}
.top-guests .section-title {
    color: #fff;
}
.guest-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.guest-list .guest-item {
    width: calc((100% - 60px) / 5);
    border: solid 4px #fff;
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.guest-list .guest-item .guest-link {
    display: block;
    width: 100%;
    height: 100%;
}
.guest-list .guest-item .guest-link .guest-thumbnail {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.guest-list .guest-item .guest-link .guest-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guest-hover-text {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
}
.guest-list .guest-item:hover .guest-hover-text {
    opacity: 1;
    color: #fff;
}
.guest-hover-text .guest-name {
    font-size: 1.6rem;
    font-weight: 700;
}
.guest-hover-text .hover-txt {
    font-size: 1rem;
    text-align: center;
    text-decoration: underline;
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    .top-guests {
        padding: 60px 0;
    }
    .guest-list .guest-item {
        width: calc((100% - 15px) / 2);
    }
}

.more-wrap {
    text-align: center;
    margin: 60px auto 0;
}
.more-btn {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 30px;
    background-color: #3657e8;
    border-radius: 30px;
    display: inline-block;
}

@media screen and (max-width:1000px) {
    .more-wrap {
        margin: 40px auto 0;
    }
}

.top-pop-food {
    padding: 100px 0;
}
.pop-title-wrap {
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
    text-align: center;
}
.pop-title-wrap .pop-title {
    padding: 10px 0;
    max-width: 1000px;
    color: #fff;
    background-color: #3657e8;
    margin: 0 auto;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    font-size: 2.4rem;
    font-weight: 700;
}
.pop-list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
}
.food .pop-title-wrap .pop-title {
    background-color: #f15a24;
}
.pop-list .pop-item {
    width: 25%;
    aspect-ratio: 1;
    border-right: solid 2px #000;
}
.pop-list .pop-item:nth-child(4n) {
    border-right: none;
}
.pop-list .pop-item .pop-link {
    display: block;
    width: 100%;
    height: 100%;
}
.pop-list .pop-item .pop-link .pop-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.pop-list .pop-item .pop-link .pop-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}
.pop-list .pop-item .pop-link:hover .pop-thumbnail img {
    transform: scale(1.1);
}
.top-pop-food .more-wrap {
    margin-top: 0;
    padding-top: 60px;
    border-top: solid 2px #000;
}

@media screen and (max-width:1000px) {
    .top-pop-food {
        padding: 60px 0;
    }
    .pop-list-wrap {
        width: 100%;
        padding: 0 5%;
    }
    .pop-list-wrap.food {
        margin-top: 20px;
    }
    .pop-list {
        border-bottom: solid 2px #000;
    }
    .pop-list .pop-item {
        width: 50%;
        border-bottom: solid 2px #000;
    }
    .pop-list .pop-item:last-child {
        border-bottom: none;
    }
    .pop-list .pop-item:nth-child(2n) {
        border-right: none;
    }
    .pop-title-wrap .pop-title {
        padding: 8px 0;
        font-size: 2rem;
    }
    .top-pop-food .more-wrap {
        border-top: none;
    }
}

.top-stage {
    padding: 100px 0;
    background-color: #0d0d0d;
    position: relative;
}
.top-stage .inner {
    position: relative;
    z-index: 1;
}
.stage-bg {
    position: absolute;
    width: 360px;
    top: 0;
    right: 0;
    opacity: .1;
    z-index: 0;
}
.stage-content-wrap {
    margin-bottom: 80px;
}
.stage-content-wrap:last-child {
    margin-bottom: 0;
}
.top-stage .section-title {
    color: #fff;
}
.stage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.stage-list .stage-item {
    width: calc((100% - 20px) / 2);
}
.stage-list .stage-item .stage-link {
    display: block;
    width: 100%;
    color: #fff;
}
.stage-list .stage-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border: solid 4px #fff;
}
.stage-list .stage-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}
.stage-list .stage-item:hover .stage-thumbnail img {
    transform: scale(1.1);
}
.stage-list .stage-item .text-area {
    margin-top: 15px;
}
.stage-list .stage-item .text-area .stage-name {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.stage-list .stage-item .text-area .stage-description {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width:1000px) {
    .top-stage {
        padding: 60px 0;
    }
    .stage-bg {
        display: none;
    }
    .stage-content-wrap {
        margin-bottom: 60px;
    }
    .stage-list .stage-item {
        width: 100%;
    }
    .stage-list .stage-item .text-area .stage-name {
        font-size: 2.2rem;
    }
    .stage-list .stage-item .text-area .stage-description {
        font-size: 1.4rem;
    }
}

.sub-stage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.sub-stage-list .stage-item {
    width: calc((100% - 60px) / 4);
}
.sub-stage-list .stage-item .stage-link {
    display: block;
    width: 100%;
    color: #fff;
}
.sub-stage-list .stage-thumbnail {
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border: solid 4px #fff;
}
.sub-stage-list .stage-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}
.sub-stage-list .stage-item:hover .stage-thumbnail img {
    transform: scale(1.1);
}
.sub-stage-list .stage-item .text-area {
    margin-top: 15px;
}
.sub-stage-list .stage-item .text-area .stage-name {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.sub-stage-list .stage-item .text-area .member {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #8f8f8f;
    margin-bottom: 15px;
}
.sub-stage-list .stage-item .text-area .stage-description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width:1000px) {
    .sub-stage-list {
        gap: 20px 10px;
    }
    .sub-stage-list .stage-item {
        width: calc((100% - 20px) / 2);
    }
    .sub-stage-list .stage-item .text-area .stage-name {
        font-size: 1.8rem;
    }
    .sub-stage-list .stage-item .text-area .member {
        font-size: 1rem;
    }
    .sub-stage-list .stage-item .text-area .stage-description {
        font-size: 1.2rem;
    }
}

.top-room {
    padding: 100px 0 0;
    background-color: #fff;
}
.room-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0px;
}
.room-list .room-item {
    width: 25%;
}
.room-list .room-item .room-link {
    display: block;
    width: 100%;
    color: #000;
}
.room-list .room-item .room-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.room-list .room-item .room-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s;
}
.room-list .room-item:hover .room-thumbnail img {
    transform: scale(1.1);
}
.room-list .room-item .text-area {
    padding: 15px 10px 0 0;
}
.room-list .room-item .text-area .stage-name {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.room-list .room-item .text-area .member {
    font-size: 1.4rem;
    line-height: 1.2;
    color: #8f8f8f;
    margin-bottom: 15px;
}
.room-list .room-item .text-area .stage-description {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width:1000px) {
    .top-room {
        padding: 60px 0 0;
    }
    .room-list .room-item {
        width: 50%;
    }
    .room-list .room-item .text-area .stage-name {
        font-size: 1.8rem;
    }
    .room-list .room-item .text-area .member {
        font-size: 1.2rem;
    }
    .room-list .room-item .text-area .stage-description {
        font-size: 1.2rem;
    }
}