.a-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
    font-size: 10px;
}

.a-grid a {
    /* padding: 10px; */
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer;
    /* font-size: 14px; */
    white-space: nowrap;
    text-align: center;
}

.a-grid a:hover {
    background-color: #eee;
}

.top-news {
    background-color: var(--accent01);
    padding: 4.7222222222vw
}

@media screen and (min-width: 720px) {
    .top-news {
        padding: 12px
    }
}

.top-news__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto
}

.top-news__item a {
    color: var(--white);
    font-size: 3.3333333333vw;
    line-height: 1.75;
    letter-spacing: 0
}

@media screen and (min-width: 720px) {
    .top-news__item a {
        font-size: 16px;
        line-height: 1.5
    }
}

.mv {
    position: relative;
    overflow-x: hidden;
    padding-top: min(10.4166666667vw, 75px);
    padding-bottom: min(15.2777777778vw, 110px)
}

@media screen and (min-width: 720px) {
    .mv {
        padding-bottom: 63px
    }
}

.mv::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 140vw;
    height: 100%;
    border-radius: 0 0 50% 50%/0 0 100px 100px;
    background-color: var(--bgBlack)
}

@media screen and (min-width: 720px) {
    .mv::after {
        width: 120vw;
        border-radius: 0 0 50% 50%/0 0 120px 120px
    }
}

.slide-container {
    position: relative
}

@media screen and (min-width: 720px) {
    .slide-container {
        height: 324px
    }
}

.swiper {
    height: 100%
}

.swiper-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.slide-img {
    width: min(80vw, 576px);
    height: auto;
    aspect-ratio: 576/324;
    margin: 0 min(2.6388888889vw, 19px)
}

.slide-img img {
    border-radius: min(1.3888888889vw, 10px)
}

.swiper-pagination {
    position: static;
    margin-top: 5.5555555556vw
}

@media screen and (min-width: 720px) {
    .swiper-pagination {
        margin-top: 18px
    }
}

.swiper-pagination-bullet {
    width: min(2.7777777778vw, 14px);
    height: min(2.7777777778vw, 14px);
    margin: 0 min(1.3888888889vw, 10px) !important;
    background-color: #8e8e8e !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background-color: var(--accent02) !important
}

.mv__text {
    font-size: 3.3333333333vw;
    letter-spacing: -0.06em;
    color: var(--white);
    text-align: center;
    line-height: 1.6;
    max-width: 77.777777778vw;
    margin-top: 7.6388888889vw;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 720px) {
    .mv__text {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 480px;
        margin-top: 94px;
    }
}

.section__title {
    font-size: 8.8888888889vw;
    font-weight: 900;
    /* letter-spacing: .1em; */
    text-align: center
}

@media screen and (min-width: 720px) {
    .section__title {
        font-size: 44px
    }
}

.area {
    margin-top: 40px;
    overflow-x: hidden;
    padding-bottom: 6.9444444444vw
}

@media screen and (min-width: 720px) {
    .area {
        margin-top: 44px;
        padding-bottom: 20px
    }
}

.area__list {
    margin-top: 28px;
}

@media screen and (min-width: 720px) {
    .area__list {
        margin-top: 32px
    }
}

.area__item {
    background-color: var(--white);
    padding: 4.7222222222vw;
    padding-bottom: 6.9444444444vw;
    border-radius: 8.3333333333vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0px 15px rgba(0, 0, 0, .2)
}

@media screen and (min-width: 720px) {
    .area__item {
        width: initial;
        margin: 0;
        padding: 60px;
        padding-top: 30px;
        border-radius: 30px
    }
}

.area__item+.area__item {
    margin-top: 24px
}

@media screen and (min-width: 720px) {
    .area__item+.area__item {
        margin-top: 28px
    }
}

.area-item__title {
    border-radius: 100px;
    text-align: center;
    font-size: 7.5vw;
    background-color: var(--base-white)
}

@media screen and (min-width: 720px) {
    .area-item__title {
        font-size: 37px
    }
}

.area-item__contents {
    margin-top: 13.3333333333vw
}

@media screen and (min-width: 720px) {
    .area-item__contents {
        margin-top: 40px
    }
}

.area-item__contents+.area-item__contents {
    margin-top: 19.8611111111vw
}

@media screen and (min-width: 720px) {
    .area-item__contents+.area-item__contents {
        margin-top: 61px
    }
}

.area-item-contents__title::first-letter {
    color: var(--accent02)
}

.area-item-contents__title {
    font-size: 5.5555555556vw;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .area-item-contents__title {
        font-size: 32px
    }
}

.area-item-contents__sub_title {
    font-size: 3.8888888889vw;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 720px) {
    .area-item-contents__sub_title {
        font-size: 24px;
    }
}

