/* mv */
#mv {
    margin-top: 0;
    position: relative;
}

@media (max-width:1311px) {
    #mv {
        margin-top: 100px;
    }
}

@media (max-width:769px) {
    #mv {
        margin-top: 64px;
    }
}


#QR{
    background-color: #fff;
    text-align:center;
    padding:3em 15.333% 3em 15.333%;
    
}

#QR .QR{
    border: solid #A20000 3px;
    border-radius: 10px;
    width:100%;
    height: auto;
    max-width: 1040px;
    text-align: center;
    display: inline-block;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}

#QR .QR:has(a:hover){
    opacity: 0.7;
    transition: 0.6s;
}
#QR a{
    width: 100%;
    height: 100%;
}

#QR a:hover{
    text-decoration: none;
    opacity: 0.6;
    transition: 0.3s;
}
#QR .text30{
   font-size: 30px;
   color: #A20000!important;
   font-weight: bold;
}

#QR .text18{
    font-size: 18px;
    color: #A20000!important;
    text-decoration: underline;
}



@media screen and (max-width:770px){

    #QR .QR{
        padding-bottom: 10px;
    }
    #QR .text30{
        font-size: 20px;
    }
    #QR .text18{
    font-size: 12px;
    }
}

/* about */


#about{
    background-color: #041f45;
    background-image: url(../imgs/logoBig.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#about .flexBlock3{
    display: flex;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3em;
    padding-bottom: 40px;
}

#about .flexBlock3 .surround{
    margin: 0 1em 0 1em;
}


#about h2 {
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding-top: 1em;

}

#about .textBox p {
    margin-top: 2em;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width:770px){ 
    #about{
        padding-left: 24px;
        padding-right: 24px;
    }

    #about .flexBlock3{
        flex-wrap:wrap;
    }

    #about .flexBlock3 .surround{
    margin: 1em 0 1em 0 ;
}
}

/* aboutQr */
#aboutQR {
    background-color: #F5F5F5;
    padding-bottom: 50px;
}

#aboutQR h2{
    padding-top: 1em;
    color: #00214B;
    font-family: "Noto Serif JP";
    font-size: 50px;
    text-align: center;
    line-height: 1.5;
}

#aboutQR .subTitle{
        color: #00214B;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
}

#aboutQR .subTitle p{
        margin: 3em 0 3em 0;
}

#aboutQR .flexBlock{
        display: flex;
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between;
}
#aboutQR .flexBlock ul{
        margin-top: 2em;
}
#aboutQR .flexBlock ul li{
        font-size: 18px;
        margin-top: 1em;
        font-weight: bold;
        margin-left: 3em;
        margin-right: 2em;
        background-image: url('../imgs/check.png');
        background-repeat: no-repeat;
        padding-left: 2em;
        background-position: left top 0.3em;
}

#aboutQR .caution{
    margin-top: 2em;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    color: #00214B;
}



#aboutQR .flexBlock div{
        border: 3px #000 solid;
        width:48%;
        height: 387px;
        border-radius: 10px;
}

#aboutQR .flexBlock h3{
       font-size: 30px;
       color: #fff;
       text-align: center;
       background: #00214B;
       margin-top: 30px;
}
@media (max-width:770px) {
#owners_voice .marginTop2Pc{
    margin-top: 2em;
}
#aboutQR h2{
    font-size: 30px;
}

#aboutQR {
    padding-left: 24px;
    padding-right: 24px;
}
#aboutQR .flexBlock{
    flex-wrap: wrap;
}
#aboutQR .flexBlock div{
        width:100%;
}

#aboutQR .flexBlock div:nth-child(2){
        margin-top: 2em;
}

#aboutQR .flexBlock ul li{
        font-size: 14px;
        margin: 0 1em 0 1em;
        padding-bottom: 1.5em;
}
}

/* infoarea__inner */
.infoarea__inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    /* 20250228 複数行対応 */
    /* height: 80px; */
    height: auto;
    padding: 30px 0;
}

.infoarea__inner p {
    margin-bottom: 0 !important;
    font-size: 20px;
}

.infoarea__inner p a {
    color: #9B190A !important;
}

.infoarea__left {
    margin-right: 20px;
}

.infoarea__left>p {
    display: inline-block;
    background-color: #041F45;
    color: #fff;
    padding: 4px 10px;
    font-size: 1.8em;
}

.infoarea__right ul {
    text-align: left;
    margin-left: 20px;
}

.infoarea__right ul li {
    list-style: disc;
    font-size: 1.15em;
}

.infoarea__right ul li a {
    color: #000 !important;
    text-decoration: underline !important;
}

.infoarea__right ul li a:hover {
    color: #9B190A !important;
}

