body {
    margin: 0px;
    padding: 0px;
    color: var(--BK);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    /* font-feature-settings : "palt"; */
    text-align: left;
    background-color: #fff;
    font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
        "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul,
ol {
    list-style: none;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all ease .3s;
}

a:hover {
    opacity: 0.7;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: inherit;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}


.l-inner{
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
}
@media screen and (max-width: 767px) {
    .l-inner{
        padding: 0 20px;
        max-width: 390px;
    }
}


:root {
    --BK: #333333;
    --LBK: #555555;
    --BGBK: #282828;
    --RD: #E60000;
    --LRD: #E73A47;
    --TRD: #D81D1D;
    --YE: #F7FF14;
    --GR: #06C755;
    --BL: #08629F;
    --LBL: #3399FF;
    --OR: #FF5F5A;
    --LGY: #F5F5F5;

    --font-base: "Noto Sans JP", sans-serif;
    --font-sub: "M PLUS 1p", sans-serif;
    --font-en: "Montserrat", sans-serif;
}


span.sat{
    color: var(--LBL);
}
span.sun{
    color: var(--LRD);
}



/* ==================================================
*  header
================================================== */
header.header {
    height: 132px;
}
@media screen and (max-width: 767px) {
    header.header {
        height: 70px;
    }
}

.header__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
}

.header__logo{
    max-width: 553px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .header__logo{
        max-width: 300px;
        margin-top: 5px;
    }
}


/* ==================================================
*  fv
================================================== */
.fv__inner{
    padding-left: 0;
    padding-right: 0;
}

.fv__img{
    max-width: 750px;
    width: 100%;
}


/* ==================================================
*  next-event
================================================== */
.next-event{
    margin-top: 66px;
    background-color: var(--BL);
    padding: 78px 0 57px;
}
@media screen and (max-width: 767px) {
    .next-event{
        margin-top: 33px;
        padding: 35px 0 30px;
    }
}

.next-event__container{
    background-color: #fff;
    border-radius: 20px;
    padding: 55px 0 37px;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 767px) {
    .next-event__container{
        padding: 30px 0 18px;
    }
}

.next-event__head{
    background-color: var(--BGBK);
    color: #fff;
    padding: 15px 40px;
    font-family: var(--font-sub);
    display: inline-block;
    font-size: 33px;
    line-height: calc(35/33);
    font-weight: 700;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -34px;
    width: max-content;
}
@media screen and (max-width: 767px) {
    .next-event__head{
        font-size: 18px;
        padding: 8px 20px;
        top: -18px;
    }
}

.next-event__date{
    font-size: 35px;
    line-height: 1;
    font-weight: 900;
}
@media screen and (max-width: 767px) {
    .next-event__date{
        font-size: 18px;
    }
}

.next-event__name{
    font-size: 55px;
    line-height: 1;
    font-weight: 900;
    margin-top: 20px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .next-event__name{
        font-size: 28px;
    }
}

.next-event__btn{
    margin-top: 34px;
    max-width: 560px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .next-event__btn{
        margin-top: 18px;
        max-width: 300px;
    }
}

.next-event__btn a{
    display: inline-block;
    width: 100%;
    background-color: var(--OR);
    color: #fff;
    border-radius: 20px;
    padding: 25px 66px 25px 0;
    text-align: center;
    font-size: 39px;
    line-height: 1;
    font-weight: 700;
    position: relative;
}
@media screen and (max-width: 767px) {
    .next-event__btn a{
        padding: 12px 33px 12px 0;
        font-size: 20px;
        border-radius: 10px;
    }
}