.area-item-contents__list {
    margin-top: 8.8888888889vw
}

@media screen and (min-width: 720px) {
    .area-item-contents__list {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
        margin-top: 23px
    }
}

.area-item-contents__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.1666666667vw;
    color: inherit
}

@media screen and (min-width: 720px) {
    .area-item-contents__item a {
        display: block;
        gap: initial
    }
}

@media screen and (min-width: 720px) {
    .area-item-contents__item a:hover {
        color: var(--accent02)
    }
}

.area-item-contents__item+.area-item-contents__item {
    margin-top: 5.5555555556vw
}

@media screen and (min-width: 720px) {
    .area-item-contents__item+.area-item-contents__item {
        margin-top: 0
    }
}

.area-item-contents-item__img {
    width: 31.9444444444vw;
    height: auto;
    aspect-ratio: 330/190;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (min-width: 720px) {
    .area-item-contents-item__img {
        width: 100%;
        aspect-ratio: 330/190
    }
}

.area-item-contents-item__img img {
    border-radius: 2.2222222222vw
}

@media screen and (min-width: 720px) {
    .area-item-contents-item__img img {
        border-radius: 8px
    }
}

.area-item-contents-item__text {
    font-size: 3.6111111111vw;
    font-weight: 400;
    line-height: 1.6153846154;
    letter-spacing: .1em
}

@media screen and (min-width: 720px) {
    .area-item-contents-item__text {
        margin-top: 16px;
        font-size: 18px
    }
}

.area-item__btn {
    margin-top: 7.5vw
}

@media screen and (min-width: 720px) {
    .area-item__btn {
        margin-top: 24px;
    }
}

.article__more-btn {
    margin-top: 28px;
}

@media screen and (min-width: 720px) {
    .article__more-btn {
        margin-top: 32px
    }
}

.event {
    margin-top: 16px;
}

@media screen and (min-width: 720px) {
    .event {
        margin-top: 20px;
    }
}

.event__title {
    margin-top: 15.2777777778vw
}

@media screen and (min-width: 720px) {
    .event__title {
        margin-top: 60px
    }
}

.event__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.5555555556vw;
    -moz-column-gap: 5.5555555556vw;
    column-gap: 5.5555555556vw;
    row-gap: 24px;
    margin-top: 28px;
}

@media screen and (min-width: 720px) {
    .event__list {
        grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
        -webkit-column-gap: 45px;
        -moz-column-gap: 45px;
        column-gap: 45px;
        row-gap: 28px;
        margin-top: 32px;
    }
}

.event__item a {
    color: inherit
}

.event-item__head span {
    display: block
}

.event-item__area {
    color: #fff;
    background-color: var(--accent01);
    position: relative;
    font-size: min(3.3333333333vw, 18px);
    font-weight: 600;
    line-height: 1.75;
    padding-left: min(5.8333333333vw, 36px);
    letter-spacing: .04em
}

