/*---- 共通css---- */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

a {
    text-decoration: none;
    color: #fff;

}

a:hover {
    opacity: .5;
}

.forSP {
    display: none;
}

/* h2ttl */
.ttl-area {
    width: 1150px;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
}

.ttl {
    position: relative;
    padding-top: 28px;
    line-height: 0.6;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    text-align: center;
}

.ttl.icon::before {
    content: "";
    position: absolute;
    top: 22px;
    width: 33px;
    height: 33px;
}

.ttl.icon::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 175px;
    width: 33px;
    height: 33px;
}

.sub-ttl {
    letter-spacing: 2px;
    font-size: 0.8rem;
    font-weight: bold;
}

/*---- /共通css---- */


/* mv */
.mv {
    position: relative;
}

.menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

}

.menu-inner {
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #161616;
}

.menu-list {
    position: relative;
    padding: 0 25px;
}

.menu-list:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    width: 0;
    height: 17px;
    border-right: 1px solid #fff;
    transform: skewX(155deg);
}

.menu-list a {
    font-style: italic;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

/* main */
main {
    background-color: #1c1c1c;
    padding-top: 1px;
}

article:nth-child(odd) {
    background-color: #333333;
}

/* tickets */
.tickets {
    padding-bottom: 100px;
}

.tickets .ttl::before {
    left: 175px;
    background: url(./assets/icon/ticket.png)no-repeat;
}

.tickets .ttl::after {
    right: 175px;
    background: url(./assets/icon/ticket.png)no-repeat;
}

.ticket-bnr {
    margin-top: 40px;
    text-align: center;
}

/* showtimes */
.showtimes {
    padding-bottom: 100px;
}

.showtimes .ttl::before {
    top: 27px;
    left: 178px;
    background: url(./assets/icon/movie.png)no-repeat;
}

.showtimes .ttl::after {
    top: 27px;
    right: 168px;
    background: url(./assets/icon/movie.png)no-repeat;
}

.showtimes-popimage {
    margin-top: 40px;
    text-align: center;
}

.showtimes-txtarea {
    width: 966px;
    margin: 40px auto;
    padding: 40px 56px;
    background-color: #2d2d2d;
}

.showtime-head {
    font-size: 20px;
    font-weight: bold;
}

.showtimes-explanation {
    margin-top: 20px;
    line-height: 1.5;
}

.movies {
    max-width: 1450px;
    margin: 0 auto;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
}

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

.movies-list {
    text-align: center;
}

.movies-list .blue {
    color: #6eb2ff;
}

.movies-list .red {
    color: #ff7e7e;
}

.movies-date {
    font-size: 30px;
    letter-spacing: 1px;
}

.movies-time {
    font-size: 17px;
    margin-left: 5px;
    letter-spacing: 3px;
}

.movies-image {
    margin-top: 12px;
}

.movies-name {
    margin-top: 25px;
    line-height: 1.2;
    font-size: 30px;
}

/* about */
.about {
    padding-bottom: 100px;
}

.about .ttl::before {
    left: 165px;
    width: 47px;
    background: url(./assets/icon/about.png)no-repeat;
}

.about .ttl::after {
    right: 165px;
    width: 47px;
    background: url(./assets/icon/about.png)no-repeat;
}

.about-area {
    width: 1150px;
    margin: 40px auto 0;
}

.about .column-wrap {
    display: flex;
    justify-content: space-between;
}

.about .col:last-child {
    width: 612px;
}

.about .col-head {
    font-size: 30px;
}

.about .col-txt {
    margin-top: 20px;
    line-height: 1.5;
}

.about-pic-area {
    margin-top: 40px;
    text-align: center;
}

/* areamap */
.areamap, .sponsors {
    padding-bottom: 100px;
}

.areamap .ttl::before {
    left: 215px;
    width: 27px;
    height: 40px;
    background: url(./assets/icon/area-map.png)no-repeat;
}

.areamap .ttl::after {
    right: 215px;
    width: 27px;
    height: 40px;
    background: url(./assets/icon/area-map.png)no-repeat;
}

.map-image {
    margin-top: 50px;
    text-align: center;
}


.sponsors .ttl::before {
    left: 228px;
    width: 51px;
    height: 40px;
    background: url(./assets/icon/sponsors.png)no-repeat;
}

.sponsors .ttl::after {
    right: 219px;
    width: 51px;
    height: 40px;
    background: url(./assets/icon/sponsors.png)no-repeat;
}
.copyR{
    font-size: 13px;
}

/* contact */

.contact {
    padding-bottom: 100px;
}

.contact .ttl::before {
    left: 200px;
    width: 51px;
    height: 40px;
    background: url(./assets/icon/contact.png)no-repeat;
}

.contact .ttl::after {
    right: 200px;
    width: 51px;
    height: 40px;
    background: url(./assets/icon/contact.png)no-repeat;
}

.contact-area {
    width: 591px;
    margin: 45px auto 0;
}

.contact-explanation {
    line-height: 1.5;
}

.contact-form {
    margin-top: 40px;
    padding: 70px 130px;
    border-radius: 10px;
    background-color: #747e8c;
}

.contact-label {
    display: inline-block;
    margin-bottom: 5px;
}

.contact-label:nth-child(n+2) {
    margin-top: 15px;
}
.wpcf7-response-output{
    color: green;
    margin: 15px;
    text-align: center;
}
.screen-reader-response{
    display: none;
}
.wpcf7-not-valid-tip{
    color: red;
}
.contact-label .must {
    display: inline-block;
    margin-left: 10px;
    width: 55px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 3px;
    background-color: #ff4c4c;
}

.contact-form input,
textarea {
    width: 100%;
    margin: 1% 0;
    padding: 2px 5px;
    line-height: 1.5;
    border: 1px solid #707070;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    font-size: 17px;
}

.checkbox-area input {
    margin: 5px;
    border: 1px solid #707070;
    width: 18px;
    height: 18px;

}
.checkbox-area .button input {
    margin: 5px;
    width: 245px;
    height: 50px;
    background: #ff4e00;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}
.form_box{
    margin-top: 20px;
}

.checkbox-area {
    width: fit-content;
    margin: 30px auto 0;
    font-size: 1rem;
}

.checkbox-area .inner {
    align-items: center;
    display: flex;
}

.checkbox {
    display: inline-block;
}

.button {
    width: fit-content;
    margin: 0 auto;
}

button {
    margin-top: 30px;
    width: 170px;
    height: 34px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #ff4e00;
    border-radius: 5px;
    border: 2px solid #fff;
    cursor: pointer;
}

/* Q&A */
.qa {
    padding-bottom: 100px;
}

.qa .ttl::before {
    left: 140px;
    width: 49px;
    height: 46px;
    background: url(./assets/icon/Q&A.png)no-repeat;
}

.qa .ttl::after {
    right: 140px;
    width: 49px;
    height: 46px;
    background: url(./assets/icon/Q&A.png)no-repeat;
}

/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 90%;
    max-width: 623px;
    margin: 70px auto;
}

.accordion-area li {
    margin: 15px 0;
    background-color: #fff;
    border-radius: 5px;
}

.accordion-title {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 15px;
    transition: all .5s ease;
    color: #333;
}

/* アイコン */
.accordion-title::before,
.accordion-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
    transition: all .4s;

}

