@charset "UTF-8";

:root {
    --swiper-pagination-bullet-size: 16px;
    --swiper-pagination-bullet-border-radius: none;
    --swiper-pagination-bottom: -7px;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --swiper-pagination-bullet-inactive-opacity: 0.1;
}

@media screen and (max-width: 1000px) {
    :root {
        --swiper-pagination-bullet-size: 11px;
        --swiper-pagination-bullet-border-radius: none;
        --swiper-pagination-bottom: -2px;
        --swiper-pagination-bullet-horizontal-gap: 2px;
        --swiper-pagination-bullet-inactive-opacity: 0.1;
    }
}

/*
 * Common
 */

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    font-family: 'Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}

h3 {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    h3 {
        font-size: 14px;
    }
}

picture {
    display: inline-block;
    vertical-align: bottom;
    line-height: 0;
}

img {
    width: 100%;
}

.inline-block {
    display: inline-block;
}

/* text */
.text-center {
    text-align: center;
}

.note {
    display: inline-flex;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    font-feature-settings: "palt";
}

.note > span {
    display: inline-block;
    line-height: 1.4;
}

.list_table {
    display: flex;
}

.list_table > div:last-child{
    flex: 0 0 auto;
}

.list_table > div:last-child{
    flex: 1 1 auto;
}

/* margin */
.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 0.5em;
}

.mt-15 {
    margin-top: 1.5em;
}

.mt-40 {
    margin-top: 4em;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 0.2em;
}

.mb-5 {
    margin-bottom: 0.5em;
}

.mb-15 {
    margin-bottom: 1.5em;
}

@media screen and (max-width: 1000px) {
    .mt-40 {
        margin-top: 1em;
    }
}

/* button */
.btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 60px;
    margin: 0 auto;
    font-size: 28px;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    z-index: 1;
    background-color: #4d4d4d;
}

.btn_entry {
    /*background: linear-gradient(to bottom, #ffa061, #ff781e);*/
    color: #fff;
}

.btn_entry::before {
    background: linear-gradient(to bottom, #ff8755, #e04d10);
}

@media (hover: hover) {

    .btn:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 1000px) {
    .btn {
        width: 80vw;
        height: 8vw;
        font-size: 3.7vw;
    }
}

/* responsive */
.is-pc {
    display: inline;
}

.is-pc-block {
    display: block;
}

.is-sp,
.is-sp-block {
    display: none;
}

@media screen and (max-width: 1000px) {
    .is-pc,
    .is-pc-block {
        display: none;
    }

    .is-sp {
        display: inline;
    }

    .is-sp-block {
        display: block;
    }
}

/* color */
.green {
    color: #529969;
}

/*
 * Header
 */
.header {
    height: 45px;
    text-align: center;
    background: #fff;
}

.header_logo {
    display: inline-block;
    width: 100px;
}

@media screen and (max-width: 1000px) {
    .header {
        height: 40px;
    }
}

/*
 * Footer
 */
.footer {
    padding-bottom: 120px;
    text-align: center;
}

.footer_content {
    padding: 80px 0;
}

.footer_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 72px;
    padding: 0 25px;
    border: 1px solid #909090;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    overflow: hidden;
    transition: color 0.5s ease;
}

.footer_btn::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 20px;
    margin-right: 25px;
    margin-left: -7px;
    background-color: #19a68a;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transition: background-color 0.5s ease;
}

.footer_btn:after {
    content: '';
    position: absolute;
    display: block;
    width: calc(100% + 44px);
    height: 72px;
    background-color: #19a68a;
    clip-path: polygon(0 0, calc(100% - 44px) 0, 100% 50%, calc(100% - 44px) 100%, 0 100%);
    transition: transform 0.5s ease;
    transform: translateX(calc( -100% - 44px));
    z-index: -1;
}

@media (hover: hover) {
    .footer_btn:hover {
        color: #fff;
    }

    .footer_btn:hover::before {
        background-color: #fff;
    }

    .footer_btn:hover::after {
        transform: translateX(-25px);
    }
}

.footer_copy {
    font-size: 13px;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 1000px) {
    .footer {
        padding-bottom: 90px;
        text-align: center;
    }

    .footer_btn {
        height: 46px;
        padding: 0 12px;
        border-radius: 4px;
        font-size: 14px;
    }

    .footer_btn::before {
        width: 8px;
        height: 14px;
        margin-right: 6px;
        margin-left: 0;
    }

    .footer_btn:after {
        display: none;
    }

    .footer_content {
        margin: 0;
        padding: 13.3vw 0 4.7vw;
    }

    .footer_copy {
        font-size: 12px;
        letter-spacing: 0;
    }
}


/*
 * Fix Bottom
 */
.fix-bottom {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #dc3232;
    text-align: center;
    z-index: 100;
}

.float_btn {
    width: 100%;
    max-width: 978px;
}

.float_link {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.float_link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1000px) {
    .fix-bottom {
        height: 18.7vw;
    }

    .fix-bottom .note{
        display: flex;
        justify-content: center;
    }
    .float_btn {
        width: 68.4vw;
    }
}

