﻿body {
    line-height: 1;
    font-family: " Noto Sans JP ", sans-serif;
    font-weight: 400;
    background-color: #fff
}

img {
    max-width: 100%;
    height: auto
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(100px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.smooth {
    animation-name: smoothAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform-origin: left;
    opacity: 0
}

.smoothList {
    animation-name: smoothListAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transform-origin: left;
    opacity: 0
}

@keyframes smoothAnime {
    from {
        transform: translate3d(0, 100%, 0) skewY(12deg);
        opacity: 0
    }

    to {
        transform: translate3d(0, 0, 0) skewY(0);
        opacity: 1
    }
}

@keyframes smoothListAnime {
    from {
        transform: translate3d(0, 100%, 0) skewY(12deg);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeDownTrigger,
.smoothTrigger,
.smoothTriggerList {
    opacity: 0
}

#footer p{
    color: #fff;
}

@media (max-width:768px) {
    .sp-show {
        display: block
    }

    .container {
        padding: 0 2rem 4rem
    }

    p {
        font-size: 1.4rem;
        line-height: 2
    }

    h1 {
        font-size: 2.2rem;
        line-height: 2
    }

    h2 {
        font-size: 3.2rem;
        line-height: 2
    }

    h3 {
        font-size: 2.2rem;
        line-height: 2
    }

    span {
        font-size: 1.4rem;
        line-height: 2
    }

    .pagination {
        margin: 0 auto
    }

    .pagination .page-numbers {
        width: 100%;
        display: flex;
        gap: 1rem;
        justify-content: center;
        list-style: none;
        align-items: center
    }

    .pagination .page-numbers li {
        width: 3rem;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.4rem;
        border-radius: 8px;
        background: #dddddd;
        transition: 0.2s
    }

    .pagination .page-numbers li:hover {
        background: #2d2d2d
    }

    .pagination .page-numbers li .current {
        padding: 25% 0;
        text-align: center;
        height: 100%;
        color: white;
        background-color: #2d2d2d;
        font-size: 1.4rem;
        min-height: 100%;
        border-radius: 8px
    }

    .pagination .page-numbers li:first-of-type {
        width: 5rem
    }

    .pagination .page-numbers li:last-of-type {
        width: 5rem
    }
}

@media (min-width:769px) {
    .sp-show {
        display: none
    }

    .container {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 4rem
    }

    p {
        font-size: 1.6rem;
        line-height: 2
    }

    h1 {
        font-size: 2.2rem;
        line-height: 2
    }

    h2 {
        font-size: 3.2rem;
        line-height: 2
    }

    h3 {
        font-size: 2.2rem;
        line-height: 2
    }

    span {
        font-size: 1.6rem;
        line-height: 2
    }

    .pagination {
        margin: 0 auto
    }

    .pagination .page-numbers {
        width: 100%;
        display: flex;
        gap: 2rem;
        justify-content: center;
        list-style: none;
        align-items: center
    }

    .pagination .page-numbers li {
        width: 4rem;
        height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.6rem;
        border-radius: 8px;
        background: #dddddd;
        transition: 0.2s
    }

    .pagination .page-numbers li:hover {
        background: #2d2d2d
    }

    .pagination .page-numbers li .current {
        padding: 25% 0;
        text-align: center;
        height: 100%;
        color: white;
        background-color: #2d2d2d;
        font-size: 1.4rem;
        min-height: 100%;
        border-radius: 8px
    }

    .pagination .page-numbers li:first-of-type {
        width: 6rem
    }

    .pagination .page-numbers li:last-of-type {
        width: 6rem
    }
}

@media (max-width:768px) {
    .header-wrap {
        position: fixed;
        top: 1rem;
        right: 1rem;
        z-index: 9999;
        padding: 10px;
        transition: 0.5s
    }

    .header-wrap .menu {
        display: block
    }

    .header-wrap .menu .navToggle {
        display: block;
        cursor: pointer;
        z-index: 50;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        padding: 1.4rem 1.6rem
    }

    .header-wrap .menu .navToggle span {
        display: block;
        width: 32px;
        height: 4px;
        background-color: #2d2d2d;
        border-radius: 4px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }

    .header-wrap .menu .navToggle span:nth-child(1) {
        margin-top: 0px
    }

    .header-wrap .menu .navToggle span:nth-child(2) {
        margin-top: 8px
    }

    .header-wrap .menu .navToggle span:nth-child(3) {
        margin-top: 8px
    }

    .header-wrap .menu .navToggle span:nth-child(4) {
        background-color: rgba(0, 0, 0, 0);
        color: #2d2d2d;
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 6px
    }

    .header-wrap .menu .active span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(-9px, 8px);
        -moz-transform: rotate(-45deg) translate(-9px, 8px);
        transform: rotate(-45deg) translate(-9px, 8px)
    }

    .header-wrap .menu .active span:nth-child(2) {
        opacity: 0
    }

    .header-wrap .menu .active span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px)
    }

    .header-wrap .menu .globalMenu.active {
        transform: translateX(0);
        opacity: 1;
        z-index: -10
    }

    .header-wrap .menu .globalMenu {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        padding: 56px;
        background: #fff;
        color: #000;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        opacity: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: space-between
    }

    .header-wrap .menu .globalMenu .sitemap {
        flex: 1;
        display: flex;
        gap: 2rem;
        font-size: 1.6rem;
        flex-flow: column;
        align-items: center
    }

    .header-wrap .menu .globalMenu .sitemap li p {
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: 1px solid #2d2d2d;
        margin-block-end: 16px;
        line-height: 2
    }

    .header-wrap .menu .globalMenu .sitemap .sub-menu {
        font-size: 1.6rem
    }

    .header-wrap .menu .globalMenu .sitemap .sub-menu li {
        width: 100%
    }

    .header-wrap .menu .globalMenu .sitemap .sub-menu li p {
        font-size: 1.6rem;
        font-weight: normal;
        border-bottom: none;
        margin-block-end: 8px;
        line-height: 1.5
    }
}

