p{
	margin: 0;
}
.kv{
	background: url(/template/default/img/cp/bjin/202402/kv-pc.jpg) no-repeat center top;
	background-size:1150px auto;
}
.kv_content{
	width: 440px;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 70px 0 100px;
}
.kv_logo{
	margin:13px 0 55px;
}
.kv_label{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	background: #374b7d;
	font-size: 1.6rem;
	padding:3px 10px;
	margin:0 0 7px;
}
.kv .text01{
	font-size: 1.9rem;
}
.kv .text02{
	margin:0 0 50px;
	font-size: 1.7rem;
}
.kv .text03{
	font-size: 1.5rem;	
}
.kv .text04{
	font-weight: bold;
	padding-top: 15px;
}
.kv_movie{
	font-size: 1.5rem;	
	padding: 60px 0 0;
	
}
.kv_movie:before{
	content:"";
	display: block;
	border-top:1px solid #000;
	width: 160px;	
	height: 1px;
	position: relative;
    top: -20px;
}
.kv_movie .kv_button{
	text-decoration: underline;
	color: #374b7d;
}
.kv_movie .link:after{
	content:"";
	display: inline-block;
	background:url(/template/default/img/cp/bjin/202402/icon.png) no-repeat right center;
	background-size:100% auto;
	width: 15px;
	height: 16px;
	position: relative;
    top: 2px;
    right: -4px;
}
.kv_movie .kv_button:hover{
	/*border-bottom:1px solid #374b7d;*/
}
p{
	font-size: 1.4rem;
}
.c-title{
	line-height: 1.3;	
	font-size: 3rem;
	color: #374b7d;
}

.c-text_capa{
	font-size: 1.6rem;
	font-weight: bold;
	color: #555;
	margin:0 0 10px;
}
.c-text_capa span{
	color: #374b7d;
}
hr{
	border-top:4px solid #374b7d;
	width: 30%;
	position: relative;
	margin: 0 auto 0 0;
	
}

.Button--gold{
	border:none;
}

.Button--inactive{
    background-color: #ccc;
	color: #fff;
	border:#ccc;
	cursor:default;
}

.sec01{
	margin: 80px 0 120px;

}
.sec01 .c-title{
	margin-bottom: 10px;
	text-shadow: 
    #fff 1px 1px 10px, #fff -1px 1px 10px,
    #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.sec01-container{
	background:url(/template/default/img/cp/bjin/202204/pic01.jpg) no-repeat top right;	
}
.sec01_content{
	padding:160px 0 0 60px;
}
.sec01 .text01{
	margin-bottom: 25px;
}
.sec01 .pic{
	display: none;
}
.sec02{
	text-align: center;
	padding: 0 0 50px;
}
.sec02 .list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 35px auto 0;
	width: 810px;
}
.sec02 .list li{
	text-align: left;
	background: #eaeef9;
	font-size: 1.4rem;
	width: 48%;
    margin: 5px;
    padding: 14px 0 14px 20px;
}
.sec02 .list01:before{
	content:"";
	display: inline-block;
	background:url(/template/default/img/cp/bjin/202204/ico01.png) no-repeat;
	background-size:100% auto;
	width: 45px;
	height: 45px;
	vertical-align: -15px;
    margin-right: 15px;
}
.sec02 .list02:before{
	content:"";
	display: inline-block;
	background:url(/template/default/img/cp/bjin/202204/ico04.png) no-repeat;
	background-size:100% auto;
	width: 45px;
	height: 45px;
	vertical-align: -15px;
    margin-right: 15px;
}
.sec02 .list03:before{
	content:"";
	display: inline-block;
	background:url(/template/default/img/cp/bjin/202207/ico07.png) no-repeat;
	background-size:100% auto;
	width: 45px;
	height: 45px;
	vertical-align: -15px;
    margin-right: 15px;
}
.sec02 .list04:before{
	content:"";
	display: inline-block;
	background:url(/template/default/img/cp/bjin/202204/ico02.png) no-repeat;
	background-size:100% auto;
	width: 45px;
	height: 45px;
	vertical-align: -15px;
    margin-right: 15px;
}
.sec02 .list05:before{
	content:"";
	display: inline-block;
	background:url(/template/default/img/cp/bjin/202207/ico06.png) no-repeat;
	background-size:100% auto;
	width: 45px;
	height: 45px;
	vertical-align: -15px;
    margin-right: 15px;
}
.sec03{
	background:url(/template/default/img/cp/bjin/202402/bg-pc.jpg) no-repeat center center;
	background-size:100% auto;
	margin: 120px 0;
}
.sec03 hr{
	display: none;
}
.sec03 .c-title{
	position: relative;
	z-index:2;
}
.sec03 .text01{
	display: block;
	color: #777;
	position: relative;
	z-index:2;
	font-size: 2rem;
	margin:0 0 5px;
}
.sec03_content{
	position: relative;
	text-align: center;
	background: #fff;
	border:1px solid #ccc;
	padding: 50px 30px;
	width: 640px;
	margin: auto;
}
.sec03_content .sec03_content-inner{
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
}
.sec03_pic{
	position: absolute;
    top: -60px;
    left: -100px;
}
.sec03 .list{
	width: 320px;
	margin: 40px 0 0 auto;
	text-align: left;
}
.sec03 .list li{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.sec03 .list i{
	color: #374b7d;
	font-size: 2rem;
	margin-right: 25px;
}
.sec04{
	text-align: center;
	padding:0 0 120px;
}
.sec04 .text01{
	display: block;
	color: #777;
	font-size: 2rem;
	margin:0 0 5px;
}
.sec04 .list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
}

