@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

.footer {
	position: relative;
	z-index: 2;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	position: relative;
	z-index: 1;
	padding-bottom: 50px;
	color: #000;
	font-family: heisei-maru-gothic-std,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	overflow-x: hidden;
}

#ct_bg a {
	color: #e7348d;
}

#ct_bg a:hover {
	text-decoration: none;
}
#ct_bg:before {
	position: fixed;
	z-index: -1;
	background: url(../img/bg_index01_pc.jpg) no-repeat 50% 0/cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	content: "";
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#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 .snsArea01 {
	display: table;
	margin: 80px auto 0;
	padding: 10px 5px;
	border-radius: 10px;
	background: rgba(255,255,255,.8);
}

#ct_bg .snsBtn01 {
	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;
}

#ct_bg .snsBtn01 > li {
	height: 28px;
	margin-left: 5px;
	margin-right: 5px;
}

.fb_iframe_widget > span {
	vertical-align: baseline !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 .wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#ct_bg .headTitleArea01 {
	position: relative;
	z-index: 10000;
	background-color: #00a1e7;
	color: #fff;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	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;
}

#ct_bg .headTitleArea01 > .inner01 > .title01,
#ct_bg .headTitleArea01 > .inner01 > .text01 {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-weight: bold;
}

#ct_bg .header01 {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	padding-top: 50px;
	background-color: rgba(28,55,136,.95);
	transition: all .3s;
}

#ct_bg .header01.active {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .header01 > .inner01 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .headButton01 {
	position: absolute;
	z-index: 300;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	top: 70px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#ct_bg .headButton01 > a {
	position: relative;
	display: block;
	width: 140px;
	height: 70px;
	margin-right: 0;
	margin-left: auto;
	white-space:nowrap;
	text-indent: 100%;
	background: url(../img/btn_index03_no.png) no-repeat 0 0/100%;
	transition: background-image .3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	overflow: hidden;
}

#ct_bg .headButton01 > a:hover {
	background-image: url(../img/btn_index03_on.png);
}

#ct_bg .headButton01 > a:before {
	position: absolute;
	opacity: 1.0;
	z-index: 400;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background-image .3s;
	content: "";
}

#ct_bg .headButton01.active > a:before {
	background: url(../img/btn_index04_no.png) no-repeat 0 0/100%;
}

#ct_bg .headButton01.active > a:hover:before {
	background-image: url(../img/btn_index04_on.png);
}

#ct_bg .headButton01.show {
	-webkit-animation: fadeIn02 .6s ease forwards;
	animation: fadeIn02 .6s ease forwards;
}

#ct_bg .headBlock01 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 25px;
}

#ct_bg .headBlock01 > .logo01 {
	position: relative;
	z-index: 1000;
	width: 228px;
}

#ct_bg .headBlock01 > .headButton01 {
	opacity: 1.0;
}

#ct_bg .footer01 {
	padding-top: 80px;
}

#ct_bg .footer01 > .inner01 {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .footFrameArea01 {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 8px;
	background-color: #00b9ee;
}

#ct_bg .globalNav01 {
	margin-top: 120px;
}

#ct_bg .globalNav01 > ul {
	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;
	margin-left: -10px;
	margin-right: -10px;
}

#ct_bg .globalNav01 > ul > li {
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
}

#ct_bg .globalNav01 > ul > li:nth-child(3n+2):not(:last-child) {
	
}

#ct_bg .globalNav01 > ul > li:nth-child(n+4) {
	margin-top: 20px;
}

#ct_bg .cvArea01 {
	margin-top: 40px;
}

#ct_bg .cvArea01 > .title01 {
	width: 563px;
	margin-left: 74px;
}

#ct_bg .mainArea01 {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	padding-top: 28px;
	padding-bottom: 50px;
}

@-webkit-keyframes height {
	0% {
		-webkit-transform: translate(10px,-20px);
		height: 0;
		opacity: 0;
	}
	10% {
		opacity: 0;
		height: 0;
	}
	50% {
		-webkit-transform: translate(0,0);
	}
	100% {
		-webkit-transform: translate(0,0);
		height: 100%;
		opacity: 1.0;
	}
}
@keyframes height {
	0% {
		transform: translate(10px,-20px);
		height: 0;
		opacity: 0;
	}
	10% {
		opacity: 0;
		height: 0;
	}
	50% {
		transform: translate(0,0);
	}
	100% {
		transform: translate(0,0);
		height: 100%;
		opacity: 1.0;
	}
}

@-webkit-keyframes fadeIn01 {
	0% {
		-webkit-transform: translate(0,20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0,0);
		opacity: 1.0;
	}
}
@keyframes fadeIn01 {
	0% {
		transform: translate(0,20px);
		opacity: 0;
	}
	100% {
		transform: translate(0,0);
		opacity: 1.0;
	}
}

@-webkit-keyframes fadeIn01 {
	0% {
		-webkit-transform: translate(0,20px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate(0,0);
		opacity: 1.0;
	}
}

@-webkit-keyframes fadeIn02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1.0;
	}
}
@keyframes fadeIn02 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1.0;
	}
}

#ct_bg .mainArea01.show:before {
	/*position: absolute;
	opacity: 0;
	z-index: -1;
	top: 0;
	left: 50%;
	margin-left: -700px;
	height: 100%;
	width: 1400px;
	-webkit-animation: fadeIn02 1.0s ease forwards;
	animation: fadeIn02 1.0s ease forwards;
	background: url(../img/bg_index14_pc.png) no-repeat 50% 0/100%;
	content: "";*/
}

#ct_bg .mainArea01 > .logo01 {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin-top: 390px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#ct_bg .mainArea01 > .logo01 > img {
	position: relative;
	left: -84px;
	width: 494px;
}

#ct_bg .mainArea01 > .logo01.show,
#ct_bg .mainArea01 > .text01.show,
#ct_bg .mainArea01 > .text02.show,
#ct_bg .mainArea01 > .image01.show,
#ct_bg .mainArea01 > .image02.show {
	-webkit-animation: fadeIn01 .5s ease forwards;
	animation: fadeIn01 .5s ease forwards;
}
#ct_bg .mainArea01 > .text03.show {
	-webkit-animation: fadeIn02 .6s ease forwards;
	animation: fadeIn02 .6s ease forwards;
}
#ct_bg .mainArea01 > .image03.show {
	-webkit-animation: fadeIn01 .4s ease forwards;
	animation: fadeIn01 .4s ease forwards;
	opacity: 1.0;
}

#ct_bg .mainArea01 > .text01 {
	position: absolute;
	top: 88px;
	left: -70px;
	width: 327px;
	z-index: 2;
}

#ct_bg .mainArea01 > .image01 {
	position: absolute;
	z-index: -1;
	width: 367px;
	left: -27px;
	top: 245px;
}

#ct_bg .mainArea01 > .image02 {
	position: absolute;
	width: 961px;
	top: -18px;
	right: -10px;
}

#ct_bg .mainArea01 > .image03 {
	position: absolute;
	left: 50%;
	top: 41px;
	margin-left: -611px;
}

#ct_bg .subSection01 {
	position: relative;
	/*opacity: 0;
	visibility: hidden;*/
	margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../img/bg_index02.png) repeat 0 0/553px;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
	/*-webkit-transform: translateY(80px);
	transform: translateY(80px);
	transition: transform .8s,opacity .8s;*/
}

#ct_bg .subSection01.type01 {
	background-image: url(../img/bg_index06.png);
	color: #fff;
}

#ct_bg .subSection01.type02 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../img/bg_index13.png);
	color: #fff;
}

#ct_bg .subSection01.show {
	opacity: 1.0;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#ct_bg .header01 + .subSection01 {
	margin-top: 0;
}

#ct_bg .subSection01 > .inner01 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .subSection01 > .inner01.typeFeature {
	width: 1020px;
}

#ct_bg .subSection01 > .inner01 > .title01 {
	width: 535px;
	margin: 80px auto 40px;
}

#ct_bg .subSection01 > .inner01 > .title02 {
	width: 723px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection01 > .inner01 > .title03 {
	width: 603px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .subSection01 > .title01 {
	height: 120px;
	text-align: center;
}

#ct_bg .subSection01 > .title01 > img {
	height: 100%;
	width: auto;
}

