@charset "UTF-8";

ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(2) {
    border-bottom: 1px solid #fff;
}
ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(2) ul.vf1_header_box_pullmenu_box li.vf1_header_box_pullmenu_inbox:nth-of-type(5) {
    background: #3F3F3F;
}
ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(2) ul.vf1_header_box_pullmenu_box li.vf1_header_box_pullmenu_inbox:nth-of-type(5) a {
    color: #fff;
}

.subpage_mv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: url('../img002/about/partners/partners_mv.png');
	background-attachment: inherit;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    height: 430px;
}
.subpage_mv h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin-top: 44px;
}

.sponsorship {
    margin: 0;
    background: #191919;
    overflow: hidden;
}
.sponsorship_box {
    width: 100%;
    max-width: 800px;
    padding: 76px 0 130px;
    margin: 0 auto;
}

.sponsorship_box h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 0 0 31px;
}
.sponsorship_box h3:nth-of-type(2) {
    margin: 94px 0 50px;
}
.sponsorship_box h3:nth-of-type(3) {
    margin: 94px 0 31px;
}

.sponsorship_box h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-left: 21px;
    margin-top: 27px;
    font-feature-settings: "palt";
}
.sponsorship_box h4:nth-of-type(2) {
    text-align: center;
    margin: 27px auto;
    font-size: 19px;
    font-weight: bold;
}
.sponsorship_box h4:nth-of-type(3) {
    text-align: center;
    margin: 27px auto;
    font-size: 19px;
    font-weight: bold;
}
.sponsorship_box h4:nth-of-type(4) {
    text-align: center;
    margin: 27px auto;
    font-size: 19px;
    font-weight: bold;
}
.sponsorship_box h4:nth-of-type(5) {
    text-align: center;
    margin: 27px auto;
    font-size: 19px;
    font-weight: bold;
}
.sponsorship_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin: 22px auto 0;
    padding-left: 22px;
}
.sponsorship_box .sponsorship_txt:first-of-type {
    margin: 45px auto 0;
}
.sponsorship_txt2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin: 1px auto 0;
    padding-left: 32px;
    text-indent: -26px;
}
.sponsorship_txt2:first-of-type {
    margin-top: 6px;
}
.sponsorship_link {
    text-align: center;
    margin: 40px auto 80px;
}
.sponsorship a {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    background: #cc0000;
    text-decoration: none;
    font-feature-settings: "palt";
    padding: 8px 10px 15px;
    border-radius: 6px;
}
.sponsorship a:hover {
    text-decoration: auto;
    opacity: 0.8;
}
.sponsorship_img {
    display: block;
    margin: 12px auto 29px;
    width: 100%;
}

.slick-dots {
    bottom: 37px;
}


@keyframes pulseMotion {
    0% {
      transform: translate(-50%, -50%) scale(1, 1);
      background-color: rgba(255, 255, 255, 0.4)
    }
    30% {
        transform: translate(-50%, -50%) scale(1, 1);
        background-color: rgba(255, 255, 255, 0.4)
      }
  
    100% {
      transform: translate(-50%, -50%) scale(1.15, 1.55);
      background-color: rgba(255, 255, 255, 0)
    }
  }


@media screen and (max-width:1044px) {
    .sponsorship_box {
        padding: 76px 10px 130px;
    }
}
@media screen and (max-width:1024px) {
    .subpage_mv {
        height: 350px;
    }
    .sponsorship_box .sponsorship_txt:first-of-type {
        margin: 0px auto 0;
    }
}
@media screen and (max-width:1023px) {
}
@media screen and (max-width:768px) {
    .subpage_mv {
        height: 300px;
    }
    .subpage_mv h2 {
        font-size: 48px;
    }
    .sponsorship_box {
        padding: 76px 10px 70px;
    }
    .sponsorship_img {
        width: 100%;
    }
}
@media screen and (max-width:648px) {
    .subpage_mv {
        height: 44vw;
    }
    .subpage_mv h2 {
        font-size: 7vw;
    }
    .sponsorship_txt {
        padding-left: 0px;
    }
    .sponsorship_box h4 {
        padding-left: 0px;
    }
    .sponsorship_txt2 {
        padding-left: 12px;
    }
}
@media screen and (max-width:468px) {
    .subpage_mv {
        height: 200px;
    }
    .subpage_mv h2 {
        font-size: 30px;
    }
    .sponsorship_box {
        padding: 46px 10px 50px;
    }
    .sponsorship_box h3 {
        font-size: 22px;
    }
    .sponsorship_txt {
        font-size: 12px;
    }
    .sponsorship_txt2 {
        font-size: 12px;
    }
    .sponsorship_box h3:nth-of-type(2) {
        margin: 54px 0 31px;
    }
    .sponsorship_box h3:nth-of-type(3) {
        margin: 54px 0 31px;
    }
    .sponsorship_box h4 {
        line-height: 1.3;
    }
    .sponsorship_img {
        width: 95%;
    }
}






















