@charset "UTF-8";

/*concept*/
.back{
	background: #F2F9FDE6;
}
.mv {
	background: url(/wp-content/themes/KISSEI/img/lottery/main_bg.png) center no-repeat;
	background-size: cover;
	margin-top: 9rem;
}

.mv::before{
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 9rem;
	background: url(/wp-content/themes/KISSEI/img/lottery/lottery_bg.png) center no-repeat;
	background-size: 100%;
	z-index: -20;

}
.mv .inner {
	display: flex;
	padding: 6rem 0 6rem 6rem;
	position: relative;
}

.main_title{
	max-width: 370px;
	width: 75%;
	margin-bottom: 30px;
}
.main_icon{
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
}
.main_icon li{
	max-width: 63px;
}
.main_text{
	font-size: 2rem;
	font-weight: bold;
}
.main_column{
	display: flex;
	gap: 15px;
	margin-top: 20px;
}
.main_column div{
	background: #006CB8;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 6px;
	padding: 10px 20px;
}
.main_img{
	display: none;
}
.main_left{
	width: 50%;
}
.main_right{
	position: relative;
	width: 50%;
}
.main_right img{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-20%, -50%);
    max-width: 830px;
    width: 140%;
}
.btn.movie{
	margin: 3rem 0 0;
	background: #C72424;
	transition: 0.5s;
}
.btn.movie:hover{
	background: #FA5353;
}
.btn.movie::before{
	position: absolute;
    content: "";
    top: 50%;
    left: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.6rem;
    height: 2.5rem;
	background: url(/wp-content/themes/KISSEI/img/lottery/icon_movie.svg) center no-repeat;
	background-size: 100%;
}
.btn.movie a::before,
.btn.movie a::after{
	display: none;
}
.btn._rental::before{
	position: absolute;
    content: "";
    top: 50%;
    left: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.6rem;
    height: 2.5rem;
	background: url(/wp-content/themes/KISSEI/img/lottery/icon_rental.svg) center no-repeat;
	background-size: 100%;
}
.mT30{	margin-top: 30px;}
.mT20{	margin-top: 20px;}
.mT10{	margin-top: 10px;}
.f20{	font-size: 2rem;}
/*sec01*/
.sec_column{
	display: flex;
}
.sec01{
	background: #F2F9FDE6;
	padding: 10rem 0 8rem;
}
.sec01 .sec_column_box.sec01_img{
	flex: 1;
	text-align: center;
}
.sec01 .sec_column_box .sec01_img_sp{
	display: none;
}
.sec01 .sec_column_box.sec01_img img{
	max-width: 300px;	
}
.sec01 .sec_column_box .app_title{
	display: flex;
	gap: 30px;
}
.sec01 .sec_column_box .app_name{
	font-size: 4rem;
	font-weight: bold;
	color: #006CB8;
	font-feature-settings: "palt";
}

.sec01 .sec_column_box .app_text{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 3rem;
}
.sec01 .sec_column_box .app_text span{
	color: #006CB8;
}
.sec01 .sec_column_box .app_name .tag{
	font-size: 1.6rem;
	display: block;
	background: #006CB8;
	color: #fff;
	width: fit-content;
	padding: 5px 10px;
	border-radius: 6px;
}
/*point*/
.point_area{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	margin-top: 8rem;
}
.point_box{
	width: calc(50% - 4rem);
	background: #fff;
	box-shadow: 0 0 10px #012E4E38;
	border-radius: 3rem;
	display: flex;
	flex-flow: column;
}
.point_title{
	background: #006CB8;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	position: relative;
	padding: 1.5rem 3rem 1.5rem 10rem;
	border-radius: 3rem 3rem 0 0;
}

.point_title .point_icon{
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 85px;
	width: 8vw;
}
.point_body{
	padding: 30px 30px 40px;
	display: flex;
	flex-flow: column;
	flex: 1;
	gap: 20px;
}
.point_text{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #006CB8;
}
.point_img{
	display: flex;
	gap: 15px;
	justify-content: center;
	align-items: center;
	flex: 1;
}
.point_img img{
	width: 100%;
}
.point01 .point_img img,
.point02 .point_img img{
	max-width: 200px;
	width: 50%;
}