#ct_bg .subSection01 > .title02 {
	text-align: center;
	font-size: 3.6rem;
	font-weight: 700;
	color: #e7348d;
	position: relative;
text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#ct_bg .subSection01 > .inner01 > .box03 {
	width: 490px;
	margin: 25px auto 0;
	border: 4px solid #fdd118;
	border-radius: 18px;
	background: #fff;
}
#ct_bg .subSection01 > .inner01 > .box03.type02 {
	width: 760px;
}
#ct_bg .subSection01 > .inner01 > .box03:nth-child(n + 3) {
	margin-top: 20px;
}
#ct_bg .subSection01 > .inner01 > .box03 p {
	color: #000;
}
#ct_bg .subSection01 > .inner01 > .box03 p + figure {
	margin-top: 10px;
}
#ct_bg .subSection01 > .inner01 > .box03 .hdg {
	border-radius: 14px 14px 0 0;
	background: #fdd118;
	color: #e7348d;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 9px 25px 5px;
}
#ct_bg .subSection01 > .inner01 > .box03.type02 .hdg {
	line-height: 1.5;
	text-align: center;
	color: #cc0000;
	background: #fdd118 url("../../img/bg_index01.png") no-repeat 50% 50%;
	padding: 15px 25px 9px;
}
#ct_bg .subSection01 > .inner01 > .box03 .box03Inner01 {
	padding: 16px 25px;
}
#ct_bg .subSection01 > .inner01 > .box03.type02 .box03Inner01 {
	padding: 16px 25px 12px;
}





#ct_bg .hgroup01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 30px 24px;
	border-bottom: solid 1px #b8becc;
	background: rgba(133,217,255,.23);
}

#ct_bg .hgroup01 > .text01 {
	max-width: 150px;
}

#ct_bg .heading01 {
	text-align: center;
}

#ct_bg .heading01 > .text01 {
	position: relative;
	display: table;
	margin: 10px auto 0;
	padding-left: 40px;
	padding-right: 40px;
}

#ct_bg .heading01 > .text01:before,
#ct_bg .heading01 > .text01:after {
	position: absolute;
	height: 1px;
	width: 30px;
	background-color: #000;
	top: 49%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

#ct_bg .heading01 > .text01:before {
	left: 0;
}

#ct_bg .heading01 > .text01:after {
	right: 0;
}

#ct_bg .heading02 {
	width: calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	font-size: 2.8rem;
	font-weight: 700;
}

#ct_bg .heading02.type01 {
	width: calc(100% - 10px);
	width: -webkit-calc(100% - 10px);
}

#ct_bg .heading02 > .text01 {
	display: block;
	margin-bottom: 15px;
	font-size: 2.0rem;
}

#ct_bg .heading03 {
	position: relative;
	margin-bottom: -6px;
	padding-left: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}

#ct_bg .heading03:not(:first-child) {
	margin-top: 40px;
}

#ct_bg .heading03:before {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 8px;
	height: calc(100% - 8px);
	height: -webkit-calc(100% - 8px);
	background-color: #e8b400;
	content: "";
}

#ct_bg .heading04 {
	margin-top: 30px;
	margin-bottom: -10px;
	color: #e8b400;
	font-weight: 700;
	font-size: 2.0rem;
}

#ct_bg .heading05 {
	padding: 12px 10px 1px 15px;
	border-radius: 10px;
	border: solid 4px #fff100;
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,249,152,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,249,152,1) 100%);
	color: #e7348d;
	font-weight: 700;
	font-size: 2.8rem;
}

#ct_bg .block01 {
	margin-top: 15px;
}

#ct_bg .block01 > .title01 {
	position: relative;
	padding: 30px 25px 25px 219px;
	background: url(../img/bg_index03.png) repeat 0 0/553px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 800;
}

#ct_bg .block01 > .title01 > .text01 {
	position: absolute;
	width: 229px;
	top: -13px;
	left: -18px;
}

#ct_bg .block01 > .title02 {
	width: 1060px;
	margin-left: -30px;
}

#ct_bg .block02 {
	width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
	border-radius: 20px;
	background-color: #e7348d;
	box-shadow: 0px 0px 10px 5px rgba(255,255,255,.8);
	opacity: 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	transition: transform .8s,opacity .8s;
}

#ct_bg .block02.show {
	opacity: 1.0;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#ct_bg .block03 {
	margin-top: 80px;
}

#ct_bg .block03 > .text01 {
	margin-top: 35px;
	font-weight: 800;
}

#ct_bg .block04 {
	margin-top: 20px;
}

#ct_bg .block04 + .block04 {
	margin-top: 40px;
}

#ct_bg .block04 > .title01 {
	margin-bottom: -5px;
	font-size: 2.4rem;
	font-weight: 800;
}

#ct_bg .block04 > .title01 > .icon01 {
	display: inline-block;
	width: 64px;
	margin-right: 10px;
}

#ct_bg .col01 {
	width: 460px;
	margin-top: 20px;
}

#ct_bg .col02 {
	width: 280px;
	margin-top: 30px;
}

#ct_bg .col02:not(:first-child) {
	margin-left: 37px;
}

#ct_bg .col02 > .text01 {
	margin-top: 10px;
	text-align: center;
}

#ct_bg .col03 {
	position: relative;
	width: 460px;
	height: 378px;
	margin-right: 10px;
}

#ct_bg .col03 > .image01 {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/img_index07.png) no-repeat 0 0/100%;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes flash {
0% {opacity: 0;}
1% {opacity: .8;}
15% {opacity: 0;}
25% {opacity: .5;}
50% {opacity: 0;}
85% {opacity: 0;}
90% {opacity: .3;}
100% {opacity: 0;}
}
@keyframes flash {
0% {opacity: 0;}
1% {opacity: .8;}
15% {opacity: 0;}
25% {opacity: .5;}
50% {opacity: 0;}
85% {opacity: 0;}
90% {opacity: .3;}
100% {opacity: 0;}
}

#ct_bg .col03 > .image01.type01 {
	background-image: url(../img/img_index08.png);
}
#ct_bg .col03 > .image01.type02 {
	background-image: url(../img/img_index30.png);
}
#ct_bg .col03 > .image01.type03 {
	background-image: url(../img/img_index31.png);
}

#ct_bg .col03 > .image02 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .col03 > .image02 > .bg01,
#ct_bg .col03 > .image02 > .bg02 {
	position: absolute;
	left: 10px;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
}

#ct_bg .col03 > .image02 > .bg01 {
	transition: all .1s .7s;
}

#ct_bg .col03 > .image02 > .bg02 {
	transition: all .2s .02s;
}

#ct_bg .col03 > .image02 > .bg01.active {
	opacity: 1.0;
	visibility: visible;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
	transition: all .5s;
}

#ct_bg .col03 > .image02 > .bg02.active {
	opacity: 1.0;
	visibility: visible;
	transition: all .2s;
	-webkit-animation-name: flash;
	animation-name: flash;
}

#ct_bg .col04 {
	width: 440px;
	margin-top: 30px;
}

#ct_bg .col04 > .text01 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

#ct_bg .col05 {
	width: 300px;
	margin-top: 50px;
}

#ct_bg .col05:nth-child(-n+3) {
	margin-top: 30px;
}

#ct_bg .col05:not(:nth-child(3n+1)) {
	margin-left: 50px;
}

#ct_bg .col06 {
	width: 490px;
	margin-top: 20px;
}

#ct_bg .col06:nth-child(-n+2) {
	margin-top: 80px;
}

#ct_bg .col07 {
	width: 490px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#ct_bg .col08 {
	width: 800px;
}

#ct_bg .col09 {
	width: 660px;
}

#ct_bg .col10 {
	width: 300px;
	margin-top: 80px;
}

#ct_bg .col10 > .image01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .col11 {
	width: 490px;
}

#ct_bg .frameArea01 {
	padding: 25px 30px 40px;
	background: url(../img/bg_index04.jpg) repeat 0 0/1000px;
}

#ct_bg .frameArea02 {
	padding: 50px 20px;
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

#ct_bg .frameArea02 > .text01 {
	width: 762px;
	margin: 0 auto;
}

#ct_bg .frameArea03 {
	margin-top: 80px;
	padding: 11px;
	background: rgba(2,12,34,.8);
	box-shadow: 0px 0px 0px 4px #b7bdcb inset,0px 0px 0px 10px #020c22 inset,0px 0px 0px 11px #b7bdcb inset;
}