@media (max-width:769px) {
    .infoarea__inner {
        /* height: 60px;
        padding: 0 20px; */
        height: auto;
        padding: 20px 10px;
        flex-wrap: wrap;
    }

    .infoarea__left {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .infoarea__left>p {
        width: 100%;
        display: inline-block;
        background-color: #041F45;
        color: #fff;
        padding: 4px 10px;
    }

    .infoarea__right ul li {
        margin-bottom: 10px;
    }
}

/* movie */
.movie_item video {
    width: 100%;
    height: auto;
}

#page-seasonseat #movie {
    background: transparent linear-gradient(316deg, #041F45 0%, #01060E 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #movie {
        padding: 3rem 0
    }
}

#page-seasonseat #movie h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 432px;
}

@media (min-width:769px) {
    #page-seasonseat #movie h2 {
        margin: 0 auto 3rem
    }
}

#page-seasonseat #movie h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem
}

@media (min-width:769px) {
    #page-seasonseat #movie h2 .sub {
        font-size: 18px
    }
}

#page-seasonseat #movie p {
    text-align: center;
}

p.movie_undertitle {
    font-size: 24px;
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    text-align: left !important;
}

@media (min-width:769px) {
    p.movie_undertitle {
        font-size: 36px;
    }
}







/* seasonseat2026TOP映像 */

.movieTop2026 #page-seasonseat #movie {
    background: none;
}


.movieTop2026 #page-seasonseat #movie video {
    border-radius: 10px;
    border: solid #fff 3px;
}
.movieTop2026 .movie_item video {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.movieTop2026 #page-seasonseat #movie {
    position: absolute;
    z-index: 2;
    right: 2vw;
    bottom: -100px;
}

@media (max-width:769px) {
    .movieTop2026 #page-seasonseat #movie {
        padding-top: 2em;
        background: #fff;
        position: relative;
        right: 0;
        bottom: 0;
    }
    .movieTop2026 .movie_item video {
        max-width:90%;
    }
}


.movieTop2026 p.movie_undertitle {
    font-size: 24px;
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    text-align: left !important;
}

@media (min-width:769px) {
    .movieTop2026 p.movie_undertitle {
        font-size: 36px;
    }
}






/* magnific popup */

.mfp-ready #video-popup {
  position:relative;
  display: inline-block;
}

.mfp-ready #video-popup video{
  width: 100%;
  max-width: 1000px;
}

.mfp-close {
  font-size: 70px;
  right: 10px;
  top: 10px;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width:1000px) {
    .mfp-close {
   right: 20px;
}
}


.mfp-close-btn-in .mfp-close{
color: #fff;
 }

/* seat_lineup */
#page-seasonseat #seat_linup {
    background-color: #F5F5F5;
    padding: 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #seat_linup {
        padding: 3rem 0
    }
}

#page-seasonseat #seat_linup h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 432px;
}

@media (min-width:769px) {
    #page-seasonseat #seat_linup h2 {
        margin: 0 auto 6rem
    }
}

#page-seasonseat #seat_linup h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem;
    color: #041F45;
}

@media (min-width:769px) {
    #page-seasonseat #seat_linup h2 .sub {
        font-size: 20px;
    }
}

#page-seasonseat #seat_linup .seat_linup__h3_inner {
    position: relative;
    z-index: 10;
    text-align: left;
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    letter-spacing: 2.25px;
    color: #FFFFFF;
    font-size: 30px;
}

@media (max-width:999px) {
    #page-seasonseat #seat_linup .seat_linup__h3_inner {
        font-size: 26px;
        text-align: center;
        padding: 30px;
        background: transparent linear-gradient(180deg, #041F45 0%, #071427 100%) 0% 0% no-repeat padding-box;
    }
}

@media (min-width:1000px) {
    #page-seasonseat #seat_linup .seat_linup__h3::before {
        content: "";
        position: absolute;
        height: 160px;
        top: 200px;
        right: 20%;
        bottom: 10px;
        z-index: 0;
        display: block;
        width: 100vw;
        background: transparent linear-gradient(180deg, #041F45 0%, #071427 100%) 0% 0% no-repeat padding-box;
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    }
}

.seat_linup__h3_inner h3 {
    margin-bottom: 10px;
    line-height: 1.5;
}

@media (min-width:769px) {
    .seat_linup__h3_inner h3 {
        margin-bottom: 10px;
        line-height: 1.1;
    }
}

@media (min-width:1000px) {
    .seat_linup__h3_inner h3 {
        padding-left: 30px;
    }
}

.seat_linup__h3_sub {
    display: block;
    font-size: 16px !important;
    margin-top: 10px;
}

