@charset "UTF-8";


/* -----------------------------------------------



toppage




--------------------------------------------------*/

body {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background-image: url(../img/common/back_img.jpg);
    margin: 0;
    font-size: 16px;
}

h1 .page_ttl {
    display: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: block;
    word-break: break-all;
    color: #fff;
    text-decoration: none;
    transition:.3s;
}

.banner a:hover {
    opacity: 0.8;
}

p,
li {
    text-align: left;
    list-style: none;
    font-size: 1rem;
}

th,
td {

}


footer {
    background-color: #7E1600;
    height: 220px;
    color: #fff;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 20px;
    padding: 20px 50px;
    text-align: center;
    cursor: pointer;
}

.close-btn i {
    font-size: 18px;
    color: #1b1b1b;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}

.cancellaition_box {
    background-color: #7E1600;
    width: 70%;
    padding: 10px 20px;
    margin: 20px auto;
    z-index: 999999;
}

.cancellaition_box .cancellaition_text {
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.cancellaition_box .cancellaition_text a {
    display: block;
    width: 100%;
}

.footer_fixd {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copyright p {
    text-align: center;
    font-size: 11px;
    padding: 0 10px;
}

.contents_diamond {
    position: fixed;
    width: 100%;
    bottom: 100px;
    left: 35%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.follow-me {
    position: fixed;
    left: 20px;
    bottom: 20px;
    list-style: none;
    margin: 0 0 -8px;
    overflow: hidden;
    padding: 0;
}

.follow-me li {
    float: left;
    margin: 0 8px 8px 0;
    padding: 0;
}

.follow-me li a::before {
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    height: 42px;
    /* Button height */
    line-height: 42px;
    /* Button height */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    width: 42px;
    /* Button width */
}

.follow-me li a[href*="facebook.com"]::before {
    border-color: #3b5998;
    background-color: #3b5998;
    content: "\f09a";
}

.follow-me li a[href*="twitter.com"]::before {
    border-color: #55acee;
    background-color: #55acee;
    content: "\f099";
}

.follow-me li a:hover::before {
    background-color: #fff;
}

.follow-me li a[href*="facebook.com"]:hover::before {
    color: #3b5998;
}

.follow-me li a[href*="twitter.com"]:hover::before {
    color: #55acee;
}

.fa-twitter:before {
    display: none;
}

.fa-google-plus:before {
    display: none;
}

.fa-facebook-f:before,
.fa-facebook:before {
    display: none;
}


header #header_inner_pc,
.pc {
    display: none;
}

header #sp {
    display: block;
}

.follow_btn a {
    display: block;
    font-size: 1.2rem;
    width: 80%;
    text-align: center;
    padding: 10px 0;
    margin: 15px auto;
    color: #7E1600;
    border: solid 1px #7E1600;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#ticket_banner img {
    border: solid 1px;
}

.top_read {
    position: absolute;
    top: 10%;
    right: 5%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: row-reverse;
}

.top_read li {
    writing-mode: vertical-rl;
    text-align: center;
    color: #fff;
    background-color: #1b1b1b;
    font-size: 3vw;
    letter-spacing: 0.5rem;
    padding: 10px 0;
    margin: 5px;
}

.mainvisual_logo {
    display: block;
    margin: 0 auto;
    margin-top: 450px;
    width: 80%;
}

.top_schedule {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 90%;
}

#mainvisual_sp {
    display: block;
    background-image: url(../img/top/mainvisual_sp.jpg);
    background-position: top;
    background-size: 100%;
    height: auto;
    margin-bottom: 40px;
    background-repeat: no-repeat;
}

#top-main_area .pc {
    display: none;
}

#top_cts {
    text-align: center;
    margin-top: 50px;
    padding: 0 20px;
}

#main {
    padding-top: 0;
    width: 100%;
}

.read_img {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    margin: 50px auto;
}

.read_text {
    line-height: 2rem;
}

#top_cts .text p {
    font-size: 16px;
    line-height: 1.5rem;
}

.img_box {
    width: calc(100% - 200px);
    margin: 0 auto;
}

.contents {
    position: relative;
    z-index: 2;
}

.contents:before {
    content: '';
    position: absolute;
    top: 40px;
    left: calc(50% - 80px / 2);
    width: 80px;
    height: 1px;
    /*margin: 10% 42% 0;*/
    background: #DC3917;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-40deg);
    z-index: -1;
}

.inner {
    height: auto;
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
}

#update,
#twitter {
    width: 92%;
    height: 450px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-color: #fff;
}

#update .inner,
#twitter .inner {
    padding-top: 15px;
}

