/*------------------------------
コンテンツ枠
------------------------------*/
#container {
	margin: 0 auto;
	text-align: center;
}
@media only screen and (min-width: 751px) {
	#container {
		background: url(images/bg_pc.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	#wrap_top {
		background: url(images/main_bg_pc.jpg) center top no-repeat;
		width: 100%;
		height: 2016px;
		margin: 0 auto;
	}

	#wrap_contents {
		background: url(images/taiken_bg_pc.png) center top no-repeat;
		width: 100%;
		margin: 0 auto;
		padding: 50px 0 80px;
	}

	a:hover {
		opacity: 0.7 ;
	}
}
@media only screen and (max-width: 750px) {
	#wrap_contents {
		background: url(images/taiken_bg_sp.png) center top no-repeat;
		width: 100%;
		margin: 0 auto;
		background-size: cover;
		padding: 10vw 0;
	}
}



/*------------------------------
メインコンテンツ枠
------------------------------*/
#main p {
	margin: 0;
	padding: 40px 0 0 0;
}

.frame-wrapper__video {
	position: relative;
}

.frame-wrapper__video_inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.frame-wrapper__video_inner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 751px) {
	.wrap_inner {
		position: relative;
		max-width: 1240px;
    	margin: auto;
		z-index: 1001;
	}

	.wrap_inner.--sm {
		position: relative;
		max-width: 1120px;
    	margin: auto;
		z-index: 1002;
	}
	
	.frame-wrapper__video {
		position: absolute;
		width: 588px;
    	left: 65px;
		top: 100px;
	}
}

@media only screen and (max-width: 750px) {
	#container {
		width: 100%;
	}
	
	img {
	border: 0;
	vertical-align: top;
	width: 100%
	}
	
	.contents {
		position: relative;
		z-index: 10;
	}
	
	.wrap_inner {
		position: relative;
		margin: 0 auto ;
		z-index: 1001;
		width: -webkit-fill-available;
		left: 0;
		right: 0;
	}
	
	.wrap_inner.--sm {
		position: relative;
		width: 100%;
    	margin: auto;
		padding: 0 3%;
	}
	
}

.guard_img {
	position: relative;
}


/* 画像ダウンロード禁止対応 */
.guard_wrap {
	width: 100%;
	height:100%;
	position: relative;
}

.guard {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
	z-index: 1000;
}

.list span {
	color: #008CD6;
}
.list {
	padding-top: 20px;
	border-top: 1px solid #000;
}




.tiken_item {
	background-color: #fff;
	border-radius: 20px;
}
.tiken_text h3 {
	font-size: 3.2rem;
	font-weight: bold;
	color: #008CD6;
	margin-bottom: 10px;
}


.tiken_item_wrap {
	position: relative;
}
.tiken_item_wrap2 {
	position: relative;
}
.date {
	position: relative;
}
.tiken_img02 {
	position: relative;
}

@media only screen and (min-width: 751px) {
	.taiken_ttl img {
		width: 250px;
	}
	.tiken_item {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 30px 30px 50px;
		background-color: #fff;
		border-radius: 20px;
		width: 1120px;
		margin: 40px auto 0;
		height: 296px;
	}
	.tiken_text {
		width: 640px;
		margin-right: 30px;
		text-align: left;
		font-size: 1.8rem;
	}

	.tiken_img01 {
		width: 330px;
	}
	.tiken_img02 {
		position: relative;
		width: 370px;
	}
	.tiken_item_wrap .taiken_parts1 {
		position: absolute;
		bottom: 0;
		right: 241px;
		width: 280px;
	}
	
	.tiken_item_wrap .taiken_parts2 {
		position: absolute;
		top: -29px;
		right: -21px;
	}
	.date .btn_01 {
		position: absolute;
		top: 308px;
		right: 96px;
	}
	.tiken_img02 .btn_02 {
		position: absolute;
		bottom: 71px;
		right: 33px;
		width: 300px;
	}

	
}

@media only screen and (max-width: 750px) {
	.taiken_ttl img {
		width: 180px;
	}

	.tiken_item {
		position: relative;
		padding: 25px 20px;
		margin: 30px auto 0;
		height: auto;
	}
	.tiken_img01 {
		position: relative;
	}
	.tiken_img01 .taiken_parts2 {
		position: absolute;
		top: -4%;
		right: -5%;
		width: 28%;
	}
	.date .btn_01 {
		position: absolute;
		top: 35%;
		left: 7%;
    	width: 86%;
	}
	.tiken_img02 .btn_02 {
		position: absolute;
		top: 37%;
		left: 5%;
		width: 90%;
	}

	.tiken_text h3 {
		font-size: 7.5vw;
		margin-bottom: 15px;
		line-height: 1.3;
		text-align: center;
	}

	.tiken_text {
		text-align: left;
		font-size: 1.5rem;
	}

	.list {
		padding-top: 10px;
	}

	.sp_pb0 {
		padding-bottom: 0;
	}

}