@charset "utf-8";
.top_mv {
    position: relative;
    height: calc(100vh - 120px);
}

.main-visual-slider,
.main-visual-slider>.-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.main-visual-slider {
    width: calc(100% - 100px);
}

.main-visual-slider>.-slide .-image {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw + 100px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 9s linear;
    transition: all 9s linear;
    overflow: hidden;
}

.main-visual-slider>.-slide .-image.active {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

.main-visual-slider>.-slide.main-bg-1 .-image {
    background-image: url(../img/top/img_main01.jpg);
}

.main-visual-slider>.-slide.main-bg-2 .-image {
    background-image: url(../img/top/img_main02.jpg);
}

.main-visual-slider>.-slide.main-bg-3 .-image {
    background-image: url(../img/top/img_main03.jpg);
}

.main-visual-slider>.-slide.main-bg-4 .-image {
    background-image: url(../img/top/img_main04.jpg);
}

.main-visual-slider>.-slide.main-bg-5 .-image {
    background-image: url(../img/top/img_main05.jpg);
}

.main-visual-slider>.-slide.main-bg-6 .-image {
    background-image: url(../img/top/img_main06.jpg);
}

.main-visual-slider>.-slide.main-bg-7 .-image {
    background-image: url(../img/top/img_main07.jpg);
}

.main-visual-slider>.-slide.main-bg-8 .-image {
    background-image: url(../img/top/img_main08.jpg);
}

.main-visual-slider>.-slide.main-bg-9 .-image {
    background-image: url(../img/top/img_main09.jpg);
}

.main-visual-slider>.-slide.main-bg-10 .-image {
    background-image: url(../img/top/img_main10.jpg);
}

.mv_catch {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 15;
}

.mv_catch .js-textslide {
    margin: 10px 0;
}

.mv_catch .js-textslide span {
    display: inline-block;
    padding: 0 25px;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(225, 83, 128, .9);
}

.mv_scroll {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 150px;
    text-align: center;
}

.mv_scroll p {
    transform: rotate(90deg);
}

.mv_scroll::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: #3E3A39;
    animation: scroll 1s infinite;
}

.mv_scroll::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    background: #3E3A39;
    animation: arrow 1s infinite;
    transform-origin: left bottom;
    transform: rotate(45deg);
}

@keyframes scroll {
    0% {
        height: 0;
        bottom: 90px;
    }
    100% {
        height: 90px;
        bottom: 0;
    }
}

@keyframes arrow {
    0% {
        height: 0;
        bottom: 90px;
    }
    100% {
        height: 10px;
        bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .main-visual-slider {
        width: 100%;
    }
    .mv_catch .js-textslide span {
        font-size: 3.5rem;
    }
    .mv_scroll {
        right: calc(50% - 50px);
        color: #fff;
        z-index: 11;
    }
    .mv_scroll::before,
    .mv_scroll::after {
        background: #fff;
    }
    .mv_scroll p {
        margin-top: 30px;
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    .mv_catch .js-textslide span {
        font-size: 2.5rem;
    }
    .main-visual-slider {
        height: calc(100vh - 20vw - 10px);
    }
}

.top_news .sec_header {
    width: 30%;
}

@media screen and (max-width: 768px) {
    .top_news .sec_header {
        width: 100%;
        margin-bottom: 30px;
    }
    .top_news .news_list {
        flex: none;
        width: 100%;
    }
}

.top_about figure {
    width: 50%;
    margin-right: 35px;
}

.top_about_cont {
    padding: 0 15px;
    max-width: 415px;
    margin-right: auto;
}

.top_about .bg-grey {
    padding: 60px 15px;
}

.top_about .video_ttl {
    position: absolute;
    left: 0;
    top: -33px;
    line-height: 1.5;
}

.top_about .video_ttl p {
    padding-left: 30px;
}

.youtube {
    max-width: 640px;
    margin: 0 auto;
}

.youtube_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.youtube_wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .top_about figure {
        margin-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    .top_about .flex-1 {
        flex: none;
        width: 100%;
    }
    .top_about_cont {
        max-width: none;
        margin-bottom: 30px;
    }
    .top_about figure {
        width: 100%;
        margin-right: 0;
    }
    .top_about .bg-grey {
        padding: 40px 15px;
    }
    .top_about .video_ttl {
        top: -18px;
    }
}

.top_sponsorship figure {
    width: 50%;
    margin-left: 20px;
}

.top_sponsorship_cont {
    padding: 0 15px;
    max-width: 480px;
    margin-left: auto;
}

@media screen and (min-width: 769px) {
    .top_sponsorship_cont .f-24 {
        font-size: 2.2rem !important;
    }
}

@media screen and (max-width: 768px) {
    .top_sponsorship .flex-1 {
        flex: none;
        width: 100%;
    }
    .top_sponsorship_cont {
        max-width: none;
    }
    .top_sponsorship figure {
        width: 100%;
        margin-left: 0;
    }
}

.top_event figure {
    width: 50%;
    margin-right: 15px;
}

.top_event_cont {
    max-width: 370px;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .top_event .flex-1 {
        flex: none;
        width: 100%;
    }
    .top_event_cont {
        max-width: none;
        margin-bottom: 30px;
    }
    .top_event figure {
        width: 100%;
        margin: 0;
    }
}

.top_social .w_50 {
    width: 48%;
}

.top_social .link_img li {
    width: 32.5%;
}

.sns_link,
.sponsor_list {
    margin: 0 -1.5%;
}

.sns_link a {
    position: relative;
    display: block;
    width: 30.33%;
    line-height: 96px;
    text-align: center;
    margin: 10px 1.5%;
    border: 1px solid #3E3A39;
}

.sns_link a i {
    position: absolute;
    left: 7.5%;
    top: 50%;
    font-size: 165%;
    color: #ACACAD;
    transform: translateY(-50%);
}

.sponsor_list li {
    width: 30.33%;
    margin: 15px 1.5%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .sns_link a {
        line-height: 70px;
    }
}

@media screen and (max-width: 600px) {
    .top_social .w_50 {
        width: 100%;
    }
    .top_social .w_50+.w_50 {
        margin-top: 20px;
    }
    .sns_link a,
    .sponsor_list li {
        width: 47%;
    }
}

@media screen and (max-width: 480px) {
    .sns_link a {
        width: 97%;
    }
}

.top_contact {
    background: url(../img/top/contact_bg.jpg) no-repeat center / cover;
}

.top_contact .sec_header::after {
    background: #fff;
}

.top_contact .inner {
    max-width: 680px;
}

.top_contact .contact_item {
    width: 48%;
    max-width: 310px;
}

.top_contact .contact_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 95px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.2;
    border: 2px solid #fff;
}

@media screen and (max-width: 480px) {
    .top_contact .contact_item {
        width: 100%;
        max-width: none;
    }
    .top_contact .contact_item+.contact_item {
        margin-top: 20px;
    }
}

.top_buy {
    border: 1px solid #3E3A39;
}

.top_buy figure {
    width: 49.5%;
}

.top_buy figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_buy .flex-1 {
    flex: 1;
    padding: 3rem 1.5rem;
}

@media screen and (max-width: 480px) {
    .top_buy figure {
        width: 100%;
    }
    .top_buy figure img {
        height: auto;
    }
    .top_buy .flex-1 {
        flex: none;
        width: 100%;
    }
}