/*sec02*/
.sec02{
	padding: 6rem 0 8rem;
	background: #ffffffE6;
}
.sec02 .sec_column{
	gap: 5rem;
	background: #fff;
	box-shadow: 0 0 9px #09568C33;
	padding: 4rem 5rem;
	border-radius: 30px;
}
.sec02 .sec_column + .sec_column{
	margin-top: 20px;
}
.sec02 .sec_column:last-of-type{
	margin-bottom: 3rem;
}
.sec02 .app_title {
    display: flex;
	align-items: center;
    gap: 20px;
	margin-bottom: 1.5rem;
}
.sec02 .app_title .app_name{
	font-size: 2.6rem;
	font-weight: bold;
	color: #006CB8;
}
.sec02 .app_title .app_icon{
	max-width: 7.2rem;
}
.sec02 .app_title .app_name span{
	font-size: 2rem;
}
.sec02 .app_text_area{
	font-size: 1.6rem;
	flex: 1;
}
.sec02 .app_img_area{
	max-width: 300px;
	margin: auto;
	transition: 0.3s;
}
.sec02 .app_img_area img{
	margin-bottom: 1rem;
}
.sec02 .btn.movie{
	margin-left: auto;
}
/*.sec03*/
.sec03{
	background: #F2F9FDE6;
	padding: 6rem 0 8rem;
}
.sec03_content{
	margin: 80px auto 40px;
}

.lottery_contact{
	border: solid 5px #FFDA81;
	border-radius: 30px;
	background: #FFFDE9;
	display: flex;
	padding: 40px 60px;
}
.lottery_contact_text,
.lottery_contact_img{
	width: 50%;
}
.lottery_contact_text{
	font-weight: bold;
	color: #006CB8;
	font-size: 2.4rem;
}
.lottery_contact_title{
	font-size: 4.7rem;
}