#update .btn,
#twitter .btn {
    height: 50px;
    width: 250px;
    line-height: 50px;
    font-size: 15px;
}

.update_ttl,
.twitter_ttl {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
    text-align: center;
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
    color: #1b1b1b;
    margin-top: 60px;
    margin-bottom: 0;
}

#update {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: left;
    margin-bottom: 80px;
    overflow: scroll;
}

#update dl {
    height: auto;
    overflow: hidden;
}

#update dl dt {
    font-size: 11px;
    line-height: 1.6em;
    margin-bottom: 5px;
    color: #DC3917;
}

#update dl dd {
    border-bottom: dotted 1px #acacac;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.4em;
    font-size: 13px;
}

#update .btn,
#twitter .btn {
    width: 230px;
    margin: 0;
}

#update dl dd a {
    font-size: 13px;
    line-height: 1.4em;
    text-decoration: underline;
    color: #140403;
    display: inline-block;

}

#twitter {
    height: 420px;
}

.btnarea {
    text-align: left;
    width: 60%;
    margin: 0 auto;
}




/*　----------------------------------

告知ポップアップ

-----------------------*/

.btn_attention {
    display: none;
}

#attention {
    background-color: #fff;
    padding: 10px;
    padding-bottom: 70px;
    font-size: 0.9em;
    line-height: 1.8em;
    overflow: hidden;
}

#colorbox {
    z-index: 999999999;
}

.btn_haraimodoshi {
    color: #7e1500;
    border: solid 1px #7e1500;
    width: 90%;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    box-sizing: border-box;
    font-weight: bold;
}

#cboxClose {
    background: url(/img/common/close.png) no-repeat top center;
    top: auto;
    left: 0;
    bottom: 20px;
    right: 0;
    width: 30px;
    height: 40px;
    margin: auto;
    -webkit-background-size: 30px 40px;
    background-size: 30px 40px;
}

#top_cts .text .decision {
    background-color: #fff;
    border: solid 2px #7E1600;
    margin: 80px 0 50px 0;
}

#top_cts .text .decision .decision_title {
    background-color: #7E1600;
    color: #fff;
    padding: 20px 50px;
    text-align: center;
}

#top_cts .text .decision .decision_text {
    padding: 20px 50px;
}

#top_cts .text .decision a {
    color: #DC3917;
    display: inline-block;
}

#top_cts .text .decision p {
    margin: 0;
    text-align: left;
    line-height: 1.5rem;
}

#top_cts .text .decision ul {
    margin: 20px 0;
}

#top_cts .text .decision ul li {
    font-size: 1.2rem;
}

.bold {
    font-weight: bold;
}

.menu__item {
    background: #7E1600;
    color: #fff;
    cursor: pointer;
    text-align: center;
    display: block;
    margin-bottom: 1px;
    position: relative;
    margin-bottom: 50px;
}

.menu__item__link {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: block;
    padding: 20px 50px;
    background-color: #7E1600;
    color: #fff !important;
    text-align: center !important;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
    z-index: 0;
    margin-top: 30px;
}

.menu__item__link:before {
    border: 1px solid #D8BAB3;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 4px;
    z-index: -1;
}

.submenu {
    background: #fff;
    display: none;
}

.submenu__item {
    color: #222;
    padding: 20px 50px;
    border-left: solid 2px #7E1600;
    border-right: solid 2px #7E1600;
    border-bottom: solid 2px #7E1600;
}

.submenu__item ul {
    margin-bottom: 10px;
}

.submenu__item a {
    color: #DC3917;
    display: inline-block;
}

#top_cts .submenu__item p {
    margin: 0;
    text-align: left;
}


.modal-open {
    background: #fff;
    color: #222;
    left: 50%;
    padding: 10px 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
}

.modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content {
    background: #fff;
    left: 58%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.modal__content a {
    color: #1b1b1b;
}

.modal__content img {
    width: 100%;
}

.modal_scroll {
    max-height: 90vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    margin-bottom: 20px;
    padding: 0 15px;
    background: #fff;
}

.modal_scroll::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.modal__content .modal_scroll .info_title {
   font-size: 1.2rem !important;
   font-weight: bold;
   text-align: center;
}

.modal__content .modal_scroll .osaka_info_list {
   margin: 20px 0;
}

.modal__content .modal_scroll .osaka_info_list p{
   margin: 10px 0 !important;
   text-align: left !important;
}

.modal__content .modal_scroll .osaka_info_list ul{
   margin: 30px 0;
}

.modal__content .modal_scroll .osaka_info_list ul li{
   margin: 10px 0;
}

.modal__content .modal_scroll .osaka_info_list .small{
   font-size: 14px !important;
}

.modal__content .modal_scroll .osaka_info_list .important{
   background:linear-gradient(transparent 60%, #fdcbcb 60%);
}

.modal__content .modal_scroll .t-right {
   text-align: right !important;
}

.modal__content .modal_scroll .t-left {
   text-align: left !important;
}

.modal__content .modal_scroll .center {
   text-align: center !important;
}

.modal__content .modal_scroll .osaka_info_list .info-list_title {
   font-weight: bold;
}

.modal__content .modal_scroll .osaka_info_list .info-list_title span {
   background-color: #ffdf61;
}

@media screen and (min-width: 1025px) {

    #attention {
        padding: 40px 70px;
        width: 90% !important;
        max-width: 1000px !important;
    }

    .btn_haraimodoshi {
        width: 300px;
    }

    #cboxClose {
        top: 20px;
        left: auto;
        bottom: auto;
        right: 20px;
    }


}