#ct_bg .frameArea04 {
	padding: 10px;
	border-radius: 20px 20px 0 0;
}

#ct_bg .frameArea04 > dd {
	margin-top: 5px;
	padding: 30px;
	padding-top: 0;
	border-radius: 0 0 14px 14px;
	background: #cb1e74 url(../img/bg_index08_pc.png) no-repeat 50% 100%;
}

#ct_bg .frameArea05 {
	padding-top: 6px;
	border-radius: 0 0 20px 20px;
}

#ct_bg .frameArea05 > .text01 {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

#ct_bg .frameArea05 > .text02 {
	margin-top: -16px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 800;
	text-align: center;
}
#ct_bg .frameArea05 > .text02 > .number01 {
	display: inline-block;
	min-width: 85px;
	font-size: 5.2rem;
	text-align: left;
}

#ct_bg .frameArea06 {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../img/bg_index04.jpg) repeat 0 0/1000px;
}

#ct_bg .frameArea06 > dt {
	position: relative;
	padding: 20px 18px 14px;
	margin-left: 10px;
	margin-right: 10px;
	border: solid 2px #000;
	font-size: 2.4rem;
	font-weight: 700;
}

#ct_bg .frameArea06 > dt:hover {
	cursor: pointer;
}

#ct_bg .frameArea06 > dt:before {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
	right: 20px;
	width: 55px;
	height: 30px;
	background: url(../img/icon_index08.png) no-repeat 50% 50%/100%;
	transition: all .3s;
	content: "";
}

#ct_bg .frameArea06 > dt.open:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

#ct_bg .frameArea06 > dd {
	margin-bottom: -10px;
}

#ct_bg .frameArea06 > dd.frameArea01 {
	background: none;
}

#ct_bg .frameArea07 {
	margin-top: 80px;
	height: 320px;
	overflow: auto;
	border: solid 4px #fff;
	background-color: #020c22;
}

#ct_bg .frameArea07 > .inner01 {
	padding: 25px 30px 30px;
}

#ct_bg .frameArea08 {
	margin-top: 40px;
	padding: 18px 20px 14px;
	border: solid 4px #e73434;
	background-color: #fff;
}

#ct_bg .frameArea08 > .text01 {
	color: #e73434;
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}

#ct_bg .frameArea08 > dt {
	color: #e73434;
	font-size: 1.8rem;
	font-weight: 700;
	text-indent: -.5em;
}

#ct_bg .frameArea08 > dd {
	margin-top: 10px;
	color: #000;
}

#ct_bg .frameArea09 {
	margin-top: 80px;
	padding: 36px 40px;
	background: url(../img/bg_common01.png) repeat 0 0/18px;
}

#ct_bg .frameArea10 {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
	border-radius: 20px;
	border: solid 10px #00a1e7;
	background: url(../img/bg_index15_pc.png) no-repeat 50% 0;
	box-shadow: 0px 0px 0px 4px #fff,0px 0px 10px 10px rgba(255,255,255,.8);
}
#ct_bg .frameArea10.show {
	/*-webkit-animation: fadeIn01 .5s ease forwards;
	animation: fadeIn01 .5s ease forwards;*/
}

#ct_bg .frameArea10 + .frameArea10 {
	margin-top: 80px;
}

#ct_bg .frameArea10 > .title01 {
	text-align: center;
}

#ct_bg .frameArea10 > .inner01 {
	width: 800px;
	margin: 30px auto 0;
}

#ct_bg .frameArea10 > .inner01 > .text01 {
	margin-top: -70px;
	margin-left: 35px;
}

#ct_bg .frameArea10 > .inner01 > .btn02 {
	margin-top: 25px;
}

#ct_bg .frameArea11 + .frameArea10 {
	margin-top: 60px;
}

#ct_bg .frameArea11 {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 15px 10px;
	width: 940px;
	background-color: #fff;
	box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 20px #fff,0 0 30px #fff;
	border-radius: 20px;
}

#ct_bg .frameArea11.show {
	-webkit-animation: fadeIn01 .5s ease forwards;
	animation: fadeIn01 .5s ease forwards;
}

#ct_bg .frameArea11 > .text01 {
	font-weight: 700;
	color: #009ae9;
	font-size: 1.8rem;
	text-align: center;
	word-break: normal;
	word-wrap: break-word;
}
#ct_bg .frameArea11 > .text01 > span {
	color: #e7348d;
}
#ct_bg .frameArea11 > .text01 > span.title {
	font-size: 3.6rem;
	padding-bottom: 0.3em;
	display: inline-block;
}

#ct_bg .buttonBlock01 {
	position: relative;
	height: 130px;
	margin-top: 20px;
	padding: 10px;
	background-color: #fff;
	border-radius: 20px;
}

#ct_bg .buttonBlock01 > .text02 {
	position: absolute;
	color: #493d90;
	font-weight: 700;
	font-size: 3.6rem;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	line-height: 1.3;
	transition: opacity .5s;
}

#ct_bg .buttonBlock01.on .text02 {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding-top: 15px;
	border-radius: 20px;
	opacity: 1.0;
	visibility: visible;
	background-color: rgba(255,255,255,.8);
}

#ct_bg .buttonBlock01.on .text02 [data-ruby]:before {
	top: -.9em;
	font-size: .3em;
}

#ct_bg .buttonList01 {
	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;
	margin-top: 15px;
}

#ct_bg .buttonList01 > li {
	width: 58px;
	height: 64px;
	margin-right: 20px;
	margin-left: 20px;
}

#ct_bg .buttonList01 > li > a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

#ct_bg .buttonList01 > li:nth-child(even) {
	margin-top: 20px;
}

#ct_bg #gauge01 {
	position: relative;
	margin-top: 25px;
	top: -2px;
	width: 920px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/bg_index07_pc.png) no-repeat 50% 0;
}

#ct_bg .gaugeBlock01 {
	position: relative;
	z-index: 2;
}

#ct_bg #gauge01:before {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_index09_pc.png) no-repeat 0 0;
	content: "";
}

#ct_bg #gauge01:after {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #00d24f;
	content: "";
	transition: width .3s;
}
#ct_bg #gauge01.num00:after {transition: width 0s; width: 4%;}
#ct_bg #gauge01.num01:after {width: 9%;}
#ct_bg #gauge01.num02:after {width: 14%;}
#ct_bg #gauge01.num03:after {width: 19%;}
#ct_bg #gauge01.num04:after {width: 24%;}
#ct_bg #gauge01.num05:after {width: 29%;}
#ct_bg #gauge01.num06:after {width: 34%;}
#ct_bg #gauge01.num07:after {width: 38%;}
#ct_bg #gauge01.num08:after {width: 43%;}
#ct_bg #gauge01.num09:after {width: 47%;}
#ct_bg #gauge01.num010:after {width: 52%;}
#ct_bg #gauge01.num011:after {width: 56%;}
#ct_bg #gauge01.num012:after {width: 60%;}
#ct_bg #gauge01.num013:after {width: 65%;}
#ct_bg #gauge01.num014:after {width: 70%;}
#ct_bg #gauge01.num015:after {width: 75%;}
#ct_bg #gauge01.num016:after {width: 80%;}
#ct_bg #gauge01.num017:after {width: 85%;}
#ct_bg #gauge01.num018:after {width: 90%;}
#ct_bg #gauge01.num019:after {width: 95%;}
#ct_bg #gauge01.num020:after {width: 100%;}

#ct_bg .iconBlock01 {
	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;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	position: absolute;
	top: -74px;
	left: -12px;
	width: calc(100% + 24px);
	width: -webkit-calc(100% + 24px);
}

#ct_bg .iconBlock01 > span {
	position: relative;
	display: block;
	min-height: 67px;
	width: 64px;
	text-align: center;
	background-size: 100%;
	transition: all .2s;
}

#ct_bg .iconBlock01 > span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .8s;
	background-size: 100%;
	content: "";
	opacity: 0;
}

#ct_bg .iconBlock01 > .icon01 {
	background: url(../img/icon_index01.png) no-repeat 50% 100%/100%;
}