.btn_contact a{
	background: #C72424;
    border-radius: 1rem;
    max-width: 280px;
    margin: 3rem 0 0;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: block;
    padding: 2rem 0;
    position: relative;
    transition: 0.5s;
}
.btn_contact a::after{
	content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url(/wp-content/themes/KISSEI/img/lottery/banner_arrow.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn_contact a::before{
	content: "";
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    background: url(/wp-content/themes/KISSEI/img/lottery/icon_contact.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
}
.btn_contact a:hover{
	background: #FA5353;
}
.bg_w{
	background: #fff;
	padding: 40px 50px;
	border-radius: 30px;
	box-shadow: 0 3px 6px #006CB833;
	
}
.price_title{
	background: #0D409B;
	color: #fff;
	width: 180px;
	text-align: center;
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg_w .sec_column{
	gap: 20px;
	margin-bottom: 15px;
}
.bg_w .sec_column + .sec_column{
	margin-top: 25px;
}
.bg_w .sec_column .price_text{
	font-size: 1.6rem;
	position: relative;
}
.bg_w .sec_column .price_text span{
	font-size: 2.8rem;
	font-weight: bold;
}
.bg_w .sec_column .price_text + .price_text::before{
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-10px);
	width: 3px;
	height: 25px;
	background: #242424;
}
.bg_w .caption{
	font-size: 1.4rem;
	font-weight: 500;
}
.product_box{
	text-align: center;
}
.product_box p{
	margin-top: 10px;
	font-weight: 500;
}
.movieArea{
	margin: 0;
}
.movieArea .movieAreaIn{
	padding: 0;
	max-width: none;
}
.app_point{
	border: solid 3px #0D409B;
	border-radius: 20px;
	background: #F4F8FC;
	padding: 30px;
	text-align: center;
	font-size: 16px;
	margin-top: 30px;
}
.app_point .app_point_title{
	font-size: 24px;
	font-weight: bold;
	color: #006CB8;
}

/*faq*/
.faq .faq_box{
	padding: 25px 0 25px 50px;
}
.faq .faq_box:not(:last-child){
	border-bottom: solid 1px #E7E9EB;
}
.faq .faq_box .faq_box_q{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.faq .faq_box .faq_box_a{
	font-size: 16px;
	position: relative;
}
.faq .faq_box .faq_num{
	position: absolute;
	width: 35px;
	height: 35px;
	background: #0D409B;
	color: #fff;
	left: -50px;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
	border-radius: 3px;
}
.faq .faq_box .faq_box_a .faq_num{
	background-color: #C72424;
}
.faq .faq_box .faq_box_a table{
	margin-top: 20px;
	width: 100%;
	border-collapse: collapse;
}
.faq .faq_box .faq_box_a table tr th,
.faq .faq_box .faq_box_a table tr td{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 15px;
}
.faq .faq_box .faq_box_a table tr th:first-child,
.faq .faq_box .faq_box_a table tr td:first-child{
	text-align: left;
}
.faq .faq_box .faq_box_a table tr th{
	background: #F4F8FC;
}
.faq .faq_box .faq_box_a table tr td{
	border-bottom: solid 1px #E7E9EB;
}
@media screen and (min-width: 1400px){
	.mv{
		margin-top: 12rem;
	}
}

@media screen and (max-width: 1100px){
	.faq .faq_box .faq_box_a .faq_table{
		overflow-x: scroll;
	}
	.faq .faq_box .faq_box_a table{
		min-width: 1100px;
	}

}
@media screen and (max-width: 1000px){
	.mv {
		margin-top: 5.6rem;
	}
}
@media screen and (max-width: 767px) {

	/*concept*/


	/*{
		background: url(../img/concept/main_bg.png) top center/cover no-repeat, #F4F8FC;
		margin-top: 0;
		padding-top: 5rem;
	}*/

	.btn.movie{
		margin: 3rem auto 0;
	}
	.sec_column{
		flex-flow: column;
	}

	.mv .inner{
		padding: 30px 10px;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.main_left{
		width: 100%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.main_right{
		display: none;
	}
	.main_title{
		margin: 0;
	}
	.main_img{
		display: block;
	}
	.main_right img{
		position: relative;
		transform: none;
	}
	.main_icon{
		flex-wrap: wrap;
		justify-content: center;
		width: 75%;
	}
	.main_icon li{
		max-width: 30%;
	}
	.main_column{
		flex-flow: column;
		text-align: center;
		width: 90%;
	}
	.main_column div{
		font-size: 1.5rem;
	}
	.main_column div br{
		display: none;
	}
	.lottery section{
		padding: 4rem 0;
	}

	.point_box{
		width: 100%;
	}

	.sec01 .sec_column_box .app_title{
		gap: 15px;
	}
	.sec01 .sec_column_box .app_icon{
		width: 70px;
	}
	.sec01 .sec_column_box .app_name{
		font-size: 2.4rem;
	}
	.sec01 .sec_column_box .app_text{
		font-size: 1.6rem;
	}
	.sec01 .sec_column_box .sec01_img_sp{
		display: block;
		width: 70%;
		margin: 20px auto;
	}
	.sec01 .sec_column_box.sec01_img{
		display: none;
	}
	.point_img{
		flex-flow: column;
	}
	.point01 .point_img img,
	.point02 .point_img img{
		max-width: none;
		width: 100%;
	}
	.point_title .point_icon{
		max-width: 60px;
	}
	.point_title{
		padding: 1rem 1.5rem 1rem 7rem;
		font-size: 1.8rem;
	}
	.point_body{
		padding: 20px 20px 30px;
	}
	.point_area{
		margin-top: 4rem;
	}
	.point_text{
		font-size: 1.5rem;
	}


	/*sec02*/
	.sec02 .sec_column{
		padding: 30px 20px;
		gap: 30px;
	}
	.sec02 .app_title .app_name{
		line-height: 1.2;
		font-size: 2rem;
	}
	.sec02 .app_title .app_name span{
		display: block;
		font-size: 1.6rem;
	}
	.sec02 .app_title .app_icon{
		max-width: 6rem;
	}

	.lottery_contact{
		padding: 30px 20px;
		flex-flow: column-reverse;
		gap: 10px;
	}
	.lottery_contact_text,
	.lottery_contact_img{
		width: 100%;
	}
	.lottery_contact_text{
		font-size: 1.8rem;
	}
	.lottery_contact_title{
		font-size: 3rem;
		margin-bottom: 10px;
	}
	.btn_contact a{
		margin: 20px auto 0;
	}
	.bg_w .sec_column .price_text + .price_text::before{
		display: none;
	}
	.sec03_content{
		margin: 40px auto 20px;
	}
	.bg_w{
		padding: 30px 20px;
	}
	.bg_w .sec_column{
		gap: 10px;
	}
	.bg_w .sec_column .price_text{
		line-height: 1;
	}
	.app_point{
		padding: 20px;
		font-size: 14px;
	}
	.app_point .app_point_title{
		font-size: 20px;
	}
	
	/*faq*/

}