/* contact */
.contact {
    padding: 34px 0;
    background-color: #ececec;
    text-align: center;
    color: #3c3c3c;
}

.contact .ttl {
    font-size: 28px;
    font-weight: 500;
}

.contact .note {
    font-size: 18px;
}

@media screen and (max-width: 1000px) {
    .contact {
        padding: 5.3vw 0;
    }

    .contact .ttl {
        font-size: 3.7vw;
    }

    .contact h3 {
        line-height: 1;
        margin: 0;
    }

    .contact p {
        margin: 0.8em 0 0;
    }

    .contact .note {
        margin: 0;
        font-size: 2.7vw;
    }

}


/*
 * Navigation
 */
.nav-fit-area {
    position: relative;
    width: 100%;
    padding-top: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    padding: 20px 0 20px;
    font-size: 18px;
    z-index: 10;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.page-navigation.is-active {
    position: fixed;
}

.page-navigation::before,
.page-navigation::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
}

.page-navigation::before {
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e6f6f6;
    z-index: -1;
}

.page-navigation::after {
    left: -10%;
    width: 120%;
    height: 100%;
    /*box-shadow: 0 10px 10px rgba(175, 175, 175, 0.2);*/
    z-index: -2;
}

.page-navigation > ul {
    display: flex;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    border-left: 1px solid #00a0a0;
    list-style: none;
}

.page-navigation > ul > li {
    flex: 25%;
    border-right: 1px solid #00a0a0;
}

.page-navigation > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    color: #00a0a0;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .nav-fit-area {
        padding-top: 40px;
    }

    .page-navigation {
        height: 40px;
        padding: 12px 0;
        font-size: 12px;
        font-feature-settings: "palt";
    }

    .page-navigation::after {
        left: -10%;
        width: 120%;
        height: 100%;
        box-shadow: 0 32px 32px rgba(175, 175, 175, 0.35);
        z-index: -2;
    }

    .page-navigation > ul {
        width: auto;
        margin: 0 4vw;
    }

    .page-navigation > ul > li {
        flex: 25%;
    }

    .page-navigation > ul > li > a {
        height: 18px;
    }
}

/*
 * Section
 */
.section {
    position: relative;
}

.section .inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (max-width: 1000px) {
    .section .inner {
        width: auto;
        margin: 0 4vw;
        padding: 0;
    }
}

/* section-title */
.section-title {
    height: 900px;
    padding: 30px 0 0;
    background: url("../img/main.jpg") center no-repeat;
    background-size: cover;
}

.section-title .inner {
    width: 100%;
    max-width: 1440px;
}

.section-title h1 {
    margin: 0;
    text-align: center;
}

.section-title h1 picture {
    display: inline-block;
    width: 686px;
}

.youtube-account {
    padding: 0;
    margin: 0 20px;
    text-align: center;
}

.youtube-account picture {
    width: 640px;
}

.section-title .copy {
    position: absolute;
    bottom: 20px;
    left: 0;
}

.section-title .copy picture {
    display: block;
    margin-top: 16px;
}

.section-title .copy picture img {
    width: auto;
    height: 182px;
}

.event-info {
    position: absolute;
    right: 0;
    bottom: 40px;
    margin: 0 0 0 20px;
}