.seat_linup__wappaer {
    display: flex;
    margin: 6em auto;
    justify-content: center;
    /* overflow-x: scroll; */
}

@media (max-width:999px) {
    .seat_linup__wappaer {
        margin-top: 3em;
    }
}

.seat_linup__wappaer .seat_linup__item:nth-of-type(even) {
    margin: 0 15px;
}

@media (min-width:769px) {
    .seat_linup__wappaer .seat_linup__item:nth-of-type(even) {
        margin: 0 30px;
    }
}

.seat_linup__item {
    max-width: 300px;
    display: block;
}

.seat_linup__wappaer a:hover {
    color: #041F45 !important;
    text-decoration: none !important;
    opacity: 0.8;
}

@media (min-width:769px) {
    .seat_linup__item {
        max-width: 500px;
    }
}

.seat_lineup__desc {
    color: #041F45;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    font-weight: bold;
    font-size: 14px;
}

@media (min-width:769px) {
    .seat_lineup__desc {
        font-size: 20px;
    }
}

.seat_lineup__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 3em;
}

.seat_lineup__link p {
    font-size: 16px;
}

@media (min-width:769px) {
    .seat_lineup__link p {
        margin-bottom: 0 !important;
        font-size: 20px;
    }
}

.seat_lineup__link p a {
    color: #041F45 !important;
}

/* seat_linup_mid */

#page-seasonseat #seat_linup_mid {
    background-color: #F5F5F5;
    padding: 0 0 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #seat_linup_mid {
        padding: 3rem 0
    }
}

#page-seasonseat #seat_linup_mid .seat_linup__h3_inner {
    position: relative;
    z-index: 10;
    text-align: center;
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    letter-spacing: 2.25px;
    color: #FFFFFF;
    font-size: 30px;
}

@media (max-width:999px) {
    #page-seasonseat #seat_linup_mid .seat_linup__h3_inner {
        font-size: 26px;
        text-align: center;
        padding: 30px;
        background: transparent linear-gradient(180deg, #041F45 0%, #071427 100%) 0% 0% no-repeat padding-box;
    }
}

@media (min-width:1000px) {
    #page-seasonseat #seat_linup_mid .seat_linup__h3::before {
        content: "";
        position: absolute;
        height: 160px;
        top: 0;
        left: 20%;
        bottom: 10px;
        z-index: 0;
        display: block;
        width: 100vw;
        background: transparent linear-gradient(180deg, #041F45 0%, #071427 100%) 0% 0% no-repeat padding-box;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
    }
}

/* seat_linup_last */

#page-seasonseat #seat_linup_last {
    background-color: #F5F5F5;
    padding: 0 0 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #seat_linup_last {
        padding: 3rem 0;
    }
}

#page-seasonseat #seat_linup_last .seat_linup__h3_inner {
    position: relative;
    z-index: 10;
    text-align: left;
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    letter-spacing: 2.25px;
    color: #FFFFFF;
    font-size: 30px;
}

@media (max-width:999px) {
    #page-seasonseat #seat_linup_last .seat_linup__h3_inner {
        font-size: 26px;
        text-align: center;
        padding: 30px;
        background: transparent linear-gradient(180deg, #041F45 0%, #071427 100%) 0% 0% no-repeat padding-box;
    }
}

@media (min-width:1000px) {
    #page-seasonseat #seat_linup_last .seat_linup__h3::before {
        content: "";
        position: absolute;
        height: 160px;
        top: 0;
        right: 20%;
        bottom: 10px;
        z-index: 0;
        display: block;
        width: 100vw;
        background: transparent linear-gradient(180deg, #041F45 0%, #071427 100%) 0% 0% no-repeat padding-box;
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    }
}

/* advantage */
#page-seasonseat #advantage {
    background-color: #fff;
    padding: 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #advantage {
        padding: 3rem 0
    }
}

#page-seasonseat #advantage h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 432px;
}

@media (min-width:769px) {
    #page-seasonseat #advantage h2 {
        margin: 0 auto 3rem
    }
}

#page-seasonseat #advantage h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem
}

@media (min-width:769px) {
    #page-seasonseat #advantage h2 .sub {
        font-size: 20px;
        color: #041F45;
    }
}

