@charset "UTF-8";

/* ========================================
   基本
======================================== */
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family:
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        "Yu Gothic",
        "Meiryo",
        sans-serif;
    background-color: #000;
    color: #222;
}

h1 {
    margin: 0;
}

header {
    position: relative;
    width: 100%;
}

header h1 img {
    display: block;
    width: 1200px;
    height: auto;
}

header img {
    width: 100%;
    height: auto;
}

h2 {
    text-align: center;
}

h2 img {
    height: 30px;
    width: auto;
}

h2 .eventinformation {
    position: relative;
    display: block;
    margin-top: -75px;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    text-align: center;
    font-size: 25px;
    color: #222;
    margin: 15px 0 0 0;
    padding: 0;
}

h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
}

p {
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.2rem;
}

p.copy {
    display: block;
    text-align: center;
    padding: 0;
    margin: 10px 0 30px 0;
    font-size: 18px;
}


/* ========================================
   wrapper / main
======================================== */
.wrapper {
    width: 1200px;
    transform-origin: top left;
}

main {
    width: 1200px;
    margin: -50px 0 auto 0;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
}

main .sub-title {
    margin: 15px 0 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}


/* ========================================
   共通
======================================== */
ul li {
    font-size: 0.8rem;
}

.red {
    color: #ff3b2e;
}

.yellow {
    color: #ffff00;
    font-weight: bold;
}

.df {
    display: flex;
}

.df2 {
    display: flex;
    justify-content: space-between;
}

.aic {
    align-items: center;
}

.tal {
    text-align: left;
}

.fs1rem {
    font-size: 1rem;
}

.fs07rem {
    font-size: 0.7rem;
}

.m0 {
    margin: 0;
}

.mt40px {
    margin-top: 40px;
}

.mt140px {
    margin-top: 140px;
}

.mb30px {
    margin-bottom: 30px;
}

.mb50px {
    margin-bottom: 50px;
}

.ml-25px {
    margin-left: -25px;
}

.ml-40px {
    margin-left: -40px;
}

.mr10px {
    margin-right: 10px;
}

.lsn {
    list-style: none;
}


/* ========================================
   ナビゲーション
======================================== */

/* PCでは通常ナビ */
nav {
    position: absolute;
    top: 530px;
    left: 50%;
    transform: translateX(-50%);

    width: 800px;
    height: 50px;

    background: rgba(0, 0, 0, 0.5);

    z-index: 10;
}

/* PCナビ */
nav ul.nav-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    width: 600px;

    margin: 0 auto;
    padding: 0;

    list-style: none;
}

nav ul.nav-menu li {
    display: block;
    margin: 0;
    padding: 0;
}

nav ul.nav-menu li a {
    display: block;

    color: #fff;
    border: 1px solid #fff;

    padding: 8px 20px;

    border-radius: 2px;

    text-align: center;
    text-decoration: none;

    line-height: 1.2;
    font-size: 0.7rem;

    box-sizing: border-box;
}


/* ハンバーガーはPCでは非表示 */
.hamburger {
    display: none;
}


/* ========================================
   見出し
======================================== */
.subtitle {
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 30px;
}


/* ========================================
   セクション
======================================== */
section {
    margin-bottom: 70px;
}


/* ========================================
   説明エリア
======================================== */
.explane_bg {
    background-image: url(../images/back.png);

    width: 750px;
    height: auto;

    background-repeat: repeat;
    background-position: top left;

    margin-left: auto;
    margin-right: auto;
    margin-top: -15px;
}

.explane_text {
    padding: 30px 140px;
}


/* ========================================
   イベント情報
======================================== */
.label {
    width: 100px;

    padding: 0;

    border: 1px solid #555;

    text-align: center;

    font-size: 17px;

    height: 2rem;
    line-height: 2rem;

    margin: 0;
}