#ct_bg .iconBlock01 > .icon02,#ct_bg .iconBlock01 > .icon03 {
	background: url(../img/icon_index02.png) no-repeat 50% 100%/46.875%;
}

#ct_bg .iconBlock01 > .icon02.type01 {
	background-image: none;
}

#ct_bg .iconBlock01 > .icon02.type01:before {
	opacity: 1.0;
	background: url(../img/icon_index07.png) no-repeat 50% 100%/100%;
}

#ct_bg .iconBlock01 > .icon03.type01 {
	background-image: none;
}

#ct_bg .iconBlock01 > .icon03.type01:before {
	opacity: 1.0;
	background: url(../img/icon_index09.png) no-repeat 50% 100%/100%;
}

#ct_bg .bnrList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin: 80px auto 0;
}

#ct_bg .bnrList01 > li {
	width: 490px;
}

#ct_bg .bnrList01 > li:nth-child(even) {
	margin-left: 20px;
}

#ct_bg .list01 {
	margin-top: 30px;
}

#ct_bg .list01 > li {
	position: relative;
	padding-left: 20px;
}

#ct_bg .list01 > li:before {
	position: absolute;
	top: .5em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #e8b400;
	content: "";
}

#ct_bg .list01 > li > .text01 {
	color: #e73434;
}

#ct_bg .list02 {
	margin-top: 30px;
	counter-reset: li;
}

#ct_bg .list02 > li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

#ct_bg .list02 > li:not(:first-child) {
	margin-top: 5px;
}

#ct_bg .list02 > li:before {
	font-weight: 700;
	counter-increment: li;
	content: counter(li) ". ";
	color: #e8b400;
}

#ct_bg .list03 {
	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;
	margin-top: 40px;
}

#ct_bg .list03 > li {
	width: 300px;
}

#ct_bg .list03 > li:not(:first-child) {
	margin-left: 20px;
}

#ct_bg .list03 > li > a {
	display: block;
	position: relative;
	transition: all .3s;
	text-decoration: none;
}

#ct_bg .list03 > li .box01 {
	position: relative;
	border: solid 4px #f17db7;
	background-color: #f17db7;
	border-radius: 20px;
	overflow: hidden;
}

#ct_bg .list03 > li .box01:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: all .3s;
	content: "";
}

#ct_bg .list03 > li > a:hover > .box01:before {
	opacity: .4;
}

#ct_bg .list03 > li.type01 .box01 {
	border: solid 4px #5eccec;
	background-color: #5eccec;
}

#ct_bg .list03 > li.type02 .box01 {
	border: solid 4px #cf80c0;
	background-color: #cf80c0;
}

#ct_bg .list03 > li > .button01 {
	width: 250px;
	margin: 20px auto 0;
}

#ct_bg .list03 > li .box01 > .image01 {
	padding-top: 10px;
	padding-bottom: 15px;
	border-radius: 18px 18px 0 0;
	background-color: #fff;
}

#ct_bg .list03 > li .box01 > .image01 > img {
	display: block;
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .list03 > li .box01 > .image02 {
	padding-left: 1%;
	padding-right: 1%;
	background-color: #fff;
}

#ct_bg .list03 > li .box01 > .text01 {
	margin-top: 5px;
	margin-bottom: -5px;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0;
}

#ct_bg .list04 > dt {
	margin-top: 28px;
}

#ct_bg .list04 > dt:first-child {
	margin-top: 0;
}

#ct_bg .list04 > dt > .icon01 {
	display: inline-block;
	margin-left: 10px;
	color: #e7348d;
}

#ct_bg .list04 > dd {
	margin-top: 5px;
}

#ct_bg .list04 > dd a {
	color: #ffe900;
}

#ct_bg .list05 {
	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;
	max-width: 630px;
	margin: 30px auto 0;
}

#ct_bg .list05 > li {
	width: 300px;
}

#ct_bg .list05 > li > .image01 {
	background-color: #fff;
}

#ct_bg .list05 > li > .image01 > a {
	transition: all .3s;
}

#ct_bg .list05 > li > .image01 > a:hover {
	opacity: .6;
}

#ct_bg .list05 > li > .text01 {
	margin-top: 5px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}

#ct_bg .list05 > li > .text01 > .font01 {
	display: inline-block;
	margin-left: 15px;
	color: #e7348d;
	font-size: 2.8rem;
	font-weight: normal;
}

#ct_bg .list06 {
	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;
	margin-top: 20px;
}

#ct_bg .list06 > li {
	width: 220px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
}

#ct_bg .list06 > li:not(:first-child) {
	margin-left: 20px;
}

#ct_bg .list06 > li > a {
	display: block;
	text-decoration: none;
	transition: opacity .3s;
}

#ct_bg .list06 > li > a:hover {
	opacity: .6;
}

#ct_bg .list06 > li .box01 {
	border: solid 7px #f17db7;
	background-color: #f17db7;
	
}

#ct_bg .list06 > li.type01 .box01 {
	border: solid 7px #5eccec;
	background-color: #5eccec;
}

#ct_bg .list06 > li.type02  .box01 {
	border: solid 7px #cf80c0;
	background-color: #cf80c0;
}

#ct_bg .list06 > li .box01 > .image01 {
	background-color: #fff;
}

#ct_bg .list06 > li .box01 > .text01 {
	margin-top: 7px;
	margin-bottom: -3px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.08em;
	text-indent: .5em;
}

#ct_bg .list07 > dt {
	position: relative;
	margin-top: 28px;
	padding-left: 38px;
	color: #e7348d;
	font-weight: 800;
	font-size: 2.4rem;
}

#ct_bg .list07 > dt:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "Q. ";
}

#ct_bg .list07 > dt:first-child {
	margin-top: 0;
}

#ct_bg .list07 > dd {
	margin-top: 5px;
}

#ct_bg .btnList01 {
	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 .btnList01 > li {
	width: 335px;
}

#ct_bg .btnList01 > li.btn02 > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 79px;
	padding: 12px 30px 6px;
	text-align: left;
}

#ct_bg .btnList02 {
	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 .btnList02 > li {
	display: block !important;
	width: 490px;
	margin-left: 0;
	margin-right: 0;
}

#ct_bg .btnList02 > li:nth-child(n+3) {
	margin-top: 20px;
}

#ct_bg .btnList02 > li.btn02 > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 12px 20px 10px;
	border-radius: 20px;
	font-size: 1.6rem;
	text-align: left;
}

#ct_bg  .btn01 {
	display: table;
	margin: 30px auto 0;
}

#ct_bg  .btn01 + .btn01 {
	margin-top: 20px;
}

#ct_bg  .btn01 > a {
	display: block;
	padding: 16px 36px;
	background-color: #e7348d;
	color: #fff;
	text-decoration: none;
	transition: background-color .3s;
}

#ct_bg  .btn01.type01 > a {
	padding: 16px 56px;
}

#ct_bg  .btn01 > a:hover {
	background-color: #d6145b;
}

#ct_bg  .btn01 > a > .inner01 {
	position: relative;
	display: inline-block;
	padding-right: 26px;
}

#ct_bg  .btn01 > a > .inner01.type01 {
	font-size: 1.8rem;
	font-weight: bold;
}

#ct_bg  .btn01 > a > .inner01:before {
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -9px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

#ct_bg  .btn01 > a > .inner01 > .text01 {
	font-size: 1.4rem;
	font-weight: normal;
}

#ct_bg  .btn02 {
	display: table;
	margin: 40px auto 0;
}

#ct_bg  .btn02.type01 {
	display: block;
}

#ct_bg  .btn02 > a {
	display: block;
	overflow: hidden;
	border-radius: 60px;
	padding: 12px 64px 6px;
	border: solid 4px #fff;
	background-color: #fdd118;
	color: #e7348d;
	font-size: 2.0rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .3s,color .3s;
	text-align: center;
}

#ct_bg  .btn02.type01 > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 78px;
	padding: 12px 30px 6px;
}

#ct_bg  .btn02 > a:hover {
	color: #fff;
	background-color: #e7348d;
}

#ct_bg  .btn02 > a > .inner01 {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

#ct_bg  .btn02.type01 > a > .inner01 {
	width: 100%;
	display: block;
	text-align: left;
}

#ct_bg  .btn02 > a > .inner01:before {
	position: absolute;
	right: 0;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -9px;
	border-top: 4px solid #e7348d;
	border-right: 4px solid #e7348d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	transition: border .3s;
}

