@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : index.css
Description :
===================================================================== */

/* =====================================================================
*    mv
* =================================================================== */
#wrapper {
    padding-top: 0;
}

.mv {
    background: url(../images/line_deco1.png) repeat-x center bottom, url(../images/mv/bg_mv_sp.jpg) no-repeat center top #47354d;
    background-size: calc(234 / 750 * 100%) auto, 100% auto;
}

.mv .inner {
    padding: 0;
}

.mv_ttl {
    width: calc(716 / 750 * 100%);
    margin: 0 auto calc(-30 / 750 * 100%);
    padding: calc(427 / 750 * 100%) 0 0;
}

.mv_date {
    width: calc(585 / 750 * 100%);
    margin: 0 auto;
    padding: 0 0 calc(410 / 750 * 100%);
}

.header {
    position: relative;
}

.fixed.header {
    position: relative;
}

.header_nav {
    z-index: 100;
}

.fixed .header_nav {
    position: fixed;
    top: 0;
    width: 100%;
}

.menu_btn::before {
    display: none;
}

.mv_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(690 / 750 * 100%);
    margin: 0 auto calc(-95 / 750 * 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.mv_nav li {
    width: calc(210 / 690 * 100%);
    margin: 0 calc(30 / 690 * 100%) calc(30 / 690 * 100%) 0;
}

.mv_nav li:nth-child(3),
.mv_nav li:last-child {
    margin-right: 0;
}

@media screen and (min-width: 768px) {
    .mv {
        background: url(../images/line_deco1.png) repeat-x center bottom, url(../images/mv/bg_mv_pc.jpg) no-repeat center top #47354d;
        background-size: calc(117 / 1600 * 100%) auto, 100% auto;
    }

    .mv_ttl {
        width: calc(716 / 1200 * 100%);
        margin: 0 auto calc(-30 / 1200 * 100%);
        padding: calc(576 / 1200 * 100%) 0 0;
    }

    .mv_date {
        width: calc(585 / 1200 * 100%);
        padding: 0 0 calc(510 / 1200 * 100%);
    }

    .mv_nav {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto calc(-170 / 1200 * 100%);
    }

    .mv_nav li {
        width: calc(280 / 1000 * 100%);
        margin: 0 calc(80 / 1000 * 100%) calc(40 / 1000 * 100%) 0;
    }

    .mv_nav li a::before,
    .mv_nav li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mv_nav li a::after {
        opacity: 0;
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }

    .mv_nav li a:hover::after {
        opacity: 1;
    }

    .mv_nav .mv_nav1 a::before {
        background: url(../images/mv/btn_mv_nav1.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav2 a::before {
        background: url(../images/mv/btn_mv_nav2.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav3 a::before {
        background: url(../images/mv/btn_mv_nav3.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav4 a::before {
        background: url(../images/mv/btn_mv_nav4.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav5 a::before {
        background: url(../images/mv/btn_mv_nav5.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav1 a::after {
        background: url(../images/mv/btn_mv_nav1_hover.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav2 a::after {
        background: url(../images/mv/btn_mv_nav2_hover.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav3 a::after {
        background: url(../images/mv/btn_mv_nav3_hover.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav4 a::after {
        background: url(../images/mv/btn_mv_nav4_hover.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav .mv_nav5 a::after {
        background: url(../images/mv/btn_mv_nav5_hover.png) no-repeat left top;
        background-size: 100% auto;
    }

    .mv_nav li a img {
        visibility: hidden;
    }
}

@media screen and (min-width: 1200px) {}


/* =====================================================================
*    about
* =================================================================== */
.about {
    background: url(../images/about/bg_about_sp.jpg) no-repeat left top, url(../images/bg_deco1.jpg) repeat left top;
    background-size: 100% auto, calc(288 / 750 * 100%) auto;
}

.about .inner {
    padding-top: calc(110 / 750 * 100%);
}

.about_list {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.about_list li:not(:last-child) {
    margin: 0 0 calc(100 / 630 * 100%);
}

.about_list_photo {
    margin: 0 0 calc(40 / 630 * 100%);
}

.about_list_photo img {
    font-size: 2rem;
    border-radius: 1.5em;
    overflow: hidden;
}

.about_list_photo p {
    margin: 0.5em 0 0;
    color: #513c57;
    font-size: 2.2rem;
    line-height: 1.58;
}

.about_list_txt {
    color: #513c57;
    font-size: 2.8rem;
    line-height: 1.714;
}

.about_list_txt p:not(:last-child) {
    margin: 0 0 calc(50 / 630 * 100%);
}

.txt_caution {
    font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
    .about {
        background: url(../images/about/bg_about_pc.jpg) no-repeat right top;
        background-size: 100% auto;
    }

    .about .inner {
        padding-top: calc(160 / 1200 * 100%);
    }

    .about_list {
        width: calc(1000 / 1200 * 100%);
    }

    .about_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about_list li:not(:last-child) {
        margin: 0 0 calc(50 / 1000 * 100%);
    }

    .about_list li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .about_list_photo {
        width: calc(475 / 1000 * 100%);
        margin: 0;
    }

    .about_list_photo p {
        margin: 0.8em 0 0;
        font-size: 1.2rem;
        line-height: 1.429;
    }

    .about_list_txt {
        width: calc(475 / 1000 * 100%);
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .about_list_txt p:not(:last-child) {
        margin: 0 0 calc(20 / 475 * 100%);
    }

    .txt_caution {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1200px) {
    .about .inner {
        padding-top: 160px;
    }
}


/* =====================================================================
*    timeless
* =================================================================== */
.timeless {
    background: url(../images/timeless/bg_timeless_sp.jpg) no-repeat left top #513c57;
    background-size: 100% auto;
}

.timeless .sec_ttl {
    margin: 0 auto calc(100 / 750 * 100%);
}

.timeless .sec_ttl::after {
    background: url(../images/img_deco_white2.png) no-repeat center top;
    background-size: auto 100%;
}

.outline {
    margin: 0 0 calc(90 / 750 * 100%);
}

.outline_box {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.outline_box dl:not(:last-child) {
    margin: 0 0 calc(60 / 630 * 100%);
    border-bottom: 1px solid #c0aec6;
}

.outline_box dt {
    margin: 0 0 calc(40 / 630 * 100%);
    color: #fff;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.outline_box dd {
    padding: 0 0 calc(60 / 630 * 100%);
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
    text-align: center;
}

.outline_box dd .txt_caution {
    margin: calc(5 / 630 * 100%) 0 0;
}

.outline_link {
    margin: calc(120 / 630 * 100%) 0 0;
}

.outline_link a {
    padding: calc(36 / 630 * 100%);
}

.highlights {
    margin: 0 0 calc(150 / 750 * 100%);
}

.highlights_photo {}

.highlights_photo figure {
    display: block;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.58;
}

.highlights_photo figure img {
    border-radius: 1.1em;
    overflow: hidden;
}

.highlights_photo1 {
    width: calc(420 / 750 * 100%);
    margin: 0 auto calc(60 / 750 * 100%);
}

.highlights_photo1 img {
    margin: 0 0 calc(20 / 630 * 100%);
}

.highlights_photo2 {
    width: calc(420 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.highlights_photo2 img {
    margin: 0 0 calc(20 / 420 * 100%);
}

.highlights_txt {
    width: calc(630 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
}

.highlights_link {
    width: calc(620 / 750 * 100%);
    margin: 0 auto;
}

.highlights a {
    padding: calc(12 / 300 * 100%) calc(36 / 300 * 100%);
}

.supporter {
    margin: 0 0 calc(150 / 750 * 100%);
}

.supporter .sec_subttl {
    width: calc(402 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.supporter_txt {
    width: calc(630 / 750 * 100%);
    margin: 0 auto calc(40 / 750 * 100%);
}

.supporter_txt dt {
    margin: 0 0 calc(40 / 630 * 100%);
    padding: 0 0 calc(40 / 630 * 100%);
    color: #c0aec6;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.526;
    border-bottom: 1px solid #c0aec6;
}

.supporter_txt dd {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
}

.supporter_profile {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.supporter_profile li {
    margin: 0 0 calc(30 / 690 * 100%);
    padding: calc(100 / 690 * 100%) calc(60 / 690 * 100%);
    background-color: #fff;
    border-radius: 1.5em;
    font-size: 2rem;
}

.supporter_profile li:last-child {
    margin-bottom: 0;
}

.supporter_profile_photo {
    width: calc(500 / 570 * 100%);
    margin: 0 auto calc(70 / 570 * 100%);
}

.supporter_profile_txt dt {
    margin: 0 0 calc(30 / 570 * 100%);
    color: #513c57;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
}

.supporter_profile_txt dd {
    color: #513c57;
    font-size: 2.8rem;
    line-height: 1.714;
}

.guide_box {
    width: calc(580 / 750 * 100%);
    margin: 0 auto;
}

.guide_photo {
    width: calc(500 / 580 * 100%);
    margin: 0 auto calc(70 / 580 * 100%);
}

.guide_txt_list {
    margin: 0 0 calc(60 / 580 * 100%);
}

.guide_txt_list li {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
    text-indent: -1em;
    padding-left: 1em;
}

.guide_txt_contact {
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
}

@media screen and (min-width: 768px) {
    .timeless {
        background: url(../images/timeless/bg_timeless_pc.jpg) no-repeat left top #513c57;
        background-size: 100% auto;
    }

    .timeless .sec_ttl {
        margin: 0 auto calc(50 / 1200 * 100%);
    }

    .outline_box {
        width: calc(800 / 1200 * 100%);
        margin: 0 auto calc(130 / 1200 * 100%);
    }

    .outline_box dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .outline_box dl:not(:last-child) {
        margin: 0 0 calc(20 / 650 * 100%);
    }

    .outline_box dt {
        width: calc(120 / 800 * 100%);
        margin: 0 0 0 calc(30 / 800 * 100%);
        font-size: 1.8rem;
        line-height: 1.67;
        text-align: left;
    }

    .outline_box dd {
        width: calc(650 / 800 * 100%);
        padding: 0 0 calc(20 / 650 * 100%);
        font-size: 1.8rem;
        line-height: 1.67;
        text-align: left;
    }

    .outline_link {
        width: calc(200 / 650 * 100%);
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .outline_link a {
        padding: calc(21 / 200 * 100%);
    }

    .highlights {
        margin: 0 0 calc(100 / 1200 * 100%);
    }

    .highlights_photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto calc(40 / 1200 * 100%);
    }

    .highlights_photo figure {
        font-size: 1.2rem;
        line-height: 1.429;
    }

    .highlights_photo1 {
        width: calc(317 / 1000 * 100%);
        margin: 0 calc(130 / 1000 * 100%) 0 0;
    }

    .highlights_photo2 {
        width: calc(317 / 1000 * 100%);
        margin: 0;
    }

    .highlights_txt {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto calc(40 / 1200 * 100%);
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .highlights_link {
        width: calc(260 / 1200 * 100%);
    }

    .highlights a {
        padding: calc(22 / 260 * 100%);
    }

    .supporter {
        margin: 0 0 calc(100 / 1200 * 100%);
    }

    .supporter .sec_subttl {
        width: calc(302 / 1200 * 100%);
        margin: 0 auto calc(40 / 1200 * 100%);
    }

    .supporter_txt {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
    }

    .supporter_txt dt {
        margin: 0 0 calc(25 / 1000 * 100%);
        padding: 0 0 calc(25 / 1000 * 100%);
        color: #fff;
        font-size: 2.4rem;
        text-align: center;
    }

    .supporter_txt dd {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .supporter_profile {
        width: calc(1000 / 1200 * 100%);
    }

    .supporter_profile li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 calc(20 / 1000 * 100%);
        padding: calc(60 / 1000 * 100%) calc(100 / 1000 * 100%);
    }

    .supporter_profile_photo {
        width: calc(250 / 800 * 100%);
        margin: 0;
    }

    .supporter_profile_txt {
        width: calc(500 / 800 * 100%);
    }

    .supporter_profile_txt dt {
        margin: 0 0 calc(15 / 500 * 100%);
        font-size: 2.4rem;
    }

    .supporter_profile_txt dd {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .guide_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(1000 / 1200 * 100%);
    }

    .guide_photo {
        width: calc(375 / 1000 * 100%);
        margin: 0;
    }

    .guide_txt {
        width: calc(575 / 1000 * 100%);
        -ms-flex-item-align: center;
        align-self: center;
    }

    .guide_txt_list {
        margin: 0 0 calc(30 / 575 * 100%);
    }

    .guide_txt_list li {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .guide_txt_contact {
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

@media screen and (min-width: 1200px) {}


/* =====================================================================
*    ticket
* =================================================================== */
.ticket {
    background: url(../images/ticket/bg_ticket_sp.jpg) no-repeat left top, url(../images/bg_deco1.jpg) repeat left top;
    background-size: 100% auto, calc(288 / 750 * 100%) auto;
}

.ticket .sec_ttl::after {
    padding-top: calc(45 / 325 * 100%);
    background: url(../images/img_deco_purple2.png) no-repeat center top;
    background-size: auto 100%;
}

.ticket_table {
    width: calc(630 / 750 * 100%);
    margin: 0 auto calc(80 / 750 * 100%);
}

.ticket_table table {
    display: block;
    width: 100%;
}

.ticket_table table thead,
.ticket_table table tbody {
    display: block;
    width: 100%;
}

.ticket_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.ticket_table table th {
    width: calc(206 / 630 * 100%);
    margin: 0 calc(5 / 630 * 100%) calc(5 / 630 * 100%) 0;
    padding: calc(32 / 630 * 100%) 0;
    background-color: #513c57;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
}

.ticket_table table th:last-child {
    margin-right: 0;
}

.ticket_table table thead th:first-child {
    border-top-left-radius: 1.2em;
}

.ticket_table table thead th:last-child {
    border-top-right-radius: 1.2em;
}

.ticket_table table td {
    width: calc(206 / 630 * 100%);
    margin: 0 calc(5 / 630 * 100%) calc(5 / 630 * 100%) 0;
    padding: calc(27 / 630 * 100%) 0;
    background-color: #e6dfe8;
    color: #513c57;
    font-size: 3rem;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.ticket_table table td:last-child {
    margin-right: 0;
}

.ticket_table table td span {
    font-size: 2rem;
    font-weight: 700;
}

.ticket_table table tbody tr:last-child th {
    border-bottom-left-radius: 1.5em;
}

.ticket_table table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 1.5em;
}

.ticket_table_txt {
    margin: calc(10 / 630 * 100%) 0 0;
    color: #513c57;
    font-size: 2.4rem;
    line-height: 1.583;
}

.ticket_subttl {
    margin: 0 0 calc(40 / 750 * 100%);
    color: #513c57;
    font-size: 4rem;
    font-family: 'M PLUS Rounded 1c';
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.ticket_subttl::before,
.ticket_subttl::after {
    content: "●";
    display: inline-block;
    margin: 0 0.5em 0 0;
}

.ticket_subttl::after {
    margin: 0 0 0 0.5em;
}

.ticket_goods {
    margin: 0 0 calc(90 / 750 * 100%);
}

.ticket_goods_list {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.ticket_goods_list li:not(:last-child) {
    margin: 0 0 calc(80 / 630 * 100%);
}

.ticket_goods_list li.sold::before {
    content: '';
    position: absolute;
    background-color: rgba(81, 60, 87, 0.6);
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.ticket_goods_list li.sold::after {
    content: 'SOLD OUT';
    position: absolute;
    color: #e6dfe8;
    width: calc(500 / 630 * 100%);
    height: calc(80 / 630 * 100%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    font-size: 7rem;
    text-align: center;
    font-weight: bold;
}

.ticket_goods_list > li:nth-child(2) {
    margin-bottom: calc(120 / 630 * 100%);
}

.ticket_goods_photo {
    width: calc(500 / 630 * 100%);
    margin: 0 auto calc(35 / 630 * 100%);
}

.ticket_goods_photo img {
    border-radius: 50%;
    overflow: hidden;
}

.ticket_goods_txt dt {
    color: #513c57;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.ticket_goods_txt dt span {
    color: #ff5e9b;
    margin-left: calc(30 / 700 * 100%);
    font-weight: bold;
    font-style: italic;
    font-size: 3.2rem;
}

.ticket_goods_txt dd {
    color: #513c57;
    font-size: 2.8rem;
    line-height: 1.714;
}

.ticket_goods_price {
    margin: calc(60 / 630 * 100%) 0 0;
    text-align: center;
}

.price_bottom ul {
    margin: calc(30 / 630 * 100%) 0 calc(10 / 630 * 100%);
}

.price_bottom ul li:not(:last-child) {
    margin-bottom: calc(30 / 630 * 100%);
}

.price_bottom ul + p {
    text-align: left;
}

.ticket_goods_txt .ticket_comment,
.price_bottom ul + p {
    font-size: 1.8rem;
}

.ticket_shop_table {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.ticket_shop_table dl:first-child dt {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
}

.ticket_shop_table dl:last-child dd:last-child {
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
}

.ticket_shop_box dt {
    margin: 0 0 calc(5 / 630 * 100%);
    background-color: #513c57;
    color: #fff;
    font-size: 3.2rem;
    line-height: 1.625;
    text-align: center;
}

.ticket_shop_box dt span {
    display: block;
    padding: calc(24 / 630 * 100%) calc(60 / 630 * 100%);
}

.ticket_shop_box dd {
    margin: 0 0 calc(5 / 630 * 100%);
    background-color: #e6dfe8;
    color: #513c57;
    font-size: 3.2rem;
    line-height: 1.625;
}

.ticket_shop_box dd p {
    padding: calc(34 / 630 * 100%) calc(60 / 630 * 100%);
}

.ticket_shop_box dd a {
    display: inline;
    color: #ff5e9b;
    word-break: break-all;
}

.ticket_shop_box dd .txt_caution {
    font-size: 2.8rem;
    line-height: 1.714;
}

@media screen and (min-width: 768px) {
    .ticket {
        background: url(../images/ticket/bg_ticket_pc.jpg) no-repeat left top, url(../images/bg_deco1.jpg) repeat left top;
        background-size: 100% auto, calc(144 / 1600 * 100%) auto;
    }

    .ticket .sec_ttl::after {
        padding-top: calc(34 / 244 * 100%);
    }

    .ticket_table {
        width: calc(604 / 1200 * 100%);
        margin: 0 auto calc(90 / 1200 * 100%);
    }

    .ticket_table table th {
        display: block;
        width: calc(200 / 604 * 100%);
        margin: 0 calc(2 / 604 * 100%) calc(2 / 604 * 100%) 0;
        padding: calc(27 / 604 * 100%) 0;
        font-size: 1.8rem;
    }

    .ticket_table table td {
        display: block;
        width: calc(200 / 604 * 100%);
        margin: 0 calc(2 / 604 * 100%) calc(2 / 604 * 100%) 0;
        padding: calc(21 / 604 * 100%) 0;
        font-size: 2.6rem;
    }

    .ticket_table table td span {
        font-size: 1.8rem;
    }

    .ticket_table_txt {
        margin: calc(10 / 604 * 100%) 0 0;
        font-size: 1.4rem;
        line-height: 1.429;
    }

    .ticket_goods {
        margin: 0 0 calc(90 / 1200 * 100%);
    }

    .ticket_subttl {
        margin: 0 0 calc(40 / 1200 * 100%);
        font-size: 3rem;
    }

    .ticket_goods_list {
        width: calc(1000 / 1200 * 100%);
    }

    .ticket_goods_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .ticket_goods_list li.sold::after {
        font-size: 3rem;
        height: calc(200 / 1000 * 100%);
    }

    .ticket_goods_list li:not(:last-child) {
        margin: 0 0 calc(20 / 1000 * 100%);
    }

    .ticket_goods_photo {
        width: calc(250 / 1000 * 100%);
        margin: 0;
    }

    .ticket_goods_list li:nth-child(2) {
        margin-bottom: calc(50 / 1000 * 100%);
    }

    .ticket_goods_txt {
        width: calc(700 / 1000 * 100%);
    }

    .ticket_goods_txt dt {
        font-size: 2.4rem;
        text-align: left;
    }

    .ticket_goods_txt dt span {
        font-size: 2rem;
    }

    .ticket_goods_txt dd {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .ticket_goods_price {
        margin: calc(30 / 700 * 100%) 0 0;
        text-align: left;
    }

    .price_bottom ul {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: calc(30 / 700 * 100%) 0 calc(10 / 700 * 100%);
    }

    .price_bottom ul li {
        width: calc(200 / 700 * 100%);
        margin-bottom: 0 !important;
    }

    .ticket_goods_txt .ticket_comment,
    .price_bottom ul + p {
        font-size: 1rem;
    }

    .ticket_shop_table {
        width: calc(1000 / 1200 * 100%);
    }

    .ticket_shop_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .ticket_shop_box dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(200 / 1000 * 100%);
        margin: 0 calc(2 / 1000 * 100%) calc(2 / 1000 * 100%) 0;
        font-size: 1.8rem;
        line-height: 1.556;
    }

    .ticket_shop_box dt span {
        padding: calc(30 / 200 * 100%) 0;
    }

    .ticket_shop_box dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: calc(596 / 1000 * 100%);
        margin: 0 calc(2 / 1000 * 100%) calc(2 / 1000 * 100%) 0;
        font-size: 1.8rem;
        line-height: 1.556;
    }

    .ticket_shop_box dd:last-child {
        width: calc(200 / 1000 * 100%);
        margin-right: 0;
    }

    .ticket_shop_box dd p {
        padding: calc(20 / 596 * 100%) calc(30 / 596 * 100%);
    }

    .ticket_shop_box dd:last-child p {
        padding: calc(30 / 200 * 100%) 0;
    }

    .ticket_shop_box dd .txt_caution {
        font-size: 1.8rem;
        line-height: 1.556;
    }

    .ticket_shop_table dl:first-child dt {
        border-top-left-radius: 1.6em;
        border-top-right-radius: 0;
    }

    .ticket_shop_table dl:first-child dd:last-child {
        border-top-right-radius: 1.6em;
    }

    .ticket_shop_table dl:last-child dt {
        border-bottom-left-radius: 1.6em;
    }

    .ticket_shop_table dl:last-child dd:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 1.6em;
    }

    .ticket_shop_box dd a {
        text-decoration: underline;
    }

    .ticket_shop_box dd a:hover {
        text-decoration: none;
    }
}

@media screen and (min-width: 1200px) {}


/* =====================================================================
*    catalog
* =================================================================== */
.catalog {
    background: url(../images/catalog/bg_catalog_sp.jpg) no-repeat left top #513c57;
    background-size: 100% auto;
}

.catalog .sec_ttl::after {
    padding-top: calc(49 / 325 * 100%);
    background: url(../images/img_deco_white3.png) no-repeat center top;
    background-size: auto 100%;
}

.catalog_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.catalog_list li {
    width: calc(300 / 630 * 100%);
    margin: 0 calc(30 / 630 * 100%) calc(40 / 630 * 100%) 0;
}

.catalog_list li:nth-child(even),
.catalog_list li:last-child {
    margin-right: 0;
}

.catalog_list_photo {
    margin: 0 0 calc(20 / 300 * 100%);
    font-size: 2rem;
    border-radius: 1.5em;
    overflow: hidden;
}

.catalog_list_txt dt {
    color: #ff5e9b;
    font-size: 2.8rem;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.714;
}

.catalog_list_txt dd {
    color: #fff;
    font-size: 2.8rem;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    line-height: 1.714;
}

.ntv_banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ntv_banner .text_more {
    color: #ffffff;
    font-size: 3rem;
    font-family: YakuHanJP, "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    margin-bottom: 5rem;
    font-style: oblique;
}

.ntv_banner img {
    width: 80%;
    margin: 0 auto;
}


@media screen and (min-width: 768px) {
    .catalog {
        background: url(../images/catalog/bg_catalog_pc.jpg) no-repeat left top #513c57;
        background-size: 100% auto;
    }

    .catalog .sec_ttl::after {
        padding-top: calc(36 / 244 * 100%);
    }

    .catalog_list {
        width: calc(1000 / 1200 * 100%);
    }

    .catalog_list li,
    .catalog_list li:nth-child(even) {
        width: calc(300 / 1000 * 100%);
        margin: 0 calc(49 / 1000 * 100%) calc(50 / 1000 * 100%) 0;
    }

    .catalog_list li:nth-child(3n),
    .catalog_list li:last-child {
        margin-right: 0;
    }

    .catalog_list_txt dt {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .catalog_list_txt dd {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .ntv_banner img {
        width: 50%;
    }
}

@media screen and (min-width: 1200px) {}


/* =====================================================================
*    access
* =================================================================== */
.access {
    background: url(../images/bg_deco1.jpg) repeat left top;
    background-size: calc(288 / 750 * 100%) auto;
}

.access .sec_ttl::after {
    padding-top: calc(57 / 325 * 100%);
    background: url(../images/img_deco_purple3.png) no-repeat center top;
    background-size: auto 100%;
}

.access_map {
    margin: 0 0 calc(40 / 750 * 100%);
    padding: calc(20 / 750 * 100%);
    background-color: #85628f;
}

.access_map_wrap {
    padding-top: 100%;
}

.access_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.access_address {
    width: calc(630 / 750 * 100%);
    margin: 0 auto calc(50 / 750 * 100%);
}

.access_address dt {
    margin: 0 0 calc(5 / 630 * 100%);
    color: #513c57;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.6;
}

.access_address dd,
.access_address2 dd {
    color: #513c57;
    font-size: 2.8rem;
    line-height: 1.714;
}

.access_address2 {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.access_address2 dt {
    color: #513c57;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.714;
}

.access_address2 dd {
    margin: 0 0 0 0.7em;
    padding-left: 0.4em;
    text-indent: -0.4em;
}

.access_address2 dd::before {
    content: "・";
    display: inline-block;
    margin: 0 0.3em 0 0;
}

@media screen and (min-width: 768px) {
    .access {
        background-size: calc(144 / 1600 * 100%) auto;
    }

    .access .sec_ttl::after {
        padding-top: calc(43 / 244 * 100%);
    }

    .access_map {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto calc(50 / 1200 * 100%);
        padding: calc(10 / 1200 * 100%);
        font-size: 2rem;
        border-radius: 1.5em;
    }

    .access_map_wrap {
        padding-top: calc(380 / 980 * 100%);
    }

    .access_map iframe {
        border-radius: 1.1em;
    }

    .access_address {
        width: calc(800 / 1200 * 100%);
        margin: 0 auto calc(30 / 1200 * 100%);
    }

    .access_address dt {
        margin: 0;
        font-size: 2.2rem;
    }

    .access_address dd {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .access_address2 {
        width: calc(800 / 1200 * 100%);
    }

    .access_address2 dt {
        font-size: 1.6rem;
        line-height: 1.625;
    }

    .access_address2 dd {
        margin: 0 0 0 0.4em;
        font-size: 1.6rem;
        line-height: 1.625;
    }
}

@media screen and (min-width: 1200px) {
    .access_map_wrap::after {
        border-width: 10px;
        margin: -10px 0 0 -10px;
    }
}


/* =====================================================================
*    event
* =================================================================== */
.event {
    background-color: #513c57;
}

.event .sec_ttl::after {
    display: none;
}

.event_list li {
    margin: 0 0 calc(4 / 750 * 100%);
    padding: calc(40 / 750 * 100%) calc(60 / 750 * 100%);
    background-color: #fff;
}

.event_list_date {
    margin: 0 0 calc(25 / 630 * 100%);
    color: #85628f;
    font-size: 2rem;
    line-height: 1.5;
}

.event_list_txt dt {
    color: #ff5e9b;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.429;
}

.event_list_txt dd {
    font-size: 2.8rem;
    line-height: 1.429;
}

.event_list_txt dd .img_box {
    margin-top: calc(50 / 630 * 100%);
}

.event_list_txt dd .img_box img:not(:last-child) {
    margin-bottom: calc(30 / 630 * 100%);
}

.event_none {
    margin: 15% 0 0;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.429;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .event_list {
        width: calc(1000 / 1200 * 100%);
        margin: 0 auto;
    }

    .event_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 calc(5 / 1000 * 100%);
        padding: calc(35 / 1000 * 100%) calc(50 / 1000 * 100%);
        font-size: 2rem;
        border-radius: 1.5em;
    }

    .event_list_date {
        width: calc(115 / 900 * 100%);
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.556;
    }

    .event_list_txt {
        width: calc(785 / 900 * 100%);
    }

    .event_list_txt dt {
        font-size: 1.8rem;
        line-height: 1.556;
    }

    .event_list_txt dd {
        margin: calc(10 / 785 * 100%) 0 0;
        font-size: 1.4rem;
        line-height: 1.714;
    }

    .event_list_txt dd .img_box {
        margin-top: calc(30 / 785 * 100%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .event_list_txt dd .img_box img {
        width: calc(380 / 785 * 100%);
        height: 100%;
    }

    .event_list_txt dd .img_box img:nth-child(-n+2) {
        margin-bottom: calc(20 / 785 * 100%);
    }

    .event_list_txt dd .img_box img:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .event_none {
        margin: 10% 0 0;
        font-size: 1.8rem;
        line-height: 1.556;
    }
}

@media screen and (min-width: 1200px) {}


/* =====================================================================
*    sns
* =================================================================== */
.sns {
    background: url(../images/bg_deco1.jpg) repeat left top;
    background-size: calc(288 / 750 * 100%) auto;
}

.sns .sec_ttl::after {
    display: none;
}

.twitter {
    margin: 0 0 calc(50 / 750 * 100%);
}

.twitter .sec_subttl {
    width: calc(177 / 750 * 100%);
    margin: 0 auto calc(20 / 750 * 100%);
}

.twitter_box {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
    border-top: calc(6 / 750 * 100vw) solid #513c57;
    border-bottom: calc(6 / 750 * 100vw) solid #513c57;
}

.twitter_wrap iframe {
    display: block !important;
    font-size: 2rem;
    width: 740px !important;
    height: 20em !important;
}

.instagram {
    width: calc(630 / 750 * 100%);
    margin: 0 auto;
}

.instagram a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(25 / 630 * 100%) calc(106 / 630 * 100%);
    background-color: #513c57;
    border-radius: 1.5em;
    font-size: 2rem;
}

.instagram a::before {
    content: "";
    display: block;
    width: calc(150 / 418 * 100%);
    padding-top: calc(150 / 418 * 100%);
    background: url(../images/sns/bnr_sns_insta1.png) no-repeat center center;
    background-size: 100% auto;
}

.instagram a img {
    width: calc(239 / 418 * 100%);
    margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
    .sns {
        background-size: calc(144 / 1600 * 100%) auto;
    }

    .sns .sec_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(800 / 1200 * 100%);
        margin: 0 auto;
    }

    .twitter {
        width: calc(550 / 800 * 100%);
        margin: 0;
    }

    .twitter .sec_subttl {
        width: calc(128 / 550 * 100%);
        margin: 0 auto calc(15 / 550 * 100%);
    }

    .twitter_box {
        width: 100%;
        border-width: calc(3 / 1200 * 100vw);
    }

    .twitter_wrap iframe {
        height: 14.5em !important;
    }

    .instagram {
        width: calc(200 / 800 * 100%);
        margin: calc(41 / 800 * 100%) 0 0;
    }

    .instagram a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 0;
    }

    .instagram a::before {
        width: calc(113 / 200 * 100%);
        padding-top: calc(113 / 200 * 100%);
        margin: 0 auto calc(30 / 200 * 100%);
    }

    .instagram a img {
        width: calc(145 / 200 * 100%);
        margin: 0 auto;
    }

    .instagram a:hover {
        background-color: #ff5e9b;
    }
}

@media screen and (min-width: 1200px) {
    .twitter_box {
        border-width: 3px;
    }
}