@media (min-width:769px) {
    .menu {
        position: fixed;
        top: 4rem;
        right: 6rem;
        z-index: 9999;
        display: flex;
        gap: 2rem;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 32px;
        padding: 1.4rem 1.6rem;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .menu .navToggle {
        display: block;
        cursor: pointer;
        z-index: 50;
        text-align: center
    }

    .menu .navToggle span {
        display: block;
        width: 32px;
        height: 4px;
        background-color: #2d2d2d;
        border-radius: 4px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }

    .menu .navToggle span:nth-child(1) {
        margin-top: 0px
    }

    .menu .navToggle span:nth-child(2) {
        margin-top: 8px
    }

    .menu .navToggle span:nth-child(3) {
        margin-top: 8px
    }

    .menu .navToggle span:nth-child(4) {
        background-color: rgba(0, 0, 0, 0);
        color: #2d2d2d;
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 2px;
        margin-bottom: 6px
    }

    .menu .active span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(-9px, 8px);
        -moz-transform: rotate(-45deg) translate(-9px, 8px);
        transform: rotate(-45deg) translate(-9px, 8px)
    }

    .menu .active span:nth-child(2) {
        opacity: 0
    }

    .menu .active span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px)
    }

    .menu .globalMenu {
        width: 100%;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .menu .globalMenu .sitemap {
        display: flex;
        gap: 2rem;
        transform: translateX(400px)
    }

    .menu .globalMenu .sitemap li {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 0.2em
    }

    .menu .globalMenu .sitemap:first-child {
        padding-inline-start: 1rem
    }

    .menu .globalMenu .sitemap.active {
        transform: translateX(0)
    }

    .menu .globalMenu.active {
        display: block;
        opacity: 1
    }
}

@media (max-width:768px) {
    .header-wrap-genba {
        position: fixed;
        top: 0;
        z-index: 9999;
        padding: 10px;
        transition: 0.5s;
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #fff;
        justify-content: end
    }

    .header-wrap-genba .menu {
        display: block
    }

    .header-wrap-genba .menu .navToggle {
        display: block;
        cursor: pointer;
        z-index: 50;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        padding: 1.4rem 1.6rem
    }

    .header-wrap-genba .menu .navToggle span {
        display: block;
        width: 32px;
        height: 4px;
        background-color: #2d2d2d;
        border-radius: 4px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }

    .header-wrap-genba .menu .navToggle span:nth-child(1) {
        margin-top: 0px
    }

    .header-wrap-genba .menu .navToggle span:nth-child(2) {
        margin-top: 8px
    }

    .header-wrap-genba .menu .navToggle span:nth-child(3) {
        margin-top: 8px
    }

    .header-wrap-genba .menu .navToggle span:nth-child(4) {
        background-color: rgba(0, 0, 0, 0);
        color: #2d2d2d;
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 6px
    }

    .header-wrap-genba .menu .active span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(-9px, 8px);
        -moz-transform: rotate(-45deg) translate(-9px, 8px);
        transform: rotate(-45deg) translate(-9px, 8px)
    }

    .header-wrap-genba .menu .active span:nth-child(2) {
        opacity: 0
    }

    .header-wrap-genba .menu .active span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px)
    }

    .header-wrap-genba .menu .globalMenu.active {
        transform: translateX(0);
        opacity: 1;
        z-index: -10
    }

    .header-wrap-genba .menu .globalMenu {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        padding: 56px;
        background: #fff;
        color: #000;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        opacity: 0;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        display: flex;
        justify-content: space-between
    }

    .header-wrap-genba .menu .globalMenu .sitemap {
        flex: 1;
        display: flex;
        gap: 2rem;
        font-size: 1.6rem
    }

    .header-wrap-genba .menu .globalMenu .sitemap li p {
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: 1px solid #2d2d2d;
        margin-block-end: 16px;
        line-height: 2
    }

    .header-wrap-genba .menu .globalMenu .sitemap .sub-menu {
        font-size: 1.6rem
    }

    .header-wrap-genba .menu .globalMenu .sitemap .sub-menu li {
        width: 100%
    }

    .header-wrap-genba .menu .globalMenu .sitemap .sub-menu li p {
        font-size: 1.6rem;
        font-weight: normal;
        border-bottom: none;
        margin-block-end: 8px;
        line-height: 1.5
    }

    .header-wrap-genba .site-logo {
        width: 100%;
        max-width: 20rem;
        position: fixed;
        left: 1rem;
        transition: 0.2s;
        z-index: -20
    }

    .header-wrap-genba .site-logo:hover {
        opacity: 0.4
    }
}

