@charset "utf-8";
body:before {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_index01_pc.png) center center / cover repeat;
	content: "";
}
#ct_bg .bgWrap01 {
	position: relative;
	padding-top: 0;
}
#ct_bg .mainArea01 {
	text-align: center;
	background: url("../img/bg_index02.png") repeat 50% 0;
	height: 650px;
	padding-top: 149px;
	margin-bottom: 60px;
}
@keyframes fuwafuwa {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
@keyframes fuwafuwaSP {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-2.66vw);
	}
}
@keyframes delayOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#ct_bg .mainArea01 .text01 img {
	width: 655px;
}
#ct_bg .mainArea01 > .imgList {
	opacity: 0;
	animation: delayOpacity 1s ease-in 0.6s forwards;
}
#ct_bg .mainArea01 > .imgList li {
	position: absolute;
	animation: 2.5s fuwafuwa infinite;
}
#ct_bg .mainArea01 > .imgList li:nth-child(1) {
	top: 29px;
	left: calc(50% - 709px);
	width: 230px;
	animation-delay: 0;
}
#ct_bg .mainArea01 > .imgList li:nth-child(2) {
	top: 35px;
	left: calc(50% + 119px);
	width: 172px;
	animation-delay: 1s;
}
#ct_bg .mainArea01 > .imgList li:nth-child(3) {
	top: 80px;
	left: calc(50% + 420px);
	width: 312px;
	animation-delay: 0.5s;
}
#ct_bg .mainArea01 > .imgList li:nth-child(4) {
	top: 355px;
	left: calc(50% - 639px);
	width: 268px;
	animation-delay: 0.7s;
}
#ct_bg .mainArea01 > .imgList li:nth-child(5) {
	top: 414px;
	left: calc(50% + 371px);
	width: 186px;
	animation-delay: 0.2s;
}
#ct_bg .subSection01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .subSection01.type02 {
	background: #0049bc;
	padding: 0 20px 20px;
	margin-bottom: 60px;
}
#ct_bg .subSection01.type03 {
	margin-bottom: 60px;
}
#ct_bg .subSection01 .list01 {
	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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .subSection01 .list01 li {
	width: 31.739%;
}
#ct_bg .subSection01 .list01 li + li {
	margin-left: 30px;
}
#ct_bg .subContentsArea01 {
	width: 960px;
	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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .heading01 {
	margin-bottom: 20px;
}
#ct_bg .colWrap01 {
	margin: 0 -15px;
	width: 990px;
	height: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