.event-info picture {
    width: 500px;
}
@media screen and (max-width: 1240px) {
    .section-title .copy {
        width: 50%;
    }
    .section-title .copy picture img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1000px) {
    .section.section-title .inner {
        margin: 0;
    }

    .section-title {
        height: 136vw;
        padding: 5vw 0 0;
        background: url("../img/main_sp.jpg") center no-repeat;
        background-size: cover;
    }

    .section-title h1 {
        margin: 0 0 10px;
    }

    .section-title h1 picture {
        width: 86vw;
    }

    .youtube-account {
        padding: 0;
        margin: 0 auto;
    }

    .youtube-account picture {
        width: 60.7vw;
    }

    .section-title .copy {
        width: 92.1vw;
        bottom: 32vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .event-info {
        bottom: 4vw;
        right: auto;
        left: 50%;
        translate: -50% 0;
        margin: 0;
    }

    .event-info picture {
        width: 75.7vw;
    }

}


/* section present summary */
.section-present-summary {
    padding: 20px 0;
    background-color: #fefee6;
}

.section-present-summary .inner {
    padding: 0 20px;
}

.present-summary-block {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.present-summary-block-content {
    width: 29.4%;
    margin-right: 2.9%;
}

.present-summary-title {
    width: 94.6%;
    margin: 0 0 40px;
    color: #19a68a;
}

.present-summary-item:nth-child(1) {
    width: 35.1%;
}

.present-summary-item:nth-child(1) {
    width: 36.7%;
}

.present-summary-item h3 {
    margin: -20px 0 0;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    font-weight: normal;
}
.present-summary-item h3 span {
    font-size: 22px;
}
.present-summary-item h3 span.small {
    font-size: 19px;
}

@media screen and (max-width: 1000px) {
    .section-present-summary {
        padding: 4.5vw 0;
        /*background-color: #e3f1e6;*/
    }

    .section-present-summary .inner {
        padding: 0;
    }

    .present-summary-block {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 2vw 4vw;
        margin-bottom: 2vw;
    }

    .present-summary-block-content {
        width: 100%;
        margin: 0;
    }

    .present-summary-title {
        width: 100%;
        margin: 0 0 3.3vw;
        color: #19a68a;
    }

    .present-summary-title picture {
        display: block;
        width: 100%;
    }

    .present-summary-item {
        flex: 1 1 40%;
        width: 40%;
        color: #3c3c3c;
    }

    .present-summary-item picture {
        display: block;
        width: 100%;
    }

    .present-summary-item h3 {
        margin: -3vw 0 0;
        font-size: 2.7vw;
    }

    .present-summary-item h3 span {
        font-size: 2.2vw;
    }

    .present-summary-item h3 span.small {
        font-size: 2.2vw;
    }

    .note {
        font-size: 2.7vw;
    }
}


/* section-video */
.section-video {
    padding: 80px 0 60px;
    text-align: center;
 }

.video-block {
    position: relative;
    max-width: 750px;
    width: 90%;
    margin: 0 auto;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    background-color: #94b428;
    border-radius: 50%;
}

@media screen and (max-width: 1000px) {
    .section-video {
        padding: 8vw 0;
    }
}

/* section-event */
.section-event {
    color: #2c2c2c;
}

.section-event .inner {
    padding: 130px 0;
}

.section-event > h2 {
    padding: 170px 0 80px;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .section-event .inner {
        padding: 60px 0;
    }

    .section-event > h2 {
        padding: 0;
        margin: 50px 0 20px;
        text-align: center;
    }

    .section-event > h2 img {
        width: auto;
        height: 70px;
    }

}

.event-introduction {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    background-color: #00a0a0;
    font-size: 18px;
    line-height: 2;
    color: #fff;
}

.event-introduction .ttl-wrap {
    width: 482px;
}

.event-introduction .content-wrap {
    padding-left: 55px;
}

.event-introduction p {
    margin: 0;
}

@media screen and (max-width: 1000px) {
    .event-introduction {
        display: block;
        padding: 40px 0 40px;
        font-size: 2.9vw;
    }
    .event-introduction .ttl-wrap {
        width: 40.3vw;
        margin: 0 auto 6.7vw;
    }
    .event-introduction .ttl-wrap h2 {
        margin: 0;
    }
    .event-introduction .content-wrap {
        padding: 0 5.3vw;
        text-align: center;
    }
}

.event-title {
    width: fit-content;
    margin: 0 auto;
}

@media screen and (max-width: 1000px) {
    .event-title {
        width: 50.4vw;
        height: 30px;
        font-size: 14px;
    }

    .event-title::before,
    .event-title::after {
        width: 10px;
        border-width: 2px;
    }
}

.event-summary {
    width: fit-content;
    margin: 60px auto 0;
    border-collapse: collapse;
    color: #3c3c3c;
}

.event-summary th,
.event-summary td {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    font-size: 28px;
    font-feature-settings: "palt";
}

.event-summary th {
    width: 250px;
    padding: 20px 30px;
    vertical-align: center;
    color: #00a0a0;
    background-color: #e6f6f6;
    font-weight: normal;
}

.event-summary td {
    padding: 20px 30px;
    text-align: left;
    vertical-align: center;
}

@media screen and (max-width: 1000px) {
    .event-summary {
        margin: 10.7vw 5vw 0;
    }

    .event-summary th,
    .event-summary td {
        padding: 0;
        height: 12vw;
        border-top: 2.7vw solid #fff;
        border-bottom: 2.7vw solid #fff;
        font-size: 3.7vw;
    }

    .event-summary th {
        width: 24vw;
    }

    .event-summary td {
        padding: 0 0 0 5.3vw;
    }
}


.event-container {
    position: relative;
}

.event-timetable-title {
    margin: 0;
    font-size: 28px;
    line-height: 1;
}

.event-timetable-text {
    font-size: 28px;
}

.event-timetable-title-bar {
    position: relative;
    display: inline-flex;
    left: 0;
    top: 0;
    width: auto;
    height: 60px;
    padding-left: calc(50% - 350px);
    align-items: center;
    color: #fff;
}

.event-timetable-color-bar {
    position: absolute;
    display: inline-flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: #00a0a0;
    color: #fff;
    z-index: 0;
}

.event-timetable-title-bar .event-timetable-title {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
    font-weight: normal;
    width: 358px;
    height: 100%;
}

.event-timetable-title-bar .event_minutes {
    position: relative;
    display: flex;
    right: -31px;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 100%;
    background-color: #f0f000;
    color: #00a0a0;
    font-size: 24px;
    clip-path: polygon(
    30px 0,
    100% 0,
    calc(100% - 30px) 100%,
    0 100%
  );
}

.slide_item_wrap {
    margin-top: 50px;
    margin-bottom: 60px;
    position: relative;
    margin-left: calc( 740px - 50vw );
    width: 100vw;
    line-height: 0;
}
@media screen and (max-width: 1480px) {
    .slide_item_wrap {
        margin-left: 0;
    }
}
.slide_item .slick-slide img {
    display: block;
    width: 89%;
    margin-left: 25.6%;
}
.slick-prev,
.slick-next {
  z-index: 1;
}
.slick-prev:hover,
.slick-next:hover {
  transition: opacity 0.2s;
  opacity: 0.7;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #00a0a0;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}
.slick-prev,
.slick-next {
    height: 40px;
    top: calc(50% - 15px);
}
.slick-prev {
    transform: translateX(-50%);
    left: 25%;
}
.slick-next {
    transform: translateX(50%);
    right: 25%;
}
.slick-dots {
    bottom: -30px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button:before {
    font-size: 10px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
}
.slick-dots li + li {
    margin-left: 20px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 1000px) {
    .event-timetable-title {
        font-size: 3.7vw;
    }

    .event-timetable-title-bar .event_minutes {
        width: 23.7vw;
        font-size: 3.2vw;
    }

    .event-timetable-text {
        margin: 0.5em 0 0;
        font-size: 3.7vw;
    }

    .event-timetable-title-bar {
        width: 54.3vw;
        height: 8vw;
        padding-left: 8vw;
        padding-right: 0;
    }


    .event-timetable-color-bar {
        height: 8vw;
    }

    .event-timetable-title-bar .event-timetable-title {
        width: 100%;
    }
    .event-timetable-title-bar .event-timetable-title img {
        width: 24.3vw;
    }

    .slide_item_wrap {
        width: 100%;
        margin-top: 4.7vw;
    }
    .slide_item .slick-slide {
        padding-right: 0;
      }
      .slide_item .slick-slide img {
        display: block;
        width: 90%;
        margin-left: 5%;
      }
      .slick-prev,
      .slick-next {
        width: auto;
        height: 5.3vw;
      }
      .slick-prev img,
      .slick-next img {
        height: 100%;
      }
      .slick-prev {
        left: 1%;
      }
      .slick-next {
        right: 1%;
      }
      .slick-dots {
        bottom: -2vw;
      }
      .slick-dots li {
        margin: 0;
        width: 1.3vw;
        height: 1.3vw;
      }
      .slick-dots li button:before {
        font-size: 1.3vw;
      }
      .slick-dots li + li {
        margin-left: 2vw;
      }
}

/*.wave {
    width: 100%;
    background: #fff;
    clip-path: shape(
            from 0 0,
            line to 100% 0,
            line to 100% calc(100% - 25px),
            curve to 0 calc(100% - 25px)
            with 65% calc(100% + 60px) / 35% calc(100% - 110px),
            close
    );
}

@media screen and (max-width: 1000px) {
    .wave {
        clip-path: shape(
                from 0 0,
                line to 100% 0,
                line to 100% calc(100% - 20px),
                curve to 0 calc(100% - 20px)
                with 65% 100% / 35% calc(100% - 40px),
                close
        );
    }
}*/

.opening,
.ending {
    z-index: 5;
}

.opening .event-opening,
.ending .event-ending {
    display: flex;
}

.ending {
    margin-top: 120px;
}

.opening .event-content,
.ending .event-content {
    padding: 0;
}

.opening .event-content,
.ending .event-content {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-left: 66px;
}

.event-timetable-text {
    margin: 0 20px 0 0;
}

@media screen and (max-width: 1000px) {
    .opening {
        margin: 0;
    }

    .ending {
        margin-top: 13.5vw;
    }

    .opening .event-opening,
    .ending .event-ending {
        flex-direction: column;
    }

    .opening .inner {
        padding-top: 0;
    }

    .opening .event-content h4,
    .ending .event-content h4 {
        margin: -3em 0 0;
        line-height: 1;
    }

    .ending .event-content {
        text-align: center;
    }

}

.chapter {
}

.chapter .inner {
    padding: 0;
    max-width: 1480px;
}

.chapter:nth-child(odd) {
}

.chapter:nth-child(even) {
}

.chapter:nth-child(even) .wave {
    background-color: #e3f1e6;
}

.chapter .event-content h5 {
    margin: 38px 0 30px;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
}

.chapter .event-content h5 .event-content-text-item-title {
    font-size: 31px;
}

.chapter .event-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
}

.chapter .event-content .event-image-full,
.event-image-parallax {
    position: relative;
    margin-left: calc( 500px - 50vw );
    width: 100vw;
    line-height: 0;
}

.chapter .event-content .event-image-full {
    /*height: 40vw;*/
    overflow: hidden;
}

.event-image-parallax {
    overflow: hidden;
    filter: drop-shadow(0 30px 15px rgba(0, 0, 0, 0.1));
}

div:nth-child(1 of .chapter) {
    position: relative;
    margin-top: 100px;
    z-index: 4;
}

div:nth-child(1 of .chapter):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
    background-color: #fefee6;
}

.event-content-text {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    left: 115px;
}

@media screen and (max-width: 1667px) {
    .event-content-text {
        left: 0;
    }
}

.event-content h5 {
    color: #000;
    text-align: center;
}

.chapter .event-content p.sub-title {
    margin-bottom: 13px;
    color: #dc3232;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.chapter .event-content .event-content-text-item-sub-title {
    font-size: 21px;
}

.chapter .event-content p.content-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

.chapter .event-content p.content-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 230px;
    border-radius: 50%;
    background-color: #f8f880;
    color: #00a0a0;
    font-size: 22px;
    text-align: center;
}

div:nth-child(1 of .chapter) .event-image-parallax {
    /*height: 23.4vw;*/
}

div:nth-child(2 of .chapter) {
    position: relative;
    margin-top: 140px;
    z-index: 3;
}

div:nth-child(2 of .chapter):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
    background-color: #fefee6;
}

