@charset "utf-8";


/* ==================================
header
===================================*/
/* mainImg */
.eachTextAnime-sp span {
    opacity: 0;
}

.eachTextAnime-sp.appeartext span {
    animation: text_anime_on 1s ease-out forwards;
}

.eachTextAnime-wrap {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.eachTextAnime-wrap-pc {
    display: none;
}

.eachTextAnime-wrap-sp {
    display: block;
    width: 100%;
    text-align: center;
}

.eachTextAnime-sp {
    color: #FFF;
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.8;
    letter-spacing: 2.56px;
}


@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mainImg {
    position: relative;
}



/* article header */
.mainTopics {
    padding: 72px 10%
}

.mainTopics__name {
    color: #420003;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 20px;
}

.mainTopics__txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 50px;
}

.sp-only {
    display: inline;
}

/* article header pc */
@media screen and (min-width: 769px) {

    .eachTextAnime-wrap-pc {
        display: block;
    }

    .eachTextAnime-wrap-sp {
        display: none;
    }

    .eachTextAnime {
        color: #FFF;
        font-family: "Zen Kaku Gothic New";
        font-style: normal;
        font-weight: 700;
        font-size: 5.6rem;
        line-height: 1.8;
        letter-spacing: 2.56px;
    }

    .eachTextAnime span {
        opacity: 0;
    }

    .eachTextAnime.appeartext span {
        animation: text_anime_on 1s ease-out forwards;
    }

    .mainTopics {
        padding: 100px
    }

    .mainTopics__name {
        font-size: 4rem;
        font-weight: 500;
        line-height: 2;
    }

    .mainTopics__txt {
        text-align: center;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .mainTopics__Img {
        text-align: center;
    }

    .mainTopics__name {
        text-align: center;
        font-size: 4rem;
        font-weight: 500;
        line-height: 1.8;
    }

    .sp-only {
        display: none;
    }
}

/* pc 769 */

/* about */
.section--about {
    padding: 0 6.6% 72px;
}

.aboutImg,
.aboutImg_1 {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}

.aboutImg_2 {
    margin-top: 30px;
}

.aboutImg_3 {
    margin: 20px 0 0 auto;
    display: block;
}

.about__photo {
    max-width: 500px;
    margin: 0 auto;
}

.about__name {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 50px;
}

.aboutText {
    margin-top: 50px;
}

.about__txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 2em;
}

.about__txt:first-of-type {
    margin-top: 50px
}

@media screen and (min-width: 769px) {
    .section--about {
        padding: 100px 8.3% 100px;
    }

    .about__name {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        line-height: 1.8;
    }

    .about__txt {
        text-align: center;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.8;
    }

    .about__name {
        margin-top: 100px
    }

    .about__photo {
        max-width: 500px;
        order: -1;
        margin-top: 176px;
    }

    .about__wrapper {
        display: flex;
        gap: 130px;
        /* flex-wrap: wrap; */
    }
}

/* pc 769 */

/* menu */
.section--menu {
    padding: 0 6.6% 72px;
}

.menu__item {
    margin-top: 50px;
}

.menu__Img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.menu__name {
    color: #420003;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 50px;
}

.party__wrap .menu__name {
    display: inline-block;
    background-color: #F5F2F0;
    width: 290px;
    margin: 50px auto 0;
}

.party__detail {
    text-align: center;
}

.menu__txt,
.party__txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
}

.menu__txt {
    padding-top: 10px;
}

.btn1 {
    position: relative;
    border: none;
    border-bottom: 1px solid #420003;
    width: fit-content;
    color: #420003;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    margin: 0 auto;
}

.btn1 a::after {
    content: ">";
    margin-left: 20px;
}

.party__txt {
    margin-top: 50px;
}