#ct_bg .colWrap01.slick-initialized {
	opacity: 1;
	height: auto;
}
#ct_bg .colWrap01 .slick-list {
/*	padding-bottom: 60px;*/
}
#ct_bg .colWrap01 .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}
#ct_bg .colWrap01 .slick-arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	margin-top: -21px;
	width: 42px;
	height: 42px;
	border-top: 2px solid #e83421;
	border-right: 2px solid #e83421;
	transition: border 0.3s;
}
#ct_bg .colWrap01 .slick-arrow:hover {
	border-color: #f39800;
}
#ct_bg .colWrap01 .slick-arrow.slick-prev {
	transform: rotate(-135deg);
	left: -40px;
}
#ct_bg .colWrap01 .slick-arrow.slick-next {
	transform: rotate(45deg);
	right: -40px;
}
#ct_bg .col01 {
	width: 300px;
}
#ct_bg .frameArea01 {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	border: solid 4px #fff;
	background-color: #dbe9f7;
	padding-bottom: 8px;
}
#ct_bg .frameArea01 > .image01 > a {
	position: relative;
	display: block;
}
#ct_bg .frameArea01 > .image01 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	transition: opacity 0.3s;
	content: "";
}
#ct_bg .frameArea01 > .image01 > a:hover::before {
	opacity: 1.0;
}
#ct_bg .frameArea01 > .inner01 {
	background-color: #dbe9f7;
	padding: 13px 13px 4px;
	min-height: 111px;
}
#ct_bg .frameArea01 > .inner01 > .title01 {
	font-weight: bold;
	line-height: 1.5;
	color: #0049bc;
}
#ct_bg .frameArea01 > .inner01 > .title01 > .text01 {
	display: block;
	margin-bottom: 1px;
	font-size: 1.4rem;
}
#ct_bg .frameArea01 > .inner01 > .title01 > a {
	color: #0049bc;
}
#ct_bg .frameArea01 > .inner01 > .text01 {
	margin-top: 4px;
	color: #e83421;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.5;
}
#ct_bg .frameArea02 {
	width: 960px;
	border: solid 4px #0049bc;
	background-color: #fff;
}
#ct_bg .frameArea02 + .frameArea02 {
	margin-top: 20px;
}
#ct_bg .frameArea02 > .inner01 {
	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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 27px;
}
#ct_bg .frameArea02 > .inner01 .ph01 {
	width: 160px;
}
#ct_bg .frameArea02 > .inner01 .text01 {
	width: 718px;
	color: #221815;
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: -5px;
}
#ct_bg .frameArea02 > .inner01 .text01 .strong01 {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffff40 50%, #ffff40 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
}
#ct_bg .frameArea02 > .inner01 .text01 .strong02 {
	color: #00a54e;
	font-weight: bold;
}
#ct_bg .frameArea02 > .inner01 .text01 .strong03 {
	color: #e85a81;
	font-weight: bold;
}
#ct_bg .frameArea02 > .hdg01 {
	color: #fff;
	font-weight: bold;
	background: #0049bc;
	line-height: 1;
	padding: 5px 0 7px 16px;
}
#ct_bg .frameArea02 > .inner02 {
	padding: 17px 15px 14px;
}
#ct_bg .frameArea02 > .inner02 > .text02 {
	font-weight: bold;
	font-size: 1.4rem;
}
#ct_bg .frameArea02 > .inner02 > .list01 {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	padding: 11px 0 7px;
	margin-top: 9px;
	margin-bottom: 10px;
}
#ct_bg .frameArea02 > .inner02 > .list01 li {
	font-size: 1.4rem;
	line-height: 1.75;
}
#ct_bg .frameArea02 > .inner02 > .list01 li span {
	font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
}
#ct_bg .frameArea02 > .inner02 > .list01 li + li {
	margin-top: 14px;
}
#ct_bg .frameArea02 > .inner02 > .text03 {
	font-size: 1.4rem;
}
#ct_bg .coprightList01 {
	width: 960px;
	margin: 38px auto 0;
}
#ct_bg .coprightList01 li {
	font-size: 1.2rem;
	line-height: 1.4;
}
@media screen and (max-width: 639px) {
	body:before {
		background: url(../img/bg_index01_sp.png) center center / cover repeat;
	}
	#ct_bg .mainArea01 {
		background: url("../img/bg_index02.png") repeat 50% 0;
		height: 150vw;
		padding-top: 48.933vw;
		margin-bottom: 12.4vw;
	}
	#ct_bg .mainArea01 .text01 img {
		width: 92vw;
	}
	#ct_bg .mainArea01 > .imgList li {
		animation: 2.5s fuwafuwaSP infinite;
	}
	#ct_bg .mainArea01 > .imgList li:nth-child(1) {
		top: 5.46vw;
		left: calc(50% - 38.6vw);
		width: 28.933vw;
	}
	#ct_bg .mainArea01 > .imgList li:nth-child(2) {
		top: 16.26vw;
		left: calc(50% - 2.067vw);
		width: 40.4vw;
	}
	#ct_bg .mainArea01 > .imgList li:nth-child(3) {
		top: 5.466vw;
		left: calc(50% + 24.533vw);
		width: 24.133vw;
	}
	#ct_bg .mainArea01 > .imgList li:nth-child(4) {
		top: 109.066vw;
		left: calc(50% - 45.6vw);
		width: 43.733vw;
	}
	#ct_bg .mainArea01 > .imgList li:nth-child(5) {
		top: 103.733vw;
		left: calc(50% + 8.8vw);
		width: 30.4vw;
	}
	#ct_bg .subSection01 {
		width: 92vw;
	}
	#ct_bg .subSection01.type02 {
		background: #0049bc;
		padding: 0 7.066vw 20px;
	}
	#ct_bg .subSection01 .list01 li {
		width: 100%;
	}
	#ct_bg .subSection01 .list01 li + li {
		margin-top: 2.66vw;
		margin-left: 0;
	}
	#ct_bg .subContentsArea01 {
		width: 92vw;
	}
	#ct_bg .heading01 {
		margin-bottom: 20px;
		margin-left: -4vw;
		margin-right: -4vw;
	}
	#ct_bg .colWrap01 {
		margin: 0 auto 60px;
		width: 100%;
		height: auto;
		opacity: 1.0;
	}
	#ct_bg .col01 {
		position: relative;
		z-index: 1;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		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: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	#ct_bg .col01.mallBtnNone {
		padding-bottom: 0;
	}
	#ct_bg .col01.mallBtnNone::before {
		content: none;
	}
	#ct_bg .col01:not(:first-child) {
		margin-top: 20px;
	}
	#ct_bg .col01 > .image01 {
		width: 120px;
		background: #fff;
	}
	#ct_bg .col01 .mallBtn01 {
		position: static;
	}
	#ct_bg .frameArea01 > .inner01 {
		padding: 12px 15px;
		width: calc(100% - 120px);
		width: -webkit-calc(100% - 120px);
		background-color: #fff;
	}
	#ct_bg .frameArea01 > .inner01 > .title01 > .text01 {
		font-size: 1.2rem;
	}
	#ct_bg .frameArea02 {
		width: 100%;
	}
	#ct_bg .frameArea02 > .inner01 {
		display: block;
		flex-wrap: inherit;
		justify-content: inherit;
		padding: 4.26vw 4.26vw 3.5vw;
	}
	#ct_bg .frameArea02 > .inner01 .ph01 {
		width: 32vw;
		float: left;
		margin-right: 15px;
		margin-bottom: 5px;
	}
	#ct_bg .frameArea02 > .inner01 .text01 {
		width: 100%;
		font-size: 1.4rem;
		margin-top: -7px;
	}
	#ct_bg .frameArea02 > .hdg01 {
		font-size: 1.6rem;
	}
	#ct_bg .frameArea02 > .inner02 {
		padding: 3.8vw 4.26vw;
	}
	#ct_bg .frameArea02 > .inner02 > .list01 li + li {
		margin-top: 8px;
	}
	#ct_bg .coprightList01 {
		width: 92vw;
	}
	#ct_bg .coprightList01 li {
		line-height: 1.6;
	}
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}