.sec04 .block{
	text-align: left;
	position: relative;
	display: -webkitーflex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	margin:0 20px;
}
.sec04 .block:before{
	content:"";
	background:url(/template/default/img/cp/bjin/202204/quot01.png) no-repeat;
	background-size:100% auto;
	display: block;
	position: absolute;
	top:-10px;
	left:10px;
	width: 70px;
	height: 50px;
}
.sec04 .block:after{
	content:"";
	background:url(/template/default/img/cp/bjin/202204/quot02.png) no-repeat;
	background-size:100% auto;
	display: block;
	position: absolute;
	width: 70px;
	height: 50px;
	bottom:-10px;
	right:10px;
}
.sec04 .b01{
	background: url(/template/default/img/cp/bjin/202204/voice01.jpg) no-repeat center center;
	
}
.sec04 .b02{
	background: url(/template/default/img/cp/bjin/202204/voice02.jpg) no-repeat center center;
	
}
.sec04 .b03{
	background: url(/template/default/img/cp/bjin/202204/voice03.jpg) no-repeat center center;
	
}

.sec04 p{
	padding:30px;
}


.sec04 .c-text_capa{
	text-align: center;
}
.sec04 .c-button {
	font-size: 2rem;
	display:inline-block;
}

.sec04 .rules{
	background-color:#eaeef9;
	padding:40px;
	margin:40px;
}

.sec04 .rules ul{
	list-style:disc;
	text-align:left;
	padding-left:40px;
	line-height:2.0;
}

