@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Antic+Didone&display=swap");
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.indent-2 {
    padding-left: 2em;
    text-indent: -2em;
}

.indent-3 {
    padding-left: 3em;
    text-indent: -3em;
}

.indent-4 {
    padding-left: 4em;
    text-indent: -4em;
}

.indent-5 {
    padding-left: 5em;
    text-indent: -5em;
}

.indent-6 {
    padding-left: 6em;
    text-indent: -6em;
}

.indent-7 {
    padding-left: 7em;
    text-indent: -7em;
}

.indent-8 {
    padding-left: 8em;
    text-indent: -8em;
}

.indent-9 {
    padding-left: 9em;
    text-indent: -9em;
}

.indent-10 {
    padding-left: 10em;
    text-indent: -10em;
}

@media screen and (max-width: 1080px) {
    .pc {
        display: none !important;
    }
}
@media screen and (min-width: 1081px) {
    .sp {
        display: none !important;
    }
}
body {
    font-size: clamp(1.4rem, 3.06vw, 1.6rem);
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 2.4em;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
    background: #fff;
}
@media screen and (max-width: 1080px) {
    body {
        line-height: 2.1em;
    }
}

img {
    width: 100%;
    vertical-align: bottom;
}

p + p {
    margin-top: 2em;
}

@media screen and (max-width: 1080px) {
    h2 {
        margin-bottom: clamp(40px, 6.25vw, 80px);
    }
}
h2 strong {
    display: block;
    font-size: 4.4rem;
    margin-bottom: 0.4em;
}
h2 sub {
    display: block;
    font-size: clamp(1.6rem, 3.42vw, 2rem);
}

.fc-white {
    color: #fff;
}

.ta-cen {
    text-align: center;
}

.en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600; /* 100 - 900 */
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.04em;
}

