@charset "utf-8";
/*******************************************
	/css/poopup.css
*******************************************/

/*
基本
768px【sp切り替わりポイント】 */

/*------------------------------------------
	special_area
------------------------------------------*/

.special_area_wrapper {
    padding: 55px 0 30px;
}

.three_specials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0 30px;
    padding: 0 30px;
}

.three_specials>div[class$="_box"] {
    width: 42%;
    margin: 0 3% 30px;
    background: url(../images/white_top_left.png), url(../images/white_top_right.png), url(../images/white_bottom_left.png), url(../images/white_bottom_right.png);
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 42px 42px;
}

.three_specials>div[class$="_box"] a {
    width: 87%;
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.three_specials>div[class$="_box"] a img {
    display: block;
    width: 100%;
    ;
}

.tosensya_happyou{
    color: #FFF;
    font-size: 1.7rem;
}

.tosensya_happyou a::before {
    content: "\f105";
    padding-right: 4px;
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: bold;
    font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
    .special_area_wrapper {
        padding: 20px 0 10px;
    }
    .three_specials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0 20px;
        padding: 0 2%;
    }
    .three_specials>div[class$="_box"] {
        width: 100%;
        max-width: 350px;
        margin: 0px auto;
        background: none;
    }
    .three_specials>div[class$="_box"] a {
        width: 100%;
        margin: 10px auto;
    }

    .tosensya_happyou{
        font-size: 1.4rem;
    }
  
    .tosensya_happyou a::before {
        padding-right: 3px;
        font-size: 1.9rem;
    }

}

/*------------------------------------------
	about_dg_area
------------------------------------------*/

#about_dg_area {
    padding: 60px 0 45px;
}

#about_dg_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#about_dg_area ul>li {
    margin: 0 25px;
    max-width: 420px;
    width: 45%;
}

#about_dg_area ul>li img {
    display: block;
}

@media screen and (max-width: 768px) {
    #about_dg_area {
        padding: 20px 0 25px;
    }
    #about_dg_area ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 3%;
    }
    #about_dg_area ul>li {
        margin: 0 auto 15px;
        max-width: 420px;
        width: 100%;
    }
    #about_dg_area ul>li:last-child {
        margin-bottom: 0px;
    }
}

/*------------------------------------------
	fancybox内(共通箇所)
------------------------------------------*/

.popup_area {
    display: none;
    max-width: 780px;
}

.popup_area .inner_popup {
    position: relative;
    padding: 70px 80px 40px;
    border-radius: 24px;
    text-align: center;
    background: linear-gradient(135deg, #514F4E, #010101);
}

.popup_area .more_btn {
    margin: 50px auto 40px;
}

.popup_area .more_btn a {
    display: inline;
    padding: 14px 40px;
    border-radius: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.popup_area .more_btn a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.popup_area .more_btn a.gaibu_link::after {
    content: "\f08e";
    padding-left: 5px;
    font-family: 'Font Awesome 5 Light';
    font-style: normal;
    font-weight: bold;
    vertical-align: 1px;
}

.popup_area .close_btn_pos {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
}

.popup_area .popup_close_btn {
    position: relative;
    color: #FFF;
    font-size: 4.9rem;
    cursor: pointer;
}

.popup_area .popup_close_btn:hover {
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.popup_area .inner_popup p {
    text-align: left;
    font-size: 1.5rem;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .popup_area {
        max-width: 90%;
        width: 90%;
        margin-left: -5%;
    }
    .popup_area .inner_popup {
        padding: 80px 4% 40px;
    }
    .popup_area .close_btn_pos {
        top: 20px;
        right: 15px;
    }
}

/*------------------------------------------
	fancybox内(当選者発表)
------------------------------------------*/

#tosensya .inner_popup {
    position: relative;
    z-index: -3;
    background-image: linear-gradient( 52deg, #146469 25%, #105054 25%, #105054 50%, #146469 50%, #146469 75%, #105054 75%, #105054);
    background-size: 130px 166px;
    color: #fff;
}

.bg_green_stripe {
    opacity: 0.95;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(10, 10, 10, 0.5));
}

.tit_tosen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.tit_tosen img {
    display: block;
    height: 45px;
    width: auto;
    margin-right: 15px;
}

.tit_tosen span {
    font-size: 2.7rem;
    font-weight: bold;
    white-space: nowrap;
}

#tosensya h4 {
    margin-bottom: 10px;
    font-size: 3.7rem;
    letter-spacing: 4px;
    font-weight: bold;
}

#tosensya .tosenlist {
    position: relative;
    background: url(../images/white_top_left.png), url(../images/white_top_right.png), url(../images/white_bottom_left.png), url(../images/white_bottom_right.png);
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 42px 42px;
}