/*ハンバーガーメニュー　---------------------------------------------------------*/

h1 {
    display: none;

}

.sp_menu .sp {
    display: block;
}

#nav-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 32px;
    cursor: pointer;
}

#nav-toggle>div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #7E1600;
    position: absolute;
    transition: transform 0.3s ease-in-out, top 0.5s ease;
    /* #nav-toggle close */
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
    z-index: 999;
}

#gloval-nav nav {
    z-index: 999;
    width: 100%;
    padding-left: 15px;
    position: absolute;
    top: 0;
}

#gloval-nav {
    background-color: #1b1b1b;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 29px;
    padding-left: 0;
    transform: translateX(-100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
    transform: translateX(0);
}

#gloval-nav a {
    display: block;
    color: #fff;
    font-size: 5vw;
    text-decoration: none;
    padding: 10px 0;
    transition: color 0.6s ease;
}

#gloval-nav ul {
    list-style: none;
}

#gloval-nav ul li {
    transform: translateX(-200px);
    transition: transform 1.3s ease;
    position: relative;
}

#gloval-nav ul li:after {
    content: "";
    display: block;
    width: 500px;
    height: 2px;
    background: #fff;
    left: -600px;
    position: absolute;
    transform: translateX(0);
    transition: transform 1s ease;
}

.open #gloval-nav li {
    transform: translateX(0);
    text-align: left;
    padding-left: 15px;
    font-size: 4vw;
}

.open #gloval-nav li:nth-child(1) {
    width: 50%;
    margin-bottom: -15px;
}

.nav-bg {
    background-color: #1b1b1b;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1s ease;
}

.nav-bg.active {
    opacity: 1;
}

/*ハンバーガーメニュー　おわり---------------------------------------------------------*/



.contents_diamond {
    position: fixed;
    bottom: 40px;
    left: 35%;
}

.diamond {
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    outline: solid 4px #1b1b1b;
    border: solid 1px #fff;
    background: #1b1b1b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.diamond__inner {
    display: flex;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    line-height: 13px;
    color: #fff;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.w-80 {
   margin: 30px auto;
}