.accordion-title::before {
    top: 48%;
    right: 16px;
    transform: rotate(-45deg);

}

.accordion-title::after {
    top: 48%;
    right: 26px;
    transform: rotate(45deg);

}

.accordion-title.close::before {
    transform: rotate(45deg);
}

.accordion-title.close::after {
    transform: rotate(-45deg);
}

.accordion-box {
    display: none;
    color: #ff5b5b;
    margin: 0px 30px 20px 30px;
    padding: 0 0 20px;
    line-height: 1.5;
    font-size: 18px;
}

.important {
    width: 930px;
    margin: 100px auto 0;
}

.point {
    margin-top: 30px;
    line-height: 1.5;
    font-size: 15px;
}

/* footer */
.foot {
    padding: 40px 0;
}

.foot-inner {
    width: 900px;
    margin: 0 auto;
    font-size: 15px;
}

.foot-list {
    margin-top: 10px;
}

small {
    display: block;
    padding: 20px;
    font-size: 15px;
    background-color: #000;
    text-align: center;
}
.newsarea{
    width: 750px;
    margin: 30px auto;
    padding: 20px 25px;
    line-height: 1.5;
    border: 1px solid #fff;
}
.newsarea h2{
    font-size: 25px;
    font-weight: bold;
}
.newsarea p{
    font-size: 20px;
}