@media (min-width:769px) {
    .advantage__item::before {
        content: "";
        position: absolute;
        height: 390px;
        top: 0;
        right: 190px;
        bottom: 0;
        z-index: 0;
        display: block;
        width: 80%;
        background: transparent linear-gradient(180deg, #F9CE2D 0%, #C5A736 100%) 0% 0% no-repeat padding-box;
    }
}

.advantage__item {
    position: relative;
    display: flex;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    background: transparent linear-gradient(180deg, #F9CE2D 0%, #C5A736 100%) 0% 0% no-repeat padding-box;
}

@media (min-width:769px) {
    .advantage__item {
        position: relative;
        display: flex;
        padding: 40px 0 60px 40px;
        flex-direction: row;
        align-items: center;
        background: none;
    }
}

.advantage__item .advantage__desc {
    max-width: 100%;
    z-index: 10;
    margin-right: 0;
    padding: 0 15px;
}

@media (min-width:1000px) {
    .advantage__item .advantage__desc {
        max-width: 400px;
        z-index: 10;
        margin-right: 30px;
        padding: 0;
    }
}

.advantage__item .advantage__desc img {
    max-width: 100px !important;
}

.advantage__item .advantage__desc h3 {
    margin-top: 1em!important;
    font-size: 20px;
}

.advantage__item_reverse .advantage__desc h3 {
    margin-top: 1em!important;
}

.advantage__item .advantage__img {
    z-index: 11;
}


/* advantage__item_reverse */
@media (min-width:769px) {
    .advantage__item_reverse::before {
        content: "";
        position: absolute;
        height: 390px;
        top: 0;
        left: 190px;
        bottom: 0;
        z-index: 0;
        display: block;
        width: 80%;
        background: transparent linear-gradient(180deg, #F9CE2D 0%, #C5A736 100%) 0% 0% no-repeat padding-box;
    }
}

.advantage__item_reverse {
    position: relative;
    display: flex;
    padding: 20px;
    margin: 60px 0;
    align-items: center;
    flex-direction: column;
    background: transparent linear-gradient(180deg, #F9CE2D 0%, #C5A736 100%) 0% 0% no-repeat padding-box;
}

@media (min-width:769px) {
    .advantage__item_reverse {
        position: relative;
        display: flex;
        align-items: center;
        padding: 40px 40px 40px 0 !important;
        flex-direction: row-reverse;
        background: none;
    }
}

.advantage__item_reverse .advantage__desc {
    max-width: 100%;
    z-index: 10;
    margin-left: 0;
    padding: 0 15px;
}

@media (min-width:1000px) {
    .advantage__item_reverse .advantage__desc {
        max-width: 400px;
        z-index: 10;
        margin-left: 30px;
        padding: 0;
    }
}

.advantage__item_reverse .advantage__desc img {
    max-width: 100px !important;
}

.advantage__item_reverse .advantage__desc h3 {
    font-size: 20px;
}

.advantage__item_reverse .advantage__img {
    z-index: 11;
}


/* owners_befefit */
#page-seasonseat #owners_befefit {
    background: transparent linear-gradient(316deg, #041F45 0%, #01060E 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #owners_befefit {
        padding: 3rem 0
    }
}

#page-seasonseat #owners_befefit h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 510px;
}

@media (min-width:769px) {
    #page-seasonseat #owners_befefit h2 {
        margin: 0 auto 3rem
    }
}

#page-seasonseat #owners_befefit h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem
}

@media (min-width:769px) {
    #page-seasonseat #owners_befefit h2 .sub {
        font-size: 20px
    }
}

.owners_befefit__subtitle {
    text-align: center;
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    font-size: 18px;
    margin-bottom: 40px;
}

@media (min-width:769px) {
    .owners_befefit__subtitle {
        text-align: center;
        font-family: 'Noto Serif JP', '游明朝',
            'Yu Mincho',
            'Hiragino Mincho Pro',
            serif;
        font-size: 24px;
        margin-bottom: 40px;
    }
}

#owners_befefit .comment{
    max-width: 166px;
    position: absolute;
    top: -45px;
    right: 43%;
}

@media (max-width:770px) {
#owners_befefit .comment{
    display: none;
}
}

.owners_befefit__link {
    position: relative;
    margin-top: 4em;
    text-align: center;
}

.owners_befefit__link img {
    max-width: 400px !important;
}

.owners_befefit__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#owners_befefit .caution{
    margin-top: 1em;
    font-size: 14px;
    text-align: center;
}

@media (min-width:769px) {
    .owners_befefit__wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
}

.owners_befefit__item {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

@media (min-width:769px) {
    .owners_befefit__item {
        max-width: calc(100% / 2 - 20px);
        margin-bottom: 30px;
        text-align: center;
        font-size: 20px;
    }
}

.owners_befefit__item img {
    margin-bottom: 10px;
}

.owners_befefit__item:nth-of-type(even) {
    margin-left: 0;
}

@media (min-width:769px) {
    .owners_befefit__item:nth-of-type(even) {
        margin-left: 40px;
    }
}


/* owners_voice */
#page-seasonseat #owners_voice {
    background: transparent linear-gradient(316deg, #041F45 0%, #01060E 100%) 0% 0% no-repeat padding-box;
    padding: 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #owners_voice {
        padding: 3rem 0
    }
}