div:nth-child(3 of .chapter) {
    margin-top: 140px;
}

div:nth-child(3 of .chapter) .slide_item_wrap {
    position: relative;
    padding: 0 50px;
}

div:nth-child(3 of .chapter):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 425px;
    background-color: #fefee6;
}

div:nth-child(3 of .chapter) .slide_item_wrap .slide_item {
    display: flex;
    justify-content: space-between;
}
div:nth-child(3 of .chapter) .slide_item_wrap .slide_item div {
    width: calc(50% - 10px);
}

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

    .chapter .inner {
        padding: 0 0 0;
    }

    .opening .event-content,
    .ending .event-content {
        display: block;
        margin: 6vw auto;
        padding: 0;
    }

    .chapter .event-content h5 {
        margin: 4.7vw 0;
        font-size: 5.3vw;
    }

    .chapter .event-content h5 .event-content-text-item-title {
        font-size: calc(6vw * .7);
    }

    .chapter .event-content p.sub-title {
        font-size: 4vw;
    }

    .chapter .event-content p.content-text {
        font-size: 2.9vw;
    }

    .chapter .event-content p.content-badge {
        position: relative;
        width: fit-content;
        height: auto;
        background: transparent;
        padding: 0 4.7vw;
        margin: 3.3vw auto 0;
        color: #00a0a0;
        font-size: 2.9vw;
    }

    .chapter .event-content p.content-badge::before {
        content: "//";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        letter-spacing: -.5vw;
        transform: scaleX(-1);
    }
    .chapter .event-content p.content-badge::after {
        content: "//";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        letter-spacing: -.5vw;
    }

    .chapter .event-content .event-image-full,
    .event-image-parallax {
        margin-left: -4vw;
    }

    .event-image-parallax {
        height: 40vw;
        overflow: hidden;
        filter: drop-shadow(0 30px 15px rgba(0, 0, 0, 0.1));
    }

    div:nth-child(1 of .chapter) {
        margin-top: 4vw;
    }


    div:nth-child(2 of .chapter) {
        margin-top: 19.3vw;
    }

    div:nth-child(2 of .chapter) .event-content-background {
        left: auto;
        right: 4vw;
        width: 34vw;
        height: 170vw;
    }

    div:nth-child(2 of .chapter) .event-image-parallax {
        height: 53vw;
    }

    div:nth-child(3 of .chapter) {
        margin-top: 19.3vw;
    }

    .event-content-text {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .chapter .event-content .event-content-text-item-sub-title {
        font-size: 2.8vw;
    }

    div:nth-child(3 of .chapter) .slide_item_wrap {
        padding: 0;
    }

    div:nth-child(3 of .chapter) .slide_item_wrap .slide_item {
        display: block;
    }

    div:nth-child(3 of .chapter) .slide_item_wrap .slide_item div {
        width: 100%;
    }

    div:nth-child(3 of .chapter) .slide_item_wrap .slide_item div.slick-arrow {
        width: fit-content;
    }
}