#ct_bg  .btn02 > a:hover > .inner01:before {
	border-color: #fff;
}

#ct_bg  .btn02 > a > .icon01 {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	margin-left: 10px;
	padding: 5px 6px 1px;
	border-radius: 4px;
	background-color: #e7348d;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	vertical-align: middle;
	line-height: 1.0;
	transition: background .3s,color .3s;
}

#ct_bg  .btn02 > a:hover > .icon01 {
	background-color: #fff;
	color: #e7348d;
}

#ct_bg .editArea01 {
	padding: 40px 32px 50px;
}

#ct_bg .editArea01 > *:first-child {
	margin-top: 0;
}

#ct_bg .editArea01 .text01 {
	margin-top: 25px;
}

#ct_bg .editArea01 .text02 {
	margin-top: 60px;
	text-align: center;
}

#ct_bg .editArea01 .text03 {
	margin-top: 10px;
	text-align: center;
}

#ct_bg .editArea01 .text03 a {
	color: #fff;
}

#ct_bg .editArea01 .image01 + .text03 {
	margin-top: 20px;
}

#ct_bg .editArea01 .text04 {
	margin-top: 10px;
	color: #e8b400;
	font-size: 2.0rem;
	font-weight: 800;
	text-align: center;
}

#ct_bg .editArea01 .text05 {
	margin-top: 10px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}

#ct_bg .editArea01 .title01 {
	margin-top: 50px;
	text-align: center;
}

#ct_bg .editArea01 .column01 {
	width: 438px;
	margin-top: 30px;
}

#ct_bg .editArea01 .wrap01.bC > .column01:nth-child(odd):not(:last-child) {
	margin-right: 19px;
	margin-left: 0;
}

#ct_bg .editArea01 .wrap01.bC > .column01:nth-child(even) {
	margin-left: 19px;
	margin-right: 0;
}

#ct_bg .editArea01 > .image01 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .editArea01 > .image02 {
	width: 400px;
	margin: 30px auto 0;
}

#ct_bg .editArea01 > .image01:first-child {
	margin-top: 0;
}

#ct_bg .editArea01 .wrap01 > .image01 {
	width: 130px;
	margin-top: -15px;
}

#ct_bg .editArea01 .heading03 + * {
	margin-top: 25px;
}

#ct_bg .editArea01 .heading04 + * {
	margin-top: 20px;
}

#ct_bg .movieArea01 {
	position: relative;
	width: 800px;
	margin: 20px auto 0;
	padding-top: 20px;
}

#ct_bg .movieArea01:before {
	position: absolute;
	background-image: linear-gradient(to right, #000, #000 4px, transparent 4px, transparent 4px);
	background-size: 8px 4px;
	background-position: top;
	background-repeat: repeat-x;
	top: 0;
	left: -70px;
	width: 940px;
	height: 2px;
	content: "";
}

#ct_bg .movieArea02 {
	margin: 40px auto 0;
}

#ct_bg .movieArea02:nth-child(n+3) {
	margin-top: 35px;
}

#ct_bg .movieArea02 > .text01 {
	margin-top: 12px;
	font-weight: 700;
}

#ct_bg .movieArea02 > .image01 {
	background-color: #fff;
}

#ct_bg .movieArea02 > .image01 > a {
	transition: opacity .3s;
}

#ct_bg .movieArea02 > .image01 > a:hover {
	opacity: .6;
}

#ct_bg .movieWrap01 {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}

#ct_bg .movieWrap01 > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .txt01 {
	font-size: 2.0rem;
	font-weight: 800;
}

#ct_bg .txt02 {
	margin-top: 14px;
	font-size: 2.4rem;
	font-weight: 800;
	text-align: center;
}

#ct_bg .txt02 > .font01 {
	display: block;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: 1.1;
}

#ct_bg .txt03 {
	margin-top: 55px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}

#ct_bg .txt04 {
	font-weight: 700;
}

#ct_bg .txt04:before {
	content: "▼"
}

#ct_bg .txt04:not(:first-child) {
	margin-top: 40px;
}

#ct_bg .txt05 {
	margin-top: 20px;
	color: #fff;
	font-size: 1.4rem;
}

#ct_bg .txt06 {
	margin-top: 60px;
	color: #00bbeb;
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}

#ct_bg .txt06 [data-ruby]:before {
	font-size: .3em;
}

#ct_bg .txt06.type01 {
	margin-top: 40px;
	font-size: 2.4rem;
}

#ct_bg .txt06.type02 {
	margin-top: 40px;
	color: #e7348d;
	margin-bottom: -40px;
}

#ct_bg .txt07 {
	position: relative;
	display: inline-block;
	top: -1px;
	margin-left: 10px;
	padding: 5px 6px 1px;
	border-radius: 4px;
	background-color: #e7348d;
	color: #fff100;
	font-weight: 700;
	font-size: 1.6rem;
	vertical-align: middle;
	line-height: 1.0;
}

#ct_bg .txt08 {
	margin-top: 30px;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .txt08 > .font01 {
	font-size: 1.4rem;
}

#ct_bg .txt09 {
	margin-top: 40px;
	text-align: center;
}

#ct_bg .txt10 {
	margin-top: 36px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 800;
	text-align: center;
}

#ct_bg .notes01 {
	margin-top: 15px;
	margin-left: 1.0em;
	text-indent: -1.0em;
	font-size: 1.4rem;
}

#ct_bg .notes01 + .notes01 {
	margin-top: 0;
}

#ct_bg .bnr01 {
	width: 400px;
	margin: 15px auto 0;
}

#ct_bg .bnr02 {
	width: 600px;
	margin: 80px auto 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	transition: transform .8s,opacity .8s;
	opacity: 0;
}

#ct_bg .bnr02.show {
	opacity: 1.0;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#ct_bg .bnr03 {
	width: 600px;
	margin: 80px auto 0;
}

#ct_bg .bnr04 {
	width: 490px;
	margin: 80px auto 0;
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	transition: transform .8s,opacity .8s;
	opacity: 0;
}

#ct_bg .bnr04.show {
	opacity: 1.0;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#ct_bg .bnr05 {
	width: 500px;
	margin: 40px auto 0;
}

#ct_bg .img01 {
	margin-top: 80px;
	text-align: center;
}

#ct_bg .img01 + .img01 {
	margin-top: 40px;
}

#ct_bg .img02 {
	margin-top: 30px;
	text-align: center;
}

#ct_bg .img03 {
	position: relative;
	left: 20px;
	width: 573px;
	margin: 20px auto 0;
}

#starBlock{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}

#ct_bg .star {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#ct_bg .star > .inner01 {
	position: relative;
	height: 100%;
}

#ct_bg .star > .inner01 > .itemWrap01 {
	position: absolute;
	top: 0;
	left: 0;
}

#ct_bg .star > .inner01 > .itemWrap01 .item01,
#ct_bg .star > .inner01 > .itemWrap01 .item02 {
	position: relative;
	width: 40px;
	height: 40px;
}
#ct_bg .star > .inner01 > .itemWrap01 .item01:before {
	position: absolute;
	left: 50%; 
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -10%;
	border-width: 4px 20px;
	border-style: solid;
	border-color: transparent;
	border-left-color: #faf74a;
	content: "";
}
#ct_bg .star > .inner01 > .itemWrap01 .item01:after {
	position: absolute;
	right: 50%; 
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -10%;
	border-width: 4px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #faf74a;
	content: "";
	
}
#ct_bg .star > .inner01 > .itemWrap01 .item02:before {
	position: absolute;
	left: 50%; 
	top: 50%;
	width: 0;
	height: 0;
	margin-left:-10%;
	border-width: 20px 4px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #faf74a;
	content: "";
}
#ct_bg .star > .inner01 > .itemWrap01 .item02:after {
	position: absolute;
	left: 50%; 
	bottom: 50%;
	width: 0;
	height: 0;
	margin-left: -10%;
	border-width: 20px 4px;
	border-style: solid;
	border-color: transparent;
	border-bottom-color: #faf74a;
	content: "";
}


canvas {
-webkit-backface-visibility: hidden !important;
}