@media screen and (min-width: 1025px) {
    /* 980px以上用（PC用）の記述 */

    p {}

    header {
        display: block;
        text-align: center;
        background-color: #1b1b1b;
        width: 250px;
        padding: 20px;
    }

    header #header_inner_pc,
    .pc {
        display: block;
    }

    header #sp {
        display: none;
    }


    .follow_btn a {
        color: #fff;
        border: solid 1px #fff;
    }


    footer {
        height: 270px;
        padding-top: 0;
        align-items: center;
    }

    .cancellaition_box {
        background-color: #7E1600;
        width: 90%;
        line-height: 3rem;
        padding: 20px;
        margin-bottom: 100px;
        z-index: 999999;
    }

    .cancellaition_box .cancellaition_text {
        color: #fff;
        text-align: center;
        font-size: 2rem;
    }

    .cancellaition_box .cancellaition_text a {
        display: block;
        width: 100%;
    }


    .mainvisual_logo {
        position: absolute;
        width: 60%;
        top: 45%;
        left: 20%;
    }

    .comingsoon {
        background-color: #8a8a8a !important;
        outline: solid 4px #8a8a8a !important;
        border: solid 1px #FFF !important;
    }

    .img_box {
        width: 40vw;
    }

    #header_inner_pc #logo {
        margin: 30px 0;
    }

    .top_read {
        top: 5%;
        right: 43%;
    }

    #top_cts .text p {
        font-size: 18px;
        line-height: 1.8rem;
    }

    .top_schedule {
        position: absolute;
        width: 42%;
        bottom: 0;
        margin-bottom: 0;
    }

    .follow-me {
        position: fixed;
        left: 310px;
        bottom: 20px;
    }

    li .comingsoon {
        pointer-events: none;
    }

    .inner {
        width: auto;
    }

    .mainvisual_logo_pc {
        position: absolute;
        width: 30%;
        right: 17%;
        top: 50px;
    }

    .top_read {
        position: absolute;
        top: 20%;
        right: 28%;
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-direction: row-reverse;
    }

    .top_read li {
        writing-mode: vertical-rl;
        text-align: center;
        color: #fff;
        background-color: #1b1b1b;
        font-size: 3vw;
        letter-spacing: 0.5rem;
        padding: 10px 0;
        margin: 5px;
    }

    #ticket_banner {
        position: absolute;
        top: 50px;
        left: 290px;
    }

    #ticket_banner a {
        display: inline;
    }

    #ticket_banner img {
        max-width: 50%;
        border: solid 1px;
    }


    #top-main_area .pc {
        display: block;
    }

    #navigation .sp {
        display: none;
    }

    #header_inner_pc,
    .pc {
        display: block;
    }

    #sp,
    #navigation li .sp {
        display: none;
    }

    .clearfix {
        display: block;
    }

    .contents_diamond {
        position: fixed;
        width: 100%;
        bottom: 80px;
        left: 50%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .diamond {
        position: absolute;
        left: 0%;
        right: 12%;
        width: 80px;
        height: 80px;
        margin: auto;
        outline: solid 4px #1b1b1b;
        border: solid 1px #fff;
        background: #1b1b1b;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .diamond__inner {
        position: absolute;
        display: flex;
        justify-content: center;
        top: -31.5px;
        left: -31.5px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        color: #fff;
        background: transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    h1.page_ttl {
        display: none;
    }

    #mainvisual img {
        max-width: 90%;
    }

    .contents {
        position: relative;
        z-index: 2;
    }

    .contents:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 1px;
        margin: 17% 35% 0;
        background: #DC3917;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(-40deg);
        z-index: -1;
    }

    .read_img {
        margin: 80px auto;
    }

    #top_cts {
        width: 90%;
        margin: 0 auto;
    }

    #top_cts p {
        margin: 50px 0;
        text-align: center;
    }

    .banner {
        width: 70%;
        margin: 0 auto;
    }

    .banner ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 50px auto;
    }

    .banner li {
        margin: 0 20px;
    }

    .update_ttl,
    .twitter_ttl {
        font-size: 18px;
        text-align: center;
        color: #fff;
        line-height: 30px;
        margin-bottom: 20px;
        padding-bottom: 0;
    }

    #update .btn,
    #twitter .btn {
        width: 230px;
        margin: 0;
    }

    #update .inner {
        padding-top: 10px;
        height: auto;
    }

    #update {
        margin-bottom: 10px;
        text-align: left;
        margin-bottom: 40px;
    }

    #twitter {
        height: 420px;
    }


    #update,
    #twitter {
        height: 350px;
        margin: 0;
        /*margin-bottom: 0px;*/
        width: 100%;
        padding: 0 10px;
        padding-right: 0;
        box-sizing: border-box;
        background-color: #fff;
        overflow: hidden;
    }

    #update .inner,
    #twitter .inner {
        height: 100%;
    }

    #update .inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        width: 100%;
        margin: 0 auto;
        overflow: scroll;
    }

    #update .btn,
    #twitter .btn {
        height: 50px;
        width: 250px;
        line-height: 50px;
        font-size: 15px;
    }

    .update_ttl,
    .twitter_ttl {
        font-family: 'Noto Serif JP', serif;
        font-weight: 700;
        font-size: 20px;
        padding-bottom: 5px;
        color: #fff;
        margin-top: 50px;
    }


    #update dl dd a {
        font-size: 13px;
        line-height: 1.4em;
        display: inline-block;
    }

    #update dl dd a:hover {
        text-decoration: none;
    }

    #update dl {
        height: auto;
        overflow: hidden;
    }

    #update dl dt {
        font-size: 11px;
        line-height: 1.6em;
        color: #DC3917;
        font-size: 9px;
        line-height: 9px;
        padding-bottom: 5px;
    }

    #twitter {
        max-height: 300px;
        text-align: center;
    }

    #twitter .inner {
        height: 410px;
        padding-top: 2px;
    }

    #top-main_area {
        display: block;
        padding-bottom: 0;
    }

    .clearfix {
        display: flex;
        justify-content: flex-start;
    }

    .back_contents {
        position: relative;
        overflow: hidden;
        background-color: #7E1600;
        z-index: -3;
    }

    .back_contents:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 100%;
        margin: -31% -54% 0;
        background: #F4F4F4;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(54deg);
        z-index: -2;
    }

    .back_contents:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 300%;
        height: 80%;
        margin: 25% -159% 0;
        background: #1b1b1b;
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-35deg);
        z-index: -1;
    }


    .pc ul {
        margin-bottom: 30px;
    }

    #mainvisual {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
    }

    #mainvisual img {
        max-width: 90%;

    }

    #top-main_area .sp {
        display: none;
    }


    .btn_header {
        background-color: #7E1600;
        min-width: 250px;
        display: inline-block;
        text-align: center;
        outline: solid 4px #7E1600;
        border: solid 1px #D8BAB3;
        font-size: 1rem;
        line-height: 45px;
        margin: 10px 0;
        position: relative;
        box-sizing: border-box;
    }

    .text {
        width: 800px;
        margin: 0 auto;
    }

    .text_inner {
        width: 100%;
    }

    #twitter iframe {
        max-height: 280px !important;
    }

    .btnarea {
        text-align: left;
        width: auto;
    }

    .modal-open {
        background: #fff;
        color: #222;
        left: 50%;
        padding: 10px 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 58%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }

    .modal__content a {
        color: #DC3917;
    }

    .modal__content img {
        width: 100%;
    }

    .w-80 {
        width: 80%;
        margin: 60px auto;
    }

    .menu__item {
        width: 80%;
        margin: 30px auto 60px;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    p,
    li {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
        text-align: left;
        font-size: 16px;
        list-style: none;
    }

    .pc {
        display: none;
    }

    #nav-toggle {
        top: 20px;
        right: 20px;
        height: 50px;
    }

    #nav-toggle span {
        height: 4px;
    }

    .diamond {
        height: 80px;
        width: 80px;
    }

    .diamond__inner {
        width: 100px;
        height: 100px;
        line-height: 50px;
    }

    .diamond__inner p {
        margin: 8px 0 0 0;
    }

    #mainvisual_sp {
        height: 1100px;
    }

    .mainvisual_logo {
        margin-top: 930px;
        width: 70%;
    }

    .top_schedule {
        margin-top: 80px;
        width: 80%;
    }

    .top_read {
        top: 22%;
        right: 15%;
    }

    #top_cts {
        padding: 0 20px;
    }


    #top_cts p {
        width: 100%;
        margin: 30px 0;
    }

    .inner_box {
        padding: 10px;
        width: 100%;
    }

    .contents_box {
        padding: 0 20px;
    }

    .contents:before {
        /*margin: 5% 46% 0;*/
        margin: 0;
    }

    #update {
        margin-bottom: 50px;
    }

    .inner {
        width: 70%;
    }

    .special_ticket {
        margin-bottom: 0;
    }


    .follow_btn a {
        width: 40%;
    }

    #update,
    #twitter {
        width: 70%;
    }

    #main .text {
        margin: 150px auto 0;
        padding: 0 20px;
    }

    .modal-open {
        background: #fff;
        color: #222;
        left: 50%;
        padding: 10px 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        padding: 20px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        text-align: center;
    }

    .modal__content a {
        color: #DC3917;
    }

    .modal__content img {
        width: 100%;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    /* 480px - 767px用（タブレット／スマートフォン用）の記述*/

    .contents_box {
        padding: 0 20px;
    }


}

