﻿@charset "UTF-8";


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background-color:#7cd9f5;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}


@media only screen and (max-width: 750px) {
    .pc-only {
        display: none !important;
    }

  
}

.sp-only {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .sp-only {
        display: inline-block !important;
    }
}

.sp-only-inline {
    display: none !important;
}

@media only screen and (max-width: 750px) {
    .sp-only-inline {
        display: inline-block !important;
    }
}

html {
/*    font-size: 72.5%;*/
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;


}




div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
div {
    margin:0 auto;
    text-align:center;
    width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, textarea {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: #333;
    cursor: pointer;
    outline: none;
    /* z-index: 999; */
}

input[type=submit] {
    cursor: pointer;
    border: none;
}

textarea {
    resize: vertical;
    overflow: hidden;
}

input, select {
    vertical-align: middle;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-appearance: none;
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

li {
    list-style: none;
}

address {
    font-style: normal;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #E5004F;
    font-size: 15pt;
    text-decoration: underline;
}

    a img {
        outline: none;
    }

        a:hover, a li:hover, a img:hover {
            opacity: 0.7;
            background: none;
        }
/*
img {
    width:90%;
}*/
/*img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}*/

img {
    width:100%
}

.wrapper {
    max-width: 1200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: white;
    background-image: url("../img/pc/body/bg_top.png"),url("../img/pc/body/bg_bottom.png");
    background-position:top,bottom;
    padding-bottom:50px;

}
@media only screen and (max-width: 750px) {
    .wrapper {
        background-image: url("../img/sp/body/bg_top.png"),url("../img/sp/body/bg_bottom.png");
    }
}
    .pc_map {
        display: flex;
    }

    .map {
        width: 50%;
    }

    .btn {
        margin-top: 10px;
        cursor: pointer;
        width: 40vw;
        max-width: 200px;
    }

    .inputbox {
        width: 80%;
        border: 1px solid #c6ae25;
        border-radius: 10px;
        margin-top: 20px;
        font-size: 15pt;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fefdf2;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ansarea {
        color: white;
        text-align: left;
        width: 100%;
        font-family: serif;
    }

    .inputarea {
        background-color: rgba(0,0,0,0.8);
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 20;
    }

    .ques {
        text-align: center;
        width: 90%;
    }

    .ansbox {
        width: 90%;
        text-align: left;
    }

        .ansbox img {
            margin-left: 5vw;
            height: 9vw;
            max-height: 70px;
            width: auto;
        }

    .match {
        width: 5%;
        z-index: 20;
        position: absolute;
        top: 1%;
        left: 30%;
        z-index: 20;
    }

    @media only screen and (max-width: 750px) {
        .map {
            width: 100%;
        }

        .match {
            width: 6.5%;
            z-index: 20;
            position: absolute;
            top: 1%;
            left: 25%;
        }

        img {
            max-width: 100%;
        }

        div {
            text-align: center;
        }

        .allbtn {
            max-width: 300px;
            width: 70%;
        }
    }

    .allbtn {
        max-width: 400px;
        width: 70%;
    }
    /*STEP*/
    .step {
        width: 100vw;
        max-width: 1000px;
    }

    .q {
        width: 100%;
    }

    .table {
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px;
    }


    .fadeIn {
        animation-name: fadeInAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes fadeInAnime {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fotter {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: white;
        background-color: #44c5f5
    }

    .pin1 {
        position: absolute;
        top: 55%;
        left: 45%;
        width: 25%;
        cursor: pointer;
        /*    transform: translate(-15%, -20vw);*/
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

.pin2 {
    position: absolute;
    top: 45%;
    left: 20%;
    width: 25%;
    cursor: pointer;
    /*    transform: translate(-15%, -20vw);*/
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

.pin3 {
    position: absolute;
    top: 60%;
    left: 65%;
    width: 25%;
    cursor: pointer;
    /*    transform: translate(-15%, -20vw);*/
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

.pin4 {
    position: absolute;
    top: 65%;
    left: 15%;
    width: 25%;
    cursor: pointer;
    /*    transform: translate(-15%, -20vw);*/
    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

.pin5 {
    position: absolute;
    top: 40%;
    left: 45%;
    width: 25%;
    cursor: pointer;
    /*    transform: translate(-15%, -20vw);*/ transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

.pin6 {
    position: absolute;
    top: 55%;
    left: 72%;
    width: 25%;
    cursor: pointer;
    /*    transform: translate(-15%, -20vw);*/

    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}

.pin7 {
    position: absolute;
    top: 80%;
    left: 75%;
    width: 25%;
    cursor: pointer;
    /*    transform: translate(-15%, -20vw);*/

    transform-origin: center bottom;
    animation: yurayura 2s linear infinite;
}
.kage {
    position: absolute;
    bottom: 3%;
    left: 92%;
    width: 4%;

}

@media only screen and (max-width: 750px) {
    .pin1 {
        position: absolute;
        top: 30%;
        left: 35%;
        width: 30%;
        cursor: pointer;
            transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .pin2 {
        position: absolute;
        top: 20%;
        left: 15%;
        width: 30%;
        cursor: pointer;
        transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .pin3 {
        position: absolute;
        top: 40%;
        left: 55%;
        width: 30%;
        cursor: pointer;
        transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .pin4 {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 30%;
        cursor: pointer;
        transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .pin5 {
        position: absolute;
        top: 40%;
        left: 25%;
        width: 30%;
        cursor: pointer;
        transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .pin6 {
        position: absolute;
        top: 50%;
        left: 65%;
        width: 30%;
        cursor: pointer;
        transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .pin7 {
        position: absolute;
        top: 70%;
        left: 75%;
        width: 30%;
        cursor: pointer;
        transform: translate(-15%, -20vw);
        transform-origin: center bottom;
        animation: yurayura 2s linear infinite;
    }

    .kage {
        position: absolute;
        bottom: 2%;
        left: 92%;
        width: 5%;
    }
}


    @keyframes yurayura {
        0%, 100% {
            transform: rotate(10deg);
        }

        50% {
            transform: rotate(-10deg);
        }
    }


    .popup-wrapper {
        width: 100%; /*画面に大きさを合わせる*/
        height: 100%;
        position: fixed; /*ラッパーの左上隅を画面左上に固定*/


        top: 0px;
        left: 0px;
        z-index: 110;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: auto;
    }

    .popup-background {
        width: 100%; /*ラッパー全体を覆うようにする*/
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /*半透明の黒*/
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .popup-body {
        /*  background-color: #d9dbdd;*/
        width: 100%; /*ラッパーの半分の大きさにする*/
      /*  height: 100%;*/
        position: absolute; /*ラッパーを基準に、画面中央にくるように調整*/
        top: 15px;
        margin: 0px;
        text-align: center;
        font-size: 18px;
        /*   border: 2px solid #999;
    border-radius: 5px;*/
        display: flex;
        justify-content: center;
        vertical-align: top;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        overflow-y: auto;
    }


    .nazoarea {
        /* background-color:#cfcfcf*/
    }

    .nazo {
        width: 80%;
    }

    .clear {
        width: 60%;
    }

    .mv {
        width: 50%;
    }

    .sendtbn {
        width: 20%;
        max-width: 100px;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 10px;
    }

    .marubatu {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .answerbox {
        border-radius: 15px;
        border: 1px solid #000;
        width: 60%;
        background-color: white;
        height: 30px;
        line-height: 1em;
        font-size: 16pt;
        padding: 5px;
        padding-left: 10px;
    }

    .sendarea {
        width: 100%;
        text-align: center;
    }


    .allbtn {
        cursor: pointer;
        /*
    width:80%;
    max-width:300px;*/
    }

    .container {
        padding-top: 100px;
        padding-bottom: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }

    .view {
        transform: translateY(30px);
        opacity: 0;
        transition: all .3s ease-in-out .3s;
    }

        .view img {
            vertical-align: middle;
        }

        .view.js-on {
            transform: translateY(0px);
            opacity: 1;
        }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .tokeibase {
        background-image: url('../img/common/holo07th_time_waku_timer.png');
        background-size: 100% 100%;
        width: calc(254px / 2);
        height: calc(113px/ 2);
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .timearea {
        width: 90%;
        height: 90%;
        padding-top: 7%;
    }

    .timenum {
        vertical-align: middle;
        width: 18%;
        margin: 1%;
    }

.pcnazotime {
    width:5%;
    margin:2%;
}

.text {
    width:80%;
    margin:0 auto;
    font-family: "M PLUS Rounded 1c";
    font-weight: 600;
    line-height: 1.3em;
    font-size: 1.1em;
    transform: rotate(0.05deg); /* フォントがじゃぎる対策*/
}