#ct_bg [data-ruby] {
	position: relative;
	display: inline-block;
}
#ct_bg [data-ruby]:before {
	content: attr(data-ruby);
	display: block;
	position: absolute;
	top: -.9em;
	left: 50%;
	width: 200%;
	transform: translateX(-50%);
	font-size: 0.5em;
	text-align: center;
}

#ct_bg .mainArea01 [data-ruby]:before {
	top: -1em;
}


#ct_bg rt {
	display: none;
}

#ct_bg .link01 {
	display: block;
	pointer-events: none;
}

@media screen and (max-width: 639px) {
#ct_bg .snsArea01 {
	width: 86.666%;
	max-width: 325px;
	margin-left: auto;
	margin-right: auto;
}
	
#ct_bg .snsBtn01 > li {
	-webkit-transform: scale(.9,.9);
	transform: scale(.9,.9);
	margin-left: -1px;
	margin-right: -1px;
}
	
#ct_bg .snsBtn01 > li.line {
	-webkit-transform: scale(.85,.85);
	transform: scale(.85,.85);
	margin-left: -6px;
	margin-right: -6px;
}
	
#ct_bg {
	background: none;
	font-size: 1.4rem;
}
	
#ct_bg:before {
	z-index: -1;
	background: url(../img/bg_index01_sp.jpg) no-repeat 50% 0/cover;
}

#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 {
	font-size: 1.2rem;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 0;
	padding-right: 0;
	display: block;
	text-align: center;
}
	
#ct_bg .header01 {
	padding-top: 0;
}

#ct_bg .header01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .headButton01 {
	width: 26.666%;
	left: inherit;
	right: 4%;
	margin-left: 0;
	top: calc(49px + 4vw);
	top: -webkit-calc(49px + 4vw);
}
	
#ct_bg .headButton01 > a {
	width: 100%;
	height: 13.333vw;
}
	
#ct_bg .headButton01 > a:hover {
	background-image: url(../img/btn_index03_no.png);
}

#ct_bg .headButton01.active > a:hover:before {
	background-image: url(../img/btn_index04_no.png);
}

#ct_bg .headButton01.show {
	-webkit-animation: fadeIn02 .6s ease forwards;
	animation: fadeIn02 .6s ease forwards;
}
	
#ct_bg .headBlock01 {
	width: 100%;
	padding-top: 3.466vw;
	padding-bottom: 3.733vw;
}

#ct_bg .headBlock01 > .logo01 {
	width: 31.866%;
	margin-left: 4%;
}

#ct_bg .footer01 > .inner01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .footFrameArea01 {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 6px;
}
	
#ct_bg .globalNav01 {
	margin-top: calc(18vw + 64px);
	margin-top: -webkit-calc(18vw + 64px);
}

#ct_bg .globalNav01 > ul {
	margin-left: 0;
	margin-right: 0;
}

#ct_bg .globalNav01 > ul > li {
	width: 47.826%;
	margin-left: 2.17%;
	margin-right: 2.17%;
}
	
#ct_bg .globalNav01 > ul > li:nth-child(odd) {
	margin-left: 0;
	margin-right: 0;
}
	
#ct_bg .globalNav01 > ul > li:nth-child(even) {
	margin-left: 4.347%;
	margin-right: 0;
}

#ct_bg .globalNav01 > ul > li:nth-child(n+3) {
	margin-top: 15px;
}

#ct_bg .cvArea01 > .title01 {
	width: 81.594%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mainArea01 {
	width: 100%;
	height: 111.6vw;
	padding-top: 0;
}
	
#ct_bg .mainArea01.show:before {
	/*width: 100%;
	left: 0;
	margin-left: 0;
	background-image: url(../img/bg_index14_sp.png);*/
}

#ct_bg .mainArea01 > .logo01 {
	position: absolute;
	width: 65.866%;
	right: 20.866%;
	top: 64.666vw;
	margin: auto;
}

#ct_bg .mainArea01 > .logo01 > img {
	left: 0;
}

#ct_bg .mainArea01 > .text01 {
	width: 46%;
	left: 1%;
	top: .2vw;
}

#ct_bg .mainArea01 > .text02 {
	font-size: 4.0vw;
}
	
#ct_bg .mainArea01 > .text03 {
	width: 100%;
	left: 1.333%;
	margin-left: 0;
	top: 1.866vw;
}

#ct_bg .mainArea01 > .text03 > img {
	width: 42%;
}

#ct_bg .mainArea01 > .text02 > .number01 {
	min-width: inherit;
	width: 13vw;
	font-size: 8.0vw;
}

#ct_bg .mainArea01 > .image01 {
	width: 42.933%;
	left: -4.29%;
	top: 60vw;
}

#ct_bg .mainArea01 > .image02 {
	width: 100%;
	left: 0;
	top: 14.666vw;
	margin-left: 0;
}
	
#ct_bg .mainArea01 > .image03 {
	left: 0;
	top: 2.666vw;
	margin-left: 0;
}

#ct_bg .subSection01 {
	padding-top: 50px;
}
	
#ct_bg .subSection01.type01,
#ct_bg .subSection01.type02,
#ct_bg .subSection01.type03 {
	padding-left: 4%;
	padding-right: 4%;
	background-size: 276px;
}
	
#ct_bg .subSection01.type03 {
	padding-bottom: 80px;
}

#ct_bg .subSection01 > .inner01 {
	width: 100%;
}
	
#ct_bg .subSection01 > .inner01.typeFeature {
	width: 100%;
}	
	
#ct_bg .subSection01 > .inner01 > .title01 {
	width: 100%;
}
	
#ct_bg .subSection01 > .inner01 > .title02 {
	width: 100%;
}
	
#ct_bg .subSection01 > .inner01 > .title03 {
	width: 87.391%;
}
	
#ct_bg .subSection01 > .title01 {
	width: 100%;
	height: auto;
}
	
#ct_bg .subSection01 > .title01 > img {
	width: 100%;
	height: auto;
}
#ct_bg .subSection01 > .title02 {
	font-size: 2.4rem;
	margin-bottom: 0;
}
	
#ct_bg .subSection01 > .inner01 > .box03 {
	width: 100%;
	margin: 40px auto 0;
	border: 4px solid #fdd118;
	border-radius: 18px;
	background: #fff;
}
#ct_bg .subSection01 > .inner01 > .box03.type02 {
	width: 100%;
}
#ct_bg .subSection01 > .inner01 > .box03:nth-child(n + 2) {
	margin-top: 15px;
}
#ct_bg .subSection01 > .inner01 > .box03 p {
	color: #000;
}
#ct_bg .subSection01 > .inner01 > .box03 p + figure {
	margin-top: 10px;
}
#ct_bg .subSection01 > .inner01 > .box03 .hdg {
	border-radius: 14px 14px 0 0;
	background: #fdd118;
	color: #e7348d;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 7px 15px 4px;
}
#ct_bg .subSection01 > .inner01 > .box03.type02 .hdg {
	line-height: 1.5;
	text-align: center;
	color: #cc0000;
	background: #fdd118 url("../../img/bg_index01.png") no-repeat 50% 50%;
	padding: 9px 15px 7px;
}
#ct_bg .subSection01 > .inner01 > .box03 .box03Inner01 {
	padding: 11px 14px;
}
#ct_bg .subSection01 > .inner01 > .box03.type02 .box03Inner01 {
	padding: 11px 14px 9px;
}
	
	
#ct_bg .hgroup01 {
	padding: 22px 6.066% 12px;
}

#ct_bg .hgroup01 > .text01 {
	max-width: inherit;
	width: 100%;
	margin-top: 12px;
	text-align: right;
}
	
#ct_bg .heading02 {
	width: 100%;
	font-size: 2.0rem;
}
	
#ct_bg .heading02 > .text01 {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

#ct_bg .heading03 {
	margin-bottom: -4px;
	padding-left: 20px;
	font-size: 1.6rem;
}

#ct_bg .heading03:before {
	top: 0;
	height: calc(100% - 4px);
	height: -webkit-calc(100% - 4px);
}

#ct_bg .heading04 {
	margin-bottom: -4px;
	font-size: 1.4rem;
}

#ct_bg .heading05 {
	padding-top: 8px;
	font-size: 2.0rem;
}

#ct_bg .block01 > .title01 {
	padding: 15px 4.347%;
	font-size: 1.6rem;
}

