@charset "utf-8";
/* structure
---------------------------------------- */
.box {
    width: 924px;
    margin: 0 auto 100px;
    padding: 50px
    }
.box h2.ttl {
    margin-top: 0
    }
@media screen and (max-width: 1054px) {
    .box {
        width: auto
        }
    }
@media screen and (max-width: 640px) {
    .box {
        margin: 0 auto 50px;
        padding: 15px
        }
    }
/* slider
---------------------------------------- */
.slider {
    height: 100vh;
    top: 0;
    margin-bottom: -500px !important
    }
a.btnPrev, a.btnNext {
    display: none
    }
.slider ul {
    height: 100vh
    }
.slider ul li {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
    }
/* mv
---------------------------------------- */
#mv {
    position: relative;
    height: 100vh
    }
#mv * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
#site_ttl {
    position: absolute;
    top: 20vh;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100
    }
#site_ttl .copy {
    max-width: 665px;
    margin: 20px auto 0;
    padding: 20px 0 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0 0 10px #000;
    border-top: 1px solid #fff
    }
@media screen and (max-width: 768px) {
    #site_ttl {
        top: 20vh;
        padding: 0 10vw
        }
    #site_ttl .copy {
        font-size: 18px
        }
    }
@media screen and (max-width: 640px) {
    #site_ttl .copy {
        font-size: 14px;
        text-align: left
        }
    }
/* information
---------------------------------------- */
div#information {
    padding: 100px 15px;
    background: url(../img/bg-info.png) 0 0 repeat
    }
div#information * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
div#information .inner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 50px;
    border: 5px solid #e23366;
    border-radius: 15px;
    background: #fff
    }
div#information h2.ttl {
    margin-top: 0;
    border-left: 5px solid #fff
    }
div#information.box strong {
    font-weight: bold
    }
@media screen and (max-width: 1024px) {
    div#information {
        padding: 50px 15px
        }
    }
@media screen and (max-width: 768px) {
    div#information .inner {
        padding: 30px
        }
    }
@media screen and (max-width: 480px) {
    div#information .inner {
        padding: 15px
        }
    }
/* coution
---------------------------------------- */
#coution ul {
    margin: 30px 0 20px
    }
#coution p {
    font-size: 18px
    }
#coution ul li {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #333
    }
@media screen and (max-width: 640px) {
    #coution p {
        font-size: 14px
        }
    #coution ul li {
        font-size: 16px
        }
    }
#coution .waku {
    border: 1px solid #000;
    padding: 10px 15px;
    font-size: 18px
    }
/* ticket
---------------------------------------- */
div#ticket {
    padding-bottom: 380px;
    background-image: url(../img/ticket.png);
    background-repeat: no-repeat;
    background-position: center bottom 40px
    }
div#ticket h2.ttl {
    margin: 0 auto;
    padding: 0;
    font-family: "Noto Sans Japanese";
    color: #fff;
    font-size: 72px;
    text-align: center;
    border-bottom: none;
    background: none
    }
div#ticket h2.ttl span {
    display: block;
    font-size: 30px;
    line-height: 1.4
    }
div#ticket h2.ttl strong, div#ticket h2.ttl strong span {
    display: block;
    font-size: 92px;
    line-height: 0.2
    }
div#ticket h2.ttl strong span {
    display: inline;
    margin: 0;
    letter-spacing: -0.1em;
    line-height: 1.4
    }
div#ticket h2.venefit {
    width: 640px;
    margin: 0 auto;
    padding: 10px 20px 15px;
    font-family: "Noto Sans Japanese";
    color: #ff3232;
    font-size: 26px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    background-color: #ffff96
    }
div#ticket h2.venefit strong {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2
    }
div#ticket h2.venefit strong span {
    font-size: 64px
    }
div#ticket h2.venefit br {
    display: none
    }
div#ticket p.coution, div#ticket p.coution2 {
    width: 640px;
    margin: 0 auto;
    padding: 6px 20px 2px;
    font-family: "Noto Sans Japanese";
    color: #ff0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px
    }
div#ticket p.coution {
    color: #ff0
    }
div#ticket p.coution2 {
    margin-bottom: 70px;
    padding: 8px 20px;
    color: #f00;
    background-color: #fff
    }
@media screen and (max-width: 990px) {
    div#ticket h2.ttl span {
        font-size: 28px
        }
    div#ticket h2.ttl strong {
        margin-top: 40px
        }
    div#ticket h2.ttl strong span {
        display: block
        }
    }
@media screen and (max-width: 830px) {
    div#ticket {
        padding-bottom: 55%;
        background-size: 90% auto
        }
    div#ticket h2.venefit, div#ticket p.coution, div#ticket p.coution2 {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%
        }
    div#ticket h2.venefit {
        font-size: 18px
        }
    }