@media (min-width:769px) {
    .header-wrap-genba {
        width: 100%;
        height: 14rem;
        background-color: #fff;
        position: fixed;
        top: 0;
        display: flex;
        align-items: center;
        padding-left: 6rem
    }

    .header-wrap-genba .menu {
        position: fixed;
        top: 4rem;
        right: 6rem;
        z-index: 9999;
        display: flex;
        gap: 2rem;
        align-items: center;
        background-color: #fff;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        border-radius: 32px;
        padding: 1.4rem 1.6rem;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .header-wrap-genba .menu .navToggle {
        display: block;
        cursor: pointer;
        z-index: 50;
        text-align: center
    }

    .header-wrap-genba .menu .navToggle span {
        display: block;
        width: 32px;
        height: 4px;
        background-color: #2d2d2d;
        border-radius: 4px;
        -webkit-transition: 0.2s ease-in-out;
        -moz-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out
    }

    .header-wrap-genba .menu .navToggle span:nth-child(1) {
        margin-top: 0px
    }

    .header-wrap-genba .menu .navToggle span:nth-child(2) {
        margin-top: 8px
    }

    .header-wrap-genba .menu .navToggle span:nth-child(3) {
        margin-top: 8px
    }

    .header-wrap-genba .menu .navToggle span:nth-child(4) {
        background-color: rgba(0, 0, 0, 0);
        color: #2d2d2d;
        font-size: 0.8rem;
        font-weight: bold;
        margin-top: 2px;
        margin-bottom: 6px
    }

    .header-wrap-genba .menu .active span:nth-child(1) {
        -webkit-transform: rotate(-45deg) translate(-9px, 8px);
        -moz-transform: rotate(-45deg) translate(-9px, 8px);
        transform: rotate(-45deg) translate(-9px, 8px)
    }

    .header-wrap-genba .menu .active span:nth-child(2) {
        opacity: 0
    }

    .header-wrap-genba .menu .active span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        -moz-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px)
    }

    .header-wrap-genba .menu .globalMenu {
        width: 100%;
        display: none;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

    .header-wrap-genba .menu .globalMenu .sitemap {
        display: flex;
        gap: 2rem;
        transform: translateX(400px)
    }

    .header-wrap-genba .menu .globalMenu .sitemap li {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 0.2em
    }

    .header-wrap-genba .menu .globalMenu .sitemap:first-child {
        padding-inline-start: 1rem
    }

    .header-wrap-genba .menu .globalMenu .sitemap.active {
        transform: translateX(0)
    }

    .header-wrap-genba .menu .globalMenu.active {
        display: block;
        opacity: 1
    }

    .header-wrap-genba .site-logo {
        position: fixed;
        max-width: 30rem;
        top: 4rem;
        left: 6rem;
        transition: 0.2s
    }

    .header-wrap-genba .site-logo:hover {
        opacity: 0.4
    }
}

@media (max-width:768px) {
    #t-fv {
        margin-block-end: 4rem
    }

    #t-fv .slide-img {
        overflow: hidden
    }

    #t-fv .slide-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10
    }

    #t-fv .prev-arrow {
        right: 2rem
    }

    #t-fv .prev-arrow::before {
        content: "";
        display: inline-block;
        background: url(../images/arrow-next.png) center / cover;
        width: 3rem;
        height: 3rem
    }

    #t-fv .next-arrow {
        left: 2rem
    }

    #t-fv .next-arrow::before {
        content: "";
        display: inline-block;
        background: url(../images/arrow-prev.png) center / cover;
        width: 3rem;
        height: 3rem
    }
    
    #news .ttl{
        display: flex;
        text-align: center;
        flex-flow: column;
        gap: 1rem;
        align-items: center;
        margin-block-end: 4rem

    }

    #t-stores .ttl {
        display: flex;
        text-align: center;
        flex-flow: column;
        gap: 1rem;
        align-items: center;
        margin-block-end: 4rem
    }

    #t-stores .ttl_name {
        font-size: 1.8rem;
        font-weight: bold
    }

    #t-stores .ttl hr {
        width: 4rem
    }

    #t-stores .ttl_sub {
        font-size: 1.4rem;
        font-weight: bold
    }

    #t-stores .t-stores_list {
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
        gap: 4rem;
        margin-block-end: 7rem;
    }

    #t-stores .t-stores_list .t-stores_content {
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
        transition: 0.2s;
        border-radius: 1.6rem;
        overflow: hidden
    }

    #t-stores .t-stores_list .t-stores_content .food-image {
        aspect-ratio: 1.5;
        object-fit: cover;
        transition: 0.2s all;
        overflow: hidden
    }

    #t-stores .t-stores_list .t-stores_content .food-image img {
        transition: 0.4s;
        aspect-ratio: 1.5;
        object-fit: cover
    }

    #t-stores .t-stores_list .t-stores_content .shop-info {
        padding: 1rem;
        transition: 0.2s;
        text-align: center
    }

    #t-stores .t-stores_list .t-stores_content .shop-info .shop-name {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem
    }

    #t-stores .t-stores_list .t-stores_content .shop-info .foodNote {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem;
        display: block
    }

    #t-stores .t-stores_list .t-stores_content .shop-info .food-name {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-block-end: 1rem
    }

    #t-stores .t-stores_list .t-stores_content:hover .food-image img {
        transform: scale(1.2)
    }

    #t-stores .more-btn {
        margin: 0 auto;
        text-align: center;
        font-size: 1.4rem;
        border-bottom: #000000 1px
    }

    #t-stores .more-btn .btn {
        padding: 1rem 3rem 1rem 1rem;
        position: relative
    }

    #t-stores .more-btn .btn::before {
        content: "";
        font-size: 1.2rem;
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out
    }

    #t-stores .more-btn .btn .btn-txr {
        position: relative
    }

    #t-stores .more-btn .btn .btn-txt::before {
        content: "";
        width: 100%;
        height: 3px;
        background: #000000;
        position: absolute;
        bottom: 0;
        left: 0
    }

    #t-stores .more-btn .btn .btn-txt::after {
        content: "";
        width: 0;
        height: 3px;
        background: #f4a864;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s ease-in-out
    }

    #t-stores .more-btn .btn:hover .btn-txt::after {
        width: 100%
    }

    #t-stores .more-btn .btn:hover::before {
        transform: translate(10px, -50%)
    }

    #t-fair {
        padding: 4rem 0;
        margin-block-end: 1rem;
        background: linear-gradient(to bottom, transparent 90%, transparent 70%, #fff 100%), url(../images/t-fair_back.jpg) center / cover
    }

    #t-fair .ttl {
        text-align: center;
        font-weight: bold;
        margin-block-end: 4rem
    }

    #t-fair .ttl_name {
        font-size: 2.2rem;
        margin-block-end: 2rem
    }

    #t-fair .ttl p {
        font-size: 1.4rem;
        line-height: 2
    }

    #t-fair .stamp-rally {
        display: block
    }

    #t-fair .stamp-rally .ttl {
        color: #f8d878;
        margin-block-end: 3rem
    }

    #t-fair .stamp-rally .ttl h3 {
        font-size: 2.2rem
    }

    #t-fair .stamp-rally .content {
        display: flex;
        row-gap: 4rem;
        flex-flow: column;
        align-items: center
    }

    #t-fair .stamp-rally .content img {
        max-width: 24rem
    }

    #t-fair .stamp-rally .content-detail {
        display: flex;
        flex-flow: column;
        text-align: center;
        align-items: center;
        row-gap: 3rem
    }

    #t-fair .stamp-rally .content-detail .detail-name {
        font-size: 2.2rem;
        width: 100%;
        padding-block-end: 2rem;
        font-weight: bold;
        border-bottom: 10px solid #c3c3c3
    }

    #t-fair .stamp-rally .content-detail .note {
        font-weight: bold;
        line-height: 2
    }

    #t-fair .stamp-rally .content-detail .attention {
        display: flex;
        flex-flow: column;
        gap: 1rem
    }

    #t-fair .stamp-rally .content-detail .attention-item {
        display: inline-block;
        font-size: 1.4rem;
        font-weight: bold;
        border: 2px solid #2d2d2d;
        border-radius: 2rem;
        padding: 0 1rem
    }

    #t-fair .stamp-rally .content-detail .qr {
        max-width: 12rem
    }

    #t-fair .stamp-rally .content-detail .schedule {
        max-width: 100%
    }
}