.value {
    margin-left: 0;
    color: #ff3b2e;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}

.event-info .ml75px ul {
    margin-left: 75px;
    margin-top: 0;
}

.event-info ul {
    margin-top: 0;
}

.event-info ul.kome li {
    list-style: none;
    font-size: 0.8rem;
    margin-left: -40px;
}

.event-info ul.kome li::before {
    content: "※";
    margin-right: 8px;
}

.event-info ul.ml88px li {
    margin-left: -25px;
}

.event-info ul.ml-25px li {
    margin-left: -25px;
}


/* ========================================
   謎解き
======================================== */
.kv {
    width: 280px;
    height: auto;

    margin-left: auto;
    margin-right: auto;
}

.story_area p {
    text-align: left;
}

.story_area ul li {
    text-align: left;
    font-size: 0.8rem;
}

.kitimage img {
    width: 200px;
    height: auto;

    transform: rotate(15deg);

    margin-left: 70px;
}

.ticket_btn img {
    width: 165px;
    height: auto;
}

.clear_prize img {
    width: 134px;
    height: auto;

    transform: rotate(15deg);

    margin-left: 39px;
}


/* ========================================
   FAQ
======================================== */
.faq-item dt {
    background-color: #fff;

    padding: 5px;

    border: solid #222 2px;
}

.faq-item dd {
    color: #fff;
    background-color: #000;

    padding: 10px;

    margin-left: 0;
    margin-bottom: 15px;

    font-size: 0.8rem;
}


/* ========================================
   特別展示
======================================== */
.sp1_width img {
    width: 600px;
    height: auto;

    margin-left: -60px;
}

p.sp1_width {
    margin-top: 0;
}

.sp2_width img {
    width: 470px;
    height: auto;

    opacity: 0.8;
}

.sp_area {
    margin-bottom: 50px;
}


/* ========================================
   グッズ
======================================== */
.soroe {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 50px;
}

.product {
    width: 165px;
    height: auto;
}

.product img {
    width: 165px;
    height: auto;
}

.peaces {
    color: #fff;
    background-color: #ff3b2e;
    width: 60px;
}


/* ★★★★★★★★★★★★★★★★★★★★★
   グッズの並び
   PC：3列
   ★★★★★★★★★★★★★★★★★★★★★ */
.shop {
    width: 600px;

    display: flex;
    flex-wrap: wrap;
    /* ← これが重要 */
    justify-content: flex-start;

    gap: 50px 52.5px;

    height: auto;

    margin-left: -65px;
    margin-right: 0;
    margin-bottom: 50px;

    box-sizing: border-box;
}

.shop .product {
    width: 165px;
    flex: 0 0 165px;
    box-sizing: border-box;
}

.shop .product img {
    display: block;
    width: 165px;
    height: auto;
}


.product_name {
    font-size: 1.1rem;
    color: #ff3b2e;
    text-align: left;
    font-weight: bold;
}


.omake {
    background-color: #000;
    color: #fff;
    width: 120%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin-left: -50px;
    margin-right: auto;
}

.omake img {
    width: 100%;
    height: auto;
}

.omake_notes {
    width: 250px;
    text-align: left;
    margin-left: 203px;
    margin-bottom: 10px;
}

.omake_notes p {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0.7rem;
    line-height: 1.2rem;
}

ul.shop_announce {
    list-style: none;

    text-align: left;

    margin-left: -30px;

    line-height: 2rem;
}

ul.shop_announce li {
    font-size: 1rem;
}


/* ========================================
   footer
======================================== */
body footer {
    color: #fff !important;

    font-family: serif;
    font-weight: bold;

    text-align: center;

    margin-top: -50px;

    font-size: 0.7rem;
}


/* ========================================
   タブレット・スマホ
   1200px以下
======================================== */
@media screen and (max-width: 1200px) {

    html,
    body {
        width: 100%;
        height: auto;
    }

    .wrapper {
        width: 100%;
        transform: none !important;
    }

    header {
        width: 100%;
    }

    header h1 img {
        width: 100%;
        height: auto;
    }

    main {
        width: 100%;
        margin: 0 auto;
    }


    /* 見出し */
    h2 {
        margin: 30px 0 10px;
    }

    h2 img {
        max-width: 80%;
        height: auto;
    }

    h2 .eventinformation {
        margin-top: 0;
    }

    h3 {
        font-size: 22px;
    }

    .subtitle {
        font-size: 20px;

        margin-top: 0;
        margin-bottom: 25px;
    }


    /* 本文 */
    .explane_bg {
        width: calc(100% - 30px);
        max-width: 750px;

        margin-left: auto;
        margin-right: auto;

        box-sizing: border-box;
    }

    .explane_text {
        padding: 30px;
    }


    /* 1200px以下ではコンテンツを折り返す */
    .df {
        display: flex;
        flex-wrap: wrap;
    }


    /* ==================================
       ナビ
    ================================== */
    nav {
        position: fixed;

        top: 0;
        right: 0;
        left: auto;

        width: auto;
        height: auto;

        transform: none;

        background: transparent;

        z-index: 1000;
    }


    /* ハンバーガー */
    .hamburger {
        display: flex;

        position: fixed;

        top: 15px;
        right: 15px;

        width: 50px;
        height: 50px;

        padding: 10px;

        border: none;
        border-radius: 5px;

        background: rgba(0, 0, 0, 0.75);

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 6px;

        cursor: pointer;

        z-index: 1001;
    }

    .hamburger span {
        display: block;

        width: 28px;
        height: 2px;

        background: #fff;

        transition: 0.3s;
    }


    /* メニュー */
    nav ul.nav-menu {
        position: fixed;

        top: 0;
        right: -100%;

        width: 280px;
        height: 100vh;

        margin: 0;
        padding: 80px 20px 30px;

        box-sizing: border-box;

        background: rgba(0, 0, 0, 0.95);

        display: flex;
        flex-direction: column;
        justify-content: flex-start;

        gap: 10px;

        transition: right 0.3s ease;

        overflow-y: auto;
    }

    nav ul.nav-menu li {
        width: 100%;

        margin-bottom: 15px;
    }

    nav ul.nav-menu li a {
        display: block;

        width: 100%;

        box-sizing: border-box;

        padding: 15px 10px;

        color: #fff;

        border: 1px solid #fff;

        font-size: 15px;

        text-align: center;

        text-decoration: none;
    }


    /* メニューOPEN */
    nav ul.nav-menu.active {
        right: 0;
    }


    /* × */
    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    /* ==================================
       コンテンツ
    ================================== */
    .label {
        flex-shrink: 0;
    }

    .value {
        font-size: 18px;
    }

    .kv {
        max-width: 100%;
        height: auto;
    }

    .kitimage img {
        max-width: 180px;
        height: auto;
    }

    .clear_prize img {
        max-width: 130px;
        height: auto;
    }

    .sp1_width img,
    .sp2_width img {
        width: 100%;
        max-width: 600px;

        height: auto;

        margin-left: 0;
    }


    /* ==================================
       グッズ
       1200px以下：3列
    ================================== */
    .shop {
        width: 100%;
        max-width: 600px;

        display: flex;
        flex-wrap: wrap;

        justify-content: flex-start;

        gap: 40px 15px;

        margin-left: 0;
        margin-right: auto;
    }

    .shop .product {
        width: calc((100% - 30px) / 3);
        flex: 0 0 calc((100% - 30px) / 3);

        box-sizing: border-box;
    }

    .shop .product img {
        width: 100%;
        height: auto;
    }


    .omake {
        width: 100%;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }

    .omake img {
        width: 100%;
        height: auto;
    }

    ul.shop_announce {
        margin-left: 0;
    }


    /* footer */
    body footer {
        margin-top: 0;

        padding: 20px;

        box-sizing: border-box;
    }
}


/* ========================================
   スマホ
   768px以下
======================================== */
@media screen and (max-width: 768px) {

    html,
    body {
        height: auto;
        min-height: 0;
    }

    .wrapper {
        width: 100%;
        height: auto !important;
        min-height: 0;

        transform: none !important;
    }

    main {
        width: 100%;
        margin: 0;
    }

    .clear_prize img {
        margin-left: 90px;
    }

    .ticket_btn img {
        margin-left: 70px;
    }

    ul.shop_announce {
        width: 100%;
        padding: 0;
    }


    /* ==================================
       nav
    ================================== */
    nav {
        position: fixed;

        top: 0;
        right: 0;
        left: auto;

        width: auto;
        height: auto;

        transform: none;

        background: transparent;

        z-index: 1000;
    }


    /* ハンバーガー */
    .hamburger {
        display: flex;

        width: 55px;
        height: 55px;

        padding: 0;
        margin: 10px;

        border: 1px solid #fff;

        background: rgba(0, 0, 0, 0.8);

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 6px;

        cursor: pointer;
    }


    /* メニュー */
    nav ul.nav-menu {
        display: none;

        position: fixed;

        top: 0;
        right: 0;

        width: 260px;
        height: 100vh;

        margin: 0;

        padding: 80px 20px 20px;

        box-sizing: border-box;

        background: rgba(0, 0, 0, 0.95);

        flex-direction: column;
        justify-content: flex-start;

        gap: 10px;
    }


    /* activeになったら表示 */
    nav ul.nav-menu.active {
        display: flex;
    }

    nav ul.nav-menu li {
        width: 100%;

        margin-bottom: 0;
    }

    nav ul.nav-menu li a {
        display: block;

        width: 100%;

        box-sizing: border-box;

        padding: 15px 10px;

        font-size: 14px;

        line-height: 1.4;
    }


    /* ハンバーガー → × */
    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }


    /* ==================================
       グッズ
       スマホ：2列
    ================================== */
    .shop {
        width: 100%;
        max-width: 600px;

        display: flex;
        flex-wrap: wrap;

        justify-content: flex-start;

        gap: 40px 15px;

        margin-left: 0;
        margin-right: 0;
    }

    .shop .product {
        width: calc((100% - 15px) / 2);
        flex: 0 0 calc((100% - 15px) / 2);

        box-sizing: border-box;
    }

    .shop .product img {
        width: 100%;
        height: auto;
    }


    /* footer */
    footer {
        margin-top: 0 !important;
        padding-bottom: 20px;
    }
}

.omake>p.tal.fs07rem {
    display: block !important;
    width: 250px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: left !important;
    box-sizing: border-box;
}