/* ------------------
SP
------------------ */
@media only screen and (max-width: 767px) {
	.newsarea{
    width: 92%;
}
    .forPC {
        display: none;
    }

    .forSP {
        display: block;
    }

    a:hover {
        opacity: 1;
    }

    .ttl-area {
        width: 94%;
        padding-top: 30px;
    }

    .ttl-img-side {
        width: 23%;
        padding-top: 5px;
    }

    .ttl {
        padding-top: 5px;
        line-height: 0.7;
        font-size: 30px;
    }

    .sub-ttl {
    font-size: 12px;
    }

    /* tickets */
    .tickets {
        padding-bottom: 40px;
    }

    .tickets .ttl::before {
        width: 22px;
        top: 3px;
        left: 124px;
        background-size: contain;
    }

    .tickets .ttl::after {
        width: 22px;
        top: 3px;
        right: 121px;
        background-size: contain;
    }

    .ticket-bnr {
        width: 90%;
        margin: 15px auto 0;
    }

    /* showtimes */
    .showtimes {
        padding-bottom: 40px;
    }

    .showtimes .ttl::before {
        width: 21px;
        top: 9px;
        left: 139px;
        background-size: contain;
    }

    .showtimes .ttl::after {
        width: 21px;
        top: 9px;
        right: 133px;
        background-size: contain;
    }

    .showtimes-popimage {
        width: 94%;
        margin: 20px auto;
        text-align: center;
    }

    .showtimes-txtarea {
        width: auto;
        margin: 40px auto;
        padding: 0 20px;
        background-color: transparent;
        line-height: 1.5;
    }

    .showtimes-explanation {
        margin-top: 10px;
    }

    .movies {
        width: auto;
    }

    .movies-inner {
        display: flex;
        flex-wrap: wrap;
    }

    .movies-date {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .movies-time {
        font-size: 11px;
        margin-left: 0;
        letter-spacing: 0;
    }

    .movies-image {
        width: 97%;
        margin-top: 10px;
    }


    .movies-name {
        margin-top: 10px;
        font-size: 17px;
    }

    .movies-list:nth-child(n+3) {
        margin-top: 40px;
    }

    .movies-list:nth-child(odd) {
        margin-left: 20px;
        width: 44%;
    }

    .movies-list:nth-child(even) {
        margin-right: 20px;
        width: 44%;
    }

    /* about */
    .about {
        padding-bottom: 40px;
    }

    .about .ttl::before {
        width: 30px;
        top: 5px;
        left: -37px;
        background-size: contain;
    }

    .about .ttl::after {
        width: 30px;
        top: 5px;
        left: 112px;
        background-size: contain;
    }

    .about-area {
        width: auto;
    }

    .about .col-head {
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

    .about .col-txt {
        width: 94%;
        margin: 20px auto;
    }

    .about-pic-area {
        width: 94%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 20px auto 0;
    }

    /* areamap */
    .areamap {
        padding-bottom: 40px;
    }

    .areamap .ttl::before {
        width: 18px;
        top: 3px;
        left: 106px;
        background-size: contain;
    }

    .areamap .ttl::after {
        width: 18px;
        top: 3px;
        right: 104px;
        background-size: contain;
    }

    .map-image {
        width: 94%;
        margin: 20px auto 0;
    }

    /* contact */
    .contact {
        padding-bottom: 40px;
    }

    .contact .ttl::before {
        width: 21px;
        top: 7px;
        left: 166px;
        background-size: contain;
    }

    .contact .ttl::after {
        width: 21px;
        top: 7px;
        right: 162px;
        background-size: contain;
    }

    .contact-area {
        width: 94%;
        margin: 20px auto 0;
    }

    .contact-form {
        margin-top: 20px;
        padding: 30px 50px;
    }

    /* Q&A */
    .qa {
        padding-bottom: 40px;
    }

    .qa .ttl::before {
        width: 28px;
        top: 4px;
        left: 100px;
        background-size: contain;
    }

    .qa .ttl::after {
        width: 28px;
        top: 4px;
        right: 92px;
        background-size: contain;
    }

    .accordion-area {
        margin: 30px auto;
    }

    .accordion-title {
        padding: 15px 38px 15px 15px;
        line-height: 1.5;
    }

    .important {
        width: 94%;
        margin: 40px auto 0;
    }

    /* footer */
    .foot-inner {
        width: 94%;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 395px) {
    .ttl {
        padding-top: 5px;
        line-height: 0.7;
        font-size: 25px;
    }

    .sub-ttl {
        letter-spacing: 1px;
        font-size: 8px;
    }

    .tickets .ttl::before {
        width: 21px;
        top: 2px;
        left: 107px;
    }

    .tickets .ttl::after {
        width: 21px;
        top: 2px;
        right: 102px;
    }

    .showtimes .ttl::before {
        width: 22px;
        top: 4px;
        left: 109px;
        background-size: contain;
    }

    .showtimes .ttl::after {
        width: 22px;
        top: 4px;
        right: 104px;
        background-size: contain;
    }

    .about .ttl::before {
        width: 26px;
        top: 4px;
        left: 99px;
        background-size: contain;
    }

    .about .ttl::after {
        width: 26px;
        top: 4px;
        left: -36px;
        background-size: contain;
    }

    .areamap .ttl::before {
        width: 14px;
        top: 2px;
        left: 132px;
        background-size: contain;
    }

    .areamap .ttl::after {
        width: 14px;
        top: 2px;
        right: 126px;
        background-size: contain;
    }

    .sponsors .ttl::before {
        width: 22px;
        top: 6px;
        left: 135px;
        background-size: contain;
    }

    .sponsors .ttl::after {
        width: 22px;
        top: 6px;
        right: 130px;
        background-size: contain;
    }

    .copyR{
        font-size: 5px;
    }

    .contact .ttl::before {
        width: 23px;
        top: 3px;
        left: 121px;
        background-size: contain;
    }

    .contact .ttl::after {
        width: 23px;
        top: 3px;
        right: 116px;
        background-size: contain;
    }

    .qa .ttl::before {
        width: 22px;
        top: 3px;
        left: 78px;
        background-size: contain;
    }

    .qa .ttl::after {
        width: 22px;
        top: 3px;
        right: 77px;
        background-size: contain;
    }
    .newsarea{
        width: 90%;
        margin: 10px auto;
        padding: 15px 20px;
        line-height: 1.5;
        border: 1px solid #fff;
    }
    .newsarea h2{
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 8px;
    }
    .newsarea p{
        font-size: 17px;
    }





}