@media screen and (min-width: 1081px) {
    .txt-break {
        word-break: keep-all;
    }
}
@media screen and (max-width: 1080px) {
    .txt-break wbr {
        display: none;
    }
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    height: 100lvh;
    z-index: -1;
}
.bg-01 {
    position: absolute;
    inset: 0;
}
.bg-01_back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-01_back img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.bg-01_wa {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translateY(-50%);
    /* bottom: 39%; */
    width: clamp(760px, 50vw, 50vw);
}
@media screen and (max-width: 1080px) {
    .bg-01_wa {
        top: 34%;
        left: 20%;
        width: 140%;
        max-width: 900px;
    }
}
.bg-01_mt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-01_mt img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
@media screen and (max-width: 1080px) {
    .bg-01_mt img {
        padding-top: calc(var(--vh, 1vh) * 40);
        padding-top: 40lvh;
    }
}
.bg-01_ttl {
    position: absolute;
    top: 63%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    padding-right: clamp(50% - 500px, 10vw, 40px);
}
@media screen and (max-width: 1080px) {
    .bg-01_ttl {
        top: 57%;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        width: 60%;
        max-width: 380px;
        padding-right: 0;
    }
}
.bg-01_ttl h1 {
    position: relative;
}
.bg-01_ttl--black {
    position: absolute;
    inset: 0;
}
.bg-02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    opacity: 0;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.bg-02.active {
    opacity: 1;
}
@media screen and (min-width: 1081px) {
    .bg-02 {
        width: 50%;
    }
}
@media screen and (max-width: 1080px) {
    .bg-02::before {
        content: "";
        position: absolute;
        inset: 0;
        background: #333;
        mix-blend-mode: hard-light;
        z-index: 2;
    }
}
.bg-02 .swiper-wrapper {
    display: flex;
    flex-direction: column;
}
.bg-02 .swiper-wrapper .swiper-slide {
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
@media screen and (max-width: 1080px) {
    .bg-02 .swiper-wrapper .swiper-slide {
        height: 33.3333333333%;
    }
}
.bg-02 .swiper-wrapper .swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.hidden {
    display: none !important;
}

@media screen and (min-width: 1081px) {
    .fv-container {
        padding-bottom: calc(var(--vh, 1vh) * 100);
        padding-bottom: 100lvh;
    }
}
@media screen and (max-width: 1080px) {
    .fv-container {
        padding-top: calc(var(--vh, 1vh) * 100);
        padding-top: 100lvh;
    }
}
.fv-intro {
    width: 100%;
    padding: 0 clamp(25px, 6.25vw, 80px);
}
@media screen and (min-width: 1081px) {
    .fv-intro {
        width: 50%;
    }
}
@media screen and (min-width: 1081px) {
    .fv-intro h2 {
        max-width: 200px;
        margin-bottom: calc(var(--vh, 1vh) * 100);
        margin-bottom: 100lvh;
    }
}
@media screen and (max-width: 1080px) {
    .fv-intro h2 {
        width: 80%;
        max-width: 350px;
        margin-inline: auto;
        padding-bottom: calc(clamp(40px, 6.25vw, 80px) * 3);
    }
}
.fv-intro p {
    line-height: 2.2em;
    text-shadow: 1px 1px 28px #436d8a;
}

@media screen and (min-width: 1081px) {
    .snap-page_cen {
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: calc(var(--vh, 1vh) * 100);
        height: 100lvh;
    }
    .snap-page_left {
        position: sticky;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: calc(var(--vh, 1vh) * 100);
        height: 100lvh;
    }
    .snap-next {
        position: sticky;
        top: 0;
    }
}
.story-logo {
    max-width: 450px;
    margin-inline: auto;
}
.story-txt {
    padding: 0 clamp(25px, 6.25vw, 80px);
}
@media screen and (min-width: 1081px) {
    .story-txt {
        justify-content: center;
        width: 50%;
        height: calc(var(--vh, 1vh) * 200);
        height: 200lvh;
        margin: 0 0 0 auto;
        padding: 0 clamp(0px, (50% - 500px) / 2, (50% - 500px) / 2) 0;
    }
}

.frame {
    position: fixed;
    background: #fff;
    z-index: 2;
}
@media screen and (max-width: 1080px) {
    .frame {
        display: none;
    }
}
.frame-t {
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
}
.frame-l {
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
}
.frame-r {
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
}
.frame-b {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
}

@media screen and (min-width: 1081px) {
    .profile-ttl {
        width: 50%;
        text-shadow: 0 0 5px #333;
    }
}
.profile-txt {
    padding: 0 clamp(25px, 6.25vw, 80px);
}
@media screen and (min-width: 1081px) {
    .profile-txt {
        justify-content: center;
        width: 50%;
        margin: 0 0 0 auto;
        padding: 0 clamp(0px, (50% - 500px) / 2, (50% - 500px) / 2) 0;
    }
}
@media screen and (max-width: 1080px) {
    .profile-txt {
        color: #fff;
    }
}
@media screen and (min-width: 1081px) {
    .profile-txt p:last-child {
        padding-bottom: 100%;
    }
}

.about {
    padding: calc(clamp(40px, 6.25vw, 80px) * 2) 0;
}
.about-container h2 {
    font-weight: 800;
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
.about-container h2 strong {
    font-size: clamp(2.6rem, 5.04vw, 3.6rem);
    line-height: 1.3em;
}
.about-container h2 strong span {
    max-width: 540px;
    width: 75%;
    display: inline-block;
    padding: 0.1em;
}
.about-container h2 strong span img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    vertical-align: unset;
}
.about-container h2 span {
    font-weight: 700;
}
.about-container h2 g {
    color: #cd3a1a;
}
.about-container h2 small {
    font-size: 80%;
    font-weight: 800;
}
.about-inner {
    padding: 0 clamp(25px, 6.25vw, 80px);
    max-width: 900px;
    margin-inline: auto;
}
.about-inner_img {
    margin-bottom: calc(clamp(40px, 6.25vw, 80px) / 4);
}
.about-inner_txt .notes a {
    display: inline-block;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4em;
    word-break: break-all;
    color: #cd3a1a;
    text-decoration: underline;
}
.about-inner_txt .notes a:hover {
    text-decoration: unset;
}

.member-container {
    padding: calc(clamp(40px, 6.25vw, 80px) * 2) 0;
}
.member-container h2 {
    margin-bottom: clamp(40px, 6.25vw, 80px);
}
.member-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 7vw, 32px);
    justify-content: center;
    padding: 0 clamp(25px, 6.25vw, 80px);
    max-width: 900px;
    margin-inline: auto;
    line-height: 1.6em;
}
@media screen and (max-width: 1080px) {
    .member-list {
        grid-template-columns: 1fr;
    }
}
.member-list_box {
    padding: clamp(26px, 8vw, 40px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #333;
    border-radius: clamp(20px, 7vw, 60px);
}
.member-list_box h3 {
    word-break: auto-phrase;
}
.member-list_box h4 {
    font-size: clamp(1.4rem, 3.06vw, 1.6rem);
    word-break: auto-phrase;
    margin: calc(clamp(40px, 6.25vw, 80px) / 5) 0;
}
.member-list_box h4 em {
    font-size: 150%;
    color: #e4593b;
    font-weight: 800;
}
.member-list_box p {
    font-weight: 500;
    font-size: clamp(1rem, 2.7vw, 1.4rem);
    color: #858585;
}

.info-container {
    padding: 0 clamp(25px, 6.25vw, 80px);
    max-width: 900px;
    margin-inline: auto;
}
.info-sns {
    display: flex;
    justify-content: center;
    gap: calc(clamp(25px, 6.25vw, 80px) / 2);
    padding: clamp(40px, 6.25vw, 80px) 0;
}
.info-sns li {
    width: clamp(40px, 12vw, 80px);
}
.info-sns li a {
    display: block;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.info-sns li a:hover {
    transform: scale(0.9);
}
.info-txt {
    line-height: 1.6em;
}

footer {
    padding-bottom: 80px;
}

.foot-continue {
    position: relative;
}
.foot-continue::after {
    content: "";
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translate(-50%, -130px);
    width: 1px;
    height: 100px;
    background: #000;
    animation: pathmove 1.8s ease-in-out infinite;
    opacity: 0;
}
@keyframes pathmove {
    0% {
        height: 0;
        top: 0;
        opacity: 0;
    }
    30% {
        height: 60px;
        opacity: 1;
    }
    100% {
        height: 0;
        top: 100px;
        opacity: 0;
    }
}
.foot-continue_ttl {
    font-size: clamp(2.6rem, 4.68vw, 3.2rem);
    margin: 200px 0 40px;
}
.foot-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    height: 80px;
}
.foot-copyright span {
    font-size: clamp(1rem, 2.7vw, 1.4rem);
}

@media screen and (max-width: 1080px) {
    section {
        padding-left: calc(clamp(25px, 6.25vw, 80px) / 2) !important;
        padding-right: calc(clamp(25px, 6.25vw, 80px) / 2) !important;
    }
    section.fv,
    section.story,
    section.profile {
        padding-bottom: calc(var(--vh, 1vh) * 30);
        padding-bottom: 30lvh;
    }
}

/* スクロールダウンの位置 */
.scroll {
    margin-inline: auto;
    margin-top: 30px;
    position: relative;
    text-align: center;
}
@media screen and (max-width: 1080px) {
    .scroll {
        position: absolute;
        left: 50%;
        bottom: 4%;
        transform: translateX(-50%);
    }
}
.scroll::before {
    animation: 2s scroll infinite;
    background: #fff;
    border-radius: 3px;
    content: "";
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 3px;
}
.scroll::after {
    /* border: 2px solid #fff; */
    background: rgba(255, 255, 255, 0.2901960784);
    border-radius: 20px;
    content: "";
    display: block;
    height: 40px;
    margin-inline: auto;
    margin-top: 10px;
    width: 24px;
}
.scroll span {
    font-size: 1.2rem;
    color: #fff;
}

/* アニメーション */
@keyframes scroll {
    0% {
        opacity: 0;
        top: 40%;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        top: 70%;
    }
} /*# sourceMappingURL=style.css.map */

.fixed-btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 880px;
    padding: 24px;
    z-index: 100;
}