.party__point {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.8;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--sb, #CC0);
    text-decoration-thickness: 17%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.partyImg {
    margin-top: 50px;
}

.partyImg__sp {
    display: block;
    margin-top: 40px;
}

.partyImg__pc {
    display: none;
}

.party__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-only {
    display: none;
}

/* menu pc */
@media screen and (min-width: 769px) {
    .section--menu {
        padding: 100px 8.3% 100px;
    }

    .menu__item--top3 {
        max-width: 300px;
        text-align: center;
        margin-right: 10px;
    }

    .menu__name {
        font-size: 2.8rem;
        text-align: center;
    }

    .menu__item {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    .menu {
        max-width: 1195px;
        margin: 0 auto;
        padding: 0 33px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .menu__Img {
        max-width: 500px;
    }

    .menu__item--party {
        display: flex;
        margin-top: 100px;
    }

    .partyImg__sp {
        display: none;
    }

    .partyImg__pc {
        display: block;
    }

    .pc-only {
        display: inline;
    }
}

/* news */
.info {
    padding: 0 6.6% 72px;
}

.info__itemGroup {
    margin-top: 50px;
    font-weight: 400;
    line-height: 2;
    font-size: 1.6rem;
    text-align: center;
}

.info_date {
    display: block;
    text-align: left;
}

.info_txt {
    display: block;
    text-align: left;
}

.info__item {
    border-bottom: 0.5px solid var(--primary-beige, #D8C6B3);
    margin-bottom: 20px;
}


/* news pc */
@media screen and (min-width: 769px) {
    .info {
        padding: 100px 8.3% 100px;
    }

    .info__itemGroup {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 12%;
        margin-top: 100px;
        gap: 25px;
    }

    .info__item {
        display: flex;
        align-items: center;
        padding-bottom: 5px;
        margin-top: 18px;
        /* border-bottom: 0.5px solid var(--primary-beige, #D8C6B3); */
    }

    .info__item time {
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.84px;
        min-width: 66px;
    }

    .info__item span {
        display: block;
        font-size: 2rem;
        text-align: justify;
        letter-spacing: 1.6px;
        line-height: 1.6;
        position: relative;
        margin-left: 50px;
    }
}

/* pc 769px */

/* our space */
.section--ourSpace {
    padding: 0 6.6% 72px
}

.subttl {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 50px;
}

.subttl::before {
    content: "\\";
    margin-right: 2em;
}

.subttl::after {
    content: "/";
    margin-left: 2em;
}

.ourSpace__name {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 20px;
}

.ourSpace__topic {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 50px;
}

.section__background {
    background-image: url(../images/space_back_sp.png);
    background-repeat: no-repeat;
    background-position: top;
}


.ourSpace__item {
    text-align: center;
}

.ourSpace__txt {
    background-color: #F5F2F0;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 224px;
}

.keyword {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-color: var(--sb, #CC0);
    text-decoration-thickness: 17%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.ourSpace img {
    margin-top: 50px;
}

.ourSpace__img {
    text-align: center;
}

.ourSpace__txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 16px;
}

.ourSpace__txts {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 10px;
}

/* pc */
@media screen and (min-width: 769px) {
    .section--ourSpace {
        padding: 100px 8.3% 100px;
    }

    .ourSpace {
        max-width: 1195px;
        margin: 100px auto 0;
        padding: 0 33px;
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .section__background {
        background-image: url(../images/space_back_pc.png);
        background-repeat: no-repeat;
    }

    .ourSpace__topic {
        text-align: center;
        font-size: 2rem;
        font-weight: 400;
        line-height: 1.8;

    }

    .subttl {
        margin-top: 100px;
    }

    .ourSpace__name {
        text-align: center;
        font-size: 3.6rem;
        font-weight: 500;
        line-height: 1;
    }

    .keyword {
        font-size: 2.8rem;
        font-weight: 500;
        line-height: 1.8;
        letter-spacing: 2.56px;
        text-decoration-line: underline;
        text-decoration-style: dotted;
        text-decoration-skip-ink: none;
        text-decoration-color: var(--sb, #CC0);
        text-decoration-thickness: 18%;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .ourSpace__item {
        margin-right: 10px;
    }

    .ourSpace__txt {
        font-size: 2rem;
    }
}

/* pc 769*/

/* information */
.section--information {
    padding: 0 6.6% 72px;
}

.information__list {
    margin-top: 50px;
}

.information__topic {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 20px;
}

.information__txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    line-height: 2;
}

.information__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    margin-top: 25px;
}

.information__link img {
    display: block;
    height: 3rem;
}

.information__more {
    display: inline-block;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2%;
}

.access__wrap {
    margin-top: 50px;
}

.access__txt {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
}

@media screen and (min-width: 769px) {
    .section--information {
        padding: 100px 8.3% 100px;
    }

    .information__inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 6.6%;
        margin-top: 100px;
    }

    .access__wrap {
        flex-basis: 51.2%;
        padding-top: 116px;
    }

    .information__link {
        margin-top: 50px;
    }
}