@charset "utf-8";

.l-footer {
	z-index: 10;
}
html {
	font-size: 62.5%;
}

body:after {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index01_pc.png") center top / cover repeat;
	content: "";
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

.footer {
	position: relative;
	z-index: 5;
}

#ct_bg {
	position: relative;
	padding-bottom: 41px;
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	z-index: 1;
}

#ct_bg .bgImg01 {
	position: absolute;
	bottom: 0;
	z-index: -1;
}


#ct_bg a {
	color: #033a8e;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .color01 {
	color: #1da1f2;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#ct_bg .headTitleArea01 {
	background-color: #a04b94;
	color: #fff;
	box-shadow: 0px 7px 10px 0px rgba(154, 0, 86, 0.2);
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 7px 14px 5px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 1.4rem;
}

#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 9px;
}

#ct_bg .mainArea01 {
	width: 100%;
	position: relative;
}

#ct_bg .mainArea01 > .title01 {
	padding: 20px 0 40px;
	position: relative;
}

#ct_bg .mainArea01 > .title01::after {
	position: absolute;
	top: 0;
	transform: translateX(-50%);
    left: 50%;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index07_pc.png") center top / contain no-repeat;
	content: "";
	z-index: -1;
}

#ct_bg .mainArea01 > .title01 img {
	width: 100%;
	height: auto;
}

#ct_bg .mainArea01 > .title02 {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	padding-left: 90px;
	padding-right: 90px;
	
}

#ct_bg .mainArea01 > .inner01 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

#ct_bg .mainArea01 > .inner01 > .movieWrap01 {
	margin-top: 40px;
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#ct_bg .mainArea01 > .inner01 > .movieWrap01 iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .subSection01 {
	margin: 0 auto 0;
	max-width: 960px;
	width: 100%;
}

#ct_bg .subSection01 > .tx01 {
	margin-top: 90px;
}

#ct_bg .subSection01.type02 {
	margin: 160px auto 0;
}

#ct_bg .subSection01.type03 {
	margin: 160px auto 0;
}

#ct_bg .subSection01 > .box01 {
	background: #dd960f;
	border-radius: 20px;
	padding: 23px 0;
	text-align: center;
}

#ct_bg .subSection01 > .box02 {
	border: 6px solid #7e2983;
	background: #fff9d0;
	border-radius: 18px;
	padding: 27px 0 29px;
	text-align: center;
	position: relative;
}

#ct_bg .subSection01 > .box02::after {
	content: '';
	position: absolute;
	top: -120px;
	left: 50%;
	max-width: 960px;
	width: 100%;
	height: 154px;
	background: url("../img/bg_index02_pc.png") no-repeat 50% 0;
	margin-left: -480px;
}

#ct_bg .subSection01.type03 > .box02::after {
	top: -120px;
}


#ct_bg .subSection01 > .box02 .hdg {
	position: absolute;
	top: -43px;
	left: 50%;
	transform: translate(-50%, 0);
}

#ct_bg .subSection01 > .box02 .hdg img {
	max-width: 360px;
}

#ct_bg .subSection01 > .box02 > .btn01 {
	margin: 0 0 0;
}

#ct_bg .subSection01 > .box02 > .btn01 a {
	display: inline-block;
	border-radius: 27px;
	background: #fff;
}

#ct_bg .subSection01 > .box02 > .btn01 a:hover img {
	opacity: .7;
}

#ct_bg .subSection01 > .box02 > .btn02 {
	margin: 20px 0 0;
}

#ct_bg .subSection01 > .box02 > .btn02.bg02 {
	margin: 0 0 0;
}

#ct_bg .subSection01 > .box02 > .btn02 a {
	display: inline-block;
}

#ct_bg .subSection01 > .box02 > .btn02.bg02 a {
	background: url(../img/bg_index03.png) no-repeat 0 0;
}

#ct_bg .subSection01 > .box02 > .btn02.bg03 a {
	background: url(../img/bg_index04.png) no-repeat 0 0;
}

#ct_bg .subSection01 > .box02 > .btn02.bg04 a {
	background: url(../img/bg_index05.png) no-repeat 0 0;
}

#ct_bg .subSection01 > .box02 > .btn02.bg05 a {
	background: url(../img/bg_index06.png) no-repeat 0 0;
}

#ct_bg .subSection01 > .box02 > .btn02 a:hover img {
	opacity: .6;
}

#ct_bg .subSection01 > .box02 > .text01 {
	margin: 20px 40px 0 0;
	text-align: right;
}

#ct_bg .coprightList01 {
	max-width: 960px;
	width: 100%;
	margin: 150px auto 0;
}