.fixed-btn_wrap {
    width: 100%;
    max-width: 520px;
}

.fixed-btn_wrap a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    border-radius: 999px;
    backdrop-filter: blur(4px);
    transition: 0.4s;
}

.fixed-btn_wrap a::after {
    content: "▶";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 1rem;
}

.fixed-btn_wrap.--kanran a {
    background: #1770cfcf;
}

.fixed-btn_wrap.--kanran a:hover {
    background: #0e5db1;
}

.fixed-btn_wrap.--ouen a {
    background: #d54324e0;
}

.fixed-btn_wrap.--ouen a:hover {
    background: #b93316;
}

.fixed-btn_wrap a span {
    color: #fff;
}

.event-inner {
    padding: 0 clamp(10px, 3.25vw, 80px);
    max-width: 900px;
    margin-inline: auto;
}

.event-sponsor {
    margin-top: 20px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    max-width: 900px;
    margin-inline: auto;
}

.event-sponsor h4 {
    text-align: center;
}

.event-sponsor h4 a {
    display: inline-block;
    color: #000;
    font-size: 110%;
    font-weight: 600;
    border-bottom: 1px solid #000;
    transition: 0.4s;
    margin-bottom: 0.5em;
}

.event-sponsor h4 a:hover {
    opacity: 0.4;
}