#page-seasonseat #owners_voice h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 440px;
}

@media (min-width:769px) {
    #page-seasonseat #owners_voice h2 {
        margin: 0 auto 3rem
    }
}

#page-seasonseat #owners_voice h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem
}

@media (min-width:769px) {
    #page-seasonseat #owners_voice h2 .sub {
        font-size: 20px
    }
}

.owners_voice__1st_wrapper {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}

@media (min-width:769px) {
    .owners_voice__1st_wrapper {
        display: flex;
        margin-bottom: 40px;
        flex-direction: row;
    }
}

.owners_voice__1st_left {
    margin: 0 auto;
    width: 60%;
    margin-bottom: 20px;
}

@media (min-width:769px) {
    .owners_voice__1st_left {
        margin: 0 60px 0 0;
        width: 75%;
    }
}

.owners_voice__1st_left img {
    max-width: 125px;
}

.owners_voice__1st_right h5 {
    background-color: #D9B221;
    padding: 20px;
    font-size: 22px;
    margin-bottom: 0 !important;
    position: relative;
}

@media (min-width:769px) {
    .owners_voice__1st_right h5 {
        background-color: #D9B221;
        padding: 20px;
        font-size: 30px;
        margin-bottom: 0 !important;
        position: relative;
    }
}

.owners_voice__1st_right p {
    background-color: #fff;
    color: #041F45;
    padding: 20px;
    font-size: 16px;
}

@media (min-width:769px) {
    .owners_voice__1st_right p {
        background-color: #fff;
        color: #041F45;
        padding: 20px;
        font-size: 18px;
    }
}

@media (min-width:769px) {
    .owners_voice__1st_right h5::after {
        bottom: auto;
        left: auto;
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: transparent;
        border-right-color: #D9B221;
        border-width: 10px;
        margin-left: 0;
        margin-top: -10px;
    }
}

#owners_voice h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
}

.owners_voice__2nd_wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width:769px) {
    .owners_voice__2nd_wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
        .owners_voice__2nd_wrapper.marginTop2Pc {
        margin-top: 2em;
    }
}

.owners_voice__2nd_item {
    max-width: 100%;
    margin-bottom: 40px;
}

@media (min-width:769px) {
    .owners_voice__2nd_item {
        max-width: calc(100% / 2 - 15px);
        margin-bottom: 0;
    }
}

.owners_voice__2nd_title {
    font-size: 20px;
}

.owners_voice__2nd_seat {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.owners_voice__2nd_label {
    background-color: #C5A736;
    padding: 4px;
    margin-right: 8px;
}

.owners_voice__2nd_link {
    text-align: center;
}

.owners_voice__2nd_link img {
    width: 196px !important;
}

.owners_voice__2nd_text {
    font-size: 20px;
    margin-bottom: 20px !important;
}

/* belluna_dome */
#page-seasonseat #belluna_dome {
    background-color: #fff;
    padding: 4rem 0;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #belluna_dome {
        padding: 3rem 0
    }
}

#page-seasonseat #belluna_dome h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 432px;
}

@media (min-width:769px) {
    #page-seasonseat #belluna_dome h2 {
        margin: 0 auto 3rem
    }
}

#page-seasonseat #belluna_dome h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem;
    color: #041F45;
}

@media (min-width:769px) {
    #page-seasonseat #belluna_dome h2 .sub {
        font-size: 20px;
    }
}

@media (min-width:769px) {
    .belluna_dome__item::before {
        content: "";
        position: absolute;
        height: 310px;
        top: 0px;
        right: 190px;
        bottom: 0;
        z-index: 0;
        display: block;
        width: 80%;
        background-color: #E3B623;
    }
}

.belluna_dome__item {
    position: relative;
    display: flex;
    padding: 10px;
    align-items: flex-start;
    flex-direction: column;
    background-color: #E3B623;
}

@media (min-width:769px) {
    .belluna_dome__item {
        position: relative;
        display: flex;
        padding: 40px 0 40px 40px;
        align-items: flex-start;
        flex-direction: row;
        background: none;
        background-color: none;
    }
}

.belluna_dome__item .belluna_dome__desc {
    max-width: 400px;
    z-index: 10;
    padding: 0 10px;
    margin-right: 30px;
}

@media (min-width:769px) {
    .belluna_dome__item .belluna_dome__desc {
        max-width: 400px;
        z-index: 10;
        padding: 0;
        margin-right: 30px;
    }
}

.belluna_dome__item .belluna_dome__desc h3 {
    font-size: 20px;
}

@media (min-width:769px) {
    .belluna_dome__item .belluna_dome__desc h3 {
        font-size: 32px;
    }
}