.sec05{
	background:#eaeef9 url(/template/default/img/cp/bjin/202204/logo_footer.png) no-repeat right bottom;
	padding:0 0 120px;
}
.sec05 .c-title-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
}
.sec05 .c-title{
	padding: 70px 0 30px;
	text-align: right;
}
.sec05 .block{
	display: -webkit-flex!important;
	display: -moz-flex!important;
	display: -ms-flex!important;
	display: -o-flex!important;
	display: flex!important;
}
.sec05 .block-ttl{
	text-align: right;
	width: 300px;
	font-size: 1.9rem;
	padding-right: 25px;
}
.sec05 .block-content{
	background: #fff;
	padding: 0 45px;
	width: 690px;
}
.sec05 .block-content p{
	margin-bottom: 30px;
}
.sec05 .c-button{
	text-align: center;
}
.sec05 .c-text_capa{
	text-align: center;
}
.sec05 .c-text_capa p{
	font-weight: normal;
	margin: 40px 0 10px;
	font-size: 1.6rem;
}
.sec05 .tabs_btn{
	display: none;
}
.sec05 .c-button {
	font-size: 2rem;
	display:inline-block;

}
.pt-30{
	padding-top: 30px;
}
.blue{
	color: #374b7d;
}
.c-button{
	font-size: 1.6rem;
}
.c-button i{
	position: relative;
    right: -10px;
}
.c-button .now{
	font-weight: normal;
	background: #fff;
	color: #000;
	padding: 6px 10px;
	position: relative;
    left: -20px;
    font-size: 1.6rem;
}
.mfp-bg {

    background: #fff!important;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #777!important;

}

@media screen and (min-width: 1200px){
	.container{width:1180px;}
}
@media screen and (max-width:991px) {
.sec01 .pic {
    display: block;
    margin:0 0 30px;
}

.sec01-container {
    background: none;
}
.sec01_content {
    padding: 0;
}
}
@media screen and (max-width:940px) {
.sec04 .list{
	overflow-x:auto;
	overflow-y: hidden;
	justify-content: flex-start;
	width: 100%;
	height: 41vh;
}
.sec04 .block{
	flex: 0 0 auto;
}
}
@media screen and (max-width:810px) {
	.container{
		padding-left: 0!important;
		padding-right: 0!important;
		width:100%;
	   }
	.sec02 .list{
	width: auto;
}	
}
@media screen and (max-width:767px) {
.container{
 padding-left: 0!important;
 padding-right: 0!important;
 width:100%;
}		
.kv{
	background: url(/template/default/img/cp/bjin/202402/kv.jpg) no-repeat;
	background-size:100% auto;
}

.kv_content{
	width: 84%;
	padding: 25vh 0 10px;
}
.kv .text01 {
    font-size: 1.4rem;
}
.kv_logo {
    margin: 6px 0 20px;
    width: 50%;
}
.kv .text02 {
    margin: 0 0 30px;
    font-size: 1.3rem;
}
.kv .text03{
    font-size: 1.3rem;
}
.kv_movie:before {
    content: "";
    width: 90px;
}

.kv_label{
	font-size: 1.3rem;
}
.kv_movie{
	font-size: 1.3rem;	
}
p{
	font-size: 1.3rem;
}
.c-title {
    line-height: 1.3;
    font-size: 2rem;
    color: #374b7d;
}
.c-text_capa{
	font-size: 1.3rem;
}
hr {
    border-top: 2px solid #374b7d;
    width: 50%;
}
.c-button {
    font-size: 1.5rem;
}
.c-button a{
	width: 100%;
	text-align: center;
	padding: 17px 0;
	border:0;
}

.Button--inactive{
	padding:17px 0;
}
.sec01 {
    margin: 40px 0 60px;
}
.sec01_content {
    width: 80%;
    margin: auto;
}
.sec02{
	background: #eaeef9;
	padding: 30px 0;
}
.sec02 .c-title{
	text-align: left;
	width: 80%;
	margin: auto auto 20px auto;
}
.sec02 .list{
	width: 80%;
	margin: auto;
}
.sec02 .list li {
    text-align: left;
    background: #fff;
    width: 100%;
    margin: 5px;
    padding: 14px 0 14px 20px;
}
.sec02 .list li {
	font-size: 1.15rem;
    margin: 3px 0;
    padding: 10px 0 10px 20px;
}
.sec02 .list01:before,
.sec02 .list02:before,
.sec02 .list03:before,
.sec02 .list04:before,
.sec02 .list05:before{
    content: "";
    width: 25px;
    height: 25px;
    vertical-align: -8px;
    margin-right: 15px;
}
.sec03 {
    background: url(/template/default/img/cp/bjin/202402/bg.jpg) no-repeat center center;
    background-size: 100% auto;
    padding:0 0 40px;
    margin: 0;
}
.sec03 .text01{
	font-size: 1.2rem;
	width: 80%;
	margin: 0px 0px 30px 30px;
}
.sec03 .c-title{
	width: 80%;
	margin: 40px auto 20px;
		
}
.sec03 hr{
	display: block;
}
.sec03_pic{
	position: static;
	width: 100%;
}
.sec03_content .sec03_content-inner{
	flex-wrap: wrap;
}
.sec03 .list {
    width: 100%;
    margin: 20px 0 0 auto;
}
.sec03 .list li{
	font-size: 1.3rem;
}
.sec03 .list li br{
	display: none;
}
.sec03 .list i {
    font-size: 1.5rem;
    margin-right: 10px;
}
.sec03_content {
    padding: 15px;
    width: 80%;
}

.sec04 {
	padding: 0 0 50px;
}

.sec04 ::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 1px;
	height:3px!important;
}
.sec04 ::-webkit-scrollbar-thumb {
	border-radius: 1px;
	background-color: rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0.6);
}