.section .inner.navigater {
    position: relative;
    z-index: 6;
    margin-top: 100px;
    padding-bottom: 0;
}
.navigater:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 460px;
    background-color: #e6f6f6;
    z-index: -1;
}

/* section-present */
.section-present {
    padding: 130px 0 0;
}

.section-present-background {
    padding: 60px 0;
    background-color: #fefee6;
}

.present-title {
    margin: 0 0 60px;
    text-align: center;
}

.present-tagline {
    margin: 0 0 40px;
    text-align: center;
}

.present-block {
    margin-top: 60px;
    font-size: 24px;
}

.present-block:first-of-type {
    margin-top: 0;
}

.present-block > h3 {
    width: fit-content;
    margin: 0 auto 46px;
}

.present-block-content {
    padding: 20px;
}

.present-items {
    display: flex;
    gap: 70px;
    justify-content: center;
}

.present-item {
    position: relative;
}

.present-item + .present-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -35px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #7f7f73;
}

.present-item-name {
    margin: -33px 0 0;
    font-size: 30px;
    line-height: 1.4;
    color: #3c3c3c;
    text-align: center;
    font-weight: 500;
}

.present-item-name + p {
    margin: 1em 0;
}

.present-item-name span {
    font-size: 24px;
}

.present-text {
    margin: 0;
}

.present-items ~ .present-text {
    margin: 1em 0 0;
}

.present-note {
    margin: 40px 0;
    padding: 20px;
    border: 2px solid #00a0a0;
    background-color: #fff;
    text-align: center;
    color: #00a0a0;
}