.event-item__area::before {
    content: "";
    position: absolute;
    top: 50%;
    left: min(1.25vw, 9px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: min(3.0555555556vw, 18px);
    height: auto;
    aspect-ratio: 22/25;
    background-image: url(../../images/icon--pin--black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.event-item__head span.event-item__date {
    font-size: 4.4444444444vw;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .04em;
    margin-top: 2.5vw
}

@media screen and (min-width: 720px) {
    .event-item__head span.event-item__date {
        display: inline-block;
        font-size: 18px;
        margin-top: 8px
    }
}

.event-item__head span.event-item__time {
    font-size: 3.3333333333vw;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: .04em
}

@media screen and (min-width: 720px) {
    .event-item__head span.event-item__time {
        display: inline-block;
        font-size: 18px
    }
}

.event-item__img {
    margin-top: 1.8055555556vw;
    width: 100%;
    height: auto;
    aspect-ratio: 370/190
}

@media screen and (min-width: 720px) {
    .event-item__img {
        margin-top: 16px;
        aspect-ratio: 370/190
    }
}

.event-item__img img {
    border-radius: 2.2222222222vw;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media screen and (min-width: 720px) {
    .event-item__img img {
        border-radius: 16px;
        -webkit-transition: -webkit-box-shadow .3s ease 0s;
        transition: -webkit-box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
    }
}

.event-item__text {
    margin-top: 3.8888888889vw;
    font-size: 3.3333333333vw;
    font-weight: 900;
    line-height: 1.5;
    /*letter-spacing: .1em*/
}

@media screen and (min-width: 720px) {
    .event-item__text {
        margin-top: 12px;
        font-size: 22px;
        line-height: 1.5
    }
}

@media screen and (min-width: 720px) {

    .event__item a:hover .event-item__head,
    .event__item a:hover .event-item__text {
        color: var(--accent02)
    }

    .event__item a:hover .event-item__img img {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }
}

.event__more-btn {
    margin-top: 28px;
}

@media screen and (min-width: 720px) {
    .event__more-btn {
        margin-top: 32px
    }
}

.recommended {
    margin-top: 26.9444444444vw
}

@media screen and (min-width: 720px) {
    .recommended {
        margin-top: 80px
    }
}

.recommended__list {
    margin-top: 11.1111111111vw
}

@media screen and (min-width: 720px) {
    .recommended__list {
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: min(3.5714285714vw, 60px);
        -moz-column-gap: min(3.5714285714vw, 60px);
        column-gap: min(3.5714285714vw, 60px);
        row-gap: min(2.380952381vw, 40px)
    }
}

.recommended__item+.recommended__item {
    margin-top: 4.1666666667vw
}

@media screen and (min-width: 720px) {
    .recommended__item+.recommended__item {
        margin-top: 0
    }
}

.recommended__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5.5555555556vw;
    color: inherit;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    padding: 4.1666666667vw;
    border-radius: 5.5555555556vw;
    background-color: var(--white)
}

@media screen and (min-width: 720px) {
    .recommended__item a {
        gap: min(1.1904761905vw, 20px);
        padding: 20px;
        border-radius: 30px;
        -webkit-transition: -webkit-box-shadow .3s ease 0s;
        transition: -webkit-box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
    }
}

.recommended__img {
    width: 25vw;
    height: auto;
    aspect-ratio: 1/1
}

@media screen and (min-width: 720px) {
    .recommended__img {
        width: clamp(132px, 12vw, 144px)
    }
}

.recommended__img img {
    border-radius: 2.2222222222vw
}

@media screen and (min-width: 720px) {
    .recommended__img img {
        border-radius: 12px
    }
}

.recommended__texts {
    width: calc(100% - 30.5555555556vw)
}

@media screen and (min-width: 720px) {
    .recommended__texts {
        width: calc(100% - clamp(152px, 9.7619047619vw, 164px))
    }
}

.recommended__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 3.6111111111vw
}

@media screen and (min-width: 720px) {
    .recommended__text {
        font-size: 18px
    }
}

.recommended__tag {
    font-size: 3.3333333333vw;
    color: var(--accent02)
}

@media screen and (min-width: 720px) {
    .recommended__tag {
        font-size: 16px
    }
}

.recommended__tag::before {
    content: "#"
}

@media screen and (min-width: 720px) {
    .recommended__item a:hover {
        color: var(--accent02);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0)
    }
}


/* ---------- 日付検索 ---------- */
.search-date {
    position: relative;
}

.search-date__options {
    display: flex;
    flex-flow: row nowrap;
    background-color: white;
}

.search-date__options li {
    display: flex;
    flex-flow: row nowrap;
    flex: 1;
}

.search-date__options li a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    font-size: 3.5vw;
}

@media screen and (min-width: 720px) {
    .search-date__options li a {
        font-size: 14px;
    }
}

.search-date__options--divider {
    width: 1px;
    background: rgb(200, 200, 200);
}


/* ---------- カレンダー ---------- */
#calendar-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    padding: 16px;
    transform: translateX(100vw);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#calendar-sp.active {
    transform: translateX(0);
}

#calendar-pc {
    position: absolute;
    right: 0;
    margin-top: 5px;
    width: 700px;
    height: auto;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#calendar-pc.active {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
}

.calendar__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin-bottom: 8px;
}

.calendar__close-button {
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}

.calendar__content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
    overflow-y: auto;
}

@media screen and (min-width: 720px) {
    .calendar__content {
        flex-direction: row;
        justify-content: center;
    }
}

.calendar__month {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.calendar__month-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin: 5px 0;
}

.calendar__month-header--title {
    flex: 1;
    text-align: center;
    font-size: 3.6111111111vw;
}

@media screen and (min-width: 720px) {
    .calendar__month-header--title {
        font-size: 18px;
    }
}

.calendar__month-header--nav {
    border: 1px solid gray;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 14px;
    background-color: white;
    cursor: pointer;
}

.calendar__table {
    width: 100%;
    font-size: 3.6111111111vw;
    border-collapse: collapse;
}

@media screen and (min-width: 720px) {
    .calendar__table {
        width: 300px;
        font-size: 18px;
    }
}

.calendar__table th,
.calendar__table td {
    width: 14.28%;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #ddd;
}

.calendar__table td {
    cursor: pointer;
}

.sunday { color: red; }
.saturday { color: blue; }
.past {
  color: #bbb;
  pointer-events: none;
}