.belluna_dome__item .belluna_dome__img {
    z-index: 11;
    max-width: 500px;
}


/* advantage__item_reverse */
@media (min-width:769px) {
    .belluna_dome__item_reverse::before {
        content: "";
        position: absolute;
        height: 310px;
        top: 0px;
        left: 190px;
        bottom: 0;
        z-index: 0;
        display: block;
        width: 80%;
        background-color: #E32389;
    }
}

.belluna_dome__item_reverse {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    flex-direction: column;
    background-color: #E32389;
    margin: 40px 0;
}

@media (min-width:769px) {
    .belluna_dome__item_reverse {
        position: relative;
        display: flex;
        align-items: flex-start;
        padding: 40px 40px 40px 0 !important;
        flex-direction: row-reverse;
        background-color: none;
        background: none;
        margin: 0;
    }
}

.belluna_dome__item_reverse .belluna_dome__desc {
    max-width: 400px;
    z-index: 10;
    margin-left: 0;
    padding: 0 10px;
}

@media (min-width:769px) {
    .belluna_dome__item_reverse .belluna_dome__desc {
        max-width: 400px;
        z-index: 10;
        margin-left: 30px;
        padding: 0;
    }
}

.belluna_dome__item_reverse .belluna_dome__desc h3 {
    font-size: 20px;
}

@media (min-width:769px) {
    .belluna_dome__item_reverse .belluna_dome__desc h3 {
        font-size: 32px;
    }
}

.belluna_dome__item_reverse .belluna_dome__img {
    z-index: 11;
    max-width: 500px;
}

img.belluna_dome__imgtitle01 {
    width: 261px !important;
}

img.belluna_dome__imgtitle02 {
    width: 178px !important;
}

img.belluna_dome__imgtitle03 {
    width: 216px !important;
}

/* item last */
@media (min-width:769px) {
    .belluna_dome__item_last::before {
        content: "";
        position: absolute;
        height: 310px;
        top: 0px;
        right: 190px;
        bottom: 0;
        z-index: 0;
        display: block;
        width: 80%;
        background-color: #2350E3;
    }
}

.belluna_dome__item_last {
    position: relative;
    display: flex;
    padding: 10px;
    align-items: flex-start;
    flex-direction: column;
    background-color: #2350E3;
}

@media (min-width:769px) {
    .belluna_dome__item_last {
        position: relative;
        display: flex;
        padding: 40px 0 40px 40px;
        align-items: flex-start;
        flex-direction: row;
        background: none;
        background-color: none;
    }
}

.belluna_dome__item_last .belluna_dome__desc {
    max-width: 400px;
    z-index: 10;
    padding: 0 10px;
    margin-right: 30px;
}

@media (min-width:769px) {
    .belluna_dome__item_last .belluna_dome__desc {
        max-width: 400px;
        z-index: 10;
        padding: 0;
        margin-right: 30px;
    }
}

.belluna_dome__item_last .belluna_dome__desc h3 {
    font-size: 20px;
}

@media (min-width:769px) {
    .belluna_dome__item_last .belluna_dome__desc h3 {
        font-size: 32px;
    }
}

.belluna_dome__item_last .belluna_dome__img {
    z-index: 11;
    max-width: 500px;
}

/* Apply */

#page-seasonseat #apply {
    background-color: #041F45;
    padding: 4rem 0rem;
    position: relative;
    color: #fff
}

@media (min-width:769px) {
    #page-seasonseat #apply {
        padding: 8rem 0
    }
}

#page-seasonseat #apply h2 {
    text-align: center;
    margin: 0 auto 3rem;
    width: 100%;
    max-width: 432px
}

@media (min-width:769px) {
    #page-seasonseat #apply h2 {
        margin: 0 auto 6rem
    }
}

#page-seasonseat #apply h2 .sub {
    font-size: 16px;
    letter-spacing: 0.25rem
}

@media (min-width:769px) {
    #page-seasonseat #apply h2 .sub {
        font-size: 20px
    }
}

#page-seasonseat #apply .container-apply {
    background: #fff;
    border-radius: 20px;
    color: #000;
    padding: 40px;
}

@media (min-width:769px) {
    #page-seasonseat #apply .container-apply {
        padding: 80px;
    }
}

#page-seasonseat #apply .apply__select_wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width:769px) {
    #page-seasonseat #apply .apply__select_wrapper {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}

.apply__select_item {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    border: 3px solid #041F45;
    color: #041F45;
    background-color: #fff;
    border-radius: 8px;
}

.apply__select_item:hover {
    opacity: 0.9;
}

@media (min-width:769px) {
    .apply__select_item {
        font-size: 24px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% / 2 - 30px);
        height: 80px;
    }
}