@media (min-width:769px) {
    #t-fv .slide-img {
        overflow: hidden
    }

    #t-fv .slide-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10
    }

    #t-fv .prev-arrow {
        right: 6rem
    }

    #t-fv .prev-arrow::before {
        content: "";
        display: inline-block;
        background: url(../images/arrow-next.png) center / cover;
        width: 3rem;
        height: 3rem
    }

    #t-fv .next-arrow {
        left: 6rem
    }

    #t-fv .next-arrow::before {
        content: "";
        display: inline-block;
        background: url(../images/arrow-prev.png) center / cover;
        width: 3rem;
        height: 3rem
    }

    #news {
        padding: 12rem 4rem;
    }

    #t-stores {
        padding: 12rem 4rem;
    }

    #news .ttl{
        display: flex;
        text-align: center;
        flex-flow: column;
        gap: 1rem;
        align-items: center;
        margin-block-end: 4rem
    }

    #news .t-news_list{
        max-width: 460px;
        margin: 0 auto;
    }

    #news .t-news_list ul{
        max-width: 360px;
        margin: 0 auto 20px auto;
    }

    #news .t-news_list ul li{
        display: flex;
        gap: 8px;
    }

    #news .t-news_list ul li data{
        font-size: 1.6rem;
    }

    #news .t-news_list ul li strong{
        font-weight: normal;
        font-size: 1.6rem;
    }
    
    #news .more_warp{
        text-align: right;
    }

    #news .t-news_list .more{
        font-size: 1.6rem;
    }

    #t-stores .ttl {
        display: flex;
        text-align: center;
        flex-flow: column;
        gap: 2rem;
        align-items: center;
        margin-block-end: 4rem
    }

    #t-stores .ttl_name {
        font-size: 3.2rem;
        font-weight: bold
    }

    #t-stores .ttl_sub {
        font-size: 2.2rem;
        font-weight: bold
    }

    #t-stores .t-stores_list {
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
        gap: 4rem;
        margin-block-end: 19rem
    }

    #t-stores .t-stores_list .t-stores_content {
        width: calc(25% - 3rem);
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
        transition: 0.2s;
        border-radius: 1.6rem;
        overflow: hidden
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(1) {
        transform: translateY(12rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(2) {
        transform: translateY(8rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(3) {
        transform: translateY(4rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(5) {
        transform: translateY(12rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(6) {
        transform: translateY(8rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(7) {
        transform: translateY(4rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(9) {
        transform: translateY(12rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(10) {
        transform: translateY(8rem)
    }

    #t-stores .t-stores_list .t-stores_content:nth-of-type(11) {
        transform: translateY(4rem)
    }

    #t-stores .t-stores_list .t-stores_content .food-image {
        aspect-ratio: 1.5;
        object-fit: cover;
        transition: 0.2s all;
        overflow: hidden
    }

    #t-stores .t-stores_list .t-stores_content .food-image img {
        transition: 0.4s;
        aspect-ratio: 1.5;
        object-fit: cover
    }

    #t-stores .t-stores_list .t-stores_content .shop-info {
        padding: 1rem;
        transition: 0.2s;
        text-align: center
    }

    #t-stores .t-stores_list .t-stores_content .shop-info .shop-name {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem
    }

    #t-stores .t-stores_list .t-stores_content .shop-info .foodNote {
        font-weight: bold;
        font-size: 1.6rem;
        display: block;
        margin-block-end: 1rem
    }

    #t-stores .t-stores_list .t-stores_content .shop-info .food-name {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-block-end: 1rem
    }

    #t-stores .t-stores_list .t-stores_content:hover .food-image img {
        transform: scale(1.2)
    }

    #t-stores .more-btn {
        margin: 0 auto;
        text-align: center;
        font-size: 1.6rem
    }

    #t-stores .more-btn .btn {
        padding: 1rem 3rem 1rem 1rem;
        position: relative
    }

    #t-stores .more-btn .btn::before {
        content: "";
        font-size: 1.2rem;
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out
    }

    #t-stores .more-btn .btn .btn-txt::before {
        content: "";
        width: 100%;
        height: 3px;
        background: #000000;
        position: absolute;
        bottom: 0;
        left: 0
    }

    #t-stores .more-btn .btn .btn-txt::after {
        content: "";
        width: 0;
        height: 3px;
        background: #f4a864;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.3s ease-in-out
    }

    #t-stores .more-btn .btn:hover .btn-txt::after {
        width: 100%
    }

    #t-stores .more-btn .btn:hover::before {
        transform: translate(10px, -50%)
    }

    #t-fair {
        padding: 12rem 0;
        background: linear-gradient(to bottom, transparent 90%, transparent 70%, #fff 100%), url(../images/t-fair_back.jpg) center / cover
    }

    #t-fair .ttl {
        text-align: center;
        font-weight: bold;
        margin-block-end: 6rem
    }

    #t-fair .ttl_name {
        font-size: 4.5rem;
        margin-block-end: 4rem
    }

    #t-fair .ttl p {
        font-size: 1.8rem;
        line-height: 2
    }

    #t-fair .stamp-rally {
        display: block
    }

    #t-fair .stamp-rally .ttl {
        color: #f8d878;
        margin-block-end: 6rem
    }

    #t-fair .stamp-rally .ttl h3 {
        font-size: 4.5rem
    }

    #t-fair .stamp-rally .content {
        display: flex;
        gap: 3rem;
        align-items: flex-start
    }

    #t-fair .stamp-rally .content img {
        max-width: 34rem
    }

    #t-fair .stamp-rally .content-detail {
        display: flex;
        flex-flow: column;
        text-align: center;
        align-items: center;
        row-gap: 3rem
    }

    #t-fair .stamp-rally .content-detail .detail-name {
        font-size: 2.2rem;
        width: 100%;
        padding-block-end: 2rem;
        font-weight: bold;
        border-bottom: 10px solid #c3c3c3
    }

    #t-fair .stamp-rally .content-detail .note {
        font-weight: bold;
        line-height: 2
    }

    #t-fair .stamp-rally .content-detail .attention {
        display: flex;
        gap: 3rem;
        justify-content: center
    }

    #t-fair .stamp-rally .content-detail .attention-item {
        font-size: 1.6rem;
        font-weight: bold;
        border: 2px solid #2d2d2d;
        border-radius: 1.6rem;
        padding: 0 2rem
    }

    #t-fair .stamp-rally .content-detail .qr {
        max-width: 12rem
    }

    #t-fair .stamp-rally .content-detail .schedule {
        max-width: 100%
    }
}