.present-text-highlight {
    background: linear-gradient(transparent 60%, #f8f880 60%);
}

.section-present .note {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}

/* present-event */
.present-event {
    display: flex;
    gap: 20px;
    padding: 10px;
    margin-bottom: 10px;
}
.present-event-image {
    flex: 0 0 auto;
}

@media screen and (max-width: 1000px) {
    .navigater:before {
        height: 50vw;
    }

    .section .inner.navigater {
        margin: 8vw 0 0;
    }

    .section-event .inner.navigater {
        padding: 10vw 0 0;
    }

    .section .inner.navigater .event-title {
        width: 50.8vw;
        margin-bottom: 10vw;
    }

    .section-present {
        padding: 12.7vw 0 0;
    }

    .present-block-content {
        padding: 0;
        text-align: center;
    }

    .present-title {
        width: 40.9vw;
        margin: 0 auto 9.6vw;
    }

    .present-title img {
        width: 100%;
        height: auto;
    }

    .present-tagline {
        margin: 0 0 12px;
        line-height: 1;
    }

    .present-tagline img {
        width: 69.7vw;
        height: auto;
    }

    .present-block {
        margin-top: 10.7vw;
        font-size: 14px;
    }

    .present-block:first-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }

    .present-block > h3 {
        width: 81.2vw;
        margin: 0 auto 2.7vw;
    }

    .present-block:last-of-type > h3 {
        width: 59.7vw;
    }

    .present-block-content {
        font-size: 3.2vw;
    }

    .present-items {
        flex-direction: column;
        gap: 4.7vw;
    }

    .present-item {
        width: 100%;
    }

    .present-item-name {
        margin: -3.5vw 0 0;
        font-size: 4vw;
        line-height: 1.2;
    }
    .present-item-name span {
        font-size: calc(4vw * .8);
    }

    .present-note {
        margin: 6.4vw 0 4.4vw;
        padding: 2.9vw;
    }

    .present-topic {
        margin-bottom: 4px;
        padding: 7px 0 5px;
        border-width: 4px;
        font-size: 14px;
    }

    .present-topic p {
        margin: 0;
    }

    .present-topic em {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        color: #ff7a23;
    }

    .present-topic strong {
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1;
    }

    .present-text {
        margin: 0.5em 0;
    }

    .section-present .note {
        font-size: 2.7vw;
    }


    /* present-event */
    .present-event {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 4vw;
        padding: 4vw 0 0;
        margin-bottom: 0;
    }

    .present-event-image {
        width: 58vw;
    }

}

/* section-howto */
.section-howto {
    padding: 130px 0 0;
    font-size: 18px;
}

.howto-title {
    text-align: center;
}

.howto-steps {
    display: flex;
    gap: 102px;
    margin-top: 80px;
    margin-bottom: 60px;
    padding: 0;
    list-style: none;
}

.howto-step {
    position: relative;
    flex: 33%;
    padding: 30px 30px 10px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #00a0a0;
}

.howto-step::after {
    content: "";
    display: block;
    position: absolute;
    right: -67px;
    top: 50%;
    width: 30px;
    height: 60px;
    transform: translateY(-50%);
    background-color: #00a0a0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.howto-step:last-of-type::after {
    display: none;
}


.howto-step-image {
}

.howto-step-title {
    margin: 20px 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: #00a0a0;
}

.howto-step-text {
    line-height: 1.8;
    font-size: 22px;
}

.howto-step-text .inline-block {
    font-size: 26px;
    color: #00a0a0;
}

.howto-step .note {
    font-size: 18px;
    text-align: left;
}

.howto-list {
    padding-left: 1.5em;
    font-size: 20px;
}


@media screen and (max-width: 1000px) {
    .section-howto {
        padding: 12.7vw 0 0;
        font-size: 14px;
    }

    .howto-title {
        width: 59.9vw;
        margin: 0 auto 12.7vw;
    }

    .howto-title img {
        width: 100%;
    }

    .howto-steps {
        flex-direction: column;
        gap: 15.6vw;
        margin: 0 auto 5.3vw;
    }

    .howto-step {
        flex: 33%;
        padding: 5.2vw 0;
        border-radius: 10px;
        text-align: center;
    }

    .howto-step::after {
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        width: 7.7vw;
        height: 4vw;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        margin-top: 6vw;
    }

    .howto-step:last-of-type::after {
        display: none;
    }


    .howto-step-image {
        width: 16vw;
    }

    .howto-step-title {
        margin: 2.7vw 0 4.3vw;
        font-size: 3.7vw;
        line-height: 1;
    }

    .howto-step-text {
        margin: 0;
        line-height: 1.6;
        font-size: 2.9vw;
    }

    .howto-step-text .inline-block {
        font-size: 3.5vw;
    }

    .howto-step .note {
        font-size: 2.4vw;
    }

    .howto-list {
        margin: 0;
        padding-left: 1.5em;
        font-size: 2.7vw;
    }
}


/* section-faq */
.section-faq {
    padding: 130px 0;
    font-size: 18px;
}

.faq-title {
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .section-faq {
        padding: 12vw 0;
    }

    .faq-title {
        width: 25.7vw;
        margin: 0 auto 9.6vw;
    }

    .faq-title img {
        width: 100%;
    }
}


