@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');

html {
	font-size: 62.5%;
}
#wrapper, #header, #footer {
	min-width: 100%;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
.onlySP {
	display: none !important;
}
#ct_bg {
	background-color: #fff;
	color: #000;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, sans-serif;
	font-size: 1.6rem;
	line-height: 1.75;
	overflow: hidden;
}
#ct_bg a {
	color: #000;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#ct_bg .titleArea01 {
	color: #fff;
	position: relative;
	z-index: 2;
	padding: 11px 2.666% 10px;
	background-color: #00a0e9;
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.53;
}
#ct_bg .mallBtn01 {
	width: 300px;
	margin-top: 30px;
	margin-right: 12px;
}
#ct_bg .mallBtn01.type01 {
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .mallBtn01 > a {
	color: #fff;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(247, 110, 110, 1) 0%, rgba(241, 64, 64, 1) 100%);
	background: linear-gradient(to bottom, rgba(247, 110, 110, 1) 0%, rgba(241, 64, 64, 1) 100%);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.2rem;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
}
#ct_bg .mallBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s, visibility .3s;
	background: #ffe2e2;
	content: "";
}
#ct_bg .mallBtn01 > a:hover {
	color: #f24343;
}
#ct_bg .mallBtn01 > a::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 9px;
	width: 25px;
	height: 17px;
	background: url(../img/bg_index02_pc.png) no-repeat 0 0;
}
#ct_bg .mallBtn01 > a:hover::after {
	background: none;
}
#ct_bg .mallBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}
#ct_bg .mallBtn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}
#ct_bg .mallBtn01 > a > .inner01::before {
	position: absolute;
	top: 3px;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(../img/icon_common01.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn01 > a > .inner01.waiting::before {
	top: 7px;
	width: 24px;
	height: 22px;
	background: url(../img/icon_common02.png) no-repeat 0 0/100%;
}
#ct_bg .mallBtn01 > a > .inner01.reserve::before {
	top: 6px;
	width: 25px;
	height: 25px;
	background: url(../img/icon_common03.png) no-repeat 0 0/100%;
}
#ct_bg .mallBtn01 > a:hover > .inner01::before {
	background: url(../img/icon_common01_on.png) no-repeat 0 0/100%;
}
#ct_bg .mallBtn01 > a:hover > .inner01.waiting::before {
	background: url(../img/icon_common02_on.png) no-repeat 0 0/100%;
}
#ct_bg .mallBtn01 > a:hover > .inner01.reserve::before {
	background: url(../img/icon_common03_on.png) no-repeat 0 0/100%;
}
#ct_bg .pdfBtn01 {
	width: 200px;
	margin-top: 30px;
}
#ct_bg .pdfBtn01 > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 14px 4px 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(246, 172, 0, 1) 0%, rgba(240, 131, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(246, 172, 0, 1) 0%, rgba(240, 131, 0, 1) 100%);
	font-size: 1.8rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	color: #fff;
	box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
}
#ct_bg .pdfBtn01 > a:hover {
	color: #ff8400;
}
#ct_bg .pdfBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s, visibility .3s;
	background: #fff6e0;
	content: "";
}
#ct_bg .pdfBtn01 > a::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 9px;
	width: 25px;
	height: 17px;
	background: url(../img/bg_index02_pc.png) no-repeat 0 0;
}
#ct_bg .pdfBtn01 > a:hover::after {
	background: none;
}
#ct_bg .pdfBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}
#ct_bg .pdfBtn01 > a > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-left: 5px;
	background-color: #fff;
	border-radius: 10px;
	color: #ff8400;
	font-size: 1.4rem;
	padding: 3px 5px 0;
	line-height: 1;
}
#ct_bg .movieWrap01 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
}
/* common
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}
#ct_bg .right {
	text-align: right !important;
}
#ct_bg .note {
	font-size: 1.4rem;
}
#ct_bg .mainArea01 {
	background: #00a0e9 url("../img/bg_index01.png") no-repeat 50% 0;
	height: 736px;
}
#ct_bg .mainArea01 .image01 img {
	min-width: 1274px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1274px) {
	#ct_bg .mainArea01 {
		background: #00a0e9 url("../img/bg_index01.png") no-repeat 50% 0 / auto 100%;
		height: 57.77vw;
	}
	#ct_bg .mainArea01 .image01 img {
		min-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .mainArea01 {
		height: 124.66vw;
	}
	#ct_bg .mainArea01 .image01 img {
		min-width: inherit;
		left: inherit;
		transform: translateX(0);
	}
	#ct_bg .mainArea01 .image01 img.pcNoneImg { display: inline-block !important;}
	#ct_bg .mainArea01 .image01 img.spNoneImg { display: none !important;}
}
#ct_bg .movieWrap01 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
}
#ct_bg .cvArea01 {
	color: #fff;
	background: #00a0e9;
}
#ct_bg .cvArea01.type02 {
	border-top: 5px solid #fff000;
}
#ct_bg .cvArea01 > .inner01 {
	padding: 40px 20px 62px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .cvArea01 > .inner01 > .inner02 {
	position: relative;
	padding-top: 41px;
	padding-left: 42.28%;
	min-height: 339px;
}
#ct_bg .cvArea01 > .inner01 > .inner02 > .image01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36.95%;
	min-height: 339px;
	text-align: right;
}
#ct_bg .cvArea01 > .inner01 > .inner02 > .inner04 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .cvArea01 .date01 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 8px 1px;
	font-size: 1.4rem;
	color: #127dad;
	background: #fff000;
}
#ct_bg .cvArea01 .text01 {
	margin-bottom: 23px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.8rem;
}
#ct_bg .cvArea01 .text02 {
	font-size: 1.4rem;
	line-height: 1.57;
}
#ct_bg .cvArea01 .font01 {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
#ct_bg .cvArea01 .font02 {
	font-weight: bold;
	line-height: 1;
}
#ct_bg .heading01 {
	background: url("../img/bg_index08_pc.png") no-repeat 50% 50% / 100% auto;
	text-align: center;
	margin-bottom: 12px;
}
#ct_bg .heading02 img {
	margin: 0 auto;
}
#ct_bg .frameArea01 {
	background: url("../img/bg_index03.png") repeat 0 0 / 240px auto;
}
#ct_bg .frameArea01 > .inner01 {
	max-width: 1008px;
	margin: 0 auto;
	padding: 30px 20px 50px;
	position: relative;
}
#ct_bg .frameArea01 > .inner01 .img {
	position: absolute;
	bottom: -37px;
	right: -150px;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 34px;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li {
	width: 23.14%;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li a {
	display: block;
	width: 100%;
	height: 133px;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(1) a {
	background: url("../img/btn_index01_pc.png") no-repeat 0 0 / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(1) a:hover {
	background: url("../img/btn_index01_pc_on.png") no-repeat 0 0 / 100% auto;
}
/*#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(2) a {
	background: url("../img/btn_index03_pc.png") no-repeat 0 0 / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(2) a:hover {
	background: url("../img/btn_index03_pc_on.png") no-repeat 0 0 / 100% auto;
}*/
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(2) a {
	background: url("../img/btn_index04_pc.png") no-repeat 0 0 / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(2) a:hover {
	background: url("../img/btn_index04_pc_on.png") no-repeat 0 0 / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(3) a {
	background: url("../img/btn_index02_pc.png") no-repeat 0 0 / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(3) a:hover {
	background: url("../img/btn_index02_pc_on.png") no-repeat 0 0 / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .anchorList02 li a span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (max-width: 1008px) {
	#ct_bg .frameArea01 > .inner01 > .anchorList02 {
		margin-bottom: 3.373vw;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 li a {
		height: 13.194vw;
	}
}
#ct_bg .frameArea01 > .inner01 > .movieFrame {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 0;
	position: relative;
	background: url("../img/bg_index05_pc.png") no-repeat 50% 0 / 100% auto, url("../img/bg_index07_pc.png") no-repeat 50% 100% / 100% auto;
}
#ct_bg .frameArea01 > .inner01 > .movieFrame::before {
	content: '';
	position: absolute;
	top: 70px;
	left: 50%;
	width: 100%;
	height: calc(100% - 140px);
	background: url("../img/bg_index06_pc.png") repeat 50% 0 / 100% auto;
	transform: translate(-50%, 0);
}
#ct_bg .frameArea01 > .inner01 > .movieFrame .movieFrameInner {
	padding: 50px 30px 57px;
}
@media screen and (max-width: 940px) {
	#ct_bg .frameArea01 > .inner01 > .movieFrame {
		padding: 0 2.12vw 0;
	}
	#ct_bg .frameArea01 > .inner01 > .movieFrame::before {
		top: 7vw;
		height: calc(100% - 7vw - 7vw);
	}
	#ct_bg .frameArea01 > .inner01 > .movieFrame .movieFrameInner {
		padding: 50px 30px;
		padding: 5.319vw 3.19vw;
	}
}
#ct_bg .frameArea02 {
	background: url("../img/bg_index04.png") repeat 0 0 / 240px auto;
}
#ct_bg .frameArea02 > .inner01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 38px 20px 50px;
	position: relative;
}
#ct_bg .frameArea02 > .inner01 .heading01 img {
	width: 18.958%;
}
#ct_bg .frameArea02 > .inner01 p + p {
	margin-top: 6px;
}
#ct_bg .frameArea03 {
	background: #00a0e9;
}
#ct_bg .frameArea03 > .inner01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 4px 20px 50px;
	position: relative;
}
#ct_bg .frameArea03 > .inner01 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3px;
}
#ct_bg .frameArea03 > .inner01 > .inner02 .txt01 {
	width: 48.33%;
}
#ct_bg .frameArea03 > .inner01 > p + p {
	margin-top: 5px;
}
#ct_bg .frameArea04 {
	background: url("../img/bg_index03.png") repeat 0 0 / 240px auto;
}
#ct_bg .frameArea04 > .inner01 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 57px 20px 0;
}
#ct_bg .frameArea04 > .inner01 .inner02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 39px;
}
#ct_bg .frameArea04 > .inner01 .inner02 .movieFrame {
	width: 47.916%;
}
#ct_bg .frameArea04 > .inner01 .inner02 > .movieFrame > .text01 {
	margin-top: 10px;
	text-align: center;
}
#ct_bg .frameArea04 > .inner01 .inner02 > .movieFrame > .text01 > .newIc01{
	margin-right: 8px;
	background-color: #e60034;
	padding: 0 5px;
	color: #fff;
	border-radius: 5px;
	font-size: 1.4rem;
}
#ct_bg .frameArea04 > .inner01 .heading01 img {
	width: 22.708%;
}
#ct_bg .frameArea04 > .inner03 {
	max-width: 1000px;
	margin: 0 auto;
	padding: 59px 20px 60px;
}
#ct_bg .frameArea04 > .inner03 .heading01 img {
	width: 31.875%;
}
#ct_bg .frameArea04 > .inner03 .txt01 {
	text-align: center;
	margin-top: 53px;
}
#ct_bg .frameArea04 > .inner03 .txt02 {
	margin-top: 20px;
	text-align: center;
}
#ct_bg .frameArea05 {
	padding: 30px;
	margin-top: 20px;
	background-color: #fff;
	border-radius: 24px;
}
#ct_bg .frameArea05 > dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	font-size: 1.4rem;
}
#ct_bg .frameArea05 > dl > dt {
	margin-top: 10px;
	width: 7em;
}
#ct_bg .frameArea05 > dl > dd {
	margin-top: 10px;
	width: calc(100% - 7em);
}
#ct_bg .copyrightArea {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 23px;
	text-align: center;
}
#ct_bg .copyrights01 {
	text-align: center;
	/*margin: 21px 0 0;*/
	color: #000;
	font-size: 1.3rem;
	line-height: 1.75;
}
#ct_bg .bnr01 {
	width: 53.125%;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .bnr01 strong {
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
#ct_bg .bnr01 a {
	transition: .3s;
}
#ct_bg .bnr01 a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 639px) {
	#ct_bg {
		font-size: 1.4rem;
		font-family: -apple-system, "HelveticaNeue", Helvetica;
	}
	#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;
	}
	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block !important;
	}
	img.onlySP {
		display: inline-block;
	}
	#ct_bg .titleArea01 {
		font-size: 1.1rem;
		line-height: 1.2;
		padding: 9px 4vw 8px;
	}
	#ct_bg .mallBtn01 {
		width: 100%;
		margin-top: 25px;
		margin-right: 0;
	}
	#ct_bg .mallBtn01.type01 {
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .mallBtn01 > a {
		color: #fff;
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100%;
		padding: 9px 10px;
		border: solid 1px #fff;
		border-radius: 100px;
		background: -webkit-linear-gradient(top, rgba(247, 110, 110, 1) 0%, rgba(241, 64, 64, 1) 100%);
		background: linear-gradient(to bottom, rgba(247, 110, 110, 1) 0%, rgba(241, 64, 64, 1) 100%);
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		text-align: center;
		box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
	}
	#ct_bg .mallBtn01 > a::before {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity .3s, visibility .3s;
		background: #ffe2e2;
		content: "";
	}
	#ct_bg .mallBtn01 > a:hover {
		color: #fff;
	}
	#ct_bg .mallBtn01 > a::after {
		content: "";
		position: absolute;
		top: 7px;
		left: 11px;
		width: 19px;
		height: 12px;
		background: url(../img/bg_index02_sp.png) no-repeat 0 0 / cover;
	}
	#ct_bg .mallBtn01 > a:hover::after {
		background: url(../img/bg_index02_sp.png) no-repeat 0 0 / cover;
	}
	#ct_bg .mallBtn01 > a:hover::before {
		opacity: 0;
		visibility: hidden;
	}
	#ct_bg .mallBtn01 > a > .inner01 {
		display: inline-block;
		position: relative;
		padding-left: 28px;
	}
	#ct_bg .mallBtn01 > a > .inner01::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 27px;
		height: 29px;
		background: url(../img/icon_common01.png) no-repeat 0 50% / 19px;
		content: "";
		transform: translate(0, -50%);
	}
	#ct_bg .mallBtn01 > a > .inner01.waiting::before {
		top: 50%;
		width: 24px;
		height: 22px;
		background: url(../img/icon_common02.png) no-repeat 0 50% / 19px;
	}
	#ct_bg .mallBtn01 > a > .inner01.reserve::before {
		top: 50%;
		width: 25px;
		height: 25px;
		background: url(../img/icon_common03.png) no-repeat 0 50% / 19px;
	}
	#ct_bg .mallBtn01 > a:hover > .inner01::before {
		background: url(../img/icon_common01.png) no-repeat 0 50% / 19px;
	}
	#ct_bg .mallBtn01 > a:hover > .inner01.waiting::before {
		background: url(../img/icon_common02.png) no-repeat 0 50% / 19px;
	}
	#ct_bg .mallBtn01 > a:hover > .inner01.reserve::before {
		background: url(../img/icon_common03.png) no-repeat 0 50% / 19px;
	}
	#ct_bg .pdfBtn01 {
		width: 100%;
		margin-top: 10px;
	}
	#ct_bg .pdfBtn01 > a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		z-index: 1;
		width: 100%;
		height: 100%;
		padding: 9px 4px 9px 20px;
		border: solid 1px #fff;
		border-radius: 100px;
		background: -webkit-linear-gradient(top, rgba(246, 172, 0, 1) 0%, rgba(240, 131, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(246, 172, 0, 1) 0%, rgba(240, 131, 0, 1) 100%);
		font-size: 1.8rem;
		font-weight: bold;
		text-decoration: none;
		overflow: hidden;
		text-align: center;
		color: #fff;
		box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.3);
	}
	#ct_bg .pdfBtn01 > a:hover {
		color: #fff;
	}
	#ct_bg .pdfBtn01 > a::before {
		position: absolute;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: opacity .3s, visibility .3s;
		background: #fff6e0;
		content: "";
	}
	#ct_bg .pdfBtn01 > a::after {
		content: "";
		position: absolute;
		top: 7px;
		left: 11px;
		width: 19px;
		height: 12px;
		background: url(../img/bg_index02_sp.png) no-repeat 0 0 / cover;
	}
	#ct_bg .pdfBtn01 > a:hover::after {
		background: none;
	}
	#ct_bg .pdfBtn01 > a:hover::before {
		opacity: 0;
		visibility: hidden;
	}
	#ct_bg .pdfBtn01 > a > span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin-left: 5px;
		background-color: #fff;
		border-radius: 10px;
		color: #ff8400;
		font-size: 1.4rem;
		padding: 1px 5px 1px;
		line-height: 1;
	}
	#ct_bg .movieWrap01 {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: 56.25%;
	}
	#ct_bg .movieWrap01 iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: none;
	}
	#ct_bg .cvArea01 > .inner01 {
		padding: 6.6vw 0 11.6vw;
		width: 86.66%;
	}
	#ct_bg .cvArea01.type02 > .inner01 {
		padding: 6.6vw 0 16.8vw;
	}
	#ct_bg .cvArea01 > .inner01 > .inner02 {
		position: relative;
		padding-top: 0;
		padding-left: 0;
		min-height: auto;
	}
	#ct_bg .cvArea01 > .inner01 > .inner02 > .image01 {
		position: static;
		top: inherit;
		left: inherit;
		width: 100%;
		min-height: inherit;
		text-align: center;
		margin-top: 10px;
	}
	#ct_bg .cvArea01 > .inner01 > .inner02 > .image01 img {
		width: 79%;
	}
	#ct_bg .cvArea01 > .inner01 > .inner02 > .inner04 {
		display: flex;
		flex-wrap: wrap;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .cvArea01 .date01 {
		display: inline-block;
		margin-bottom: 9px;
		padding: 5px 8px 4px;
		font-size: 1.4rem;
		font-weight: bold;
		color: #127dad;
		background: #fff000;
	}
	#ct_bg .cvArea01 .text01 {
		font-size: 2.35rem;
		margin-bottom: 5px;
	}
	#ct_bg .cvArea01 .text02 {
		font-size: 1.4rem;
		line-height: 1.57;
	}
	#ct_bg .cvArea01 .text02.indent {
		padding-left: 4.5em;
		text-indent: -4.5em;
	}
	#ct_bg .cvArea01 .font01 {
		font-size: 1.8rem;
	}
	#ct_bg .heading01 {
		background: url("../img/bg_index08_sp.png") no-repeat 50% 56% / 100% auto;
		text-align: center;
		margin-bottom: 0.8vw;
		margin-left: -5.33vw;
		margin-right: -5.33vw;
	}
	#ct_bg .frameArea01 {
		background: url("../img/bg_index03.png") repeat 0 0 / 100px auto;
	}
	#ct_bg .frameArea01 > .inner01 {
		max-width: 100%;
		padding: 6.53vw 6.26vw 26vw;
	}
	#ct_bg .frameArea01 > .inner01 .img {
		position: absolute;
		bottom: -22vw;
		right: 37.8%;
		width: 21vw;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 {
		margin-bottom: 3.5vw;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 li {
		/*width: 49.2%;*/
		width: 33%;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 li a {
		height: 18vw;
	}
/*	#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(1) a, #ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(1) a:hover {
		background: url("../img/btn_index01_sp.png") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(2) a, #ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(2) a:hover {
		background: url("../img/btn_index03_sp.png") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(3) a, #ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(3) a:hover {
		background: url("../img/btn_index04_sp.png") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(4) a, #ct_bg .frameArea01 > .inner01 > .anchorList02 li:nth-child(4) a:hover {
		background: url("../img/btn_index02_sp.png") no-repeat 0 0 / 100% auto;
	}*/
	#ct_bg .frameArea01 > .inner01 > .movieFrame {
		max-width: 100%;
		padding: 0 4.8vw 0;
		margin: 0 0.533vw 0;
		background: url("../img/bg_index05_sp.png") no-repeat 50% 0 / 100% auto, url("../img/bg_index07_sp.png") no-repeat 50% 100% / 100% auto;
	}
	#ct_bg .frameArea01 > .inner01 > .movieFrame::before {
		top: 6vw;
		height: calc(100% - 6vw - 6vw);
		background: url("../img/bg_index06_sp.png") repeat 50% 0 / 100% auto;
	}
	#ct_bg .frameArea01 > .inner01 > .movieFrame .movieFrameInner {
		padding: 4.8vw 0 5.46vw;
	}
	#ct_bg .frameArea02 {
		background: url("../img/bg_index04.png") repeat 0 0 / 100px auto;
	}
	#ct_bg .frameArea02 > .inner01 {
		max-width: 1000px;
		margin: 0 auto;
		padding: 6.2vw 5.33vw 6.8vw;
		position: relative;
	}
	#ct_bg .frameArea02 > .inner01 .heading01 img {
		width: 32.66vw;
	}
	#ct_bg .frameArea02 > .inner01 p + p {
		margin-top: 0.5vw;
	}
	#ct_bg .frameArea03 {
		background: #00a0e9;
	}
	#ct_bg .frameArea03 > .inner01 {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0.4vw 5.33vw 21.8vw;
		position: relative;
	}
	#ct_bg .frameArea03 > .inner01 > .inner02 {
		margin-top: 0.75vw;
	}
	#ct_bg .frameArea03 > .inner01 > .inner02 .txt01 {
		width: 100%;
	}
	#ct_bg .frameArea03 > .inner01 > .inner02 .txt01 + .txt01 {
		margin-top: 0.2vw;
	}
	#ct_bg .frameArea03 > .inner01 > p + p {
		margin-top: 0.5vw;
	}
	#ct_bg .frameArea03 > .inner01 > .nakayoshi {
		margin-right: -4.66vw;
	}
	#ct_bg .frameArea04 {
		background: url("../img/bg_index03.png") repeat 0 0 / 100px auto;
	}
	#ct_bg .frameArea04 > .inner01 {
		max-width: 100%;
		padding: 6.2vw 5.33vw 0;
	}
	#ct_bg .frameArea04 > .inner01 .inner02 {
		margin-top: 5.6vw;
		padding-left: 6vw;
		padding-right: 6vw;
	}
	#ct_bg .frameArea04 > .inner01 .inner02 .movieFrame {
		width: 100%;
	}
	#ct_bg .frameArea04 > .inner01 .inner02 .movieFrame + .movieFrame {
		margin-top: 7vw;
	}
	#ct_bg .frameArea04 > .inner01 .heading01 img {
		width: 39.6vw;
	}
	#ct_bg .frameArea04 > .inner03 {
		max-width: 100%;
		padding: 7.2vw 5.33vw 12vw;
	}
	#ct_bg .frameArea04 > .inner03 .heading01 img {
		width: 55.86vw;
	}
	#ct_bg .frameArea04 > .inner03 .txt01 {
		margin: 5.5vw 24.07vw 0;
	}
	#ct_bg .frameArea04 > .inner03 .txt02 {
		width: 100%;
	}
	#ct_bg .frameArea05 {
		padding:  5.333% 5.333% 6.667%;
		border-radius: 20px;
	}
	#ct_bg .frameArea05 > dl {
		margin-top: 0;
	}
	#ct_bg .frameArea05 > dl > dt {
		width: 100%;
	}
	#ct_bg .frameArea05 > dl > dd {
		margin-top: 0;
		width: 100%;
	}
	#ct_bg .copyrightArea {
		max-width: 100%;
		padding: 6.7vw 0 2.7vw;
	}
	#ct_bg .copyrights01 {
		margin: 12px 0 0;
		font-size: 1.4rem;
	}
	#ct_bg .bnr01 {
		width: 89.4%;
	}
	#ct_bg .bnr01 strong {
		margin-top: 8px;
	}
	#ct_bg .bnr01 a:hover {
		opacity: 1;
	}
}


#ct_bg .sns_wrapper {
	padding: 50px 0 0;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}

@media screen and (max-width: 767px) {
	#ct_bg .sns_wrapper {
		padding: 25px 0 0;
	}	
	#ct_bg .sns_wrapper .snsBtn01 {
		flex-wrap: wrap;
	}
	#ct_bg .sns_wrapper .snsBtn01 li {
		margin: 0 5px 10px;
		line-height: 0;
	}
}