#ct_bg .block01 > .title01 > .text01 {
	position: static;
	float: left;
	width: 156px;
	top: inherit;
	left: inherit;
	margin-left: -8.246%;
	margin-top: -22px;
	margin-right: 4.347%;
}

#ct_bg .block01 > .title02 {
	width: 108%;
	margin-left: -4%;
}
	
#ct_bg .block02 {
	width: 92%;
	margin-top: 50px;
	margin-bottom: -30px;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
	
#ct_bg .block03 {
	margin-top: 60px;
}
	
#ct_bg .block03:first-child {
	margin-top: 40px;
}
	
#ct_bg .block04 {
	margin-top: 45px !important;
}

#ct_bg .block04 > .title01 {
	font-size: 1.8rem;
}

#ct_bg .block04 > .title01 > .icon01 {
	position: relative;
	top: -4px;
	width: 50px;
}

#ct_bg .col01 {
	width: 100%;
}
	
#ct_bg .col01> .text01 {
	margin-top: 5px;
}
	
#ct_bg .col02 {
	width: 32%;
}

#ct_bg .col02:not(:first-child) {
	margin-left: 2%;
	margin-top: 30px;
}

#ct_bg .col02 > .text01 {
	margin-top: 10px;
	text-align: center;
}
	
#ct_bg .col03 {
	width: 88.769%;
	height: 60.666vw;
	margin-right: auto;
	margin-left: auto;
}
	
#ct_bg .col03 > .image02 {
	width: 76.8vw;
	left: 0;
	height: 52.666vw;
}

#ct_bg .col04 {
	width: 100%;
	margin-top: 20px;
}

#ct_bg .col04 > .text01 {
	font-size: 1.8rem;
}
	
#ct_bg .col05 {
	width: 30.434%;
	margin-top: 4vw;
}

#ct_bg .col05:not(:nth-child(3n+1)) {
	margin-left: 4.347%;
}
	
#ct_bg .col06 {
	width: 100%;
}
	
#ct_bg .col06:first-child {
	margin-top: 40px;
}
	
#ct_bg .col06:not(:first-child) {
	margin-top: 40px;
}
	
#ct_bg .col07 {
	width: 100%;
}
	
#ct_bg .col08 {
	width: 100%;
}

#ct_bg .col09 {
	width: 100%;
}

#ct_bg .col10 {
	width: 100%;
	margin-top: 40px;
}

#ct_bg .col10 > .image01 {
	width: 86.956%;
	margin-left: auto;
	margin-right: auto;
}
	
#ct_bg .col11 {
	width: 100%;
}

#ct_bg .frameArea01 {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 35px;
}

#ct_bg .frameArea02 {
	margin-top: 20px;
	padding: 50px 4.347%;
}

#ct_bg .frameArea02 > .text01 {
	width: 84.761%;
}
	
#ct_bg .frameArea03 {
	padding: 8px;
	box-shadow: 0px 0px 0px 3px #b7bdcb inset,0px 0px 0px 7px #020c22 inset,0px 0px 0px 8px #b7bdcb inset;
}
	
#ct_bg .frameArea03:first-child {
	margin-top: 50px;
}
	
#ct_bg .frameArea04 > dt {
	width: 102%;
	margin-left: -1%;
}

#ct_bg .frameArea04 > dd {
	margin-top: 5px;
	padding: 0;
	padding-top: 2.666vw;
	padding-bottom: 8vw;
	background-image: url(../img/bg_index08_sp.png);
	background-size: 100%;
}

#ct_bg .frameArea05 {
	padding-bottom: 20px;
}

#ct_bg .frameArea05 > .text01 {
	font-size: 1.8rem;
}

#ct_bg .frameArea05 > .text02 {
	margin-top: -5px;
	font-size: 1.3rem;
}
#ct_bg .frameArea05 > .text02 > .number01 {
	min-width: 12.133vw;
	font-size: 2.8rem;
}
	
#ct_bg .frameArea06 {
	padding-top: 5px;
	padding-bottom: 5px;
}

#ct_bg .frameArea06 > dt {
	padding: 7px 8px 2px;
	margin-left: 1.333%;
	margin-right: 1.333%;
	border-width: 1px;
	font-size: 1.8rem;
}

#ct_bg .frameArea06 > dt:before {
	margin-top: -2vw;
	right: 20px;
	width: 7.333vw;
	height: 4vw;
}
	
#ct_bg .frameArea07 {
	margin-top: 40px;
}

#ct_bg .frameArea07 > .inner01 {
	padding: 24px 4.74%;
}
	
#ct_bg .frameArea08 {
	padding: 16px 4% 12px;
}

#ct_bg .frameArea08 > .text01 {
	font-size: 1.6rem;
}
	
#ct_bg .frameArea08 > dt {
	font-size: 1.6rem;
}
	
#ct_bg .frameArea09 {
	margin-top: 50px;
	padding-left: 4.347%;
	padding-right: 4.347%;
}

#ct_bg .frameArea10 {
	width: 89.866%;
	padding-left: 3.47%;
	padding-right: 3.47%;
	background-image: url(../img/bg_index15_sp.png);
	background-size: cover;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

#ct_bg .frameArea10 > .inner01 {
	width: 100%;
}
	
#ct_bg .frameArea10 > .inner01 > .text01 {
	margin-top: -2.66vw;
	margin-left: 0;
}

#ct_bg .frameArea10 > .inner01 > .btn02 {
	margin-top: 25px;
}

#ct_bg .frameArea11 {
	margin: 0 auto;
	width: 92%;
}

#ct_bg .frameArea11 > .image01 {
	display: none;
}

#ct_bg .frameArea11 > .text01 {
	margin: 0 auto;
	width: 98%;
	font-size: 1.4rem;
	text-align: left;
}
#ct_bg .frameArea11 > .text01 > span.title {
	font-size: 2.8rem;
	font-size: 2.3rem;
	line-height: 1.35;
}

#ct_bg .buttonBlock01 {
	width: 90.769%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 15px 4.237%;
}

#ct_bg .buttonBlock01 > .text02 {
	font-size: 5.6vw;
}
	
#ct_bg .buttonBlock01 > .text02 > p {
	width: 100%;
}

#ct_bg .buttonList01 {
	margin-top: 0;
}

#ct_bg .buttonList01 > li {
	width: 17.178%;
	height: auto;
	margin-right: 4.221%;
	margin-left: 4.221%;
}
	
#ct_bg .buttonList01 > li:first-child {
	margin-left: 0;
}

#ct_bg .buttonList01 > li:last-child {
	margin-right: 0;
}

#ct_bg .buttonList01 > li:nth-child(even) {
	margin-top: 0;
}
	
#ct_bg .buttonList01 > li > a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#ct_bg #gauge01 {
	margin-top: 17.066vw;
	width: 100%;
	top: 0;
	height: 10.666vw;
	background-image: url(../img/bg_index07_sp.png);
	background-size: 100%;
}

#ct_bg #gauge01:before {
	background-image: url(../img/bg_index09_sp.png);
	background-size: 100%;
}
	
#ct_bg #gauge01:after {
	height: 92%;
}

#ct_bg #gauge01.num00:after {transition: width 0s; width: 13%;}
#ct_bg #gauge01.num01:after {width: 17%;}
#ct_bg #gauge01.num02:after {width: 21%;}
#ct_bg #gauge01.num03:after {width: 25%;}
#ct_bg #gauge01.num04:after {width: 29%;}
#ct_bg #gauge01.num05:after {width: 33%;}
#ct_bg #gauge01.num06:after {width: 37%;}
#ct_bg #gauge01.num07:after {width: 41%;}
#ct_bg #gauge01.num08:after {width: 45%;}
#ct_bg #gauge01.num09:after {width: 49%;}
#ct_bg #gauge01.num010:after {width: 55%;}

#ct_bg .iconBlock01 {
	top: -11.2vw;
	left: 3%;
	width: 94%;
}

#ct_bg .iconBlock01 > span {
	width: 7.6vw !important;
	min-height: 8.466vw;
}

#ct_bg .iconBlock01 > .icon02 {
	background-size: 100%;
}

#ct_bg .iconBlock01 > .icon03 {
	background-size: 100%;
}
	
#ct_bg .bnrList01 {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}

#ct_bg .bnrList01 > li {
	width: 86.956%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .bnrList01 > li:nth-child(even) {
	margin-left: auto;
}
	