@media (max-width:768px) {
    #footer {
        padding: 70px;
        text-align: center;
        position: relative
    }

    #footer .instagram {
        width: 3rem;
        margin-block-end: 1rem;
        display: inline-block
    }

    #footer p {
        font-size: 1.2rem
    }

    #waveCanvas {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }
}

@media (min-width:769px) {
    #footer {
        padding: 4rem 4rem;
        text-align: center;
        position: relative;
        height: 200px
    }

    #footer .instagram {
        width: 4rem;
        margin-block-end: 2rem;
        display: inline-block
    }

    #footer p {
        font-size: 1.4rem
    }

    #footer #waveCanvas {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1
    }
}

@media (max-width:768px) {
    #post {
        margin-block-end: 4rem
    }

    #post .food-image {
        width: 100%;
        height: calc(100vh - 50vh);
        background-position: center;
        background-size: cover
    }

    #post .post-ttl {
        background-color: #fff;
        padding: 2rem;
        margin-top: -3rem;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        margin-block-end: 4rem
    }

    #post .post-ttl .food-name {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 1.5;
        margin-block-end: 1rem
    }

    #post .post-ttl .foodNote {
        font-size: 1.8rem;
        font-weight: bold;
        display: block;
        margin-block-end: 1rem
    }

    #post .post-ttl .price {
        font-size: 1.4rem;
        font-weight: bold;
        margin-block-end: 1rem;
        display: inline-block
    }

    #post .post-ttl .store-name {
        font-size: 2.2rem;
        font-weight: bold
    }

    #post .post-detail {
        margin-block-end: 4rem
    }

    #post .post-detail .catchcopy {
        font-size: 3.2rem;
        font-weight: bold;
        line-height: 1.5;
        padding-block-end: 1rem;
        border-bottom: 10px solid #e8e8e8;
        margin-block-end: 2rem
    }

    #post .post-detail .person {
        font-size: 1.8rem;
        font-weight: bold;
        margin-block-end: 2rem
    }

    #post .post-detail .message {
        margin-block-end: 2rem
    }

    #post .post-detail .portrait {
        width: 100%;
        aspect-ratio: 1.5;
        object-fit: cover;
        margin-block-end: 2rem
    }

    #post .post-detail .store-message {
        font-size: 1.8rem;
        font-weight: bold;
        margin-block-end: 2rem
    }

    #post .post-detail .store {
        margin-block-end: 2rem
    }

    #post .store-info {
        border: 10px solid #e8e8e8;
        padding: 3rem;
        display: flex;
        gap: 2rem;
        flex-flow: column
    }

    #post .store-info .store-image {
        max-width: 100%
    }

    #post .store-info .info-detail {
        display: flex;
        flex-flow: column;
        row-gap: 1rem
    }

    #post .store-info .info-detail .store-name {
        font-size: 1.8rem;
        font-weight: bold
    }
}

