/* ▼▼▼全体設定▼▼▼ */

header {
    width: 100%;
    margin: 0px auto
}

#eventOnlyAcostaArea>div dl {
    margin-bottom: 30px;
}

#eventInfoArea,
#eventLocatArea,
#eventOnlyAcostaArea,
#stacaOnlyArea,
#eventAccessArea {
    width: 70%;
    margin: auto;
}

.pcdisplay ul {
    display: none;
}

#contentWrap {
    width: auto;
    margin: 0 auto;
    background-color: #000;
}

#contentWrap #mainContentWrap {
    width: auto;
    float: inherit;
}

.h1 {
    margin: 0 auto;
    border-bottom: none;
}

.eventheader,
eventheadersp {
    margin: 0 auto;
    text-align: center;
}

.topslide {}

.event_body {
    background-color: #D80930;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 20px;
}

.event_body p {
    margin: 0px;
    text-align: center;
    font-weight: 800;
}

.infomation,
.ticket-area,
.photo-spot,
.event-contents,
.event-contents2,
.area-map,
.statement {
    padding: 20px 5px;
    text-align: center;
}

.infomation p,
.photo-spot p,
.event-contents p,
.event-contents2 p,
.area-map p,
.statement p {
    font-size: 100%
}

.photo-spot p,
.event-contents p,
.event-contents2 p,
.statement p {}

.event_body h2 {
    text-align: center;
    margin: 0px auto;
}

.event_body h3 {
    margin: 10px 0;
    border-left: none;
    padding: 0;
    text-align: center;
}

.event_body h4 {
    text-align: center;
}

.link-button {
    background: #F9F9E8;
    color: #000;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    padding: 10px;
    width: 80%;
    margin: 15px auto;
}

.link-button a {
    color: #000;
}


/* ▼▼▼タイトル付近▼▼▼ */

.title-read {
    color: #FFF;
    font-size: 150%;
    text-align: left;
    font-weight: 800;
    margin: 20px;
}


/* ▼▼▼メニューボタン▼▼▼ */

.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5px;
}


/* ▼▼▼イベント概要▼▼▼ */

.infomation {
    background: #000;
    color: #FFF;
}

.infomation h3 {
    font-size: 150%;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.infomation h3:before,
.infomation h3:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}

.infomation h3:before {
    margin-right: 1rem;
}

.infomation h3:after {
    margin-left: 1rem;
}

.infomation h4 {
    font-size: 200%;
}

.infomation h4 span {
    font-size: 70%;
}

.p-large {
    font-size: 150%;
    font-weight: 600;
    color: #f9f9e8;
    text-align: center;
}

.beta {
    background: #E3007F;
    font-size: 120%;
    font-weight: 800;
    display: inline-block;
    padding: 0px 5px;
    margin-top: 20px;
    text-align: center;
}

.small-font {}

.note {
    text-align: center;
    margin: 10px auto;
}


/* ▼▼▼チケット▼▼▼ */

.ticket-area {}


/* ▼▼▼フォトスポット▼▼▼ */

.photo-spot {
    background-color: #F9F9E8;
}

.photo-spot h3 {}

.photo-spot p {
    margin-bottom: 20px;
}


/* ▼▼▼コンテンツ▼▼▼ */

.event-contents {
    color: #FFF;
}

.event-contents h3,
.event-contents2 h3 {
    font-size: 250%;
}

.event-contents h3 {}

.event-contents p {
    margin-bottom: 30px;
}

.event-contents2 {
    background-color: #F9F9E8;
}

.event-contents2 p {}

.event-contents2 h3 {}

.large-font {
    font-size: 200%;
    font-weight: bold;
}

.large-font span {
    font-size: 80%;
}

.caution {
    background: yellow;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}


/* 注意事項　*/

.scr_other2 {
    width: 95%;
    height: 200px;
    margin-bottom: 1.5em;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px #c0c0c0 solid;
    color: #000000;
    overflow: auto;
}


/* ▼▼▼エリアマップ▼▼▼ */

.area-map {
    background-color: #FFF;
}

.area-map p {}


/* ▼▼▼参加表明・ツイッター▼▼▼ */

.statement {
    background-color: #E3007F;
}

.statement p {
    color: #FFF;
}

.tw-area {
    text-align: center;
}

.sanka {
    margin-bottom: 20px;
}

.sanka img {
    border: 3px solid #fff;
}

.hashtag2 {
    color: #fff;
    line-height: 1.2;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    padding: 10px;
    border: 2px solid #ffcd28;
}


/* ▼▼▼メディアクエリ▼▼▼ */

@media screen and (min-width: 480px) {
    .infomation,
    .ticket-area,
    .photo-spot,
    .event-contents,
    .event-contents2,
    .area-map,
    .statement {
        padding: 30px;
    }
    .eventheadersp {
        display: none;
    }
    .title-read {
        font-size: 200%;
        text-align: center;
    }
    .infomation h3 {
        font-size: 250%;
    }
    .infomation h4 {
        font-size: 250%;
    }
    .beta {
        font-size: 180%;
    }
    .event-contents h3,
    .event-contents2 h3 {
        font-size: 300%;
    }
    .photo-spot h3 {
        font-size: 250%;
    }
    .photo-spot p,
    .event-contents p,
    .event-contents2 p,
    .area-map p,
    .statement p {
        font-size: 150%;
    }
    .large-font {
        font-size: 300%;
    }
    .sanka img {
        width: 49%;
    }
}

@media screen and (max-width: 479px) {
    .eventheader {
        display: none;
    }
}