/* section-terms */
.section-terms {
    padding: 0 0 130px;
}

.section-terms p {
    font-size: 22px;
}

.terms-title {
    position: relative;
    margin: 0 0 40px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    color: #00a0a0;
}

.terms-block {
    position: relative;
    margin: 40px 0;
    padding: 20px;
    border: 2px solid #00a0a0;
    background-color: #fff;
}

.terms-block-inner {
    height: 360px;
    padding: 40px;
    background-color: #fff;
    line-height: 1.8;
    letter-spacing: 0.05em;
    overflow-y: scroll;
    font-feature-settings: "palt";
    font-size: 22px;
}

.terms-block-inner h3 {
    margin: 0;
    font-size: 22px;
    font-weight: normal;
}

.terms-block-inner h4 {
    margin: 1em 0 0;
    font-size: 22px;
    font-weight: normal;
}

.terms-block-inner h5 {
    margin: 1em 0 0;
    font-size: 22px;
    font-weight: normal;
}

.terms-block-inner .note {
    font-size: 22px;
}

.terms-block-inner ul,
.terms-block-inner ol {
    margin: 0;
    padding-left: 1.4em;
}
.terms-block-inner h4 + h5 {
    margin-top: 0;
}

.terms-block-inner p {
    margin: 0;
}

.terms-block-inner ul,
.terms-block-inner ol {
    margin: 0;
    padding-left: 1.4em;
}

.terms-block-inner .note {
    display: flex;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.list-table th {
    font-weight: normal;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .section-terms {
        padding: 0 0 13.3vw;
    }

    .terms-title {
        margin: 0 0 4vw;
        font-size: 3.7vw;
    }

    .section-terms p {
        font-size: 3.7vw;
    }

    .terms-block {
        margin: 4.5vw 0 0;
        padding: 4.3vw;
    }

    .terms-block-inner {
        height: 193px;
        padding: 0;
        font-size: 3.7vw;
    }

    .terms-block-inner h3 {
        font-size: 3.7vw;
    }

    .terms-block-inner h4 {
        font-size: 3.7vw;
    }

    .terms-block-inner h5 {
        font-size: 3.7vw;
    }

    .terms-block-inner .note {
        font-size: 3.7vw;
    }

    .list-table, .list-table tbody, .list-table tr, .list-table th, .list-table td {
        display: block;
    }

    .list-table th, .list-table td {
        display: inline;
    }

    .list-table td:last-child {
        display: block;
        word-break: break-all;
    }
}

/*
 * Components
 */

/* .tabs */
.tab-container {
    position: relative;
}

.tabs {
    display: flex;
    padding: 0;
    list-style: none;
}

.tab {
    cursor: pointer;
}

.tab-contents {
    width: 1285px;
    margin-left: -137px;
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 1300px) {
    .tab-contents {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 0 2vw;
    }
}

.tab-content {
    display: none;
}

.tab-content.is-active {
    display: block;
}


/* tab-navigater */
.tab-navigater {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto 130px;
}

.tab-navigater > .tabs {
    gap: 20px;
    padding-bottom: 60px;
    margin: 75px 0 0;
}

.tab-navigater > .tabs > .tab {
    position: relative;
    display: flex;
    flex: 33%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0 35px;
    border: 1px solid #c2c2c2;
    border-radius: 30px;
    background: #fff;
}

.tab-navigater > .tabs > .tab.is-active {
    border: 2px solid #07a3a3;
}

.tab-navigater > .tabs > .tab.is-active::after {
    content: "";
    position: absolute;
    display: block;
    width: 43px;
    height: 22px;
    bottom: -50px;
    background-color: #07a3a3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-navigater > .tabs > .tab > picture {
    width: 232px;
    height: 232px;
    border-radius: 50%;
    overflow: hidden;
}

.tab-navigater > .tabs >.tab > h4 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}

.tab-navigater > .tabs > .tab > p {
    margin: 1em 0 0;
    font-size: 16px;
}

.tab-navigater > .tab-contents > .tab-content {
    font-size: 20px;
    line-height: 1.8;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .tab-navigater {
        margin-bottom: 10.7vw;
    }

    .tab-navigater > .tabs {
        gap: 6.9vw;
        padding-bottom: 10.9vw;
        margin: 0 7.1vw;
    }

    .tab-navigater > .tabs > .tab {
        position: relative;
        padding: 34.5vw 0 4vw;
        border-radius: 0;
        border-width: 0;
        border-top: 2px solid #e6e6e6;
        border-bottom: 2px solid #e6e6e6;
    }

    .tab-navigater > .tabs > .tab.is-active {
        border-top: 2px solid #07a3a3;
        border-left: none;
        border-right: none;
        border-bottom: 2px solid #07a3a3;
    }

    .tab-navigater > .tabs > .tab.is-active::after {
        width: 14px;
        height: 8px;
        bottom: -14px;
    }

    .tab-navigater > .tabs > .tab > picture {
        position: absolute;
        top: 3.3vw;
        left: 50%;
        transform: translateX(-50%);
        width: 28.9vw;
        height: 28.9vw;
        border-radius: 50%;
        border: 1vw solid #fff;
    }

    .tab-navigater > .tabs >.tab > h4 {
        margin: .7vw 0 0;
        font-size: 4vw;
        line-height: 1;
    }

    .tab-navigater > .tabs > .tab > p {
        font-size: 2.4vw;
        line-height: 1;
    }

    .tab-navigater > .tab-contents {
        margin: 0;
        padding: 0;
    }

    .tab-contents p {
        margin: 0;
    }

    .tab-navigater > .tab-contents > .tab-content {
        font-size: 2.9vw;
        line-height: 1.6;
        text-align: center;
        padding: 0 5vw;
    }

}


