@charset "utf-8";

/* CSS Document */
html,
body {
    height: 100%;
    font-size: 62.5%;
    width: 100%;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

body {
    background-color: #213064;
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

main {
    display: block;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

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

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    opacity: .7;
}

.sp-only {
    display: none;
}

.en {
    font-family: "Taviraj", serif;
    font-style: normal;
}

/* header-------------------------------------------*/
.side-bar {
    width: 276px;
    z-index: 1;
    position: fixed;
    top: 54px;
    left: calc((100vw - 1180px) / 2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.side-bar.is-visible {
    opacity: 1;
    visibility: visible;
}

.side-logo {
    max-width: 221px;
}

.side-list {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    margin-top: 2.7rem;
}

.side-item a {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.header-sp {
    display: none;
}

/* fv -------------------------------------------*/
.fv {
    position: relative;
    height: 95vh;
    width: 100%;
    background-image: url(/image/fv.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fv-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    text-align: center;
}

.fv-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 6rem 20px 3.5rem;
}

.fv-ttl {
    font-size: 5.3rem;
    font-weight: 400;
    line-height: 1.5;
}

.fv-txt {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.fv-logo {
    max-width: 765px;
}

/*map ---------------------------------*/
.map-section {
    margin-top: 5.4rem;
}

.page-width {
    max-width: 1220px;
    padding: 0 20px 0 276px;
    margin: 0 auto;
}

.section-ttl {
    text-align: center;
}

.section-ttl h2 {
    color: #E8A95E;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
}

.section-ttl p {
    font-size: 1.8rem;
    font-weight: 500;
}

.map-content {
    margin-top: 6.6rem;
    width: calc(100% + 50vw - 580px);
    margin-right: calc(50% - 50vw);
}

.js-modal {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.js-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.modal-bg {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal-container {
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 10px;
    left: 50%;
    padding: 24px 20px 50px;
    position: absolute;
    top: 50%;
    width: 440px;
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.js-modal.is-open .modal-container {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.modal-close {
    width: 41px;
    height: 41px;
    background-color: #000;
    border: 1px solid #fff;
    border-radius: 999px;
    position: absolute;
    top: -20px;
    right: -20px;
}

.modal-close::before,
.modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 22px;
    background: #fff;
}

.modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-flex {
    display: flex;
    gap: 18px;
}

.modal-left {
    width: 170px;
}

.modal-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.modal-right {
    width: calc(100% - 188px);
}

.modal-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
}

.modal-desc {
    margin-top: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.75;
}

/* stamp     -------------------------*/
.stamp-section {
    padding: 12.5rem 0;
    position: relative;
    background-color: #121F4D;
}

.stamp-flex {
    display: flex;
    gap: 94px;
}

.stamp-info {
    max-width: 531px;
}

.stamp-head {
    color: #E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
}

.stamp-info-ttl {
    max-width: 521px;
    margin: 2rem 0 3rem;
}

.prize-ttl {
    margin: 3rem 0 1rem;
}
.prize-ttl .small{
    font-size:1.2rem;
font-weight: 400;
}

.prize-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #41559A;
}

.prize-item {
    display: flex;
    align-items: center;
    padding: 1.2rem 0;
    border-bottom: 1px solid #41559A;
}

.prize-img {
    max-width: 81px;
    margin-right: 2.7rem;
}

.prize-number {
    margin-left: auto;
}

.stamp-attention {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 2rem;
}

.stamp-img {
    width: 266px;
    text-align: center;
    margin: 0 auto;
}

.stamp-img-ttl {
    color: #E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2.4rem;
}

.stamp-slider {
    margin: 0 !important;
}

.stamp-slider-img {
    max-width: 224px;
    text-align: center;
    margin: 0 auto;
}

.stamp-txt {
    color: #E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 2.4rem;
}

.dots-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.dots-wrap li {
    width: 34px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 34px;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    background-color: #E8A95E;
}

.orange {
    color: #E8A95E;
}
.stamp-box{
    color: #E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 5rem auto 0;
    text-align: center;
    line-height: 1.5;
    padding:1rem 2rem;
    border:solid 1px #E8A95E;
    display: inline-block;
    position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.stamp-btn-ttl {
    color: #E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 3.5rem;
    text-align: center;
    line-height: 1.5;
}

.stamp-btn {
    max-width: 477px;
    margin: 1rem auto 2rem;
}
.stamp-btn a{
  cursor: not-allowed;  
}
.stamp-btn-txt {
    margin-top:2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
}

/* marche     -------------------------*/
.marche-heading,
.concert-heading,
.handmade-heading,
.access-section {
    background: linear-gradient(to bottom, #152553, #213064);
}

.heading-flex {
    display: flex;
    gap: 2.8%;
}

.heading-info {
    width: 37.5%;
    padding-top: 5rem;
}

.heading-ttl-en {
    font-size: 2rem;
    font-weight: 700;
    color: #E8A95E;
    line-height: 1.5;
}

.heading-ttl {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 2rem;
}
.heading-attention{
    font-size: 1.2rem;
    font-weight: 400;
    margin-top:2rem;
}
.heading-img {
    width: calc(59.7% + 50vw - 580px);
    margin-right: calc(50% - 50vw);
}

.marche-block {
    margin-top: 12rem;
}

.marche-flex {
    display: flex;
    gap: 2.8%;
}

.marche-info {
    width: 37.5%;
}
.marche-flex .sponsor-logo{
    margin-top:5rem;
}
.marche-img {
    width: 59.7%;
}

/* food     -------------------------*/
.grid-section {
    margin: 10rem 0 20rem;
    position: relative;
}

.grid-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 5rem;
}

.grid-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: calc((100% - (5rem*2))/3);
}

.grid-img {
    position: relative;
}

.grid-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.grid-img .label {
    position: absolute;
    background-color: #BA9349;
    width: 4.2rem;
    height: 4.2rem;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 2rem;
    font-family: "Taviraj", serif;
    font-weight: 300;
    font-style: normal;
    line-height: 4.2rem;
    letter-spacing: 0.15em;
}

.grid-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.grid-info .name {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}

.grid-info .txt {
    font-size: 1.2rem;
    font-weight: 400;
}

.grid-info .menu {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #BA9349;
}

/* venue     -------------------------*/
.venue-section {
    margin: 12rem 0;
}

/* concert    -------------------------*/
.concert-schedule {
    margin-top: 12rem;
    border-top: 1px solid #41559A;
}

.schedule-item {
    border-bottom: 1px solid #41559A;
    display: flex;
    align-items: flex-start;
    padding: 2rem 0;
}

.schedule-head {
    display: flex;
    flex-direction: column;
    width: 180px;
    cursor: pointer;
    text-align: left;
    gap: 1rem;
}

.schedule-head .date {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.1em;
}

.schedule-head .toggle {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #E8A95E;
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: inline-block;
    padding-right:20px;
    width:fit-content;
}

.schedule-head .toggle:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 1px #E8A95E;
    border-right: solid 1px #E8A95E;
    position: absolute;
    top: 0;
    right: 0;
    transform:rotate(45deg);
    margin: auto;
}
.schedule-head.active .toggle:after{
    top:5px;
    transform: rotate(-135deg);
}

.schedule-body {
    width:calc(100% - 180px);
    display: none;
}

.program {
    margin-bottom: 2rem;
    display: flex;
    gap:20px;
    border-bottom: 1px solid #41559A;
    padding-bottom:2rem;
}
.program:last-child{
    border-bottom: none;
    padding:0;
    margin: 0;
}
.program-img{
    width:100px;
}
.program-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.program-info{
    width:calc(100% - 120px);
    display: flex;
    flex-direction: column;
    gap:0.8rem;
}
.program h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
}
.program h3 .small{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    padding-left: 1.5rem;
}
.program p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}
.program .genre {
    font-size: 1.2rem;
    font-weight: 500;
    color:#E8A95E;
}
.program .desc {
    font-size: 1.2rem;
    font-weight: 400;
}

/* handmade    -------------------------*/
.handmade-section{
    margin-top:12rem;
}
.handmade-block{
    margin-top:12rem;
}
.grid-info .period{
    font-size:1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color:#BA9349;
}
.grid-info .type{
    font-size:1.2rem;
    font-weight: 700;
    line-height: 1.4;
}
.grid-info .category{
    font-size:1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color:#BA9349;
}
.grid-info .link-flex,
.program-info .link-flex{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
}

.grid-info .link,
.program-info .link{
    font-size: 1.2rem;
    font-weight: 700;
    color: #BA9349;
    line-height: 1;
    padding-left: 2rem;
    position: relative;
    display: block;
}

.grid-info .web,
.program-info .web{
    padding-left: 1.5rem;
}

.grid-info .link::before,
.program-info .link::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto 0;
}

.grid-info .insta::before,
.program-info .insta::before {
    background-image: url(../image/insta.svg);
}

.grid-info .web::before,
.program-info .web::before{
    background-image: url(../image/web.svg);
}

.search-wrapper {
    margin-bottom: 8rem;
    max-width: 780px;
}

.search-wrapper .search-box .tag-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-all {
    padding-right: 5.6rem;
}

.period-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1.3rem 3.2rem;
    padding-left: 3.2rem;
    border-left: 1px solid #EAEAEA;
}

.search-wrapper .search-box .tag-group .tag-item {
    position: relative;
}
.period-flex .tag-item {
    width:calc((100% - 3.2rem)/2);
}
.search-wrapper .search-box .tag-group .tag-item label {
    cursor: pointer;
    justify-content: center;
    height: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.2;
    opacity: .5;
}

.period-flex label {
    padding-left: 3.4rem;
}

.period-flex label::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto 0;
    background-image: url(../image/period.svg);
}

.search-wrapper .search-box .tag-group .tag-item input {
    position: absolute;
    display: inline;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.search-wrapper .search-box .tag-group .tag-item input:checked+.label {
    opacity: 1;
}

.is-hide {
    display: none;
}

/* access     -------------------------*/
.access-section{
    margin-top:12rem;
    padding-top:4rem;
}
.access-content{
    margin-top: 4rem;
    width: calc(100% + 50vw - 600px);
    margin-right: calc(50% - 50vw);
}
.access-content iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 321 / 184;
}
/* link   -------------------------*/
.link-section{
    margin-top: 12rem;
}
.link-ttl{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
}
.sponsor-logo{
    max-width: 228px;
    text-align: center;
    margin:0 auto;
}
.kyoen-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}
.kyoen-left a{
    display: block;
    max-width: 285px;
}
.kyoen-right a{
    display: flex;
    align-items: center;
    gap:1.7rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.insta-logo{
    width: 35px;
}
.insta-logo img{
    width: 100%;
    height:100%;
    object-fit: contain;
}
.overview-list{
    display: flex;
    flex-direction: column;
    gap:2rem;
    margin-top:8rem;
}
.overview-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 372px;
}
.overview-txt{
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.overview-link{
  font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
        font-family: "Noto Sans JP", sans-serif;
    text-decoration: underline;  
}
/* float   -------------------------*/
.float{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.float a{
    display: block;
    max-width: 350px;
  cursor: not-allowed;  
}
/* footer   -------------------------*/
.footer {
    margin-top:7.5rem;
    text-align: center;
    background-color:#08112F;
}

.footer p {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    padding: 25px 0;
    line-height: 1.5;
    font-weight: 300;
}

.fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.5s;
}

.fadein-bottom {
    transform: translate(0, 30px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}
@media screen and (max-width: 1200px) {
    .side-bar {
       display: none;
    }
    .page-width {
    padding: 0 20px;
}
.header-sp {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 45px;
        z-index: 999;
        background-color: #121F4D;
    }

    .header-sp-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 2rem;
        height: 100%;
    }

    .header-logo {
        max-width: 99px;
        z-index: 2;
    }

    .hamburger {
        position: absolute;
        right: 2rem;
        top: 0;
        text-align: center;
        display: inline-block;
        width: 45px;
        height: 45px;
        z-index: 2;
    }

    .hamburger span {
        position: absolute;
        background: #fff;
        height: 1px;
        width:30px;
        transition: .3s;
        right:0;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 19px;
    }

    .hamburger p {
        position: absolute;
        top: 27px;
        right: 0;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1;
    }

    .ham-close,
    .hamburger.bgactive .ham-menu {
        display: none;
    }

    .hamburger.bgactive .ham-close {
        display: block;
        right: -1px;
    }

    .hamburger.bgactive span:nth-child(1) {
        transform: translateY(4.5px) rotate(30deg);
        width: 30px;
        right: 0;
    }

    .hamburger.bgactive span:nth-child(2) {
        transform: translateY(-4.5px) rotate(-30deg);
        width: 30px;
    }

    .nav_sp {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: #121F4D;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity .6s ease, visibility .6s ease;
        z-index: 1;
        visibility: hidden;
    }

    .nav_list_sp {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        gap: 2.7rem;
    }

    .nav_item_sp a {
        font-size: 1.5rem;
        font-weight: 700;
        white-space: nowrap;
    }

    .nav_sp.bgactive {
        opacity: 1;
        visibility: visible;
    }
    .fv {
        margin-top:45px;
    }
.map-content {
    width: calc(100% + 40px);
    margin-right:-20px;
    margin-left:-20px;
}
.heading-img {
    width: calc(59.7% + 50vw);
}
.access-content{
    width: calc(100% + 40px);
    margin-right:-20px;
    margin-left:-20px;
}
}
@media screen and (max-width: 767px) {
    body {
        font-size: 1.2rem;
    }

    .sp-only {
        display: block;
    }

    .pc-only {
        display: none;
    }
    /* fv -------------------------------------------*/
    .fv {
    height: 57vh;
}

.fv-content {
    padding: 1.5rem 0;
}

.fv-ttl {
    font-size: 1.7rem;
}

.fv-txt {
    font-size: 1.2rem;
}

.fv-logo {
    max-width: 234px;
}
/*map ---------------------------------*/
.map-section {
    margin-top: 2rem;
}

.section-ttl h2 {
    font-size: 2rem;
}

.section-ttl p {
    font-size: 1.2rem;
}

.map-content {
    margin-top:3rem;
}

.modal-container {
    padding: 25px 25px 50px;
    width: 264px;
}

.modal-flex {
    flex-direction: column;
    gap: 1rem;
}

.modal-left {
    width: 100%;
}
.modal-right {
    width: 100%;
}
/* stamp     -------------------------*/
.stamp-section {
    padding: 5rem 0;
}

.stamp-flex {
    flex-direction: column;
    gap: 4rem;
}

.stamp-info {
    max-width: none;
}

.stamp-head {
    font-size: 1.4rem;
}

.stamp-info-ttl {
    margin: 1.5rem 0;
}

.prize-img {
    margin-right: 1.6rem;
}

.stamp-attention {
    margin-top: 1.2rem;
}

.stamp-img-ttl {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.stamp-txt {
    font-size: 1.2rem;
    margin-top: 0.5rem;
}

.dots-wrap {
    margin-top: 1.2rem;
}

.stamp-btn-ttl {
    font-size: 1.4rem;
    margin-top: 5rem;
}

.stamp-btn {
    margin: 0 auto 0.5rem;
}

.stamp-btn-txt {
    font-size: 1rem;
}
/* marche     -------------------------*/
.heading-flex {
    flex-direction: column-reverse;
    gap: 1rem;
}

.heading-info {
    width: 100%;
    padding-top: 0;
}

.heading-ttl-en {
    font-size: 1.6rem;
}

.heading-ttl {
    font-size: 2.6rem;
    margin-bottom: 1rem;
}
.heading-attention{
    font-size: 1rem;
    margin-top:1.5rem;
}
.heading-img {
    width: calc(100% + 40px);
    margin-right: -20px;
    margin-left: -20px;
}

.marche-block {
    margin-top: 6rem;
}

.marche-flex {
    flex-direction: column-reverse;
    gap: 1.8rem;
}

.marche-info {
    width: 100%;
}
.marche-flex .sponsor-logo{
    margin-top:3rem;
}
.marche-img {
    width: 100%;
}

/* food     -------------------------*/
.grid-section {
    margin: 10rem 0;
}

.grid-list {
    gap: 5rem 3rem;
}

.grid-item {
    width: calc((100% - 3rem)/2);
}
/* venue     -------------------------*/
.venue-section {
    margin: 6rem 0;
}
/* concert    -------------------------*/
.concert-schedule {
    margin-top: 4.3rem;
}

.schedule-item {
    flex-direction: column;
    padding: 1.5rem 0;
}

.schedule-head {
    width: 100%;
    gap: 1rem;
}

.schedule-body {
    width:100%;
    display: none;
}

.program {
    margin-bottom: 1.5rem;
    gap:15px;
    padding-bottom:1.5rem;
}
.program:first-child{
padding-top:1.5rem;
margin-top:1.5rem;
border-top: 1px solid #41559A;
}
.program-info{
    width:calc(100% - 115px);
    gap:0.5rem;
}
.program h3 {
    font-size: 1.6rem;
}
.program h3 .small{
    display: block;
    font-size: 1rem;
    padding-left: 0;
}
.program .desc {
    font-size: 1rem;
}
/* handmade    -------------------------*/
.handmade-section{
    margin-top:6rem;
}
.handmade-block{
    margin-top:3rem;
}
.search-wrapper {
    margin-bottom: 6rem;
}

.search-all {
    padding-right: 3.4rem;
}

.period-flex {
    gap: 1.3rem;
    padding-left: 1.8rem;
}
.period-flex .tag-item {
    width:100%;
}
.search-wrapper .search-box .tag-group .tag-item label {
    font-size: 1.2rem;
}

.period-flex label {
    padding-left: 3rem;
}

.period-flex label::before {
    width: 16px;
    height: 16px;
}
/* access     -------------------------*/
.access-section{
    margin-top:6rem;
    padding-top:3rem;
}
.access-content{
    margin-top: 3rem;
}
.access-content iframe {
    aspect-ratio: 375 / 501;
}
/* link   -------------------------*/
.link-section{
    margin-top: 6rem;
}
.link-ttl{
    margin-bottom: 2rem;
}
.sponsor-logo{
    max-width: 194px;
}
.kyoen-flex{
    flex-direction: column;
    gap:8rem;
    margin-top: 8rem;
}
.kyoen-left a{
    max-width: 197px;
}
.overview-list {
    align-items: center;
}
.overview-item{
    flex-direction: column;
}
/* float   -------------------------*/
.float{
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
.float a{
    margin:0 auto;
    max-width: 375px;
}
/* footer   -------------------------*/
.footer p {
    padding: 25px 0 100px;
}
}
@media screen and (max-width: 620px) {
.grid-list {
    gap: 5rem;
    justify-content: center;
}

.grid-item {
    width: 100%;
    max-width: 274px;
}
}