#tosensya .tosenlist aside {
    position: absolute;
    bottom: 30px;
    right: 20px;
    font-size: 1.2rem;
}

#tosensya .tosenlist ul {
    padding: 30px 2% 20px;
}

#tosensya .tosenlist ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: bold;
}

#tosensya .tosenlist .pot {
    font-size: 1.0rem;
}

.tosen_congula {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -100px;
}

.tosen_congula figure {
    width: 260px;
    margin-bottom: -40px;
    margin-left: -25px;
    z-index: 1000;
}

.tosen_congula figure img {
    display: block;
}

.tosen_congula section h5 {
    font-size: 4.1rem;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .tit_tosen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tit_tosen img {
        margin-bottom: 5px;
        margin-right: 0;
    }
    .tit_tosen span {
        font-size: 2.2rem;
    }
    #tosensya h4 {
        margin-bottom: 10px;
        font-size: 3.2rem;
        letter-spacing: 2px;
    }
    #tosensya .tosenlist ul li {
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .tosen_congula {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 0px;
    }
    .tosen_congula figure {
        width: 130px;
        margin: 10px auto -40px;
    }
    .tosen_congula section h5 {
        font-size: 2.2rem;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
}

/*------------------------------------------
	fancybox内(団員限定)
------------------------------------------*/

#danintokuten .inner_popup {
    position: relative;
    z-index: -3;
    background-image: url("../images/bg_diya.png"), url("../images/bg_grad_purp.jpg");
    background-size: 416px 304px, cover;
    background-repeat: repeat, no-repeat;
    color: #fff;
}

#danintokuten .inner_popup figure.give_advice {
    padding-bottom: 30px;
}

#danintokuten .inner_popup figure.give_advice i {
    max-width: 100%;
    width: 470px;
    height: 219px;
    display: block;
    margin: 0 auto;
    background-image: url("../images/veteran.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#danintokuten .inner_popup h3 {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

#danintokuten .inner_popup ul li {
    list-style-position: inside;
    list-style-type: disc;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #danintokuten .inner_popup figure.give_advice {
        padding-bottom: 10px;
    }
    #danintokuten .inner_popup figure.give_advice i {
        max-width: 100%;
        width: 310px;
        height: 146px;
    }
}

/*------------------------------------------
	fancybox内(グッズ付きチケット)
------------------------------------------*/

#goodstsuki .inner_popup {
    background: linear-gradient(135deg, #514F4E, #010101);
}

#goodstsuki h3 {
    margin-bottom: 40px;
}

#goodstsuki h3 img {
    display: block;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #goodstsuki h3 {
        margin-bottom: 30px;
    }
    #goodstsuki h3 img {
        max-width: 90%;
    }
}

/*------------------------------------------
	fancybox内(リアル脱出ゲームとは)
------------------------------------------*/

#about_raeldg .inner_popup {
    background: none;
    background-color: #406EB8;
}

.real_dg_pv_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.real_dg_pv_box h3 {
    width: 38%;
}

.real_dg_pv_box h3 img {
    display: block;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

.frame-wrapper__video {
    position: relative;
    width: 58%;
    height: 0;
    padding-bottom: 35.00%;
    overflow: hidden;
}

.frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .real_dg_pv_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
    }
    #about_raeldg h3 {
        width: 80%;
        margin-bottom: 10px;
    }
    #about_raeldg h3 img {
        max-width: 70%;
    }
    .frame-wrapper__video {
        width: 80%;
        padding-bottom: 49.00%;
        height: auto;
    }
}

/*------------------------------------------
	fancybox内(ＨｘＨとは)
------------------------------------------*/

#about_hxh .inner_popup {
    background: linear-gradient(135deg, #514F4E, #010101);
}

#about_hxh h3 {
    margin-bottom: 40px;
}

#about_hxh h3 img {
    display: block;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #about_hxh h3 {
        margin-bottom: 30px;
    }
    #about_hxh h3 img {
        max-width: 90%;
    }
}

}