@import "base.css";

@media all and (max-width:767px) {
	.u-pc {
		display: none;
	}
}

.remodal .inner{
    text-align: left;
}
.remodal-close{
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

.remodal .txt_border{
    padding-bottom: 25px;
    border-bottom: #ccc solid 1px;
    margin: 15px;
}
.remodal .txt{
    margin: 15px;
}

.col4{
    display: flex;
    flex-wrap: wrap;
    gap:60px 40px;
    padding-bottom: 20px;
}
.col4__box{
    width: 209px;
}
.col4__box figure{
    position: relative;
    margin-bottom: 15px;
}
.col4__box p{
    font-size: 17px;
    font-weight: 500;
    line-height: 150%;
}
.col4__box p a{
    position: relative;
    display: block;
    color: #e10013;
    text-decoration: none;
    padding-right: 40px;
}
.col4__box p a:after{
    position: absolute;
    top: 5px;
    right: 0;
    content:"";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/pr_btn.jpg) no-repeat center center / 100% auto;
}
@media all and (max-width:767px) {
    .col4{
        display: block;
    }

    .col4__box{
        width: 220px;
        margin: 0 auto 30px !important;
    }
}


.movie_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.change_video_menu{
    width: 400px;
    height: 315px;
    overflow-y: scroll;
    background: #f2f2f2;
}

.change_video_menu li{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px dotted #ccc;
}

.change_video_menu li .thumbs{
    width: 120px;
}

.change_video_menu li .thumbs img{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.change_video_menu li .thumbs_txt{
    width: 220px;
    font-size: 14px;
    box-sizing: border-box;
    padding-right: 20px;
}
.change_video_menu li .thumbs_txt a{
    text-decoration: underline;
}
.change_video_menu li .thumbs_txt a:hover{
    text-decoration: none;
}
@media all and (max-width:767px) {
    .movie_flex{
        display: block;
    }

    .change_video_menu{
        width: 100%;
    }

    .change_video_menu li .thumbs{
        width: 25%;
    }

    .change_video_menu li .thumbs_txt{
        width: 70%;
    }
}


/*---------------------------------
	#block1
----------------------------------*/
#block1 .top{
	margin-bottom: 50px;
}

#block1 .lead{
	font-size: 20px;
	font-weight: 500;
	line-height: 180%;
	margin-bottom: 35px;
}

#block1 .badge{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 100%;
    margin-bottom: 10px;
}

#block1 .badge span{
    display: inline-block;
    background: #cc9d5e;
    padding: 9px 17px 10px;
}

#block1 .txt01{
    margin-bottom: 1.2em;
}
#block1 .txt02{
    text-align: right;
    margin-top: .8em;
}
#block1 .btn{
    width: 414px;
    margin: 50px auto 0;
}
#block1 .btn a img:hover{
    opacity: .8;
}


@media all and (max-width:767px) {
	#block1 .lead{
		font-size: 18px;
	}

    #block1 .btn{
        width: 100%;
    }
}

/*---------------------------------
	#block2
----------------------------------*/

#block2 table{
	margin-top: 40px;
    margin-bottom: 10px;
}
#block2 table th{
    width: 200px;
}


@media all and (max-width:767px) {
    #block2 table th{
        width: 100%;
    }
}

.comment_open{
    position: relative;
    font-size: 15px;
    color: #cc9d5e;
    padding: 5px 0 10px;
    border-bottom: #e10013 solid 1px;
    margin-top: 35px;
}
.comment_open.--fz_big{
    font-size: 20px;
    margin-top: 20px;
}
.comment_open:hover{
    cursor: pointer;
}
.comment_open:after{
    content: "";
    display: block;
    background: #e10013;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 2px;
}
.comment_open:before{
    content: "";
    display: block;
    background: #e10013;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
}
.comment_open.--open{
    border-bottom: none;
}
.comment_open.--open:before{
    display: none;
}


.comment_content{
    border: #e10013 solid 1px;
    padding: 20px;
}

@media all and (max-width:767px) {
    .comment_open{
        margin-top: 20px;
    }
}

/*---------------------------------
	#block3
----------------------------------*/
#block3 table th{
    width: 100px;
}

@media all and (max-width:767px) {
    #block3 table th{
        width: 100%;
    }
}

.form_btn {
	margin: 1em 0;
	width: 230px;
}

.form_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 40px;
	background: #1F2A46;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}

.form_btn a::after {
	content: " ";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
}

/*---------------------------------
	#block4
----------------------------------*/
.u-red{
	color: #d80000;
}
#block4{
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 80px;
}

#block4 .soon{
    font-size: 20px;
    text-align: center;
    padding: 25px 0;
}
#block4 .lead{
    font-size: 20px;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 35px;
}

#block4 table{
    margin-bottom: 30px;
}

#block4 table th{
    width: 100px;
}

@media all and (max-width:767px) {
    #block4 .lead{
        font-size: 17px;
    }


    #block4 table th{
        width: 100%;
    }
}
