@charset "UTF-8";

/* wrap.container */
body {
    font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.bg_popup {
    background: #000000;
}

.wrap_section_pu {
    max-width: 1000px;
    margin: auto;
    padding: 3rem;
    color: #ffffff;
    background-color: #000000;
    background-image: url(./assets/images/fnaf/popup/bg_filter.png);
}

.wrap_venue {
    margin-top: 0;
    padding-top: 0;
}

.wrap_venue:last-of-type {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 0;
}

.owabi {
    margin: 3rem auto;
}

.owabi.wrap_section_pu {
    margin: 2rem auto;
}

.owabi_toggle {
    font-weight: 500;
    display: block;
    text-align: center;
}

.owabi_toggle,
.owabi_toggle:hover,
.owabi_toggle:active,
.owabi_toggle:focus,
.owabi_toggle:visited {
    color: #000000;
}


/* header */
.for_english {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    padding: 1.5rem 0;
    display: none;
}

header {
    text-align: center;
    background: #000000;
}


/* img */
.img_special {
    width: 100%;
    height: auto;
}

.img_venue {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 1rem;
}


/* slider img */
.slider_img_header_pu {
    margin-top: 3rem;
}

.slide-arrow {
    z-index: 100;
}

.slick-list {
    max-width: 100%;
}

.slick-slide {
    margin: 0 1rem;
}

.slider_img_header_pu .img_event {
    width: 100%;
    height: auto;
}

.prev-arrow {
    left: 1rem;
}

.slick-dotted.slick-slider {
    margin-bottom: 1rem;
}

figcaption {
    opacity: 1;
    padding-top: 5px;
}

/* btn link */
.btn_apply_pu {
    display: block;
    position: relative;
    color: #ffffff;
    background-color: #F1302C;
    max-width: 250px;
    margin-left: auto;
    margin-top: 2rem;
    padding: 1rem 1.5rem;
}

.btn_apply_pu.center {
    margin: auto;
    margin-top: 2rem;
}

.btn_apply_pu:hover {
    color: #ffffff;
    opacity: 0.7;
}

.disabled {
    pointer-events: none;
    background-color: #808080;
    text-align: center;
}

.btn_disabled {
    pointer-events: none;
    background-color: #808080;
}

.btn_arrow {
    position: absolute;
    right: 1.5rem;
}

.btn_yellow {
    display: inline-block;
    color: #000000;
    background-color: #FCE200;
    padding: 1rem 2rem;
}

/* nav */
.nav_pu {
    display: flex;
    justify-content: center;
    color: #ffffff;
    background-color: #fa0000;
}

.nav_li_pu {
    display: inline-block;
    margin: 0 2rem;
    padding: 2rem 1rem;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
}

.nav_li_pu:hover {
    color: #ffffff;
    opacity: 0.8;
}

/* catch */
.catch_pu {
    max-width: 1200px;
    margin: 5rem auto;
    text-align: center;
    font-family: "Rubik Glitch", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
}

.subcatch_pu {
    max-width: 1200px;
    margin: 4rem auto 0;
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}


/* heading */
h2 {
    text-align: center;
    margin: 7rem 0 2rem;
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-shadow: 4px 2px 2px rgba(255, 10, 12, 0.9);
}

h2:before {
    content: "●";
    color: #FE0000;
    padding-right: 4px;
}


/* h2::before {
    display: inline-block;
    content: url(https://www.infolens.com/wp-content/uploads/2022/08/icon_sniper.png);
    vertical-align: middle;
    transform: scale(0.9);
} */

/* h2::after {
    display: inline-block;
    content: url(https://www.infolens.com/wp-content/uploads/2022/04/notice.png);
    vertical-align: middle;
    transform: scale(-1, 0.9);
} */

#info h3 {
    text-align: center;
    margin-bottom: 0.25rem;
}

#special h3 {
    margin-bottom: 2rem;
}