.event-sponsor p {
    text-align: center;
    margin: 20px 0;
}

.event-sponsor_logo {
    display: flex;
    align-items: center;
    width: 85%;
    gap: 8%;
    margin: 60px auto;
}

.event-sponsor_logo a {
    display: block;
    transition: 0.4s;
}

.event-sponsor_logo a:hover {
    opacity: 0.4;
}

.event-sponsor_logo a:first-child {
    width: 52%;
}

.event-sponsor_logo a:last-child {
    width: 48%;
}

.event-container h3 {
    font-size: clamp(1.6rem, 3.42vw, 2rem);
    text-align: center;
    margin: 20px auto;
}

.event-container h3 strong span {
    max-width: 400px;
    width: 75%;
    display: inline-block;
    padding: 0.1em;
}

.event-container h3 strong span img {
    vertical-align: middle;
}

.event-inner_img {
    margin: 28px 0;
}

.event-info {
    margin-inline: auto;
    text-align: center;
}

.event-info a {
    color: #cd3a1a;
    transition: 0.4s;
    text-decoration: underline;
}

.event-info a:hover {
    opacity: 0.4;
}

.event-detail {
    margin-top: 20px;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 20px;
}

.event-detail h4 {
    text-align: center;
    line-height: 1.8em;
    margin-top: 20px;
}

.event-detail p {
    text-align: left;
    line-height: 1.8em;
    font-weight: 500;
}

.event-inner > p {
    margin-top: 20px;
    text-align: center;
}

.logo-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 clamp(10px, 3.25vw, 80px);
    max-width: 900px;
    margin-inline: auto;
}

.logo-detail_img {
    width: 55%;
    aspect-ratio: 1 / 0.8;
    overflow: hidden;
}

.logo-detail_img img {
    object-fit: cover;
    height: 100%;
}

.logo-detail_txt {
    width: 40%;
}

.logo-detail_txt h4 {
    font-size: 150%;
    font-weight: 800;
    color: #cd3a1a;
    margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
    .logo-detail {
        flex-direction: column;
    }

    .logo-detail_img {
        width: 100%;
    }

    .logo-detail_txt {
        width: 100%;
    }

    .fixed-btn {
        padding: 12px;
        flex-direction: column;
        gap: 6px;
    }

    .fixed-btn_wrap a {
        height: 40px;
    }
}
