body {
    background:
        linear-gradient(0deg, rgba(13, 13, 13, .7) 30%, rgba(0, 0, 0, 0)),
        url(../images/contents/bg.jpg);
    background-position: top center, calc(50% - 150px) -243px;
    background-repeat: no-repeat, repeat;
    background-size: auto, 1723px 1695px;
}

main {
    overflow: hidden;
}

.container {
    position: relative;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.logo-title {
    max-width: 921px;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.logo-title img {
    width: 100%;
}

.card {
    max-width: 1140px;
    position: absolute;
    top: 117px;
    left: calc(50% - 570px);
    z-index: 1;
}

.text-gd {
    max-width: 405px;
    position: absolute;
    top: 317px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.text-wh {
    max-width: 386px;
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.golden-snitch {
    position: absolute;
    top: 169px;
    left: calc(50% - 509px);
}

.container-bottom {
    position: relative;
    bottom: 0;
    z-index: 0;
    height: 628px;
    margin-top: 108px;
}

.castle {
    position: relative;
    left: calc(50% - -35px);
    margin-top: 15px;
}

.sp-castle {
    display: none;
}

.hedwig {
    position: absolute;
    top: -135px;
    left: calc(50% - 358px);
    z-index: 1;
}

.trial-title {
    background: #030a2c;
    background: linear-gradient(90deg, #030a2c, #03081f, #030a2c);
    padding: 10px 0;
    position: relative;
}

.trial-title-border {
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #030a2c 3%, #94af94, #679fae, #030a2c 97%) 1;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.trial-text-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 780px;
}

.trial-img {
    padding-left: 26px;
}

.trial-text {
    width: 526px;
    font-family: serif;
    border-left: 2px solid;
    border-image: linear-gradient(to top, #679fae, #94af94, #baad73) 1;
}

.sp-trial-text {
    display: none;
}

.trial-text p {
    color: #ffffff;
    font-size: 1em;
    padding-left: 26px;
    line-height: 1.3;
}

.trial-text .subheading {
    font-weight: bold;
    margin-bottom: 5px;
}

.trial-text .small,
.sp-trial-text .small {
    font-size: 15px;
}


/* アコーディオンメニュー */
.coming-soon {
    position: relative;
}

.coming-soon>.pc-coming-soon-bg {
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.85);
}

.pc-coming-soon-text {
    position: absolute;
    top: 1vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.sp-coming-soon-bg {
    display: none;
}

.sp-coming-soon-text {
    display: none;
}

.accordion-container {
    position: relative;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

.accordion-container.text {
    padding-bottom: 0px;
}

.title-information {
    text-align: center;
    margin-bottom: -37px;
}

.details {
    margin-bottom: 18px;
}

.details-summary {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: #03081f;
    border: 1px solid #869ce6;
    font-family: serif;
    cursor: pointer;
}

.details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.details-summary.is-active .btn:before {
    content: none;
}

.details-summary.is-active {
    background: #041254;
}

.btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2%;
    margin-top: auto;
    margin-bottom: auto;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    transition-duration: 0.2s;
}

.btn:before,
.btn:after {
    content: "";
    background-color: #fff;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 7px;
    left: 0;
    transform-origin: center center;
}

.btn:before {
    width: 2px;
    height: 16px;
    top: 0;
    left: 7px;
}

.details-summary::-webkit-details-marker {
    display: none;
}

.details-content {
    display: flex;
    align-items: center;
    justify-content: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    border-left: 8px solid #1b2e7d;
    background: #03081f;
    margin-top: 10px;
    margin-bottom: 10px;
}

.details-content p {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    font-family: serif;

}

.details-content p:last-of-type {
    margin: 0 0 0;
}

/* grid */
.container-grid {
    display: grid;
    grid-template-columns: 160px 92px 1fr;
    grid-template-rows: max-content max-content;
    row-gap: 8px;
}

.left-pc {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-top: auto;
    margin-bottom: auto;
}

.left-sp {
    display: none;
}

.container-grid .day p {
    font-size: 26px;
    text-align: center;
}

.day-small {
    font-size: 19px;
}

.container-grid .time {
    padding-top: 2px;
}

.container-grid .time P {
    text-align: center;
}

.container-grid .area {
    grid-column: 2/3;
    grid-row: 1/2;
    position: relative;
}

.container-grid .area p {
    text-align: center;
    background: #26419f;
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

.container-grid .capacity {
    grid-column: 2/3;
    grid-row: 2/3;
}

.container-grid .capacity p {
    text-align: center;
    border: 1px solid #444d76;
    color: #aab8eb;
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.container-grid .store-name {
    grid-column: 3/4;
    grid-row: 1/2;
    padding-left: 18px;
}

.container-grid .store-name p {
    font-size: 22px;
}

.container-grid .address {
    grid-column: 3/4;
    grid-row: 2/3;
    padding-left: 18px;
    padding-top: 4px;
}

.container-grid .address p {
    font-size: 15px;
}


/*フッター横並び配置*/
footer {
    background-color: #0b225d;
    overflow: hidden;
    position: relative;
}

footer>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}

.sp-left {
    display: none;
}

footer .container .movic-x {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-x {
    margin-left: 24px;
}

.logo-x img:hover {
    filter: brightness(1.2);
}


@media (max-width: 980px) {
    body {
        background-size: auto, 170vw auto;
        background-position: top center, calc(50% - -273px) 29px;
    }

    main {
        background-size: 175dvw 175dvw;
        background-position: 122.5dvw top;
    }

    .logo-title {
        max-width: none;
        width: 94dvw;
        top: -42px;
        top: -4.6dvw;
    }

    .card {
        top: 12dvw;
        width: 117dvw;
        left: calc(50% - 58dvw);
    }

    .text-gd {
        top: 32.2dvw;
        width: 42dvw;
    }

    .text-wh {
        top: 34.5dvw;
        width: 40dvw;
    }

    .card>img,
    .text-gd>img,
    .text-wh>img {
        width: 100%;
    }

    .golden-snitch {
        top: 17.5dvw;
        left: -2dvw;
        width: 14.9dvw;
    }

    .container-bottom {
        height: 64dvw;
        margin-top: 11dvw;
    }

    .castle {
        width: 99.6dvw;
        left: 53.5dvw;
        margin-top: 0;
        top: 1.5dvw;
    }

    .hedwig {
        width: 10.5dvw;
        top: -14.5dvw;
        left: calc(50% - 37dvw);
    }

    .trial-title {
        padding: 1.02dvw 0;
    }

    .trial-title-border {
        padding-top: 2dvw;
        padding-bottom: 2dvw;
    }

    .trial-text-group {
        justify-content: center;
    }

    .trial-img {
        border-right: none;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 18dvw;
        min-width: 148px;
        padding-left: 0;
    }

    .trial-text {
        display: none;
    }

    .sp-trial-text {
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        font-family: serif;
        background: #03081f;
        padding: 20px;
        line-height: 1.3;
    }

    .sp-trial-text .subheading {
        font-weight: bold;
        margin-bottom: 5px;
    }

    /* アコーディオンメニュー */
    .pc-coming-soon-bg {
        display: none;
    }

    .sp-coming-soon-bg {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        margin-left: auto;
        margin-right: auto;
        right: 0;
        background-color: rgba(0, 0, 0, 0.85);
    }

    .pc-coming-soon-text {
        display: none;
    }

    .sp-coming-soon-text {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        z-index: 200;
    }

    .accordion-container {
        max-width: 79.6dvw;
        padding-top: 1.2dvw;
    }

    .accordion-container.prefecture {
        padding-top: 0;
    }

    .accordion-container.text {
        padding-bottom: 0;
    }

    .title-information {
        margin-top: -3.5dvw;
        margin-bottom: -3.8dvw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-information img {
        width: 29.6dvw;
        min-width: 278px;
    }

    .details {
        margin-bottom: 1.8dvw;
    }

    .details-content {
        padding-right: 3dvw;
        padding-top: 2.04dvw;
        padding-bottom: 2.04dvw;
        border-left: .81dvw solid #1b2e7d;
        margin-top: 1.02dvw;
        margin-bottom: 1.02dvw;
    }

    /* grid */
    .container-grid {
        grid-template-columns: 16.33dvw 9.38dvw 1fr;
        row-gap: .82dvw;
    }

    .container-grid .day p {
        font-size: 2.65dvw;
    }

    .day-small {
        font-size: 1.93dvw;
    }

    .container-grid .time P {
        font-size: 1.83dvw;
    }

    .container-grid .area p {
        font-size: 1.63dvw;
    }

    .container-grid .capacity p,
    .container-grid .address p {
        font-size: 1.53dvw;
    }

    .container-grid .store-name p {
        font-size: 2.24dvw;
    }

    .container-grid .store-name,
    .container-grid .address {
        padding-left: 1.83dvw;
    }


    /*フッター横並び配置 */
    footer>.container {
        padding: 20px auto;
        flex-direction: column;
        justify-content: center;
    }

    footer>.container>.left {
        display: none;
    }

    .sp-left {
        display: block;
        margin-bottom: 17px;
    }

    .movic-x .movic {
        width: 138px;
    }

    .movic-x .logo-x img {
        width: 40px;
    }

    .logo-x {
        margin-left: 18px;
    }
}

@media (max-width: 700px) {
    .sp-coming-soon-text {
        width: 53vw;
    }

    .trial-img {
        width: 18dvw;
        padding-left: 0;
        min-width: 1px;
    }

    .details-summary {
        font-size: 3.14dvw;
        padding-top: 1.42dvw;
        padding-bottom: 1.42dvw;
    }

    .btn {
        width: 2.57dvw;
        height: 2.57dvw;
    }

    .btn:before {
        width: .28dvw;
        height: 2.28dvw;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .btn:after {
        width: 2.28dvw;
        height: .28dvw;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

@media (max-width: 450px) {
    .logo-title {
        width: 126dvw;
        left: calc(50% - 63dvw);
        top: -3.8dvw;
    }

    .card {
        top: 23dvw;
        width: 124dvw;
        left: calc(50% - 62dvw);
    }

    .text-gd {
        top: 44.5dvw;
        width: 79dvw;
    }

    .text-wh {
        top: 48.5dvw;
        width: 74dvw;
    }

    .golden-snitch {
        top: 3dvw;
        left: -6dvw;
        width: 18dvw;
        opacity: .7;
    }

    .castle {
        display: none;
    }

    .sp-castle {
        display: block;
        position: relative;
        width: 172dvw;
        left: 21.5dvw;
        margin-top: -4dvw;
        margin-bottom: -16dvw;
    }

    .hedwig {
        width: 14dvw;
        top: -20dvw;
        left: -3dvw;
    }

    .trial-title {
        padding: 2.22dvw 0;
    }

    .trial-title-border {
        border-image: linear-gradient(to right, #8ea990, #6399a9) 1;
    }

    .trial-img {
        width: 31dvw;
        min-width: 110px;
    }

    .sp-trial-text {
        width: 78.5dvw;
        padding: 4.4dvw;
        font-size: 3.55dvw;
    }

    .sp-trial-text .small {
        font-size: 3.33dvw;
    }

    .accordion-container {
        max-width: 100%;
        margin-left: 3.33dvw;
        margin-right: 3.33dvw;
        padding-bottom: 5.6dvw;
    }

    .accordion-container.text {
        padding-top: 2.3dvw;
    }

    .title-information {
        margin-bottom: -7dvw;
    }

    .title-information img {
        width: 61.7dvw;
        min-width: 0;
    }

    .details-content {
        padding-top: 4.4dvw;
        padding-bottom: 4.4dvw;
        border-left: 1.76dvw solid #1b2e7d;
        margin-top: 1.55dvw;
        margin-bottom: 1.55dvw;
    }

    .details-summary {
        font-size: 4.8dvw;
        padding-top: 2.2dvw;
        padding-bottom: 2.2dvw;
    }

    .container-grid {
        grid-template-columns: 28.44dvw 16.44dvw 1fr;
    }

    .left-pc {
        display: none;
    }

    .left-sp {
        display: block;
        grid-column: 1/2;
        grid-row: 1/3;
        margin-top: auto;
        margin-bottom: auto;
    }

    .container-grid .day p {
        font-size: 4.56dvw;
    }

    .day-small {
        font-size: 3dvw;
    }

    .container-grid .time {
        padding-top: .44dvw;
        padding-bottom: .88dvw;
    }

    .container-grid .time P {
        font-size: 3dvw;
    }

    .container-grid .area {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .container-grid .area p {
        font-size: 2.8dvw;
        padding-top: 2px;
        padding-bottom: 2px;
        position: relative;
        bottom: -2px;
    }

    .container-grid .capacity {
        width: 18dvw;
        margin-left: auto;
        margin-right: auto;
    }

    .container-grid .capacity p {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .container-grid .capacity.pc {
        display: none;
    }

    .container-grid .store-name {
        grid-column: 3/4;
        grid-row: 1/2;
    }

    .container-grid .store-name p {
        font-size: 3.7dvw;
        position: relative;
        bottom: -2.5px;
    }

    .container-grid .address {
        grid-column: 2/4;
        grid-row: 2/3;
        padding-left: 0;
        padding-top: 2dvw;
    }

    .container-grid .capacity p,
    .container-grid .address p {
        font-size: 2.5dvw;
    }

    .container-grid .address p {
        line-height: 1.2;
        position: relative;
        bottom: -1px;
    }

    /* footer */
    footer>.container {
        padding: 4.4dvw 5.5dvw;
    }

    .sp-left {
        width: 68.67dvw;
        margin-bottom: 3.7dvw;
    }

    .movic-x .movic {
        width: 30.67dvw;
    }

    .logo-x {
        margin-left: 4dvw;
    }

    .movic-x .logo-x img {
        width: 8.89dvw;
    }
}