#page-seasonseat #apply .apply__select_inactive {
    background-color: #041F45 !important;
    color: #fff !important;
}

.apply__view {
    margin-top: 40px;
}

.apply__view .apply__step_wrapper {
    display: flex;
    flex-direction: column;
}

@media (min-width:769px) {
    .apply__view .apply__step_wrapper {
        display: flex;
        flex-direction: row;
    }
}

.apply__view .apply__step_wrapper .apply__step_img {
    width: 100%;
    height: 50px;
    background-color: #041F45;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
}

@media (min-width:769px) {
    .apply__view .apply__step_wrapper .apply__step_img {
        width: 180px;
        height: 90px;
        background-color: #041F45;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px 0px 0px 8px;
    }
}

.apply__view .apply__step_wrapper .apply__step_img img {
    width: 92px !important;
}

.apply__stepinfo_wrapper {
    margin: 20px 0;
}

.apply__stepinfo_wrapper .caution {
    font-size: 11px;
}

.apply__stepinfo_wrapper .bold{
    font-weight: bold;
}


.apply__stepinfo_wrapper p{
    color: #041F45;
}

.apply__stepinfo_wrapper.noMargin{
    margin: 0;
}

.apply__stepinfo_wrapper a {
    color: #041F45!important;
    font-weight: bold;
}

#apply .flexBlock {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 150px;
    margin-top: 2em;
}

@media (max-width:770px) {
    #apply .flexBlock {
        flex-wrap:wrap;
        margin: 0;
        justify-content: center;
        margin-top: 2em;
    }
    #apply .flexBlock .noMargin p {
        margin-top: 1em;
    }
}


#apply .flexBlock div:nth-child(2){
    margin-left: 30px;
}
#apply .flexBlock div:nth-child(2) .caution{
    font-size: 10px;
}


@media (min-width:769px) {
    .apply__stepinfo_wrapper {
        margin: 20px 0 20px 150px;
    }
}

.apply__view .apply__arrow {
    margin: 0 auto 40px;
    text-align: center;
}

.apply__view .apply__arrow img {
    width: 145px !important;
}

.apply__view .apply__step_wrapper .apply__step_text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #041F45;
    border: 3px solid #041F45;
    width: 100%;
    border-radius: 0px 0px 8px 8px;
}

@media (min-width:769px) {
    .apply__view .apply__step_wrapper .apply__step_text {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 0 0 30px;
        font-size: 24px;
        font-weight: bold;
        color: #041F45;
        border: 3px solid #041F45;
        width: 100%;
        border-radius: 0px 8px 8px 0px;
    }
}

.apply__view-hide {
    display: none;
}

/* foot_nav */
#foot_nav {
    text-align: center;
    padding: 4rem 0rem;
    background-color: #041F45;
    color: #fff;
}

.foot_nav__list {
    margin: 30px auto;
}

.foot_nav__list ul {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (min-width:769px) {
    .foot_nav__list ul {
        display: flex;
        flex-direction: row;
    }
}

.foot_nav__list ul li {
    width: 100%;
    margin-bottom: 10px;
}

@media (min-width:769px) {
    .foot_nav__list ul li {
        width: calc(100% / 5 - 50px);
    }
}

.foot_nav__list ul li:not(:last-child) {
    border-right: none;
}

@media (min-width:769px) {
    .foot_nav__list ul li:not(:last-child) {
        border-right: 1px solid #fff;
    }
}

.foot_nav__list ul li a {
    color: #fff !important;
}

#foot_nav img {
    width: 350px;
}

/* pagetitle */
#pagetitle .container {
    background-color: #041F45;
    height: 260px;
    margin-top: 64px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 46px;
}

@media (min-width:769px) {
    #pagetitle .container {
        margin-top: 100px;
    }
}

.pagetitle_sub {
    display: block;
    font-size: 28px;
    font-weight: 400;
}

/* select_seat */

#select_seat {
    background-color: #fff;
    padding: 4rem 0rem;
}

#select_seat p {
    text-align: center;
    font-size: 22px;
    color: #041F45;
    ;
}

#select_seat .select_seat__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: column;
}

@media (min-width:769px) {
    #select_seat .select_seat__wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-direction: row;
    }
}

#select_seat .select_seat__wrapper .select_seat__item {
    width: 100%;
    padding: 40px 10px;
    border: 1px solid #041F45;
    height: 211px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    position: relative;
    margin: 0 0 40px 0;
}

@media (min-width:769px) {
    #select_seat .select_seat__wrapper .select_seat__item {
        width: calc(100% / 3 - 15px);
        padding: 40px 10px;
        border: 1px solid #041F45;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
        position: relative;
    }
}