.next-event__btn a::before{
    content: "";
    background-image: url(../img/icon-arrow_wh.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 66px;
}
@media screen and (max-width: 767px) {
    .next-event__btn a::before{
        width: 10px;
        height: 15px;
        right: 33px;
    }
}


/* ==================================================
*  scroll-img
================================================== */
@keyframes img-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
.scroll-img__wrap {
    display: flex;
    overflow: hidden;
}
.scroll-img__list {
    display: flex;
    list-style: none;
    padding: 0;
}
.scroll-img__list--left {
    animation: img-scroll-left 150s infinite linear 0.5s both;
}
.scroll-img__item {
    width: calc(100vw / 3.7);
}
@media screen and (max-width: 767px) {
    .scroll-img__item {
        width: calc(100vw / 2.5);
    }
}
.scroll-img__item>img {
    width: 100%;
}


/* ==================================================
*  online-shop
================================================== */
.online-shop{
    margin-top: 67px;
}
@media screen and (max-width: 767px) {
    .online-shop{
        margin-top: 34px;
    }
}

.online-shop__top{
    background-color: var(--BL);
    border-radius: 40px 40px 0 0;
    padding: 19px 0 32px;
}
@media screen and (max-width: 767px) {
    .online-shop__top{
        border-radius: 20px 20px 0 0;
        padding: 14px 0 16px;
    }
}

.online-shop__head {
    text-align: center;
}

.online-shop__head span{
    background-color: var(--YE);
    color: var(--BL);
    font-weight: 900;
    display: inline-block;
}

.online-shop__head span.top{
    font-size: 36px;
    line-height: calc(57/36);
    padding: 0 57px;
}
@media screen and (max-width: 767px) {
    .online-shop__head span.top{
        font-size: 18px;
        padding: 0 28px;
    }
}
.online-shop__head span.bottom{
    font-size: 44px;
    line-height: calc(57/44);
    padding: 0 57px;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .online-shop__head span.bottom{
        font-size: 22px;
        padding: 0 28px;
        margin-top: 4px;
    }
}

.online-shop__text{
    margin-top: 21px;
    margin-left: 60px;
    max-width: 598px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .online-shop__text{
        margin-top: 10px;
        margin-left: 30px;
        max-width: 300px;
    }
}

.online-shop__bottom {
    background-color: #fff;
    padding: 23px 33px 28px;
    border-radius: 0 0 40px 40px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    font-size: 28px;
    line-height: calc(59/28);
    color: #333;
    display: flex;
    align-items: center;
    gap: 21px;
}
@media screen and (max-width: 767px) {
    .online-shop__bottom {
        padding: 12px 18px 14px;
        border-radius: 0 0 20px 20px;
        font-size: 14px;
        gap: 10px;
    }
}

.online-shop__bottom img{
    max-width: 15px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .online-shop__bottom img{
        max-width: 8px;
    }
}


/* ==================================================
*  link-area
================================================== */
.link-area{
    margin-top: 52px;
    padding-bottom: 52px;
}
@media screen and (max-width: 767px) {
    .link-area{
        margin-top: 26px;
        padding-bottom: 26px;
    }
}

.link-btn a{
    background-color: #fff;
    color: var(--LBK);
    display: flex;
    align-items: center;
}

.link-btn.line a{
    border: 16px solid var(--GR);
    padding: 37px 19px 33px 51px;
    gap: 41px;
}
@media screen and (max-width: 767px) {
    .link-btn.line a{
        border: 8px solid var(--GR);
        padding: 18px 10px 16px 25px;
        gap: 20px;
    }
}

.link-btn.line .link-btn__icon{
    max-width: 110px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .link-btn.line .link-btn__icon{
        max-width: 55px;
    }
}

.link-btn + .link-btn{
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .link-btn + .link-btn{
        margin-top: 25px;
    }
}

.link-btn.mail a{
    border: 16px solid var(--OR);
    padding: 59px 16px 49px 72px;
    gap: 43px;
}
@media screen and (max-width: 767px) {
    .link-btn.mail a{
        border: 8px solid var(--OR);
        padding: 29px 8px 24px 36px;
        gap: 22px;
    }
}

.link-btn.mail .link-btn__icon{
    max-width: 90px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .link-btn.mail .link-btn__icon{
        max-width: 45px;
    }
}

.link-btn__text{
    font-family: var(--font-sub);
    color: var(--LBK);
    font-size: 25px;
    line-height: calc(38/25);
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .link-btn__text{
        font-size: 12px;
    }
}

.link-btn__text span.head{
    font-size: 36px;
    line-height: calc(38/36);
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .link-btn__text span.head{
        font-size: 18px;
    }
}


/* ==================================================
*  footer
================================================== */
.footer{
    padding: 132px 0 38px;
}
@media screen and (max-width: 767px) {
    .footer{
        padding: 66px 0 20px;
    }
}

.footer__inner{
    max-width: 702px;
}

.footer__sns{
    max-width: 615px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
@media screen and (max-width: 767px) {
    .footer__sns{
        max-width: 308px;
        gap: 30px;
    }
}

.footer__text{
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .footer__text{
        margin-top: 30px;
    }
}

.footer__text p{
    font-size: 24px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .footer__text p{
        font-size: 12px;
        line-height: 1.8;
    }
}

.footer__text p span{
    font-family: var(--font-en);
}

hr.footer__line{
    height: 0;
    padding: 0;
    border: 0;
    max-width: 534px;
    width: 100%;
    margin: 48px auto;
    border-top: 1px solid #c7c7c7;
}
@media screen and (max-width: 767px) {
    hr.footer__line{
        margin: 24px auto;
    }
}

.footer__copyright{
    text-align: center;
}

.footer__copyright p small{
    font-size: 24px;
    line-height: calc(50/24);
    font-family: var(--font-en);
}
@media screen and (max-width: 767px) {
    .footer__copyright p small{
        font-size: 12px;
    }
}

.pagetop{
    position: fixed;
    bottom: 50px;
    right: 28px;
}
@media screen and (max-width: 767px) {
    .pagetop{
        bottom: 30px;
        right: 18px;
    }
}

.pagetop a{
    display: inline-block;
}

.pagetop a img{
    max-width: 80px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .pagetop a img{
        max-width: 40px;
    }
}




/* ==================================================
*  event
================================================== */
.event__header{
    background-color: var(--BGBK);
    color: #fff;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .event__header{
        padding: 10px 20px;
    }
}

.event__header span{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-family: var(--font-sub);
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .event__header span{
        font-size: 20px;
        max-width: 390px;
    }
}

/* ==================================================
*  nav
================================================== */
.event-nav{
    margin-top: 44px;
}
@media screen and (max-width: 767px) {
    .event-nav{
        margin-top: 22px;
    }
}

.event-nav__inner{
    max-width: 720px;
}
@media screen and (max-width: 767px) {
    .event-nav__inner{
        max-width: 390px;
    }
}

.balloon-title{
    background-color: var(--RD);
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-family: var(--font-sub);
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    padding: 11.5px 0;
    position: relative;
}
@media screen and (max-width: 767px) {
    .balloon-title{
        font-size: 18px;
        padding: 6px 0;
        border-radius: 20px;
    }
}

.balloon-title::before{
    content: "";
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 17px;
    border-style: solid;
    border-color: var(--RD) transparent transparent transparent;
}
@media screen and (max-width: 767px) {
    .balloon-title::before{
        border-width: 8.5px;
    }
}

.event-nav__list{
    margin-top: 61px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 20px;
}
@media screen and (max-width: 767px) {
    .event-nav__list{
        margin-top: 30px;
        gap: 12px 10px;
    }
}

.event-nav__item{
    width: 31.34%;
}

.event-nav__item a{
    color: var(--BK);
    padding-bottom: 25px;
    border-bottom: 2px solid #cccccc;
    padding-left: 50px;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    line-height: calc(39/26);
    font-weight: 700;
    position: relative;
}
@media screen and (max-width: 767px) {
    .event-nav__item a{
        padding-bottom: 12px;
        padding-left: 25px;
        font-size: 13px;
    }
}

.event-nav__item a::before{
    content: "";
    background-image: url(../img/icon-arrow_bl.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 32px;
    margin: 0 7.5px;
    position: absolute;
    left: 0;
    top: 4.5px;
}
@media screen and (max-width: 767px) {
    .event-nav__item a::before{
        width: 15px;
        height: 16px;
        margin: 0 3.75px;
        top: 2.25px;
    }
}


/* ==================================================
*  feature
================================================== */
.event-feature{
    margin-top: 62px;
}
@media screen and (max-width: 767px) {
    .event-feature{
        margin-top: 31px;
    }
}

.event-feature__inner{
    max-width: 800px;

}
@media screen and (max-width: 767px) {
    .event-feature__inner{
        max-width: initial;
        padding: 0;
    }
}


.event-feature__title{
    background-color: var(--BL);
    color: #fff;
    padding: 21px 0;
}
@media screen and (max-width: 767px) {
    .event-feature__title{
        padding: 10px 20px;
    }
}

.event-feature__title span{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .event-feature__title span{
        max-width: 390px;
        font-size: 19px;
    }
}

.event-card.event-card--feature{
    padding-top: 74px;
    padding-bottom: 66px;
    border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
    .event-card.event-card--feature{
        padding-top: 37px;
        padding-bottom: 33px;
    }
}

.event-card__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 730px;
}
@media screen and (max-width: 767px) {
    .event-card__inner{
        max-width: 390px;
    }
}

.event-card__meta{
    display: flex;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .event-card__meta{
        gap: 5px;
    }
}

.event-card__pref{
    border: 1px solid var(--BK);
    font-size: 25px;
    line-height: 1;
    padding: 7px 22px;
}
@media screen and (max-width: 767px) {
    .event-card__pref{
        font-size: 12px;
        padding: 3.5px 11px;
    }
}

.event-card__tag{
    border: 1px solid var(--TRD);
    background-color: var(--TRD);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    padding: 7px 19.5px;
}
@media screen and (max-width: 767px) {
    .event-card__tag{
        font-size: 12px;
        padding: 3.5px 10px;
    }
}

.event-card__title{
    margin-top: 19px;
    font-size: 30px;
    line-height: calc(31/30);
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .event-card__title{
        margin-top: 10px;
        font-size: 16px;
    }
}

.event-card__date{
    margin-top: 14.5px;
    font-size: 30px;
    line-height: calc(31/30);
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .event-card__date{
        margin-top: 8px;
        font-size: 16px;
    }
}

.event-card__media{
    max-width: 260px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .event-card__media{
        max-width: 130px;
    }
}

.event-card__img{
    aspect-ratio: 260/170;
    object-fit: cover;
    width: 100%;
}


/* ==================================================
*  lead
================================================== */
.event-lead{
    margin-top: 73px;
    margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
    .event-lead{
        margin-top: 36px;
        margin-bottom: 26px;
    }
}

.events-lead__inner{
    max-width: 720px;
}
@media screen and (max-width: 767px) {
    .events-lead__inner{
        max-width: 390px;
    }
}


/* ==================================================
*  region
================================================== */
.event-region__inner{
    max-width: 800px;
}
@media screen and (max-width: 767px) {
    .event-region__inner{
        max-width: initial;
        padding: 0;
    }
}

.event-region__title{
    background-color: var(--BL);
    color: #fff;
    padding: 21px 0;
}
@media screen and (max-width: 767px) {
    .event-region__title{
        padding: 10px 20px;
    }
}

.event-region__title span{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .event-region__title span{
        max-width: 390px;
        font-size: 19px;
    }
}

.event-list__item:nth-child(odd){
    background-color: #fff;
}
.event-list__item:nth-child(even){
    background-color: #f5f5f5;
}

.event-card{
    padding: 31.75px 0;
}
@media screen and (max-width: 767px) {
    .event-card{
        padding: 16px 0;
    }
}

.event-card__inner{
    max-width: 730px;
}
@media screen and (max-width: 767px) {
    .event-card__inner{
        max-width: 390px;
    }
}