@charset "UTF-8";

/*===========--------------------------------------
                SP
--------------------------------------===========*/

/*マイページ*/
.mpstxt {
    font-size: 10px;
    text-align: center;
}

.mypgcheckArea {
    padding: 1.5rem 0;
}

.checkcont {
    margin-top: 2rem;
}

.checkcont dt {
    padding: 1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin-top: 1rem;
    position: relative;
}

.checkcont dt.dtm {
    background-color: #d52400;
}

.checkcont dd {
    padding: .5em;
}

.checkcont dt::after,
.checkcont dt::before {
    content: '';
    width: 1em;
    height: 1px;
    background-color: #fff;
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .3s;
}

.checkcont dt::before {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
}

.checkcont dt.on::before {
    transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
}

.checkcont dd {
    padding: 0.5rem;
    display: none;
}

.mypageCheckinList {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.mypageCheckinItem {
    width: calc(100% / 3 - 0.2rem);
    margin: 0 0.3rem 0.3rem 0;
}

.mypageCheckinItem:nth-child(3n) {
    margin-right: 0;
}

/*チェックイン*/

.ctxt {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.checkArea {
    padding: 1.5rem 0;
}

.checkimgcont {
    width: 80%;
    margin: 0 auto;
    max-width: 400px;
}


/*グッズ*/

.diaryArea {
    margin-top: 1rem;
}

.goods_list {}

.goods_list li {
    margin-bottom: 1rem;
    border: 1px solid #000;
}

.goods_list li:last-child {
    margin-bottom: 0;
}

.goods_list li a {
    padding: 1rem;
    display: block;
    position: relative;
    color: #000;
}

.goods_list li .photo {
    margin-bottom: .5em;
}

.goods_list li .photo span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 52.25%;
}

.goods_list li .date {
    margin-bottom: .5em;
}

.goods_list li .title {
    font-weight: 600;
    line-height: 1.5;
    margin: .5em 0;
}

/*チケット*/
.ticketArea {
    margin-top: 1rem;
    padding: 0 1rem;
}

.ticket_list {
    padding: 10px;
}

.ticket_list li {
    background-color: #fff;
    border: 1px solid #000;
    margin-bottom: 1rem;
}

.ticket_list li:last-child {
    margin-bottom: 0;
}

.ticket_list li a {
    display: block;
    color: #000;
    padding: 1rem;
}

.ticket_list li .thumb span {
    width: 100%;
    padding-top: 52.25%;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ticket_list li .name {
    padding-top: 1rem;
    font-size: .9em;
}

.type {
    font-weight: 600;
    background-color: #000;
    color: #fff;
    padding: 0 1rem;
    line-height: 1.75;
    font-size: 0.75rem;
    display: inline-block;
}

.type.PREDATE_OK {
    background-color: #d52400;
}

.ticket_head {
    border-bottom: 1px dashed #000;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}

.ticket_head h3.ticket_title {
    font-size: 1.1em;
    line-height: 1.75;
}

.ticket_head .period {
    font-size: .75em;
    margin-top: .5em;
}

.ticket_image {
    max-width: 600px;
    margin: 3rem auto;
}

.ticket_body {
    font-size: .85rem;
}

.ticket_body p {
    margin-bottom: 1em;
}

.ticket_body h4 {
    font-size: 1.05rem;
    margin-bottom: .5em;
}

.applybtn {
    display: flex;
    justify-content: center;
    margin: 3rem auto;
}

.applybtn form {
    width: 90%;
    max-width: 400px;
}

.applybtn form span {
    background-color: #d52400;
    display: block;
    text-align: center;
    padding: 1rem 0;
    transition: .3s;
}

.applybtn form span button {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: none;
    border: none;
}

.applybtn form span input[type="submit"] {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    background: none;
    border: none;
}

.applybtn.end span {
    background-color: #ddd;
    color: #fff;
    width: 90%;
    max-width: 400px;
    display: block;
    text-align: center;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1rem;
}

.ticket_body ul.notes li {
    font-size: .75rem;
    padding-left: 1em;
    position: relative;
}

.ticket_body ul.notes li:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    font-family: sans-serif;
}

.ticket_body.sub_body {
    margin-top: 3rem;
}

.entrybtn {
    display: flex;
    justify-content: center;
    margin: 3rem auto;
}

.entrybtn a {
    width: 90%;
    max-width: 400px;
    color: #fff;
    background-color: #d52400;
    border-radius: 3rem;
    padding: 1rem 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    position: relative;
}

.entrybtn a::after {
    transition: .3s;
    content: '';
    display: block;
    width: .5em;
    height: .5em;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
    -webkit-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
}


/*スペシャル*/


.special_list li {
    margin-bottom: 1rem;
}

.special_list li:last-child {
    margin-bottom: 0;
}

.special_list li a {
    padding: 1rem 0.3rem;
    display: block;
    position: relative;
    color: #000;
}

.special_list li .photo {
    margin-bottom: .5em;
}

.special_list li .photo span {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 101%;
    padding-top: 50%;
}

.special_list li .date {
    margin-bottom: .5em;
}

.special_list li .title {
    font-weight: 600;
    line-height: 1.5;
    margin: .5em 0;
}









/*===========--------------------------------------
                PC
--------------------------------------===========*/


@media all and (min-width: 480px) and (max-width: 768px) {}

@media (min-width: 769px) {

    /*マイページ*/
    .mypgcheckArea {
        padding: 3rem 0;
    }

    .mypageCheckinItem {
        width: calc(100% / 6 - 0.2rem);
        margin: 0 0.24rem 0.24rem 0;
    }

    .mypageCheckinItem:nth-child(3n) {
        margin-right: 0.24rem;
    }

    .mypageCheckinItem:nth-child(6n) {
        margin-right: 0;
    }

    /*チェックイン*/
    .checkArea {
        padding: 3rem 0;
    }

    /*グッズ*/

    .diaryArea {
        margin-top: 3.5rem;
    }

    .goods_list {
        display: flex;
        flex-wrap: wrap;
    }

    .goods_list li {
        width: calc(100% / 3 - 0.6rem);
        margin-right: 0.9rem;
    }

    .goods_list li:last-child {
        margin-bottom: 1rem;
    }

    .goods_list li:nth-child(3n) {
        margin-right: 0;
    }

    /*チケット*/

    .ticketArea {
        margin-top: 3.5rem;
    }

    .ticket_list li a {
        display: flex;
        align-items: center;
        position: relative;
    }

    .ticket_list li a .thumb {
        width: 30%;
    }

    .ticket_list li a .name {
        padding: 0 0 0 1rem;
        width: 70%;
        position: inherit;
    }

    .type {
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    .ticket_head {
        padding: 0 0 1.5rem;
        margin-bottom: 1.5rem;
    }


    .ticket_head h3.ticket_title {
        font-size: 1.3em;
    }

    .ticket_head .period {
        font-size: .9em;
        margin-top: .5em;
    }

    .applybtn form span:hover {
        cursor: pointer;
        filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 1));
    }

    /*スペシャル*/

    .special_list {
        display: flex;
        flex-wrap: wrap;
    }

    .special_list li {
        width: calc(100% / 3 - 0.6rem);
        margin-right: 0.9rem;
    }

    .special_list li:last-child {
        margin-bottom: 1rem;
    }

    .special_list li:nth-child(3n) {
        margin-right: 0;
    }
}

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