#select_seat .select_seat__wrapper .select_seat__item a {
    text-decoration: none !important;
}

#select_seat .select_seat__wrapper .select_seat__item:hover {
    background: transparent linear-gradient(283deg, #D9B221 0%, #C19A0C 100%) 0% 0% no-repeat padding-box;
}

#select_seat .select_seat__wrapper .select_seat__item a:hover {
    color: #fff !important;
}

#select_seat .select_seat__wrapper .select_seat__item::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 175px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #041F45;
    border-right: 3px solid #041F45;
    transform: rotate(135deg);
}

.select_seat__maintitle {
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    font-size: 22px !important;
    display: block;
}

#select_seat .select_seat__wrapper .select_seat__item a {
    color: #041F45 !important;
}

.seat-movie-modal {
    margin: 30px auto 0;
    text-align: center;
    display: block;
}

.seat-movie-modal:hover {
    opacity: 0.8;
}

.seat-movie-modal img {
    width: 266px !important;
}

.seat_price_link {
    margin: 30px auto 0;
    text-align: center;
}

.seat_price_link:hover {
    opacity: 0.8;
}

.seat_price_link img {
    width: 300px !important;
}

@media (min-width:769px) {
    .seat_price_link img {
        width: 516px !important;
    }
}

#price_dl {
    background-color: #03152E !important;
    position: relative;
    text-align: center;
    padding-bottom: 5rem;
}

#price_dl img {
    max-width: 470px !important;
}

/* seatarea_title */

.seatarea_title {
    background: transparent linear-gradient(283deg, #D9B221 0%, #C19A0C 100%) 0% 0% no-repeat padding-box;
}

.seatarea_title .container {
    height: 230px;
    display: flex;
    align-items: center;
}

.seatarea_title h2 {
    color: #fff;
}

.seatarea_maintitle {
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    font-size: 30px !important;
    display: block;
    line-height: 1.2;
}

@media (min-width:769px) {
    .seatarea_maintitle {
        font-family: 'Noto Serif JP', '游明朝',
            'Yu Mincho',
            'Hiragino Mincho Pro',
            serif;
        font-size: 30px !important;
        display: block;
        line-height: 1.5;
    }
}

/* select_benefit */
#select_benefit {
    background-color: #fff;
    padding: 4rem 0rem;
}

#select_benefit p {
    text-align: center;
    font-size: 22px;
    color: #041F45;
    ;
}

#select_benefit .select_benefit__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 40px;
}

@media (min-width:769px) {
    #select_benefit .select_benefit__wrapper {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        flex-direction: row;
    }
}

#select_benefit .select_benefit__wrapper .select_benefit__item {
    width: 100%;
    padding: 40px 10px;
    height: 161px;
    border: 1px solid #041F45;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    position: relative;
    margin: 0 0 30px 0;
}

@media (min-width:769px) {
    #select_benefit .select_benefit__wrapper .select_benefit__item {
        width: calc(100% / 3 - 15px);
        padding: 40px 10px;
        border: 1px solid #041F45;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 14px;
        position: relative;
    }
}

#select_benefit .select_benefit__wrapper .select_benefit__item a {
    text-decoration: none !important;
}

#select_benefit .select_benefit__wrapper .select_benefit__item:hover {
    background: transparent linear-gradient(283deg, #D9B221 0%, #C19A0C 100%) 0% 0% no-repeat padding-box;
}

#select_benefit .select_benefit__wrapper .select_benefit__item a:hover {
    color: #fff !important;
}

#select_benefit .select_benefit__wrapper .select_benefit__item::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 115px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 3px solid #041F45;
    border-right: 3px solid #041F45;
    transform: rotate(135deg);
}

.select_benefit__maintitle {
    font-family: 'Noto Serif JP', '游明朝',
        'Yu Mincho',
        'Hiragino Mincho Pro',
        serif;
    font-size: 22px !important;
    display: block;
}

#select_benefit .select_benefit__wrapper .select_benefit__item a {
    color: #041F45 !important;
}

/* contact-button */

a.contact-button:hover {
    text-decoration: none !important;
}

.sp_fix_bar {
    position: fixed;
    bottom: 0;
    height: 40px;
    background-color: #A20000;
    color: #fff;
    width: 100%;
    z-index: 15;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.sp_fix_bar a {
    color: #fff;
    width: 100%;
}

.sp_fix_bar::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

@media (min-width:769px) {
    .sp_fix_bar {
        display: none;
    }
}

.pagetop {
    position: fixed;
    right: 10px;
    bottom: 50px !important;
}

@media (min-width:769px) {
    .pagetop {
        position: fixed;
        right: 10px;
        bottom: 10px !important;
    }
}