.heading_owabi {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* font text */
.caution_pu {
    font-size: 14px;
}

.txt_red {
    color: #F1302C;
    font-weight: 700;
}

.txt_white_pu {
    color: #ffffff;
}

.txt_center {
    display: block;
    text-align: center;
}

.txt_right {
    display: block;
    text-align: right;
}

.txt_marginright {
    margin-right: 0.75rem;
    display: block;
}

.fa-angle-right:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.address_pu {
    margin-top: 1.5rem;
    line-height: 1.25rem;
}

/* faq toggle */
.question_pu {
    margin: 0.5rem 0;
    padding: 0.5rem;
    background-color: #000000;
}

.question_pu a {
    display: block;
    font-weight: 500;
    padding: .5rem;
    padding-right: 2.5rem;
    color: #ffffff;
    background-color: #000000;
    border: solid 1px #ffffff
}

#faq .question_pu a:hover,
#faq .question_pu a:focus,
#faq .question_pu a:active,
#faq .question_pu a:visited {
    color-interpolation-filters: #000000;
}

.question_pu a[aria-expanded="false"] {
    background-image: url(./assets/images/apex_popup/plus.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.question_pu a[aria-expanded="true"] {
    background-image: url(./assets/images/apex_popup/minus.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
}

.answer_pu.collaspe:not(.show) {
    display: none;
}

.answer_pu {
    padding: 2rem;
    padding-top: 1rem;
}

/* dl */
.dl_info dt {
    border-top: solid 1px #FF0000;
    padding: 16px 0 12px 0;
    font-size: 1.15rem;
    color: #ffffff;
    text-shadow: 4px 2px 2px rgba(255, 10, 12, 0.9);
}

.dl_info dd {
    padding-bottom: 16px;
}

/* footer */

.txt_copyright {
    color: #ffffff;
}

.footer_pu {
    background: transparent;
    margin-bottom: 0;
    padding: 5rem 0rem;
    max-width: 1000px;
    color: #ffffff;
}

.footer_pu a {
    color: #ffffff;
}

/*767px以下*/
@media screen and (max-width: 767px) {

    /* wrap container */
    .wrap_section_pu {
        margin: 0 1rem;
        padding: 1.5rem 0.75rem;
    }

    /* heading */
    .catch_pu {
        margin: 3rem auto;
    }

    .subcatch_pu {
        font-size: 20px;
        line-height: 1.5rem;
        margin: 1rem;
    }

    h2 {
        margin-top: 5rem;
        margin-bottom: 1rem;
    }

    h2::before {
        transform: scale(0.7);
    }

    h2::after {
        transform: scale(-0.8, 0.7);
    }

    h3 {
        text-align: center;
    }

    h4 {
        font-size: 18px;
    }

    /* font txt */
    p {
        margin-bottom: 1.5rem;
    }

    /* nav */
    .nav_pu {
        flex-wrap: wrap;
        text-align: center;
    }

    .nav_li_pu {
        font-size: 18px;
        padding: 1rem;
    }

    .nav_pu li {
        width: 50%;
    }

    /* slide */
    .slick-slide {
        width: 240px;
    }

    /* info */
    .wrap_venue {
    }

    /* iframe */
    iframe {
        width: 100%;
        height: 300px;
    }

    /* faq */
    .question_pu {
        margin-bottom: 0;
    }

    .question_pu a {
        padding: 1rem 0.75rem;
    }

    .answer_pu {
        padding: 1rem;
        padding-top: 0.75rem;
    }

    /* footer */
    .footer_pu {
        padding: 2rem 1rem;
    }
	
	.owabi.wrap_section_pu {
    margin: 2rem 1rem;
}
}

/*768px以上*/
@media screen and (min-width: 768px) {
    .slick-slide {
        width: 500px;
        height: 550px;
    }
    
/* dl */
.dl_info {
    display: flex;
    flex-wrap: wrap;
}

.dl_info dt {
    width: 20%;
    padding: 16px 0;
}

.dl_info dd {
    width: 80%;
    border-top: solid 1px #808080;
    padding: 16px 0;
}
}

/*1200px以上*/
@media screen and (min-width: 1200px) {
    .bg_popup {
        background-size: 120%;
    }
}