@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */


    p,
    li {
        font-size: 16px;
        line-height: 1.5rem;
    }

    .top_read {
        right: 10%;
    }

    .top_read li {
        font-size: 5vw;
    }

    #main .text {
        margin-bottom: 20px;
    }

     #top_cts {
        padding: 0 10px;
    }

    #top_cts .text .decision .decision_title {
        padding: 10px;
    }

    #top_cts .text .decision .decision_text {
        padding: 10px;
    }

    #top_cts .text .decision ul li {
        font-size: 1rem;
    }

    .img_box {
        width: 90%;
    }

    .submenu__item {
        padding: 10px;
    }

    .diamond__inner p {
        margin: 8px 0 0 0;
    }

    .menu__item__link {
        padding: 12px;
    }

    .modal-open {
        background: #fff;
        color: #222;
        left: 50%;
        padding: 10px 40px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .modal {
        display: none;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100vw;
    }

    .modal__bg {
        background: rgba(0, 0, 0, 0.8);
        height: 100vh;
        position: absolute;
        width: 100%;
    }

    .modal__content {
        background: #fff;
        left: 50%;
        padding: 12px 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        box-sizing: border-box;
        z-index: 99999;
        height: auto;
    }

    .modal__content a {
        color: #DC3917;
    }

    .modal__content img {
        width: 100%;
    }

}