@media screen and (max-width: 780px) {
    div#ticket h2.ttl {
        font-size: 60px
        }
    div#ticket h2.ttl span {
        padding-top: 15px;
        font-size: 20px
        }
    div#ticket h2.venefit strong {
        font-size: 26px
        }
    div#ticket h2.venefit strong span {
        font-size: 56px
        }
    }
@media screen and (max-width: 700px) {
    div#ticket h2.venefit br {
        display: block
        }
    div#ticket h2.venefit strong {
        line-height: 1
        }
    }
@media screen and (max-width: 640px) {
    div#ticket h2.ttl {
        font-size: 42px
        }
    div#ticket h2.ttl strong span {
        font-size: 66px
        }
    }
@media screen and (max-width: 510px) {
    div#ticket p.coution, div#ticket p.coution2 {
        font-size: 20px
        }
    }
@media screen and (max-width: 450px) {
    div#ticket h2.ttl strong {
        font-size: 70px
        }
    div#ticket h2.ttl strong span {
        font-size: 52px
        }
    div#ticket h2.venefit {
        font-size: 16px
        }
    div#ticket h2.venefit strong {
        font-size: 24px
        }
    div#ticket h2.venefit strong span {
        font-size: 50px
        }
    }
@media screen and (max-width: 350px) {
    div#ticket h2.ttl strong {
        font-size: 64px
        }
    div#ticket h2.ttl strong span {
        font-size: 45px
        }
    }
/* outline
---------------------------------------- */
#outline .point {
    margin: 0 0 40px
    }
#outline .point li {
    padding: 45px 0;
    border-bottom: 1px dotted #333;
    overflow: hidden
    }
#outline .point li .num {
    float: left
    }
#outline .point li .wrap {
    padding-left: 30px;
    overflow: hidden
    }
#outline .point li .wrap .ttl {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4
    }
#outline .point li .wrap .ttl strong {
    color: #e23366;
    font-weight: bold
    }
#outline .txt {
    font-size: 18px
    }
#outline .point li .wrap .txt strong {
    color: #e23366;
    font-size: 22px;
    font-weight: bold
    }
@media screen and (max-width: 640px) {
    #outline .point li {
        padding: 30px 0
        }
    #outline .point li .num {
        width: 50px
        }
    #outline .point li .wrap {
        padding-left: 10px
        }
    #outline .point li .wrap .ttl {
        font-size: 18px
        }
    #outline .txt {
        font-size: 14px
        }
    #outline .point li .wrap .txt strong {
        font-size: 18px
        }
    }
/* topics_list
---------------------------------------- */
div#topics p.btn a {
    margin: 30px auto 0
    }
/* modal
---------------------------------------- */
.modal {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000
    }
.modal .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%
    }
.modal .modal__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px
    }
.modal .modal__content .modal__inner {
    position: relative;
    padding: 80px 50px;
    border: 15px solid #e23366;
    background: #fff
    }
.modal .modal__content .modal__inner .txt {
    font-size: 22px;
    font-weight: bold;
    text-align: center
    }
.modal .modal__content .modal__inner .txt strong {
    display: block;
    margin: 20px 0 0;
    color: #e23366;
    font-size: 28px;
    line-height: 1.5
    }
.modal .modal__content .modal__inner a:hover img {
    opacity: 1
    }
.modal .modal__content .modal__inner .js-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #333;
    text-decoration: none;
    font-size: 60px;
    line-height: 1
    }
@media screen and (max-width: 768px) {
    .modal .modal__content .modal__inner .js-modal-close {
        top: 10px;
        font-size: 30px
        }
    .modal .modal__content .modal__inner {
        padding: 40px 15px
        }
    }
@media screen and (max-width: 640px) {
    .modal .modal__content {
        width: 95%
        }
    .modal .modal__content .modal__inner {
        padding: 40px 10px 20px;
        border: 5px solid #e23366
        }
    .modal .modal__content .modal__inner .txt {
        font-size: 14px
        }
    .modal .modal__content .modal__inner .txt strong {
        font-size: 18px
        }
    }
/* related-bnr
---------------------------------------- */
#related-bnr {
    position: relative;
    padding: 0 0 100px;
    background: #fff;
    z-index: 1
    }
#related-bnr .related-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
    }
#related-bnr .ttl {
    margin-bottom: 40px
    }
#related-bnr ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 -20px
    }
#related-bnr ul li {
    width: 50%;
    padding: 0 20px
    }
@media screen and (max-width: 768px) {
    #related-bnr ul {
        margin: 0 -10px
        }
    #related-bnr ul li {
        padding: 0 10px
        }
    }
@media screen and (max-width: 640px) {
    #related-bnr {
        padding: 0 0 50px
        }
    #related-bnr ul {
        display: block;
        margin: 0
        }
    #related-bnr ul li {
        width: auto;
        padding: 0;
        text-align: center
        }
    #related-bnr ul li + li {
        margin-top: 20px
        }
    }