.sec04 .block{
	width:250px;
}

.sec04 .text01 {
	display: block;
	text-align: left;
    font-size: 1.2rem;
    width: 80%;
    margin: 0 auto 5px;
}
.sec04 .c-title{
	text-align: left;
    width: 80%;
    margin:0 auto 0;	
}
.sec04 .c-text_capa{
    width: 90%;
    margin: 20px auto 10px;	
}
.sec04 .c-button{
    width: 90%;
    margin: 0 auto;
	font-size: 1.5rem;
	display:block;
}
.c-button .now {
    padding: 3px 8px;
    left: -10px;
    font-size: 1.3rem;
}

.sec04 .list {
    height: 92vw;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
	overflow-x:scroll;
}
.sec05 {
    background: #eaeef9 url(/template/default/img/cp/bjin/202204/logo_footer.png) no-repeat right bottom;
    background-size:75% auto;
    padding: 0 0 120px;
}
.sec05 .c-title {
    padding: 30px 0 20px;
    text-align: left;
    margin: auto;
    width: 80%;
}

.sec05 .tabs_btn {
    display: block;
    margin: auto;
    width: 80%;    
}
.sec05 .tab_btn{
	position: relative;
	margin-bottom: 5px;
}
.sec05 .tab_btn.active{
	color: #374b7d;
}
.sec05 .tab_btn.active:before{
	content:"・";
	position: absolute;
	left: -25px;
    top: -14px;
    bottom: 0;
    font-size: 3rem;
}
.sec05_content{
    margin: auto;
    width: 80%; 	
}
.sec05 .c-text_capa{
    margin: 40px auto 0px auto;
    width: 90%; 	
}

.sec05 .block.active{
	background: #fff;
	display: block!important;
	min-height:105vw;
}

.sec05 .block,
.sec05 .block-ttl {
    display:none!important;
}

.sec05 .block-content {
    width: auto;
    padding: 20px;
    margin: 20px 0 0;
}
.sec05 .block-content p {
    margin-bottom: 20px;
}
.sec05 .block-content .pt-30 {
    padding-top: 0;
}
.sec05 .c-text_capa p {
    margin: 20px 0 5px;
    font-size: 1.15rem;
}
.sec05 .c-button {
	width: 80%;
	margin: auto;
	font-size: 1.5rem;
	display: block;
}

.Button--dark{
	background-color: #333333!important;
	border:none;
	color: #fff!important;
}

.Button--dark:hover {
    background-color: #ffffff;
    color: #333333;
}

/* .Button--inactive:hover {
    background-color: #ccc;
    color: #fff;
} */
}