#ct_bg .bnrList01 > li:not(:first-child) {
	margin-top: 20px;
}
	
#ct_bg .list01 > li {
	padding-left: 16px;
}
	
#ct_bg .list03 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#ct_bg .list03 > li {
	width: 47.826%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
	
#ct_bg .list03 > li:last-child {
	margin-right: 0;
	margin-left: 1.5%;
}
	
#ct_bg .list03 > li:nth-child(2) {
	margin-left: 0;
}

#ct_bg .list03 > li:not(:first-child) {
	margin-top: 20px;
}
	
#ct_bg .list03 > li > .button01 {
	max-width: 165px;
	width: 100%;
	margin-top: 10px;
}

#ct_bg .list03 > li .box01 {
	width: 100%;
	border-radius: 5px;
}

#ct_bg .list03 > li .box01 > .image01 {
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 15px 15px 0 0;
}

#ct_bg .list03 > li .box01 > .image01 > img {
	width: 82.921%;
}

#ct_bg .list03 > li .box01 > .text01 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 4.6vw;
	letter-spacing: -.08em;
}

#ct_bg .list03 > li > a:hover > .box01:before {
	opacity: 0;
}
	
#ct_bg .list05 {
	max-width: 91.304%;
	margin-top: 15px;
}

#ct_bg .list05 > li {
	width: 47.619%;
}

#ct_bg .list05 > li > .image01 > a:hover {
	opacity: 1.0;
}

#ct_bg .list05 > li > .text01 {
	font-size: 4.8vw;
}

#ct_bg .list05 > li > .text01 > .font01 {
	margin-left: 10px;
	font-size: 3.733vw;
}

#ct_bg .list06 {
	margin-top: 10px;
}

#ct_bg .list06 > li {
	width: 31.884%;
	border-radius: 5px;
}

#ct_bg .list06 > li:not(:first-child) {
	margin-left: 2.173%;
}

#ct_bg .list06 > li > a:hover {
	opacity: 1.0;
}

#ct_bg .list06 > li .box01,
#ct_bg .list06 > li.type01 .box01,
#ct_bg .list06 > li.type02 .box01 {
	border-width: 4px;
}

#ct_bg .list06 > li .box01 > .text01 {
	margin-top: 6px;
	margin-bottom: 0;
	font-size: 3.2vw;
}
	
#ct_bg .list07 > dt {
	padding-left: 22px;
	font-size: 1.6rem;
}

#ct_bg .btnList01 > li {
	width: 100%;
	max-width: 315px;
}
	
#ct_bg .btnList01 > li:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .btnList01 > li.btn02 > a {
	height: 70px;
}

#ct_bg .btnList02 > li {
	width: 100%;
}

#ct_bg .btnList02 > li {
	margin-top: 25px;
}
	
#ct_bg .btnList02 > li:nth-child(n+2) {
	margin-top: 20px;
}

#ct_bg .btnList02 > li.btn02 > a {
	padding: 12px 20px 10px;
	font-size: 1.4rem;
}

#ct_bg  .btn01 {
	display: table;
	margin: 30px auto 0;
}

#ct_bg  .btn01 + .btn01 {
	margin-top: 20px;
}

#ct_bg  .btn01 > a,
#ct_bg  .btn01.type01 > a {
	padding-left: 30px;
	padding-right: 30px;
}

#ct_bg  .btn01 > a:hover {
	background-color: #e7348d;
}

#ct_bg  .btn01 > a > .inner01 {
	padding-right: 22px;
}
#ct_bg  .btn01 > a > .inner01.type01 {
	font-size: 1.4rem;
	font-weight: bold;
}
#ct_bg  .btn01 > a > .inner01 > .text01 {
	font-size: 1.2rem;
}

#ct_bg  .btn02 {
	min-width: 280px;
}

#ct_bg  .btn02 > a {
	padding: 14px 30px 10px;
	font-size: 1.6rem;
}

#ct_bg  .btn02 > a:hover {
	color: #e7348d;
	background-color: #fdd118;
}

#ct_bg  .btn02 > a:hover > .inner01:before {
	border-color: #e7348d;
}

#ct_bg .editArea01 {
	padding-top: 30px;
	padding-left: 6.066%;
	padding-right: 6.066%;
}
	
#ct_bg .editArea01 > .image02 {
	max-width: 300px;
	width: 100%;
}
	
#ct_bg .editArea01 .text03 {
	margin-top: 15px;
}

#ct_bg .editArea01 .image01 + .text03 {
	margin-top: 24px;
}

#ct_bg .editArea01 .text04 {
	margin-top: 15px;
	font-size: 1.4rem;
}

#ct_bg .editArea01 .text05 {
	font-size: 1.4rem;
}

#ct_bg .editArea01 .column01 {
	width: 100%;
}
	
#ct_bg .editArea01 .wrap01.bC > .column01:nth-child(odd):not(:last-child) {
	margin-right: 0;
}

#ct_bg .editArea01 .wrap01.bC > .column01:nth-child(even) {
	margin-left: 0;
}
	
#ct_bg .editArea01 .heading03 + * {
	margin-top: 20px;
}
	
#ct_bg .editArea01 .heading04 + * {
	margin-top: 15px;
}
	
#ct_bg .editArea01 .wrap01 > .image01 {
	width: 50%;
	margin: 20px auto 0;
}

#ct_bg .movieArea01 {
	width: 100%;
}

#ct_bg .movieArea01:before {
	left: 0;
	width: 100%;
}
	
#ct_bg .movieArea02 {
	margin-top: 30px;
}

#ct_bg .movieArea02 > .text01 {
	margin-top: 12px;
	font-weight: 700;
}
	
#ct_bg .movieArea02 > .image01 > a:hover {
	opacity: 1.0;
}

#ct_bg .txt01 {
	font-size: 1.6rem;
}

#ct_bg .txt02 {
	font-size: 1.8rem;
}

#ct_bg .txt02 > .font01 {
	margin-top: 4px;
	font-size: 1.1rem;
}
	
#ct_bg .txt03 {
	margin-top: 50px;
	font-size: 1.6rem;
}
	
#ct_bg .txt05 {
	padding-left: 4%;
	padding-right: 4%;
	font-size: 1.2rem;
}

#ct_bg .txt06 {
	margin-bottom: -20px;
	font-size: 2.2rem;
}
	
#ct_bg .txt06.type01 {
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 1.8rem;
	text-align: left;
}
	
#ct_bg .txt07 {
	font-size: 1.4rem;
}
	
#ct_bg .txt08 {
	margin-top: 40px;
}
	
#ct_bg .txt10 {
	margin-top: 36px;
	font-size: 1.8rem;
}

#ct_bg .bnr01 {
	max-width: 300px;
	width: 100%;
}
	
#ct_bg .bnr02 {
	width: 80%;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
	
#ct_bg .bnr03 {
	width: 86.956%;
}
	
#ct_bg .bnr04 {
	width: 80%;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
	
#ct_bg .bnr05 {
	width: 100%;
}
	
#ct_bg .img01 {
	margin-top: 40px;
}
	
#ct_bg .img03 {
	left: 0;
	width: 100%;
}
	
#ct_bg ruby {
	position: relative;
}
	
#ct_bg rt {
	position: absolute;
	top: 5em;
	left: 0;
	margin-bottom: -2.5em;
	line-height: .5em;
	font-size: .4em;
	height: .4em;
}
	
#ct_bg .link01 {
	pointer-events: auto;
}
}

@media screen and (max-width: 340px) {
#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 2%;
	padding-right: 2%;
}
	
#ct_bg .headTitleArea01 > .inner01 > .title01 {
	float: left;
}

#ct_bg .snsBtn01 > li {
	-webkit-transform: scale(.8,.8);
	transform: scale(.8,.8);
	margin-left: -4px;
	margin-right: -4px;
}
	
#ct_bg .snsBtn01 > li.line {
	-webkit-transform: scale(.75,.75);
	transform: scale(.75,.75);
	margin-left: -12px;
	margin-right: -12px;
}
	
#ct_bg .frameArea05 > .text02 > .number01 { 
	min-width: 11.533vw;
	font-size: 2.2rem;
}
	
#ct_bg  .btn02 {
	min-width: 240px;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