@media (min-width:769px) {
    #post {
        margin-block-end: 10rem
    }

    #post .food-image {
        width: 100%;
        height: calc(100vh - 12rem);
        background-position: center;
        background-size: cover
    }

    #post .post-ttl {
        background-color: #fff;
        padding: 4rem 6rem;
        margin-top: -10rem;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
        margin-block-end: 10rem
    }

    #post .post-ttl .food-name {
        font-size: 4.5rem;
        font-weight: bold;
        margin-block-end: 2rem
    }

    #post .post-ttl .foodNote {
        font-size: 2.2rem;
        font-weight: bold;
        display: block;
        margin-block-end: 1rem
    }

    #post .post-ttl .price {
        font-size: 2.2rem;
        font-weight: bold;
        margin-block-end: 2rem;
        display: inline-block
    }

    #post .post-ttl .store-name {
        font-size: 3.2rem;
        font-weight: bold
    }

    #post .post-detail {
        margin-block-end: 10rem
    }

    #post .post-detail .catchcopy {
        font-size: 4.5rem;
        padding-block-end: 1rem;
        border-bottom: 10px solid #e8e8e8;
        margin-block-end: 4rem;
        font-weight: bold
    }

    #post .post-detail .person {
        font-size: 2.2rem;
        font-weight: bold;
        margin-block-end: 2rem
    }

    #post .post-detail .message {
        margin-block-end: 4rem
    }

    #post .post-detail .portrait {
        width: 100%;
        aspect-ratio: 1.5;
        object-fit: cover;
        margin-block-end: 4rem
    }

    #post .post-detail .store-message {
        font-size: 2.2rem;
        font-weight: bold;
        margin-block-end: 2rem
    }

    #post .post-detail .store {
        margin-block-end: 2rem
    }

    #post .store-info {
        border: 10px solid #e8e8e8;
        padding: 6rem;
        display: flex;
        gap: 6rem;
        align-items: flex-start
    }

    #post .store-info .store-image {
        max-width: 24rem
    }

    #post .store-info .info-detail {
        display: flex;
        flex-flow: column;
        row-gap: 2rem
    }

    #post .store-info .info-detail .store-name {
        font-size: 2.2rem;
        font-weight: bold
    }
}

@media (max-width:768px) {
    #archive {
        padding: 4rem 0
    }

    #archive .archive-ttl {
        font-weight: bold;
        margin-block-end: 4rem;
        display: flex;
        flex-flow: column;
        row-gap: 1rem
    }

    #archive .archive-ttl .ttl {
        font-size: 1.8rem;
        line-height: 1
    }

    #archive .archive-ttl hr {
        color: #707070;
        width: 4rem
    }

    #archive .archive-ttl .sub-ttl {
        font-size: 1.8rem;
        line-height: 1
    }

    #archive .t-stores_list {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        row-gap: 4rem;
        margin-block-end: 7rem
    }

    #archive .t-stores_list .t-stores_content {
        width: calc(50% - 1rem);
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
        transition: 0.2s;
        border-radius: 1.6rem;
        overflow: hidden
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(2n+1) {
        transform: translateY(3rem)
    }

    #archive .t-stores_list .t-stores_content .food-image {
        aspect-ratio: 1.5;
        object-fit: cover;
        transition: 0.2s all;
        overflow: hidden
    }

    #archive .t-stores_list .t-stores_content .food-image img {
        transition: 0.4s;
        aspect-ratio: 1.5;
        object-fit: cover
    }

    #archive .t-stores_list .t-stores_content .shop-info {
        padding: 1rem;
        transition: 0.2s;
        text-align: center
    }

    #archive .t-stores_list .t-stores_content .shop-info .shop-name {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem
    }

    #archive .t-stores_list .t-stores_content .shop-info .foodNote {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem;
        display: block
    }

    #archive .t-stores_list .t-stores_content .shop-info .food-name {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-block-end: 1rem
    }

    #archive .t-stores_list .t-stores_content:hover .food-image img {
        transform: scale(1.2)
    }
}

