@charset "utf-8";

body::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    /*background: rgb(253,208,0);
	background: linear-gradient(180deg, rgba(2253,208,0,1) 0%, rgba(253,208,0,1) 100%);*/
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: -10;
}

.beerMenu {
    width: 100%;
    overflow: hidden;
}

.footer-inner {
    z-index: 10;
}

.hidden {
    display: none;
}

.index-br {
    display: none;
}

.thanks {
    display: none;
}

.menu-caption {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 12px;
    display: block;
}

	.name_space {
		margin-bottom: 1.5em;
	}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.back-link-area {
    text-align: center;
    padding-bottom: 20px;
    z-index: 20;
    position: relative;
}

.back-link {
    display: inline-block;
    position: relative;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.back-link::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.back-link:hover {
    opacity: 0.5;
}

/* PC ================================================== */
@media all and (min-width: 960px) {
    .beer-header-background {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .beer-footer-background {
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    /* .beerMenu {} */

    .beerMenu-inner {
        width: 100%;
        max-width: 1000px;
        padding: 95px 0 50px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }

    .beerMenu-inner.detail-inner {
        padding: 160px 0 50px;
    }

    .beerMenu-ttl {
        width: 70%;
        margin: 4vh auto 47.5vh;
        font-family: "Braisetto", serif;
        text-align: left;
    }

    .beerMenu-sub {
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        margin-top: 50px;
        line-height: 2;
    }

    .topMenu-list {
        width: 100%;
        margin: 0 auto 50px;
    }

    .topMenu-list ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .topMenu-list li {
        width: calc((100% / 3) - 4px);
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 1.3;
        position: relative;
        text-align: center;
    }

    .topMenu-list a {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 25px;
    }

    .topMenu-list li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 15px;
        height: 15px;
        background-image: url("../image/arrow.svg");
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.5s;
    }

    .beerMenu-container {
        width: 100%;
        padding: 50px 70px;
        margin: -20px auto 0;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 15px;
    }

    .beerMenu-container h2 {
        font-size: 36px;
        color: #ffbd15;
        text-align: center;
        margin-bottom: 10px;
        font-family: "halcom", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .beerMenu-list {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .beer_list {
        justify-content: center;
        gap: 25px;
    }

    .beerMenu-list::after {
        display: none;
        content: "";
        width: 300px;
    }

    .beerMenu-list01 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .beerMenu-jazz {
        margin-bottom: 220px;
    }

    .item {
        width: calc((100% / 3) - 20px);
        margin-bottom: 80px;
    }

    .item:last-of-type {
        margin-bottom: 20px;
    }

    .item01 {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
        margin-top: 20px;
    }

    .item01:last-of-type {
        margin-bottom: 20px;
    }

    .item_takeout {
        width: calc((100% / 3) - 20px);
        margin-bottom: 80px;
    }

    .item_takeout:last-of-type {
        margin-bottom: 20px;
    }

    .item-image {
        width: 100%;
        position: relative;
    }

    .item-image a {
        width: 100%;
        overflow: hidden;
    }

    .item-txt-area {
        width: 100%;
        height: 190px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item-txt-area-music {
        width: calc(50% - 15px);
        height: 190px;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item-txt-area-music small {
        font-size: 10px;
    }

    .menu-txt {
        font-size: 12px;
        line-height: 1.4;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */
    }

    .menu-txt_music {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */
    }

    .menu-name {
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.5em;
    }

    .menu-name .livetime {
        background-color: #fff;
        padding: 6px;
        color: #000;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 10px;
    }

    .menu-name .timeschedule {
        font-size: 14px;
        font-weight: normal;
        margin-top: 10px;
        display: block;
    }

    .menu-bottom {
        width: 100%;
    }

    .menu-price {
        font-size: 17px;
        line-height: 1.4em;
        font-weight: bold;
        font-family: "halcom", sans-serif;
    }

    .menu-price_takeout {
        font-size: 17px;
        line-height: 1.4em;
        font-weight: bold;
        margin-bottom: 23px;
        padding-top: 30px;
        font-family: "halcom", sans-serif;
    }

    .shop-info {
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .shop-info-txt-area {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .shop-logo {
        width: 90px;
    }

    .shop-name-area {
        width: calc(100% - 80px -10px);
    }

    .shop-name {
        font-size: 10px;
        font-weight: 600;
    }

    .shop-time {
        font-size: 11px;
        color: #666;
    }

    .backbtn-area {
        margin: 195px auto 0;
        text-align: center;
    }

    .beer-image {
        position: absolute;
    }

    .beer-image01 {
        width: 150px;
        top: 20px;
        left: -150px;
    }

    .beer-image02 {
        width: 110px;
        bottom: 500px;
        right: -105px;
    }

    .beer-image03 {
        width: 150px;
        bottom: 80px;
        left: -160px;
    }

    .greensprings-links {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin: 90px auto 20px;
    }

    .greensprings-links-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .greensprings-links-item a {
        padding: 20px;
        border: 1px solid #333;
        color: #333;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }

    .greensprings-links-item a:hover {
        color: #ffffff;
        background-color: #333;
        transition: all 0.3s;
    }

    .caption {
        font-size: 11.5px;
        margin: 30px auto;
        line-height: 1.6em;
        letter-spacing: 0.01em;
    }

    .item:nth-of-type(1) .item-txt-area,
    .item:nth-of-type(2) .item-txt-area {
        height: 180px;
    }

    .item:nth-of-type(3) .item-txt-area {
        height: 200px;
    }

    .item:nth-of-type(4) .item-txt-area {
        height: 180px;
    }

    .item:nth-of-type(5) .item-txt-area {
        height: 180px;
    }

    .item:nth-of-type(6) .item-txt-area {
        height: 180px;
    }

    .item:nth-of-type(7) .item-txt-area,
    .item:nth-of-type(8) .item-txt-area {
        height: 180px;
    }

    .item:nth-of-type(9) .item-txt-area,
    .item:nth-of-type(10) .item-txt-area {
        height: 180px;
    }

    .item:nth-of-type(11) .item-txt-area,
    .item:nth-of-type(12) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(1) .item-txt-area,
    .item_takeout:nth-of-type(2) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(3) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(4) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(5) .item-txt-area,
    .item_takeout:nth-of-type(6) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(7) .item-txt-area,
    .item_takeout:nth-of-type(8) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(9) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(10) .item-txt-area {
        height: 180px;
    }

    .beerMenu-copy {
        position: absolute;
        top: 50px;
        right: 0;
        width: 60px;
    }

    .timeschedule {
        width: 100%;
        margin: 0 auto 10px;
        font-family: "halcom", sans-serif;
    }

    .time {
        width: 100%;
        margin: 0 auto 20px;
    }

    .introduce {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        text-align: right;
    }

    .beerTitle {
        width: 100%;
        margin-bottom: 80px;
    }

    .beerTitle img {
        width: 100%;
    }

    .information {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 0px;
    }

    .switch-area {
        font-weight: 700;
        display: flex;
        justify-content: center;
        letter-spacing: 0.08em;
        font-size: 20px;
        margin-top: 30px;
        /*color: #c4c4c4;*/
        color: #a8a8a8;
        font-family: "halcom", sans-serif;
    }

    .switch--0818,
    .switch--0819,
    .switch--0820 {
        cursor: pointer;
        width: 30%;
        padding: 20px 0;
        text-align: center;
        transition: all 0.5s ease 0s;
        /*border-bottom: 1px solid #c4c4c4;*/
        border-bottom: 1px solid transparent;
    }

    .switch--0819,
    .switch--0820 {
        margin-left: 30px;
    }

    .switch--0818.is-active {
        color: #fff;
        border-color: #fff;
    }

    .switch--0819.is-active {
        color: #fff;
        border-color: #fff;
    }

    .switch--0820.is-active {
        color: #fff;
        border-color: #fff;
    }

    /* .list-wrapper {} */

    .artist-list__0818 {
        display: none;
        opacity: 0;
    }

    .artist-list__0818.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .artist-list__0819 {
        display: none;
        opacity: 0;
    }

    .artist-list__0819.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .artist-list__0820 {
        display: none;
        opacity: 0;
    }

    .artist-list__0820.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .concertMainIn {
        width: 100%;
        max-width: 860px;
        margin: 100px auto 0;
    }

    .concertMainIn dl dt img {
        width: 100%;
        height: 100%;
        max-height: 180px;
        object-fit: cover;
    }

    .img-sawada {
        height: 110% !important;
    }

    .img-matsushita {
        object-position: -34px 0 !important;
        height: 130% !important;
    }

    .img-takahashi {
        height: 120% !important;
    }

    .img-zack {
        object-position: 0 -30px !important;
    }

    .img-omi {
        object-position: 0 -26px !important;
    }

    .img-oe {
        object-position: 0 -22px !important;
    }

    .img-tokumaru {
        object-position: 0 -79px !important;
    }

    .img-ishida {
        object-position: 0 -88px !important;
    }

    .img-uemura {
        object-position: 0 -94px !important;
    }

    .img-tamura {
        height: 110% !important;
    }

    .img-yamada {
        object-position: 0 -29px !important;
    }

    .img-copa {
        object-position: 0 -10px !important;
    }

    .concertMain {
        z-index: 999;
    }

    .concertMainIn h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: left;
    }

    .concertMainIn dl {
        display: flex;
        font-size: 12px;
        margin-bottom: 6%;
    }

    .concertMainIn dl dt {
        width: 25%;
        margin-right: 5%;
    }

    .concertMainIn dl dd {
        width: 65%;
        letter-spacing: 0.01em;
        line-height: 1.7;
        font-feature-settings: "palt";
    }

    .concertMainIn dl dd strong {
        display: block;
        margin-bottom: 10px;
        line-height: 1;
        font-size: 20px;
        position: relative;
    }

    .concertMainIn dl dd strong span {
        display: inline-block;
        position: absolute;
        top: 0;
        font-size: 12px;
        width: 130px;
        padding: 3px 0;
        background: #191919;
        line-height: 1;
        margin-left: 8px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
    }

    /* 8月分肩書きの調整のため---------------------------------------------------- */
    .long_title {
        width: unset !important;
    }

    .alink {
        font-size: 12px;
        color: #191919;
        text-decoration: underline;
    }

    .novelMain {
        background-color: #fff;
    }

    .novelMainIn {
        width: 90%;
        max-width: 550px;
        margin: 120px auto 0;
    }

    .novelMainIn h2 {
        width: 300px;
        line-height: 1.2;
        margin-bottom: 60px;
    }

    .novelMainIn h2 img {
        width: 100%;
    }

    .novelMainIn p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 120px;
        font-feature-settings: "palt" 1;
    }

    .NovelThumbBox {
        display: flex;
    }

    .novelMainIn dl {
        display: flex;
        font-size: 12px;
        margin-bottom: 6%;
        line-height: 1.7;
    }

    .novelMainIn dl dt {
        width: 80%;
        margin: 0 auto;
    }

    .novelMainIn dl dt img {
        width: 100%;
    }

    .novelMainIn dl dd {
        width: 55%;
        letter-spacing: 0.001em;
    }

    .novelMainIn dl dd strong {
        display: block;
        margin-bottom: 10px;
        line-height: 1;
        font-size: 16px;
    }

    .novelMainIn dl dd strong span {
        display: inline-block;
        font-size: 12px;
        width: 90px;
        padding: 3px 0;
        background: #0092e5;
        line-height: 1;
        margin-left: 8px;
        color: #fff;
        text-align: center;
    }

    .alinkNovel {
        font-size: 12px;
        color: #191919;
        text-decoration: underline;
        margin-top: 60px;
        display: block;
    }

    .alink {
        font-size: 12px;
        color: #191919;
        text-decoration: underline;
    }

    .novelMain {
        background-color: #fff;
    }

    .novelMainIn {
        width: 90%;
        max-width: 700px;
        margin: 120px auto 0;
    }

    .novelMainIn h2 {
        width: 300px;
        line-height: 1.2;
        margin-bottom: 60px;
    }

    .novelMainIn h2 img {
        width: 100%;
    }

    .novelMainIn p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 120px;
        font-feature-settings: "palt" 1;
    }

    .NovelThumbBox {
        display: flex;
    }

    .novelMainIn dl {
        display: flex;
        font-size: 12px;
        margin-bottom: 6%;
        line-height: 1.7;
    }

    .novelMainIn dl dt {
        width: 80%;
        margin: 0 auto;
    }

    .novelMainIn dl dt img {
        width: 100%;
    }

    .novelMainIn dl dd {
        width: 55%;
        letter-spacing: 0.001em;
    }

    .novelMainIn dl dd strong {
        display: block;
        margin-bottom: 10px;
        line-height: 1;
        font-size: 16px;
    }

    .novelMainIn dl dd strong span {
        display: inline-block;
        font-size: 12px;
        width: 90px;
        padding: 3px 0;
        background: #0092e5;
        line-height: 1;
        margin-left: 8px;
        color: #fff;
        text-align: center;
    }

    .alinkNovel {
        font-size: 12px;
        color: #191919;
        text-decoration: underline;
        margin-top: 60px;
        display: block;
    }

    .info_artist {
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }
    .info_artist_link {
        color: #ffbd15;
    }

    .shopName {
        /* color: #191919; */
        margin-bottom: 8px;
        font-weight: bold;
        font-size: 12px;
    }

    /* 20241016追記 ---------------------------------------*/
    .drink__menu-txt {
        height: 135px;
    }
	

}

/* swiper */
.swiper {
    margin-right: 0 !important;
    width: 50%;
}

/* Tablet ================================================== */
@media all and (min-width: 560px) and (max-width: 959px) {
    .header-inner {
        justify-content: flex-end;
    }

    .beer-header-background {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .beer-footer-background {
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .beerMenu {
        width: 100%;
        overflow: hidden;
    }

    .beerMenu-inner {
        width: 80%;
        padding: 60px 0 50px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }

    .beerMenu-inner.detail-inner {
        padding: 50px 0 50px;
    }

    .beerMenu-ttl {
        width: 100%;
        font-family: "Braisetto", serif;
        font-size: 80px;
        text-align: center;
        margin-bottom: 47.5vh;
    }

    .beerMenu-sub {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        margin-top: 50px;
        line-height: 2;
    }

    .topMenu-list {
        width: 90%;
        padding: 20px 0 0;
        margin: 0 auto 40px;
    }

    .topMenu-list ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .topMenu-list ul::before {
        order: 1;
    }

    .topMenu-list ul::before,
    .topMenu-list ul::after {
        content: "";
        display: block;
        width: calc((100% / 4) - 10px);
    }

    .topMenu-list li {
        width: calc((100% / 4) - 10px);
        font-size: 14px;
        padding-bottom: 25px;
        margin-bottom: 20px;
        line-height: 1.3;
        position: relative;
    }

    .topMenu-list li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 15px;
        height: 15px;
        background-image: url("../image/arrow.svg");
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.5s;
    }

    .beerMenu-container {
        width: 100%;
        padding: 40px 30px;
        margin: 66px auto 0;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        position: relative;
    }

    .beerMenu-container h2 {
        font-size: 36px;
        color: #ffbd15;
        font-weight: 600;
        text-align: center;
        margin-bottom: 10px;
        font-family: "halcom", sans-serif;
        font-weight: 700;
        font-style: normal;
    }

    .beerMenu-list {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    /* 8月分中央寄せのためdisplay: block; → display: none;---------------------------------------------------- */
    .beerMenu-list::after {
        display: none;
        content: "";
        width: 260px;
    }

    .beerMenu-list01 {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }
    .beerMenu-jazz {
        margin-bottom: 200px;
    }
    .item {
        width: calc((100% / 2) - 30px);
        margin: 0 auto 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item:last-of-type {
        margin-bottom: 20px;
    }

    .item_takeout {
        width: calc((100% / 2) - 30px);
        margin: 0 auto 60px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item_takeout:last-of-type {
        margin-bottom: 20px;
    }

    .item-image {
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .item-image a {
        width: 100%;
        overflow: hidden;
    }

    .item-txt-area {
        width: 100%;
        height: 100%;
        margin: 8px auto 20px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item-txt-area-music {
        width: 50%;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 4%;
    }

    .item-txt-area-music small {
        font-size: 10px;
    }

    .menu-txt {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 30px;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */
    }

    .menu-name {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.05em;
        margin-bottom: 15px;
    }

    .menu-txt {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */
    }

    .menu-bottom {
        width: 100%;
    }

    .menu-price {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 23px;
        font-family: "halcom", sans-serif;
    }

    .menu-price_takeout {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 23px;
        padding-top: 30px;
        font-family: "halcom", sans-serif;
    }

    .shop-info {
        height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
    }

    .shop-info-txt-area {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .shop-logo {
        width: 52px;
    }

    /* .shop-name-area {
        margin-left: 10px;
    } */

    .shop-name {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .shop-time {
        font-size: 12px;
        color: #666;
    }

    .backbtn-area {
        margin: 145px auto 0;
        text-align: center;
    }

    .beer-image {
        position: absolute;
    }

    .beer-image01 {
        width: 110px;
        top: 20px;
        left: -100px;
    }

    .beer-image02 {
        width: 110px;
        bottom: 500px;
        right: -100px;
    }

    .beer-image03 {
        width: 150px;
        bottom: -160px;
        left: -120px;
    }

    .greensprings-links {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 80px auto 20px;
        z-index: 10;
    }

    .greensprings-links-item {
        width: 100%;
        margin-bottom: 80px;
    }

    .greensprings-links-item a {
        padding: 20px;
        border: 1px solid #333;
        color: #333;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }

    .caption {
        font-size: 10px;
        margin: 30px 0;
        line-height: 1.4em;
    }

    /* TOPICS CRAFT DRINK 部分が下のエリアに進出するのを防ぐため150px→autoへ20241016 */
    
     .item:nth-of-type(1) .item-txt-area,
    .item:nth-of-type(2) .item-txt-area {
        height: auto;
    }

    .item:nth-of-type(3) .item-txt-area,
    .item:nth-of-type(4) .item-txt-area {
        height: 150px;
    }

    .item:nth-of-type(5) .item-txt-area,
    .item:nth-of-type(6) .item-txt-area {
        height: 150px;
    }

    .item:nth-of-type(7) .item-txt-area,
    .item:nth-of-type(8) .item-txt-area {
        height: 150px;
    }

    .item:nth-of-type(9) .item-txt-area,
    .item:nth-of-type(10) .item-txt-area {
        height: 150px;
    }

    .item_takeout:nth-of-type(1) .item-txt-area,
    .item_takeout:nth-of-type(2) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(3) .item-txt-area {
        height: 170px;
    }

    .item_takeout:nth-of-type(4) .item-txt-area {
        height: 170px;
    }

    .item_takeout:nth-of-type(5) .item-txt-area,
    .item_takeout:nth-of-type(6) .item-txt-area {
        height: 200px;
    }

    .item_takeout:nth-of-type(7) .item-txt-area,
    .item_takeout:nth-of-type(8) .item-txt-area {
        height: 140px;
    }

    .item_takeout:nth-of-type(9) .item-txt-area {
        height: 180px;
    }

    .item_takeout:nth-of-type(10) .item-txt-area {
        height: 180px;
    }

    .beerMenu-copy {
        position: absolute;
        top: 50px;
        right: 200px;
        width: 250px;
        filter: invert(100%);
    }

    .item01 {
        width: 100%;
        margin-bottom: 40px;
        display: flex;
    }

    .item01:last-of-type {
        margin-bottom: 20px;
    }

    .menu-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 5px;
        line-height: 1.6;
    }

    .menu-name .livetime {
        background-color: #fff;
        padding: 3px;
        color: #000;
        font-size: 12px;
        margin-bottom: 6px;
    }

    .menu-name .timeschedule {
        font-size: 12px;
    }

    .beerTitle {
        margin-bottom: 40px;
    }

    .menu-txt_music {
        margin-top: 10px;
        font-size: 12px;
        line-height: 1.2em;
        margin-bottom: 20px;
        letter-spacing: 0 1em;
        text-align: justify;
    }

    .menu-name .timetable {
        font-size: 14px;
        display: block;
        letter-spacing: -0.09em;
        line-height: 1.2em;
        margin-top: 10px;
    }

    .information {
        font-size: 10px;
        line-height: 1.4;
    }

    .switch-area {
        font-weight: 700;
        display: flex;
        justify-content: center;
        letter-spacing: 0.08em;
        font-size: 16px;
        margin-top: 30px;
        color: #c4c4c4;
        font-family: "halcom", sans-serif;
    }

    .switch--0818,
    .switch--0819,
    .switch--0820 {
        cursor: pointer;
        width: 30%;
        padding: 20px 0;
        text-align: center;
        transition: all 0.5s ease 0s;
        border-bottom: 1px solid transparent;
    }

    .switch--0819,
    .switch--0820 {
        margin-left: 20px;
    }

    /* .switch--0818.is-active {
        color: #000000;
        border-color: #000000;
    }

    .switch--0819.is-active {
        color: #000000;
        border-color: #000000;
    }

    .switch--0820.is-active {
        color: #000000;
        border-color: #000000;
    }*/

    /* .list-wrapper {} */

    .artist-list__0818 {
        display: none;
        opacity: 0;
    }

    .artist-list__0818.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .artist-list__0819 {
        display: none;
        opacity: 0;
    }

    .artist-list__0819.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .artist-list__0820 {
        display: none;
        opacity: 0;
    }

    .artist-list__0820.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .concertMainIn {
        width: 90%;
        max-width: 800px;
        margin: 100px auto 0;
    }

    .concertMainIn dl dt img {
        width: 100%;
        height: 100%;
        max-width: 350px;
        max-height: 250px;
        object-fit: cover;
    }

    .img-matsushita {
        height: 250px !important;
    }

    .img-takahashi {
        height: 250px !important;
    }

    .img-zack {
        object-position: 0 -41px !important;
    }

    .img-omi {
        object-position: 0 -26px !important;
    }

    .img-oe {
        object-position: 0 -22px !important;
    }

    .img-tokumaru {
        object-position: 0 -126px !important;
    }

    .img-ishida {
        object-position: 0 -126px !important;
    }

    .img-uemura {
        object-position: 0 -135px !important;
    }

    .img-yamada {
        object-position: 0 -43px !important;
    }

    .img-copa {
        object-position: 0 -10px !important;
    }

    .concertMain {
        z-index: 999;
    }

    .concertMainIn h2 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .concertMainIn dl {
        display: block;
        font-size: 12px;
        margin-bottom: 10%;
    }

    .concertMainIn dl dt {
        width: 100%;
        text-align: center;
    }

    .concertMainIn dl dd {
        width: 100%;
        letter-spacing: 0.01em;
        line-height: 1.4;
        font-feature-settings: "palt";
    }

    .concertMainIn dl dd strong {
        display: block;
        margin-top: 15px;
        line-height: 1;
        font-size: 16px;
        position: relative;
        margin-bottom: 10px;
    }

    .concertMainIn dl dd strong span {
        display: inline-block;
        position: absolute;
        top: -2px;
        font-size: 10px;
        padding: 3px 4px;
        background: #191919;
        line-height: 1;
        margin-left: 8px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
    }

    .info_artist {
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
        display: block;
        margin-bottom: 20px;
    }
    .info_artist_link {
        color: #ffbd15;
    }
    .shopName {
        color: #fff;
        margin-bottom: 8px;
        font-weight: bold;
        font-size: 12px;
    }
}

/* SP ================================================== */
@media all and (max-width: 559px) {
    .index-br-sp {
        display: block;
    }

    /* .header-inner {
        justify-content: flex-end;
    } */

    .beer-header-background {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    .beer-footer-background {
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .beerMenu {
        width: 100%;
        overflow: hidden;
    }

    .beerMenu-inner {
        width: 84%;
        padding: 33vh 0 50px;
        margin: 0 auto;
        position: relative;
        z-index: 10;
    }

    .beerMenu-inner.detail-inner {
        padding: 50px 0 50px;
    }

    .beerMenu-ttl {
        width: 100%;
        margin-bottom: 40vh;
        /*margin: 0 auto;*/
        font-family: "Braisetto", serif;
        text-align: center;
    }

    .beerMenu-sub {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        margin-top: 20px;
        line-height: 1.6;
    }

    .topMenu-list {
        width: 90%;
        padding: 20px 0 0;
        margin: 0 auto 40px;
    }

    .topMenu-list ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .topMenu-list li {
        width: calc((100% / 2) - 2px);
        font-size: 14px;
        margin-bottom: 40px;
        line-height: 1.3;
        position: relative;
    }

    .topMenu-list a {
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 23px;
    }

    .topMenu-list li::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 15px;
        height: 15px;
        background-image: url("../image/arrow.svg");
        background-position: 0 0;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.5s;
    }

    .beerMenu-container {
        width: 100%;
        padding: 20px 0px;
        margin: 40px auto 0;
        /*background-color: #fff;*/
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        position: relative;
    }

    .beerMenu-container.detail-container {
        padding: 40px 0px;
        margin: 60px auto 0;
    }

    .beerMenu-container h2 {
        font-size: 28px;
        font-weight: 600;
        color: #ffbd15;
        text-align: center;
        margin-bottom: 5px;
        font-family: "halcom", sans-serif;
        font-weight: 700;
        font-style: normal;
        letter-spacing: 0.01em;
        line-height: 1.2;
    }

    .beerMenu-list {
        position: relative;
        margin-bottom: 40px;
    }

    .beerMenu-list01 {
        position: relative;
        margin-bottom: 100px;
    }
    .beerMenu-jazz {
        margin-bottom: 180px;
    }
    .item {
        width: 86%;
        margin: 0 auto 60px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item:last-of-type {
        margin-bottom: 20px;
    }

    .item_takeout {
        width: 86%;
        margin: 0 auto 60px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .item_takeout:last-of-type {
        margin-bottom: 20px;
    }

    .item-image {
        width: 100%;
        position: relative;
    }

    .item-image a {
        width: 100%;
        overflow: hidden;
    }

    .item-txt-area {
        width: 100%;
        height: 100%;
        margin: 12px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .menu-txt {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 14px;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */
    }

    .menu-bottom {
        width: 100%;
    }

    .menu-price {
        font-size: 16px;
        font-weight: bold;
        font-family: "halcom", sans-serif;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .menu-price_takeout {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 23px;
        /*padding-top: 30px;*/
        font-family: "halcom", sans-serif;
        line-height: 1.2;
    }

    .shop-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .shop-info-txt-area {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .shop-logo {
        width: 80px;
    }

    /* .shop-name-area {
        margin-left: 10px;
    } */

    .shop-name {
        font-size: 10px;
        font-weight: 600;
    }

    .shop-time {
        font-size: 11px;
        color: #666;
    }

    .backbtn-area {
        margin: 60px auto 0;
        text-align: center;
    }

    .beer-image {
        position: absolute;
    }

    .beer-image01 {
        width: 110px;
        top: 20px;
        left: -70px;
    }

    .beer-image02 {
        width: 110px;
        bottom: 500px;
        right: -80px;
    }

    .beer-image03 {
        width: 100px;
        bottom: 0;
        left: -70px;
    }

    .greensprings-links {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: 90px auto 20px;
        z-index: 10;
    }

    .greensprings-links-item {
        width: 100%;
        margin-bottom: 12px;
    }

    .greensprings-links-item a {
        padding: 20px;
        border: 1px solid #333;
        color: #333;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
    }

    .caption {
        font-size: 10px;
        width: 90%;
        margin: 30px auto;
        line-height: 1.6;
    }

    .beerMenu-copy {
        position: absolute;
        top: 50px;
        right: 0;
        width: 50px;
    }

    .timeschedule {
        width: 86%;
        margin: 0 auto 10px;
        font-family: "halcom", sans-serif;
    }

    .time {
        width: 86%;
        margin: 0 auto 20px;
    }

    .introduce {
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        text-align: right;
    }

    .item01 {
        width: 86%;
        margin: 0 auto 30px;
    }

    .item01:last-of-type {
        margin-bottom: 20px;
    }

    .menu-name .livetime {
        padding: 2px 6px;
        color: #fff;
        font-size: 12px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
        border-radius: 100px;
        border: 1px solid #fff;
    }

    .menu-name .timetable {
        font-size: 13px;
        display: block;
        letter-spacing: -0.05em;
    }

    .menu-name .timeschedule {
        font-size: 12px;
        font-weight: normal;
        line-height: 1.4;
        display: block;
        margin-left: 0;
        margin-top: 5px;
        margin-bottom: 24px;
    }

    .beerMenu-copy_sp {
        position: absolute;
        top: 70px;
        right: 90px;
        width: 140px;
    }

    .beerTitle {
        width: 86%;
        margin: 0 auto 20px;
    }

    .menu-txt_music {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: 20px;
        letter-spacing: 0.075em;
        text-align: justify;
        text-justify: inter-ideograph;
        /* IE用 */
    }

    .info_artist {
        font-size: 14px;
        text-decoration: underline;
        font-weight: bold;
    }
    .info_artist_link {
        color: #ffbd15;
    }
    .item-txt-area-music small {
        font-size: 10px;
        margin-bottom: 40px;
        display: block;
        letter-spacing: -0.07em;
        margin-top: 40px;
    }

    .information {
        font-size: 10px;
        line-height: 1.4;
        width: 90%;
        margin: 0 auto;
    }

    .switch-area {
        font-weight: 700;
        display: flex;
        justify-content: center;
        letter-spacing: 0.02em;
        font-size: 14px;
        margin-top: 20px;
        color: #c4c4c4;
        font-family: "halcom", sans-serif;
    }

    .switch--0818,
    .switch--0819,
    .switch--0820 {
        cursor: pointer;
        width: 27%;
        padding: 15px 0;
        text-align: center;
        transition: all 0.5s ease 0s;
        border-bottom: 1px solid transparent;
    }

    .switch--0819,
    .switch--0820 {
        margin-left: 15px;
    }

    /* .switch--0818.is-active {
        color: #000000;
        border-color: #000000;
    }

    .switch--0819.is-active {
        color: #000000;
        border-color: #000000;
    }

    .switch--0820.is-active {
        color: #000000;
        border-color: #000000;
    }*/

    /* .list-wrapper {} */

    .artist-list__0818 {
        display: none;
        opacity: 0;
    }

    .artist-list__0818.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .artist-list__0819 {
        display: none;
        opacity: 0;
    }

    .artist-list__0819.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .artist-list__0820 {
        display: none;
        opacity: 0;
    }

    .artist-list__0820.is-active {
        display: block;
        animation: fadeIn 0.5s ease-in 0s forwards;
    }

    .concertMainIn {
        width: 90%;
        max-width: 800px;
        margin: 50px auto 0;
    }

    .concertMainIn dl dt img {
        width: 100%;
        height: 100%;
        max-width: 250px;
        max-height: 180px;
        object-fit: cover;
        
    }

    .img-matsushita {
        height: 180px !important;
    }

    .img-takahashi {
        height: 180px !important;
    }

    .img-zack {
        object-position: 0 -30px !important;
    }

    .img-omi {
        object-position: 0 -26px !important;
    }

    .img-oe {
        object-position: 0 -22px !important;
    }

    .img-tokumaru {
        object-position: 0 -79px !important;
    }

    .img-ishida {
        object-position: 0 -88px !important;
    }

    .img-uemura {
        object-position: 0 -94px !important;
    }

    .img-yamada {
        object-position: 0 -29px !important;
    }

    .img-copa {
        object-position: 0 -10px !important;
    }

    .concertMain {
        z-index: 999;
    }

    .concertMainIn h2 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .concertMainIn dl {
        display: block;
        font-size: 12px;
        margin-bottom: 15%;
    }

    .concertMainIn dl dt {
        width: 100%;
        text-align: center;
    }

    .concertMainIn dl dd {
        width: 100%;
        max-width: 250px;
        letter-spacing: 0.01em;
        line-height: 1.4;
        font-feature-settings: "palt";
        margin: 0 auto;
    }

    .concertMainIn dl dd strong {
        display: block;
        margin-top: 15px;
        line-height: 1;
        font-size: 16px;
        position: relative;
        margin-bottom: 10px;
    }

    .concertMainIn dl dd strong span {
        display: inline-block;
        position: absolute;
        top: 0px;
        font-size: 10px;
        padding: 3px 4px;
        background: #191919;
        line-height: 1;
        margin-left: 8px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
    }

    /* swiper */
    .swiper {
        width: 100%;
    }

    .unitFirst {
        margin-bottom: 80px;
    }

    .shopName {
        font-size: 12px;
        color: #fff;
        margin-bottom: 8px;
        font-weight: bold;
    }
}

/* 水上追記 */

.switch-area .is-active {
    color: #fff !important;
    border-color: #fff !important;
}

.back_image {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1331px;
    height: 41vh;
}

@media screen and (min-width: 959px) and (min-height: 1025px) {
    .back_image {
        height: auto;
    }
}

@media screen and (min-width: 959px) and (max-height: 820px) {
    .back_image {
        bottom: 0;
        top: 500px;
    }
}

@media screen and (max-width: 959px) {
    .back_image {
        width: 959px;
        height: calc(100dvh - (180px + (391.9 / 959 * 100vw)));
    }

    img {
        object-position: left top;
        object-fit: cover;
        height: 100%;
        animation: move 120s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-fill-mode: forwards;
    }

    @keyframes move {
        0% {
            object-position: 0 top;
        }

        50% {
            object-position: 100% top;
        }

        100% {
            object-position: 0 top;
        }
    }

    @media screen and (max-width: 559px) {
        .back_image {
            /* height: calc(100dvh - (150px + (391.9 / 959 * 100vw)));*/
            height: calc(100dvh - (300px + (391.9 / 959 * 100vw)));
            width: 559px;
            /* width: 100%;
            height: auto;
            animation: none;*/
        }
    }
}

/* arimura追記 */

@media all and (min-width: 960px) {
    .upcoming {
        width: 60%;
        margin: 0 auto 80px;
    }
}

@media all and (max-width: 559px) {
    .upcoming {
        width: 85%;
        margin: 0 auto;
    }
}