/* tab-faq */
.tab-faq {
    margin-top: 80px;
    font-size: 24px;
}

.tab-faq > .tabs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0;
    border-right: 1px solid #00a0a0;
}

.tab-faq > .tabs > .tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border: 1px solid #00a0a0;
    border-right: none;
    font-feature-settings: 'palt';
    letter-spacing: 0.02em;
    color: #00a0a0;
    text-align: center;
}

.tab-faq > .tabs > .tab.is-active {
    background-color: #00a0a0;
    color: #fff;
}

@media (hover: hover) {
    .tab-faq > .tabs > .tab:hover {
        background-color: #00a0a0;
        color: #fff;
    }
}

.tab-faq > .tab-contents  {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
    word-break: break-all;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
}


.tab-faq .note {
    display: flex;
    margin: .4em 0
}

.tab-faq p {
    margin: 1em 0 0;
}

.tab-faq ul,
.tab-faq ol {
    margin: 0;
    padding-left: 1.4em;
}

@media screen and (max-width: 1000px) {
    .tab-faq {
        margin-top: 22px;
        font-size: 14px;
    }

    .tab-faq > .tabs {
        display: flex;
        flex-direction: column;
        gap: 1.2vw;
        border: none;
    }

    .tab-faq > .tabs > .tab {
        height: 6.9vw;
        border-radius: 2px;
        letter-spacing: 0;
        border-right: 1px solid #00a0a0;
    }

    .tab-faq > .tabs > .tab:first-child {
        grid-column: 1 / 3;
    }

    .tab-faq > .tabs > .tab.is-active {
        border-width: 2px;
    }

    .tab-faq > .tab-contents  {
        margin-top: 30px;
    }
}


/*
 * Accordion
 */

.accordion {
    padding: 0;
    border: 1px solid #00a0a0;
}

.accordion > dt,
.accordion > dd {
    margin: 0;
}

.accordion > dt {
    position: relative;
    display: flex;
    padding: 25px;
    background-color: #00a0a0;
    cursor: pointer;
    color: #fff;
}

@media (hover: hover) {
    .accordion > dt:hover {
        opacity: 0.8;
    }
}

.accordion > dt {
    position: relative;
  }
  
  .accordion-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  
  .accordion-icon::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  
  /* 縦線 */
  .accordion-icon::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  
  /* 開いたらマイナス */
  .accordion.active .accordion-icon::before{
    opacity: 0;
  }
  

.accordion > dd {
    display: none;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: height 0.6s ease;
}

.accordion.active > dd {
    border-top-width: 4px;
}

.accordion > dd > div {
    display: flex;
    padding: 30px;
}

.accordion > dt > div,
.accordion > dd > div > div {
    margin-right: 1em;
}

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


    .accordion {
        border-radius: 2px;
    }

    .accordion > dt {
        padding: 4vw 6.9vw 4vw 4vw;
    }

    .accordion-icon {
        width: 5.3vw;
        height: 5.3vw;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .accordion-icon::before {
        height: 2.7vw;
    }

    .accordion-icon::after {
        width: 2.7vw;
    }

    .accordion > dd {
    }

    .accordion > dd > div {
        border-top-width: 2px;
        display: flex;
        padding: 4vw;
    }

}

/*
 * Animation
 */
.fade-up {
    opacity: 0;
}

.fade-up.is-animate {
    animation: fadeUp 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.fade-up:nth-child(1).is-animate {

}
.fade-up:nth-child(2).is-animate {
    animation-delay: 0.2s;
}
.fade-up:nth-child(3).is-animate {
    animation-delay: 0.4s;
}
.fade-up:nth-child(4).is-animate {
    animation-delay: 0.6s;
}
.fade-up:nth-child(5).is-animate {
    animation-delay: 0.8s;
}

@keyframes fadeUp {
    0% {
        transform: translate(0,60px);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}

.slide-in-right {
    opacity: 0;
}

.slide-in-right.is-animate {
    animation: slideInRight 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes slideInRight {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-left {
    opacity: 0;
}

.slide-in-left.is-animate {
    animation: slideInLeft 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes slideInLeft {
    0% {
        opacity: 1;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-word {
    overflow: hidden;
}

.slide-word > * {
    opacity: 0;
}

.slide-word.is-animate > * {
    animation: slideInLeft 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.slide-word.is-animate > *:nth-child(2) {
    animation-delay: 0.2s;
}
.slide-word.is-animate > *:nth-child(3) {
    animation-delay: 0.4s;
}


/* video */
.vjs-vertical {
    padding-top: 177.6% !important;
}