@media (min-width:769px) {
    #archive {
        padding: 12rem 0
    }

    #archive .archive-ttl {
        font-weight: bold;
        display: flex;
        flex-flow: column;
        row-gap: 1rem
    }

    #archive .archive-ttl .ttl {
        font-size: 4.5rem
    }

    #archive .archive-ttl hr {
        color: #707070
    }

    #archive .archive-ttl .sub-ttl {
        font-size: 2.2rem
    }

    #archive .t-stores_list {
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
        gap: 4rem;
        margin-block-end: 16rem
    }

    #archive .t-stores_list .t-stores_content {
        width: calc(25% - 3rem);
        box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
        transition: 0.2s;
        border-radius: 1.6rem;
        overflow: hidden
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(1) {
        transform: translateY(12rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(2) {
        transform: translateY(8rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(3) {
        transform: translateY(4rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(5) {
        transform: translateY(12rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(6) {
        transform: translateY(8rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(7) {
        transform: translateY(4rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(9) {
        transform: translateY(12rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(10) {
        transform: translateY(8rem)
    }

    #archive .t-stores_list .t-stores_content:nth-of-type(11) {
        transform: translateY(4rem)
    }

    #archive .t-stores_list .t-stores_content .food-image {
        aspect-ratio: 1.5;
        object-fit: cover;
        transition: 0.2s all;
        overflow: hidden
    }

    #archive .t-stores_list .t-stores_content .food-image img {
        transition: 0.4s;
        aspect-ratio: 1.5;
        object-fit: cover
    }

    #archive .t-stores_list .t-stores_content .shop-info {
        padding: 1rem;
        transition: 0.2s;
        text-align: center
    }

    #archive .t-stores_list .t-stores_content .shop-info .shop-name {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem
    }

    #archive .t-stores_list .t-stores_content .shop-info .foodNote {
        font-weight: bold;
        font-size: 1.6rem;
        margin-block-end: 1rem;
        display: block
    }

    #archive .t-stores_list .t-stores_content .shop-info .food-name {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-block-end: 1rem
    }

    #archive .t-stores_list .t-stores_content:hover .food-image img {
        transform: scale(1.2)
    }
}

@media (max-width:768px) {
    #genba {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 2;
        margin: 10rem auto 8rem;
        padding: 0 2rem;
        width: 100%
    }

    #genba h1 {
        font-family: source-han-serif-japanese, serif;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em
    }

    #genba h2 {
        font-family: source-han-serif-japanese, serif;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em
    }

    #genba h3 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 2
    }

    #genba h3 {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2
    }

    #genba p {
        font-size: 1.4rem;
        line-height: 2
    }

    #genba .fv {
        display: flex;
        flex-flow: column;
        margin-block-end: 4rem
    }

    #genba .fv .fv-img {
        aspect-ratio: 1.3333333333;
        object-fit: cover;
        margin-block-end: 3rem
    }

    #genba .fv .fv-content {
        display: flex;
        flex-flow: column;
        row-gap: 3rem
    }

    #genba .genba-content {
        margin-block-end: 4rem
    }

    #genba .genba-content img {
        margin-block-end: 3rem
    }

    #genba .genba-content h2 {
        margin-block-end: 4rem
    }

    #genba .genba-content h3 {
        margin-block-end: 2rem
    }

    #genba .genba-content p {
        margin-block-end: 4rem
    }

    #genba .genba-content .column-content {
        display: flex;
        flex-flow: column
    }

    #genba .genba-content .column-content .column-left {
        width: 100%
    }

    #genba .genba-content .column-content .column-right {
        aspect-ratio: 1.3333333333;
        object-fit: cover
    }

    #genba .genba-content .profile {
        background-color: #E7E7E7;
        padding: 4rem 2rem;
        display: flex;
        flex-flow: column;
        row-gap: 3rem;
        align-items: center
    }

    #genba .genba-content .profile img {
        max-width: 20rem;
        margin-block-end: 0
    }

    #genba .genba-content .profile .profile-note {
        flex-flow: column;
        row-gap: 1rem
    }

    #genba .genba-content .profile .profile-note h4 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-block-end: 0
    }

    #genba .genba-content .profile .profile-note p {
        margin-block-end: 0
    }

    #genba .youtube {
        aspect-ratio: 1.7777777778;
        width: 100%;
        min-width: 0
    }

    #genba .youtube iframe {
        width: 100%;
        height: 100%
    }
}

@media (min-width:769px) {
    #genba {
        font-family: "source-han-sans-japanese", sans-serif;
        font-weight: 400;
        font-style: normal;
        line-height: 2;
        margin: 16rem auto;
        padding: 0 5rem;
        width: 100%;
        max-width: 1080px
    }

    #genba h1 {
        font-family: source-han-serif-japanese, serif;
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em
    }

    #genba h2 {
        font-family: source-han-serif-japanese, serif;
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em
    }

    #genba h3 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 2
    }

    #genba h3 {
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 2
    }

    #genba p {
        font-size: 1.6rem;
        line-height: 2
    }

    #genba .fv {
        display: flex;
        gap: 6rem;
        margin-block-end: 8rem
    }

    #genba .fv .fv-img {
        aspect-ratio: 1.3333333333;
        object-fit: cover;
        max-width: 34rem
    }

    #genba .fv .fv-content {
        display: flex;
        flex-flow: column;
        row-gap: 3rem;
        max-width: 54rem
    }

    #genba .genba-content {
        margin-block-end: 10rem
    }

    #genba .genba-content img {
        margin-block-end: 4rem
    }

    #genba .genba-content h2 {
        margin-block-end: 8rem
    }

    #genba .genba-content h3 {
        margin-block-end: 3rem
    }

    #genba .genba-content p {
        margin-block-end: 6rem
    }

    #genba .genba-content .column-content {
        display: flex;
        gap: 6rem;
        align-items: flex-start
    }

    #genba .genba-content .column-content .column-left {
        width: 100%;
        max-width: 46rem
    }

    #genba .genba-content .column-content .column-right {
        aspect-ratio: 1.3333333333;
        max-width: 46rem;
        object-fit: cover
    }

    #genba .genba-content .profile {
        background-color: #E7E7E7;
        padding: 4rem;
        display: flex;
        gap: 4rem;
        align-items: center;
        max-width: 78rem
    }

    #genba .genba-content .profile img {
        max-width: 20rem;
        margin-block-end: 0
    }

    #genba .genba-content .profile .profile-note {
        max-width: 46rem;
        flex-flow: column;
        row-gap: 1rem
    }

    #genba .genba-content .profile .profile-note h4 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-block-end: 0
    }

    #genba .genba-content .profile .profile-note p {
        margin-block-end: 0
    }

    #genba .youtube {
        aspect-ratio: 1.7777777778;
        width: 100%;
        min-width: 0
    }

    #genba .youtube iframe {
        width: 100%;
        height: 100%
    }
}