#ct_bg .coprightList01 li {
	font-size: 1.4rem;
	line-height: 1.35;
	text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.7551651000976562px 0.9588510990142822px 0px, rgb(255, 255, 255) 1.0806045532226562px 1.6829419136047363px 0px, rgb(255, 255, 255) 0.1414743959903717px 1.9949899911880493px 0px, rgb(255, 255, 255) -0.832293689250946px 1.8185948133468628px 0px, rgb(255, 255, 255) -1.6022871732711792px 1.196944236755371px 0px, rgb(255, 255, 255) -1.979984998703003px 0.28224000334739685px 0px, rgb(255, 255, 255) -1.8729133605957031px -0.7015664577484131px 0px, rgb(255, 255, 255) -1.3072872161865234px -1.513604998588562px 0px, rgb(255, 255, 255) -0.4215916097164154px -1.9550602436065674px 0px, rgb(255, 255, 255) 0.5673243999481201px -1.9178485870361328px 0px, rgb(255, 255, 255) 1.417339563369751px -1.4110805988311768px 0px, rgb(255, 255, 255) 1.9203405380249023px -0.558830976486206px 0px;
}



@media screen and (max-width: 639px) {
	#ct_bg {
		/*background: url("../img/bg_index01_pc.png") repeat-y center 80px / 100% auto;*/
		background-attachment: fixed;
		padding-bottom: 30vw;
	}

	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}

	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}

	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}

	#ct_bg .headTitleArea01 {
		position: relative;
		z-index: 5;
	}

	#ct_bg .headTitleArea01 > .inner01 {
		padding: 8px 14px 5px;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.21;
	}

	#ct_bg .headTitleArea01 > .inner01 .text01 {
		margin-left: 0;
		width: 100%;
	}

	#ct_bg .mainArea01 {
		z-index: 5;
		padding-bottom: 20px;
	}
	
	#ct_bg .mainArea01 > .title01::after {
		width: 100%;
		height: 100%;
		content: "";
		z-index: -1;
	}

	#ct_bg .subSection01 {
		width: 100%;
		position: relative;
		z-index: 5;
	}

	#ct_bg .subSection01.type02,
	#ct_bg .subSection01.type03 {
		width: 92%;
	}

	#ct_bg .mainArea01 > .title01 {
		padding: 20px 0 20px;
	}
	
	#ct_bg .mainArea01 > .title02 {
		max-width: 1300px;
		margin: 0 auto;
		padding-left: 3%;
		padding-right: 3%;

	}

	#ct_bg .mainArea01 > .inner01 {
		width: 94%;
		margin: 0 auto;
	}
	
	#ct_bg .mainArea01 > .inner01 > .movieWrap01 {
		margin-top: 20px;
	}

	#ct_bg .subSection01 {
		margin: 0 auto 0;
		width: 100%;
	}

	#ct_bg .subSection01.type02 {
		margin: 22.4vw auto 0;
	}

	#ct_bg .subSection01.type03 {
		margin: 22.4vw auto 0;
	}

	#ct_bg .subSection01 > .box01 {
		border-radius: 20px;
		padding: 4% 0;
	}

	#ct_bg .subSection01 > .box02 {
		border: 6px solid #7e2983;
		background: #fff9d0;
		border-radius: 18px;
		padding: 3.8vw 4vw 4.1vw;
		text-align: center;
		position: relative;
	}

	#ct_bg .subSection01.type03 > .box02 {
		padding: 5.2vw 4vw 4.1vw;
	}

	#ct_bg .subSection01 > .box02::after,
	#ct_bg .subSection01.type03 > .box02::after {
		content: '';
		position: absolute;
		top: -19.4vw;
		left: 46%;
		width: 111%;
		background: url("../img/bg_index02_sp.png") no-repeat 50% 0 / 100% auto;
		margin-left: -46vw;
	}

	#ct_bg .subSection01 > .box02 .hdg {
		position: absolute;
		top: -7.2vw;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
	}

	#ct_bg .subSection01.type03 > .box02 .hdg {
		top: -6vw;
	}
	
	#ct_bg .subSection01 > .box02 .hdg img {
		width: 57.6vw;
	}

	#ct_bg .subSection01 > .box02 > .btn01 {
		margin: 0 0 0;
	}

	#ct_bg .subSection01 > .box02 > .btn01 a {
		display: inline-block;
		border-radius: 27px;
		background: #fff;
	}

	#ct_bg .subSection01 > .box02 > .btn01 a:hover img {
		opacity: 1;
	}

	#ct_bg .subSection01 > .box02 > .btn02 {
		margin: 20px 0 0;
	}

	#ct_bg .subSection01 > .box02 > .btn02.bg02 {
		margin: 0 0 0;
	}

	#ct_bg .subSection01 > .box02 > .btn02 a {
		background: none !important;
	}

	#ct_bg .subSection01 > .box02 > .btn02 a:hover img {
		opacity: 1;
	}
	
	#ct_bg .subSection01 > .box02 > .text01 {
	margin: 2vw 4vw 0 auto;
	width: 36vw;
		min-width: 145px;
	}
	#ct_bg .subSection01 > .tx01 {
		margin-top: 20px;
		margin-left: 4vw;
		margin-right: 4vw;
	}

	#ct_bg .coprightList01 {
		width: 94%;
		margin: 60px auto 0;
	}

	#ct_bg .coprightList01 li  {
		margin-top: 6px;
		line-height: 1.52;
	}
}



/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}


