:root{
    --sake-fes-primary: #002063;
    --sake-fes-orange: #EA5514;
    --sake-fes-white: #FFF;
    --misoshoyu-lightblue: #E7F0ED;
    --color-text-disabled: #746F6E;
    --misoshoyu-blue: #075D80;
    --color-tag-tertiary: #C1E5F9;
    --color-border-tertiary: #C5C3C1;
    --color-text-primary: #000B20;
    --color-background-primary: #EFE5CC;
    --color-anotation: #F20000;
}
html, body {
    height: 100%;
    margin: 0;
}
html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
}
body {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.sake-fes-news-detail {
    flex: 1;
}


/* ボタン */
.common-button--sake-fes-orange {
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}
.common-button__link--sake-fes-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sake-fes-orange, #EA5514);
    border: 1px solid var(--sake-fes-orange, #EA5514);
    padding: 10rem 46rem 10rem 30rem;
}
.common-button__link--sake-fes-orange::before {
    background-image: url(../img/sake-fes/icon_popup.svg);
}
.common-button__link--sake-fes-orange::after {
    background-image: url(../img/sake-fes/icon_common-button_right-arrow-orange.svg);
}
.common-button--sake-fes-small-orange {
    padding: 0;
    margin: 0 auto;
    width: fit-content;
}
.common-button--sake-fes-orange:hover .common-button__link--sake-fes-orange {
    color: var(--sake-fes-orange, #EA5514);
}
/* ボタン END */


/* チケット購入ボタン */
.sake-fes-top-ticket__link {
    position: fixed;
    right: 0;
    bottom: 97rem;
    display: block;
    border: 1.5px solid #D8B44A;
    border-right: none;
    border-radius: 15rem 0 0 15rem;
    width: fit-content;
    padding: 55rem 3rem 6rem 4rem;
    background-color: var(--sake-fes-white, #FFF);
    z-index: 3;
}
.sake-fes-top-ticket__link::before {
    position: absolute;
    top: 8rem;
    left: 10rem;
    display: block;
    content: '';
    background-image: url(../img/sake-fes/sake-fes-ticket-icon.png);
    width: 42rem;
    height: 42rem;
    background-size: cover;
}
.sake-fes-top-ticket__link-text {
    color: var(--sake-fes-primary, #002063);
    text-align: center;
    font-size: 11rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.11rem;
    margin-bottom: 5rem;
}
.sake-fes-top-ticket__link-btn-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sake-fes-white, #FFF);
    font-size: 10rem;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 1rem;
    background-color: var(--sake-fes-orange,#EA5514);
    height: 20rem;
    border-radius: 10rem;
    padding: 0 15rem 0 7rem;
}
.sake-fes-top-ticket__link-btn-text::after {
    position: absolute;
    top: 5rem;
    right: 7rem;
    display: block;
    content: '';
    background-image: url(../img/sake-fes/icon_top-popup.svg);
    width: 8rem;
    height: 7.5rem;
    background-size: contain;
    background-repeat: no-repeat;
}
@media (min-width: 768px)  {
    .sake-fes-top-ticket__link {
        bottom: 110rem;
        padding: 68rem 6rem 10rem 8rem;
    }
    .sake-fes-top-ticket__link::before {
        top: 14rem;
        left: 16rem;
        width: 48rem;
        height: 48rem;
    }
    .sake-fes-top-ticket__link-text {
        font-size: 14rem;
        letter-spacing: 0.56rem;
    }
    .sake-fes-top-ticket__link-btn-text {

        font-size: 13rem;
        letter-spacing: 1.3rem;
        height: 24rem;
        border-radius: 12rem;
        padding: 0 17rem 0 8rem;
    }
    .sake-fes-top-ticket__link-btn-text::after {
        right: 8.5rem;
        width: 9rem;
        height: 8.5rem;
    }
}
/* チケット購入ボタン END */


/* メインビジュアル */
.sake-fes__head {
    display: block;
    width: 100%;
}
.sake-fes-mv__title {
    position: relative;
    max-width: 1476rem;
    margin: 0 auto;
}
.sake-fes-mv__img {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .sake-fes-mv {
        position: relative;
        background-image: url(../img/sake-fes/sake-fes-mv-bg.png);
        background-size: contain;
        border-bottom: 27px solid var(--sake-fes-primary, #002063);
    }
    .sake-fes-mv::after {
        position: absolute;
        left: 0;
        bottom: -7rem;
        content: '';
        background-color: var(--sake-fes-white, #FFF);
        width: 100%;
        height: 7rem;
    }
    .sake-fes-mv__title::before,
    .sake-fes-mv__title::after {
        position: absolute;
        top: 0;
        content: '';
        background-color: var(--sake-fes-primary, #002063);
        width: 17rem;
        height: 100%;
    }
    .sake-fes-mv__title::before {
        left: -17rem;
    }
    .sake-fes-mv__title::after {
        right: -17rem;
    }
}
/* メインビジュアル END*/


/* info トップ */
.sake-fes-info__pc-br {
    display: none;
}
.sake-fes-info {
    background-color: #36409b;
    background-image: url(../img/sake-fes/sake-fes-info-sp-bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.sake-fes-info__body {
    position: relative;
    padding: 40rem 0 30rem;
}
.sake-fes-info__content {
    padding: 0 20rem;
}
.sake-fes-info__list {
    width: 335rem;
    margin: 0 auto;
}
.sake-fes-info__item {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 62rem;
    background-image: url(../img/sake-fes/sake-fes-info-bg01.svg);
    width: 100%;
    height: 143rem;
    padding: 22rem 0;
    margin-bottom: 20rem;
}
.sake-fes-info__item:nth-of-type(2) {
    background-image: url(../img/sake-fes/sake-fes-info-bg02.svg);
    height: 213rem;
}
.sake-fes-info__item:last-of-type {
    background-image: url(../img/sake-fes/sake-fes-info-bg03.svg);
    height: 494rem;
    margin-bottom: 0;
}
.sake-fes-info__item:last-of-type {
    margin-bottom: 0;
}
.sake-fes-info__item-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 4rem 10rem;
}
.sake-fes-info__item-ticket-present-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sake-fes-info__item-wrap--ticket {
    padding: 4rem 20rem;
}
.sake-fes-info__item-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sake-fes-white, #FFF);
    font-family: "Kaisei Tokumin";
    font-size: 14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 8.4rem;
    background-color: var(--sake-fes-orange, #EA5514);
    padding: 0 23rem;
    width: fit-content;
    min-height: 26rem;
    margin-bottom: 16rem;
}
.sake-fes-info__item-title::before,
.sake-fes-info__item-title::after {
    position: absolute;
    top: 0;
    content: '';
    background-color: var(--sake-fes-white, #FFF);
    width: 3rem;
    height: 100%;
}
.sake-fes-info__item-title::before {
    left: 3rem;
}
.sake-fes-info__item-title::after {
    right: 3rem;
}
.sake-fes-info__item-date {
    color: var(--color-text-primary, #000B20);
    font-size: 13rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.52rem;
    text-align: center;
    margin-bottom: 4rem;
}
.sake-fes-info__item-date--nam {
    font-size: 18rem;
    letter-spacing: 0.72rem;
}
.sake-fes-info__item-date:last-of-type {
    margin-bottom: 0;
}
.sake-fes-info__item-time-limit-img{
    position: absolute;
    top: -41rem;
    right: -10rem;
    display: block;
    width: 62rem;
    z-index: 2;
}
.sake-fes-info__item-area {
    color: var(--color-text-primary, #000B20);
    text-align: center;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56rem;
    margin-bottom: 6rem;
}
.sake-fes-info__item-place {
    color: var(--color-text-primary, #000B20);
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 22rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.88rem;
    margin-bottom: 24rem;
}
.common-button--sake-fes-info {
    width: 200rem;
    padding: 0;
}
.common-button__link--sake-fes-info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sake-fes-orange, #EA5514);
    min-width: 200rem;
    background-color: var(--sake-fes-white, #FFF);
    border: 1px solid var(--sake-fes-orange, #EA5514);
    height: 46rem;
    border-radius: 23rem;
    padding: 10rem 36rem 10rem 25rem;
}
.common-button--sake-fes-info:hover .common-button__link--sake-fes-info{
    color: var(--sake-fes-white, #FFF);
    background-color: var(--sake-fes-orange, #EA5514);
}
.common-button--sake-fes-info-ticket {
    min-width: 260rem;
}
.common-button__link--sake-fes-info-ticket {
    justify-content: flex-start;
    min-width: 260rem;
    padding: 10rem 10rem 10rem 40rem;
}
.common-button__link--sake-fes-info::after {
    background-image: url(../img/sake-fes/icon_common-button_right-arrow-orange.svg);
}
.sake-fes-info__item-ticket-wrap {
    border-bottom: 1px dotted #D4AE58;
    padding-bottom: 11rem;
}
.sake-fes-info__item-ticket-wrap:last-of-type {
    border: none;
    padding-top: 11rem;
}
.sake-fes-info__item-ticket-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 241rem;
    margin-bottom: 5rem;
}
.sake-fes-info__item-ticket-block:last-of-type {
    margin-bottom: 0;
}
.sake-fes-info__item-ticket-title {
    color: var(--color-text-primary, #000B20);
    text-align: center;
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56rem;
    width: fit-content;
    margin-right: 14rem;
}
.sake-fes-info__item-ticket-text {
    color: var(--color-text-primary, #000B20);
    font-size: 22rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.88rem;
    width: fit-content;
}
.sake-fes-info__item-ticket-text--small {
    font-size: 16rem;
    letter-spacing: 0.64rem;
}
.sake-fes-info__item-ticket-present {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #F2DEB2;
    width: 100%;
    border-radius: 10rem;
    padding: 4rem 14rem 4rem 4rem;
}
.sake-fes-info__item-ticket-present-img {
    display: block;
    max-width: 64rem;
    border-radius: 8rem;
    margin-right: 13rem;
}
.sake-fes-info__item-ticket-present-text {
    display: flex;
    flex-direction: column;
    display: block;
    color: var(--color-text-primary, #000B20);
    font-size: 11rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.44rem;
    width: auto;
}
.sake-fes-info__item-ticket-present-text--orange {
    color: var(--sake-fes-orange, #EA5514);
    font-size: 12rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.48rem;
}
.sake-fes-info__item-ticket-present-notes {
    color: var(--color-anotation,#F20000);
    font-size: 10rem;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.4rem;
    text-align: center;
    margin-top: 10rem;
}
.sake-fes-info__item-ticket-present-notes--mb24 {
    margin-bottom: 24rem;
}
.sake-fes-info__item-ticket-date {
    color: var(--color-text-primary, #000B20);
    text-align: center;
    font-size: 12rem;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    letter-spacing: 0.48rem;
    margin-bottom: 10rem;
}
.sake-fes-info__item-ticket-date--num {
    font-size: 18rem;
    letter-spacing: 0.72rem;
}
@media (min-width: 1035px) {
    .sake-fes-info__pc-br {
        display: block;
    }
    .sake-fes-info {
        background-image: url(../img/sake-fes/sake-fes-info-pc-bg01.png);
    }
    .sake-fes-info__body {
        padding: 80rem 0 30rem;
    }
    .sake-fes-info__content {
        max-width: 995rem;
        margin: 0 auto;
    }
    .sake-fes-info__list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    .sake-fes-info__item {
        width: calc((100% - 43rem) / 2);
        margin-bottom: 43rem;
        background-image: url(../img/sake-fes/sake-fes-info-bg01-pc.svg);
        height: 245rem;
    }
    .sake-fes-info__item:nth-of-type(1) {
        margin-right: 43rem;
    }
    .sake-fes-info__item:nth-of-type(2) {
        background-image: url(../img/sake-fes/sake-fes-info-bg01-pc.svg);
        height: 245rem
    }
    .sake-fes-info__item:nth-of-type(3) {
        background-image: url(../img/sake-fes/sake-fes-info-bg03-pc.svg);
        height: 633rem;
    }
    .sake-fes-info__item-wrap {
        height: 100%;
        padding: 4rem 10rem;
    }
    .sake-fes-info__item-wrap::before {
        left: 6rem;
    }
    .sake-fes-info__item-wrap::after {
        right: 6rem;
    }
    .sake-fes-info__item-ticket-present-wrap {
        padding: 0 70rem;
    }
    .sake-fes-info__item-wrap--ticket {
        padding: 4rem 0;
    }
    .sake-fes-info__item-title {
        font-size: 16rem;
        letter-spacing: 9.6rem;
        padding: 0 31rem;
        min-height: 32rem;
    }
    .sake-fes-info__item-title::before,
    .sake-fes-info__item-title::after {
        width: 5rem;
    }
    .sake-fes-info__item-title::before {
        left: 6rem;
    }
    .sake-fes-info__item-title::after {
        right: 6rem;
    }
    .sake-fes-info__item-date {
        font-size: 20rem;
        letter-spacing: 0.8rem;
        margin-bottom: 16rem;
    }
    .sake-fes-info__item-date--nam {
        font-size: 24rem;
        letter-spacing: 0.96rem;
    }
    .sake-fes-info__item-date--time-text {
        font-size: 13rem;
        letter-spacing: 0.52rem;
    }
    .sake-fes-info__item-date--time {
        font-size: 18rem;
        letter-spacing: 0.72rem;
    }
    .sake-fes-info__item-time-limit-img{
        top: -51rem;
        width: 92rem;
    }
    .sake-fes-info__item-area {
        font-size: 16rem;
        letter-spacing: 0.64rem;
    }
    .sake-fes-info__item-place {
        font-size: 24rem;
        letter-spacing: 0.96rem;
    }
    .sake-fes-info__item-ticket-block {
        width: 100%;
        margin: 0 auto 5rem;
    }
    .sake-fes-info__item-ticket-title {
        font-size: 16rem;
        letter-spacing: 0.64rem;
    }
    .sake-fes-info__item-ticket-text {
        font-size: 35rem;
        letter-spacing: 1.4rem;
    }
    .sake-fes-info__item-ticket-text--small {
        font-size: 16rem;
        letter-spacing: 0.64rem;
    }
    .sake-fes-info__item-ticket-present {
        padding: 6rem 16rem 6rem 6rem;
    }
    .sake-fes-info__item-ticket-present-img {
        width: 76rem;
        margin-right: 10rem;
    }
    .sake-fes-info__item-ticket-present-text {
        font-size: 12rem;
        line-height: 150%;
        letter-spacing: 0.48rem;
    }
    .sake-fes-info__item-ticket-present-text--orange {
        font-size: 14rem;
        letter-spacing: 0.56rem;
    }
    .sake-fes-info__item-ticket-present-notes {
        margin-bottom: 30rem;
    }
    .sake-fes-info__item-ticket-date {
        font-size: 16rem;
        letter-spacing: 1.92rem;
    }
    .sake-fes-info__item-ticket-date--num {
        font-size: 24rem;
        letter-spacing: 0.96rem;
    }
}
/* info トップ END */


/* コメント */
.sake-fes-comment {
    position: relative;
    background-image: url(../img/sake-fes/sake-fes-info-sp-bg02.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 14px solid var(--sake-fes-primary, #002063);
}
.sake-fes-comment::after {
    position: absolute;
    bottom: -7rem;
    left: 0;
    content: '';
    background-color: var(--sake-fes-white, #FFF);
    width: 100%;
    height: 7px;
}
.sake-fes-comment__body {
    padding: 30rem 0 40rem;
}
.sake-fes-comment__content {
    padding: 0 20rem;
}
.sake-fes-comment__block {
    background-color: var(--sake-fes-white, #FFF);
    padding: 30rem 26rem;
    border-radius: 20rem;
}
.sake-fes-comment__sub-title {
    color: var(--sake-fes-primary, #002063);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 18rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 1.8rem;
    text-align: center;
    margin-bottom: 5rem;
}
.sake-fes-comment__title {
    color: var(--sake-fes-orange, #EA5514);
    font-family: "Kaisei Tokumin";
    font-size: 24rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 2.4rem;
    text-align: center;
    margin-bottom: 20rem;
}
.sake-fes-comment__img {
    display: block;
    width: 100%;
    margin-bottom: 20rem;
}
.sake-fes-comment__text {
    color: var(--color-text-primary, #000B20);
    font-family: "Hiragino Sans";
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4rem;
}
@media (min-width: 768px) {
    .sake-fes-comment__content {
        max-width: 1000rem;
        margin: 0 auto;
    }
    .sake-fes-comment {
        background-image: url(../img/sake-fes/sake-fes-info-pc-bg02.png);
        border-bottom: none;
    }
    .sake-fes-comment::after {
        display: none;
    }
    .sake-fes-comment__body {
        padding: 30rem 0 80rem;
    }
    .sake-fes-comment__block {
        padding: 36rem 70rem;
    }
    .sake-fes-comment__sub-title {
        font-size: 24rem;
        line-height: 150%;
        letter-spacing: 2.4rem;
    }
    .sake-fes-comment__title {
        font-size: 28rem;
        line-height: 150%;
        letter-spacing: 2.8rem;
        margin-bottom: 30rem;
    }
    .sake-fes-comment__img-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sake-fes-comment__img {
        width: 343rem;
        margin-bottom: 0;
    }
    .sake-fes-comment__text {
        line-height: 170%;
        width: calc(100% - 385rem);
    }
}
/* コメント END*/


/* 最新情報 */
.sake-fes-news {
    background-color: var(--misoshoyu-lightblue, #E7F0ED);
}
.sake-fes-news__body {
    padding: 40rem 0;
}
.sake-fes-news__content {
    padding: 0 20rem;
}
.sake-fes-news__title {
    color: var(--sake-fes-primary, #002063);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.92rem;
    margin-bottom: 20rem;
}
.sake-fes-news__list {
    margin-bottom: 30rem;
}
.sake-fes-news__item {
    background-color: var(--sake-fes-white, #FFF);
    border-radius: 10rem;
    margin-bottom: 8rem;
}
.sake-fes-news__item:last-of-type {
    margin-bottom: 0;
}
.sake-fes-news__item-link {
    display: block;
    padding: 18rem;
}
.sake-fes-news__item-time-block {
    display: flex;
    align-items: center;
    margin-bottom: 10rem;
}
.sake-fes-news__item-time {
    color: var(--color-text-disabled, #746F6E);
    font-family: "Open Sans";
    font-size: 12rem;
    font-weight: 400;
    line-height: 100%;
    margin-right: 10rem;
}
.sake-fes-news__item-new {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-inverse, #FFF);
    text-align: center;
    font-family: "Open Sans";
    font-size: 10rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8rem;
    width: fit-content;
    padding: 0 7rem;
    min-height: 20rem;
    background-color: var(--sake-fes-orange, #EA5514);
    border-radius: 10rem;
}
.sake-fes-news__item-text {
    color: var(--color-text-primary, #000B20);
    font-family: "Hiragino Sans";
    font-size: 14rem;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 1.12rem;
}
@media (min-width: 768px) {
    .sake-fes-news__body {
        padding: 60rem 0;
    }
    .sake-fes-news__content {
        max-width: 1200rem;
        margin: 0 auto;
    }
    .sake-fes-news__title {
        font-size: 36rem;
        font-weight: 700;
        letter-spacing: 2.88rem;
        margin-bottom: 45rem;
    }
    .sake-fes-news__list {
        display: flex;
        margin-bottom: 45rem;
    }
    .sake-fes-news__item {
        width: calc((100% - 60rem) / 4);
        margin: 0 20rem 0 0;
    }
    .sake-fes-news__item:last-of-type {
        margin: 0;
    }
    .sake-fes-news__item-link {
        padding: 20rem 25rem 25rem;
    }
    .sake-fes-news__item-time {
        margin-right: 17rem;
    }
}
/* 最新情報 END */


/* トップステージイベント */
.sake-fes-stage {
    background-image: url(../img/sake-fes/stage-bg-sp.png);
    background-size: contain;
    background-repeat: repeat-y;
}
.sake-fes-stage__body {
    padding: 50rem 0;
}
.sake-fes-stage__img {
    display: block;
    width: 220rem;
    margin: 0 auto 20rem;
}
.sake-fes-stage__title {
    position: relative;
    color: var(--sake-fes-primary, #002063);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.92rem;
    margin-bottom: 10rem;
    width: fit-content;
    margin: 0 auto 10rem;
}
.sake-fes-stage__title::before,
.sake-fes-stage__title::after {
    position: absolute;
    top: 15rem;
    display: block;
    content: '';
    background-image: url(../img/sake-fes/heading-orange-icon.svg);
    width: 20rem;
    height: 9.671rem;
    background-size: cover;
}
.sake-fes-stage__title::before {
    left: -25rem;
    transform: rotate(-90deg);
}
.sake-fes-stage__title::after {
    right: -25rem;
    transform: rotate(90deg);
}
.sake-fes-stage__text {
    color: var(--color-text-primary, #000B20);
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 1.4rem;
    margin-bottom: 36rem;
}
@media (min-width: 768px) {
    .sake-fes-stage {
        background-image: url(../img/sake-fes/sake-fes-stage-bg.png);
        background-size: cover;
    }
    .sake-fes-stage__body {
        padding: 0;
    }
    .sake-fes-stage__content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        max-width: 790rem;
        padding: 36rem 56rem 36rem 76rem;
        margin: 0 auto;
        background-image: url(../img/sake-fes/stage-bg-pc.png);
        background-size: cover;
    }
    .sake-fes-stage__img {
        width: 276rem;
        margin: 0;
    }
    .sake-fes-stage__title {
        font-size: 36rem;
        font-weight: 700;
        letter-spacing: 2.88rem;
        margin: 0 auto 20rem;
    }
    .sake-fes-stage__title::before,
    .sake-fes-stage__title::after {
        top: 23rem;
        width: 26rem;
        height: 12.573rem;
    }
    .sake-fes-stage__title::before {
        left: -30rem;
    }
    .sake-fes-stage__title::after {
        right: -30rem;
    }
}
/* トップステージイベント END */


/* トップ参加蔵元 */
/* 味噌醤油まつりパーツコピー */
.miso-soysauce-fes__top-booth-list {
    margin-bottom: 30rem;
}
.miso-soysauce-fes__booth-item {
    padding: 15rem 0;
    border-top: 1px solid var(--color-border-tertiary, #C5C3C1);
}
.miso-soysauce-fes__booth-item:last-of-type {
    border-bottom: 1px solid var(--color-border-tertiary, #C5C3C1);
}
.miso-soysauce-fes__booth-item__top {
    display: flex;
}
.miso-soysauce-fes__booth-item__img-wrap {
    margin-right: 10rem;
    flex-shrink: 0;
}
.miso-soysauce-fes__booth-item__img-list {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    flex-shrink: 0;
}
.miso-soysauce-fes__booth-item__img-list--sake-corner{
    width: auto;
    margin-right: 0;
}
.miso-soysauce-fes__booth-item__img-item{
    border-radius: 10rem;
}
.miso-soysauce-fes__booth-item__img-list--sake-corner .miso-soysauce-fes__booth-item__img-item{
    border-radius: 0;
}
.miso-soysauce-fes__booth-item.hidden {
    display: none;
}
.miso-soysauce-fes__booth-item__img {
    width: 65rem;
    height: 65rem;
    object-fit: cover;
    display: block;
    border-radius: 8rem;
    border: 1px solid var(--color-border-quinary, #E0DEDB);
}
.miso-soysauce-fes__booth-item__head {
    margin-bottom: 10rem;
    display: flex;
    align-items: center;
}
.miso-soysauce-fes__booth-item__head-num-text {
    color: var(--color-text-inverse, #FFF);
    text-align: center;
    font-family: "Kaisei Opti";
    font-size: 16rem;
    font-weight: 700;
    line-height: 1;
    border-radius: 4rem;
    width: 32rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10rem;
}
.miso-soysauce-fes__booth-item__head-num-text--aizu {
    background-color: #0A8B27;
}
.miso-soysauce-fes__booth-item__head-num-text--nakadori {
    background-color: #911B69;
}
.miso-soysauce-fes__booth-item__head-num-text--hamadori {
    background-color: #DC3B71
}
.miso-soysauce-fes__booth-item__head-title{
    color: var(--misoshoyu-blue, #075D80);
    font-size: 18rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.miso-soysauce-fes__booth-item__sweets-name{
    color: var(--color-text-primary, #000B20);
    font-size: 18rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.miso-soysauce-fes__booth-item__price-text{
    color: var(--color-text-primary, #000B20);
    font-size: 12rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 10rem;
}
.miso-soysauce-fes__booth-item__head-title-link {
    display: flex;
    color: var(--misoshoyu-blue, #075D80);
    font-size: 18rem;
    font-weight: 700;
    letter-spacing: 1.8px;
}
.miso-soysauce-fes__booth-item__head-title-link--link {
    text-decoration-line: underline;
}
.miso-soysauce-fes__booth-item__head-title-link--link::after{
    content: "";
    background-image: url(../img/icon/icon_common-button_popup.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13rem;
    height: 12rem;
    margin-left: 4rem;
    display: inline-flex;
    flex-shrink: 0;
}
.miso-soysauce-fes__booth-item__annotation-text {
    color: var(--misoshoyu-miso, #B2602F);
    font-size: 12rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    margin-bottom: 10rem;
}
.miso-soysauce-fes__booth-item__wysiwyg {
    color: var(--color-text-primary, #000B20);
    font-size: 14rem;
    font-weight: 700;
    line-height: 150%;
}
.miso-soysauce-fes__booth-item__wysiwyg--coming-soon{
    font-size: 12rem;
    font-weight: 400;
    color: var(--color-anotation,#F20000);
}
.miso-soysauce-fes__booth-item__wysiwyg h4{
    font-size: 14rem;
    font-weight: 700;
    font-size: 12rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.44rem;
}
.miso-soysauce-fes__booth-item__description-text {
    color: var(--color-text-primary, #000B20);
    font-size: 14rem;
    font-weight: 400;
    letter-spacing: 1.4px;
    margin-top: 15rem;
}
.miso-soysauce-fes__block-link-list {
    display: flex;
    flex-direction: column;
    gap: 12rem;
    width: 100%;
    margin-bottom: 60rem;
}
.miso-soysauce-fes__block-link-item {
    border-radius: 6px;
    border: 1px solid var(--color-border-tertiary, #C5C3C1);
    background-color: var(--color-background-secondary, #FFF);
    padding: 9rem 14rem 9rem 18rem;
    width: 100%;
}
.miso-soysauce-fes__block-link-item-text {
    color: var(--color-text-primary, #000B20);
    font-size: 16rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.miso-soysauce-fes__block-link-item-text::after {
    content: "";
    display: block;
    background-image: url(../img/miso-soysauce-fes/icon_miso-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24rem;
    height: 24rem;
    flex-shrink: 0;
}
@media screen and (min-width: 768px) {
    .miso-soysauce-fes__top-booth-list  {
        display: flex;
        flex-wrap: wrap;
    }
    .miso-soysauce-fes__booth-list{
        display: flex;
        flex-wrap: wrap;
    }
    .miso-soysauce-fes__booth-item {
        padding: 30px;
        width: 50%;
        position: relative;
    }
    .miso-soysauce-fes__booth-item:nth-child(1),
    .miso-soysauce-fes__booth-item:nth-child(2) {
        border-top: none;
    }
    .miso-soysauce-fes__booth-item:last-of-type {
        display: block;
        border-bottom: none;
    }
    .miso-soysauce-fes__booth-item:nth-child(even)::before {
        content: "";
        display: block;
        background-color: var(--color-neutral-400, #C5C3C1);
        width: 1px;
        height: calc(100% - 30px * 2);
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .miso-soysauce-fes__booth-item:last-of-type:nth-child(odd)::after {
        content: "";
        display: block;
        background-color: var(--color-neutral-400, #C5C3C1);
        width: 1px;
        height: calc(100% - 30px * 2);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .miso-soysauce-fes__booth-item:nth-last-child(2):nth-child(even) {
        box-shadow: 0 1px 0 0 var(--color-neutral-400, #C5C3C1);
    }
    .miso-soysauce-fes__booth-item--top {
        width: calc(100% / 2);
    }
    .miso-soysauce-fes__booth-item__img-wrap {
        width: 100px;
        margin-right: 20px;
    }
    .miso-soysauce-fes__booth-item__img {
        width: 100rem;
        height: 100rem;
    }
    .miso-soysauce-fes__block-link-list {
        flex-direction: row;
        gap: 10px;
        margin-bottom: 80px;
    }
    .miso-soysauce-fes__block-link-item {
        width: calc( ( 100% - 10px * 2 ) / 3 );
    }
    .miso-soysauce-fes__block-link-item-text {
        color: var(--color-text-primary, #000B20);
        font-size: 16rem;
        font-weight: 400;
        line-height: 2;
        letter-spacing: 0.64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .miso-soysauce-fes__block-link-item-text::after {
        content: "";
        display: block;
        background-image: url(../img/miso-soysauce-fes/icon_miso-arrow.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 24rem;
        height: 24rem;
        flex-shrink: 0;
        position: relative;
        top: 0;
        transition: .3s all;
    }
    .miso-soysauce-fes__block-link-item:hover .miso-soysauce-fes__block-link-item-text::after{
        top: 5px;
    }
}

.sake-fes-top-brewer__body {
    padding: 50rem 0;
}
.sake-fes-top-brewer__sub-title {
    color: var(--sake-fes-orange, #EA5514);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 14rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.12rem;
    margin-bottom: 4rem;
}
.sake-fes-top-brewer__title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sake-fes-primary, #002063);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 24rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.92rem;
    margin-bottom: 20rem;
}
.sake-fes-top-brewer__title::before {
    display: block;
    content: '';
    background-image: url(../img/sake-fes/brewer-icon.svg);
    background-size: cover;
    width: 24.001px;
    height: 26.31px;
    margin-right: 5rem;
}
.sake-fes-top-brewer__content {
    padding: 0 20rem;
}
.sake-fes-top-brewer__tag-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10rem;
    width: fit-content;
}
.sake-fes-top-brewer__tag-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-text-primary, #000B20);
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 11rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.44rem;
    padding: 0 6rem;
    width: fit-content;
    min-height: 20rem;
    border-radius: 10rem;
    margin-right: 8rem;
}
.sake-fes-top-brewer__tag-item:last-of-type {
    margin-right: 0;
}
.sake-fes-top-brewer__tag-item--text-only {
    font-size: 12rem;
}
.sake-fes-top-brewer__tag-item--area {
    background-color: var(--color-tag-tertiary, #C1E5F9);
}
.sake-fes-top-brewer__tag-item--city {
    background-color: var(--color-background-primary, #EFE5CC);
}
.sake-fes-top-brewer__tag-item--text {
    background-color: transparent;
    padding: 0;
}
@media (min-width: 768px) {
    .sake-fes-top-brewer__body {
        padding: 60rem 0;
    }
    .sake-fes-top-brewer__sub-title {
        font-size: 22rem;
        letter-spacing: 1.76rem;
    }
    .sake-fes-top-brewer__title {
        font-size: 36rem;
        font-weight: 700;
        letter-spacing: 2.88rem;
        margin-bottom: 50rem;
    }
    .sake-fes-top-brewer__title::before {
        width: 36.49rem;
        height: 39.999rem;
        margin-right: 18rem;
    }
    .sake-fes-top-brewer__content {
        max-width: 994rem;
        margin: 0 auto;
    }
    .sake-fes-top-brewer__tag-item--text {
        background-color: transparent;
        padding: 0;
    }
}
/* トップ参加蔵元 END */


/* トップチケット */
.sake-fes-top-ticket {
    position: relative;
    background-color: var(--sake-fes-primary, #002063);
    border-top: 14px solid var(--sake-fes-white, #FFF);
    border-bottom: 14px solid var(--sake-fes-white, #FFF);
}
.sake-fes-top-ticket::before,
.sake-fes-top-ticket::after {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    background-color: var(--sake-fes-primary, #002063);
    width: 100%;
    height: 7rem;
}
.sake-fes-top-ticket::before {
    top: -14rem;
}
.sake-fes-top-ticket::after {
    bottom: -14rem;
}
.sake-fes-top-ticket__body {
    background-color: var(--sake-fes-white, #FFF);
    padding: 40rem 0;
    margin: 0 20rem;
}
.sake-fes-top-ticket__content {
    padding: 0 20rem;
}
.sake-fes-top-ticket__title {
    display: flex;
    align-items: center;
    color: var(--sake-fes-primary, #002063);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 24rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.92rem;
    width: fit-content;
    margin: 0 auto 20rem;
}
.sake-fes-top-ticket__title::before {
    display: block;
    content: '';
    background-image: url(../img/sake-fes/ticket-icon.svg);
    background-size: cover;
    width: 28rem;
    height: 25.131rem;
    margin-right: 5rem;
}
@media (min-width: 768px) {
    .sake-fes-top-ticket {
        background-image: url(../img/sake-fes/sake-fes-top-ticket-bg.png);
        background-size: contain;
        background-repeat: repeat-x;
        border-top: 27px solid var(--sake-fes-white, #FFF);
        border-bottom: 27px solid var(--sake-fes-white, #FFF);
    }
    .sake-fes-top-ticket::before,
    .sake-fes-top-ticket::after {
        position: absolute;
        left: 0;
        display: block;
        content: '';
        background-color: var(--sake-fes-primary, #002063);
        width: 100%;
        height: 17rem;
    }
    .sake-fes-top-ticket::before {
        top: -27rem;
    }
    .sake-fes-top-ticket::after {
        bottom: -27rem;
    }
    .sake-fes-top-ticket__body {
        position: relative;
        max-width: 1051rem;
        padding: 60rem 0;
        margin: 0 auto;
    }
    .sake-fes-top-ticket__body::before,
    .sake-fes-top-ticket__body::after {
        position: absolute;
        top: 0;
        display: block;
        content: '';
        background-color:  var(--sake-fes-primary, #002063);
        width: 18rem;
        height: 100%;
    }
    .sake-fes-top-ticket__body::before {
        left: 10rem;
    }
    .sake-fes-top-ticket__body::after {
        right: 10rem;
    }
    .sake-fes-top-ticket__content {
        max-width: 795rem;
        padding: 0 48rem;
        margin: 0 auto;
    }
    .sake-fes-top-ticket__title {
        font-size: 36rem;
        font-weight: 700;
        letter-spacing: 2.88rem;
    }
    .sake-fes-top-ticket__title::before {
        width: 40.001rem;
        height: 35.902rem;
        margin-right: 16rem;
    }
}
/* トップチケット END*/


/* トップフリー */
.sake-fes-top-free__body {
    padding: 60rem 0;
}
.sake-fes-top-free__content {
    padding: 0 26rem;
}
.sake-fes-top-free__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6rem 30rem;
    border-left: 2rem solid var(--sake-fes-primary, #002063);
    border-right: 2rem solid var(--sake-fes-primary, #002063);
    box-sizing: border-box;
    margin-bottom: 89rem;
}
.sake-fes-top-free__item:last-of-type {
    margin-bottom: 0;
}
/* .sake-fes-top-free__wysiwyg-area {
    padding: 6rem 30rem;
} */
.sake-fes-top-free__item::before,
.sake-fes-top-free__item::after {
    position: absolute;
    display: block;
    content: '';
    background-image: url(../img/sake-fes/free-area-decoration.svg);
    background-size: cover;
    width: 323rem;
    height: 24rem;
}
.sake-fes-top-free__item::before {
    top: -24rem;
}
.sake-fes-top-free__item::after {
    bottom: -24rem;
    transform: rotate(180deg);
}
.sake-fes-top-free__decoration-img {
    display: block;
    width: 100%;
}
.sake-fes-top-free__wysiwyg-area p {
    color: var(--color-text-primary, #000B20);
    font-family: "Hiragino Sans";
    font-size: 14rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 1.4rem;
    margin-bottom: 16rem;
}
.sake-fes-top-free__wysiwyg-area p:has(.common-button__link) {
    margin-bottom: 0;
}
.sake-fes-top-free__wysiwyg-area h2 {
    position: relative;
    color: var(--sake-fes-white, #FFF);
    text-align: center;
    font-family: "Kaisei Tokumin";
    font-size: 20rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 1.6rem;
    background-color: var(--sake-fes-orange, #EA5514);
    padding: 6rem 20rem;
    margin-bottom: 16rem;
}
.sake-fes-top-free__wysiwyg-area h2::before,
.sake-fes-top-free__wysiwyg-area h2::after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    background-color: var(--sake-fes-white, #FFF);
    width: 8rem;
    height: 100%;
}
.sake-fes-top-free__wysiwyg-area h2::before {
    left: 6rem;
}
.sake-fes-top-free__wysiwyg-area h2::after {
    right: 6rem;
}
.sake-fes-top-free__wysiwyg-area h3 {
    position: relative;
    color: var(--primary, #002063);
    font-family: "Hiragino Sans";
    font-size: 18rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.44rem;
    padding-left: 24rem;
    margin-bottom: 16rem;
}
.sake-fes-top-free__wysiwyg-area h3::before {
    position: absolute;
    top: 7rem;
    left: 2rem;
    display: block;
    content: '';
    background-color: var(--sake-fes-primary, #002063);
    width: 12rem;
    height: 12rem;
    transform: rotate(45deg);
}
.sake-fes-top-free__wysiwyg-area h4 {
    color: var(--color-text-primary, #000B20);
    font-family: "Hiragino Sans";
    font-size: 14rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.68rem;
    margin-bottom: 2rem;
}
.sake-fes-top-free__wysiwyg-area .common-button__link--natural {
    color: var(--sake-fes-orange, #EA5514);
    min-width: 202rem;
    height: 46rem;
    background-color: var(--sake-fes-white, #FFF);
    border: 1px solid var(--sake-fes-orange, #EA5514);
    margin: 0 auto;
}
.sake-fes-top-free__wysiwyg-area .common-button__link--popup::before {
    background-image: url(../img/sake-fes/icon_popup-orange.svg);
}
.sake-fes-top-free__wysiwyg-area .common-button__link--natural::after {
    background-image: url(../img/sake-fes/icon_common-button_right-arrow-orange.svg);
    width: 26rem;
    height: 26rem;
}
.sake-fes-top-free__wysiwyg-area .common-button__link--natural:hover {
    color: var(--sake-fes-white, #FFF);
    background-color: var(--sake-fes-orange, #EA5514);
}
.common-button__link--popup::before {
    background-image: url(../img/sake-fes/icon_popup-orange.svg);
}
.common-button__link--white-popup::before {
    background-image: url(../img/sake-fes/icon_popup.svg);
}
.common-button.common-button:hover .common-button__link--white-popup::before {
    background-image: url(../img/sake-fes/icon_popup-orange.svg);
}
@media (min-width: 768px) {
    .sake-fes-top-free__body {
        padding: 84rem 0;
    }
    .sake-fes-top-free__content {
        padding: 0 20rem;
        max-width: 790rem;
        margin: 0 auto;
    }
    .sake-fes-top-free__item {
        padding: 30rem 70rem;
        border-left: 3rem solid var(--sake-fes-primary, #002063);
        border-right: 3rem solid var(--sake-fes-primary, #002063);
    }
    .sake-fes-top-free__item:last-of-type {
        margin-bottom: 0;
    }
    .sake-fes-top-free__item::before,
    .sake-fes-top-free__item::after {
        background-image: url(../img/sake-fes/free-area-decoration-pc.svg);
        background-position: bottom;
        width: calc(100% + 6px);
    }
    .sake-fes-top-free__wysiwyg-area p {
        font-size: 16rem;
        letter-spacing: 1.6rem;
    }
    .sake-fes-top-free__wysiwyg-area h2 {
        font-size: 24rem;
        letter-spacing: 1.92rem;
    }
    .sake-fes-top-free__wysiwyg-area h3 {
        font-size: 20rem;
        letter-spacing: 1.6rem;
        padding-left: 30rem;
    }
    .sake-fes-top-free__wysiwyg-area h3::before {
        top: 8rem;
        width: 14rem;
        height: 14rem;
    }
    .sake-fes-top-free__wysiwyg-area h4 {
        font-size: 16rem;
        letter-spacing: 1.92rem;
    }
}
/* トップフリー END */


/* 終了コメント */
.miso-soysauce-fes__info-end-text {
    color: #E83821;
    text-align: center;
    font-size: 13rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.52rem;
    padding: 20rem 10rem;
    background-color: var(--sake-fes-white, #FFF);
    margin-bottom: 40rem;
}
.miso-soysauce-fes__info-end-text--detail {
    padding: 0;
}
@media (min-width: 768px) {
    .miso-soysauce-fes__info-end-text {
        font-size: 24rem;
        letter-spacing: 0.96rem;
        padding: 20rem 30rem;
        width: fit-content;
        margin: 0 auto 60rem;
    }
}
/* 終了コメント END */


/* header-menu */
.header-menu {
    position: fixed;
    width: 100%;
    height: 58rem;
    background-color: var(--sake-fes-white, #FFF);
    padding: 0 13.5rem;
}
.header-menu--top {
    background-color: transparent;
}
.meader-menu__logo-link {
    width: 208rem;
}
.menu-btn {
    position: absolute;
    top: 4rem;
    right: 4rem;
    background-color: var(--sake-fes-primary, #002063);
}
.menu-item::after {
    right: 10rem;
    background-image: url(../img/sake-fes/menu-arrow.svg);
    width: 14.4rem;
    height: 12rem;
}
.menu-item {
    padding: 0;
}
.menu-item__link {
    display: flex;
    align-items: center;
    color: var(--color-text-primary, #000B20);
    font-size: 16rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.9rem;
    padding: 10rem 16rem;
    min-height: 56rem;
}
@media (min-width: 900px) {
    .header-menu {
        height: 68rem;
        padding: 0 16rem;
    }
    .meader-menu__logo-link {
        width: 267rem;
    }
    .menu-btn {
        position: static;
    }
    .page-sake-fes .menu-btn {
        position: absolute;
        top: 25rem;
        right: 21rem;
    }
    .menu-btn:hover {
        border: 1px solid var(--sake-fes-primary);
    }
    .menu-btn:hover .menu-btn__text {
        color: var(--sake-fes-primary);
    }
    .menu-btn:hover .menu-btn__hamburger-border {
        background-color: var(--sake-fes-primary);
    }
    .menu-list__wrap {
        padding-top: 90rem;
    }
}
/* header-menu END */


/* スクロールボタン */
.page-top-button {
    background-image: url(../img/sake-fes/icon_page-top-button.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    right: 20rem;
    bottom: 20rem;
    width: 64rem;
    height: 64rem;
    border: none;
    background-color: inherit;
    z-index: 10;
    cursor: pointer;
}
/* スクロールボタン END */


/* footer */
.footer {
    background-color: transparent;
    background-image: url(../img/sake-fes/sake-fes_footer_sp.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer__common {
    padding: 34rem 20rem 52rem;
    border-top: none;
}
.footer__common__department-text {
    color: var(--sake-fes-white, #FFF);
    font-weight: normal;
    margin-bottom: 0;
}
.footer__common__address-text {
    color: var(--sake-fes-white, #FFF);
    font-weight: normal;
    margin-bottom: 20rem;
}
.footer__common__page-list {
    font-weight: normal;
    margin-bottom: 30rem;
}
.footer__common__page-link {
    color: var(--sake-fes-white, #FFF);
}
.footer__common-foot {
    width: fit-content;
    margin: 0 auto;
}
.footer__common-foot-banner-img {
    margin-bottom: 30rem;
}
@media (min-width: 900px) {
    .footer {
        background-image: url(../img/sake-fes/sake-fes_footer_pc.png);
    }
    .footer__common-inner {
        padding: 0;
    }
    .footer__common-head {
        align-items: flex-start;
        max-width: 100%;
        width: 100%;
    }
    .footer__common__logo-img {
        width: 100%;
        max-width: 312rem;
    }
    .footer__common__page-list {
        justify-content: space-between;
        width: 266rem;
        gap: 0;
    }
    .footer__common__page-link {
        font-size: 12rem;
        width: 100%;
    }
    .footer__common-foot {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin: 0
    }
    .footer__common__cp-text {
        width: fit-content;
    }
    .footer__common-foot-banner-img {
        width: 300rem;
        margin-bottom: 16rem;
    }
}
/* footer END */