@media (max-width:768px) {
    #event {
        background: linear-gradient(to bottom, transparent 90%, transparent 70%, #fff 100%), url(../images/event05.jpg) center / cover;
        padding: 2rem 0 10rem
    }

    #event .container {
        padding: 0 2rem;
        margin: 0 auto
    }

    #event .container .marche {
        margin-block-end: 4rem
    }

    #event .container .contents {
        display: flex;
        flex-flow: column;
        row-gap: 2rem
    }
}

@media (min-width:769px) {
    #event {
        background: linear-gradient(to bottom, transparent 90%, transparent 70%, #fff 100%), url(../images/event05.jpg) center / cover;
        padding: 10rem 0
    }

    #event .container {
        max-width: 1080px;
        padding: 0 5rem;
        margin: 0 auto
    }

    #event .container .marche {
        margin-block-end: 8rem
    }

    #event .container .contents {
        display: flex;
        flex-flow: column;
        row-gap: 4rem
    }
}

@media (max-width:768px) {
    #interview {
        padding: 12rem 2rem 0;
        margin-block-end: 6rem
    }

    #interview .archive-ttl {
        font-weight: bold;
        margin-block-end: 4rem;
        display: flex;
        flex-flow: column;
        row-gap: 1rem
    }

    #interview .archive-ttl .ttl {
        font-size: 1.8rem;
        line-height: 1
    }

    #interview .archive-ttl hr {
        color: #707070;
        width: 4rem
    }

    #interview .archive-ttl .sub-ttl {
        font-size: 1.8rem;
        line-height: 1
    }

    #interview .interview-link {
        transition: 0.2s;
        margin-block-end: 3rem;
        display: block
    }

    #interview .interview-link:last-child {
        margin-block-end: 0
    }

    #interview .interview-link:hover {
        opacity: 0.5
    }

    #interview .interview-link .interview-post {
        padding: 2rem;
        border-radius: 1.6rem;
        box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
        display: flex;
        align-items: center;
        row-gap: 1rem;
        flex-flow: column
    }

    #interview .interview-link .interview-post .post-contents {
        width: 100%;
        font-family: source-han-sans-japanese, sans-serif
    }

    #interview .interview-link .interview-post .post-contents h3 {
        font-size: 1.8rem;
        font-weight: 900
    }

    #interview .interview-link .interview-post .post-contents h2 {
        font-size: 2.2rem;
        font-weight: 900;
        margin-block-end: 1rem
    }

    #interview .interview-link .interview-post .post-contents .interview-btn {
        font-size: 1.4rem;
        font-weight: 600;
        border-bottom: 1px solid #2D2D2D;
        position: relative;
        padding-right: 2rem;
        float: right
    }

    #interview .interview-link .interview-post .post-contents .interview-btn::before {
        content: "";
        font-size: 1rem;
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        position: absolute;
        right: 0;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out
    }
}

@media (min-width:769px) {
    #interview {
        width: 100%;
        max-width: 1080px;
        padding: 16rem 5rem 0;
        margin: 0 auto 10rem
    }

    #interview .archive-ttl {
        font-weight: bold;
        display: flex;
        flex-flow: column;
        row-gap: 1rem;
        margin-block-end: 6rem
    }

    #interview .archive-ttl .ttl {
        font-size: 4.5rem
    }

    #interview .archive-ttl hr {
        color: #707070
    }

    #interview .archive-ttl .sub-ttl {
        font-size: 2.2rem
    }

    #interview .interview-link {
        transition: 0.2s;
        margin-block-end: 6rem;
        display: block
    }

    #interview .interview-link:last-child {
        margin-block-end: 0
    }

    #interview .interview-link:hover {
        opacity: 0.5
    }

    #interview .interview-link .interview-post {
        padding: 4rem;
        border-radius: 3.2rem;
        box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
        display: flex;
        align-items: center;
        gap: 3rem
    }

    #interview .interview-link .interview-post img {
        max-height: 20rem
    }

    #interview .interview-link .interview-post .post-contents {
        font-family: source-han-sans-japanese, sans-serif
    }

    #interview .interview-link .interview-post .post-contents h3 {
        font-size: 2.2rem;
        font-weight: 900;
        margin-block-end: 1rem
    }

    #interview .interview-link .interview-post .post-contents h2 {
        font-size: 3.2rem;
        font-weight: 900;
        margin-block-end: 2rem
    }

    #interview .interview-link .interview-post .post-contents .interview-btn {
        font-size: 1.6rem;
        font-weight: 600;
        border-bottom: 1px solid #2D2D2D;
        position: relative;
        padding-right: 2rem
    }

    #interview .interview-link .interview-post .post-contents .interview-btn::before {
        content: "";
        font-size: 1.2rem;
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        position: absolute;
        right: 0;
        top: calc(50% + 1px);
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out
    }
}

#t-fair .calendar ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 550px;
    margin: 0 auto 120px auto;
}

#t-fair .insta_cotnent ul li p{
    font-size: 1.6875rem;
}

#t-fair .insta_cotnent img{
    display: block;
    margin: 0 auto 64px auto;
}

#t-fair .cotnent_wrap{
    max-width: 760px;
    margin: 0 auto;
}

#t-fair .cotnent_wrap ul{
    margin-bottom: 10px;
}

#t-fair .cotnent_wrap ul li:first-child{
    margin-bottom: 10px;
}

#t-fair .attention_text{
    display: block;
    font-size: 1.4375rem;
    max-width: 410px;
    margin: 40px auto 0 auto;
}

#t-fair .insta_cotnent img.insta_QR{
    margin-top: 40px;
}