@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	#contents {
		min-width: 1200px;
	}
}
@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: landscape) {
	#contents {
		min-width: 1200px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
	#contents {
		min-width: 100%;
	}
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	color: #000;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow-x: hidden;
}

#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 .snsBtn01 {
}

#ct_bg .snsBtn01 > li {
}

.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;
}

@-webkit-keyframes move {
8% {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
10% {
	-webkit-transform: translateX(4px) rotate(2deg);
	transform: translateX(4px) rotate(2deg);
}
12% {
	-webkit-transform: translateX(-6px) rotate(-2deg);
	transform: translateX(-6px) rotate(-2deg);
}
14% {
	-webkit-transform: translateX(4px) rotate(2deg);
	transform: translateX(4px) rotate(2deg);
}
16% {
	-webkit-transform: translateX(-5px) rotate(-3deg);
	transform: translateX(-5px) rotate(-3deg);
}
18% {
	-webkit-transform: translateX(6px) rotate(2deg);
	transform: translateX(6px) rotate(2deg);
}
20% {
	-webkit-transform: translateX(-4px) rotate(-2deg);
	transform: translateX(-4px) rotate(-2deg);
}
22% {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
}
@keyframes move {
8% {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
10% {
	-webkit-transform: translateX(4px) rotate(2deg);
	transform: translateX(4px) rotate(2deg);
}
12% {
	-webkit-transform: translateX(-6px) rotate(-2deg);
	transform: translateX(-6px) rotate(-2deg);
}
14% {
	-webkit-transform: translateX(4px) rotate(2deg);
	transform: translateX(4px) rotate(2deg);
}
16% {
	-webkit-transform: translateX(-5px) rotate(-3deg);
	transform: translateX(-5px) rotate(-3deg);
}
18% {
	-webkit-transform: translateX(6px) rotate(2deg);
	transform: translateX(6px) rotate(2deg);
}
20% {
	-webkit-transform: translateX(-4px) rotate(-2deg);
	transform: translateX(-4px) rotate(-2deg);
}
22% {
	-webkit-transform: translateX(0) rotate(0);
	transform: translateX(0) rotate(0);
}
}



#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #000;
	color: #fff;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 12px 0 8px;
	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-size: 1.6rem;
	font-weight: bold;
}
#ct_bg .headTitleArea01 > .inner01 .title01 {
	margin-left: 1em;
}


#ct_bg .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}
#ct_bg .movieWrap01 > iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#ct_bg .movieWrap02 {
	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 .movieWrap03 {
	position: relative;
	margin: 10px 53px 50px;
	padding-bottom: 56.25%;
	overflow: hidden;
	height: 0;
}
#ct_bg .movieWrap03 > video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#ct_bg .col01 {
	width: 465px;
}

#ct_bg .col01 > .text01 {
	margin-top: 10px;
	padding-bottom: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.1rem;
}

#ct_bg .hdg01 {
	width: 588px;
	margin: 0 auto 40px;
	background: url("../../img/bg_index05.png") no-repeat 50% 50%;
	background-size: 100% auto;
	text-align: center;
}
#ct_bg .hdg03 {
	margin-bottom: 20px;
	text-align: center;
}

#ct_bg .headTitleArea01 > .inner01,
#ct_bg .mainArea,
#ct_bg .introArea,
#ct_bg .lineupArea .lineupAreaInner01,
#ct_bg .storyArea .storyAreaInner01,
#ct_bg .howtoArea,
#ct_bg .parentArea .parentAreaInner01,
#ct_bg .copyrightArea {
	min-width: 1200px;
}

#ct_bg .mainArea {
	background: url("../../img/bg_index02.png") repeat 0 0;
	text-align: center;
}

#ct_bg .mainArea .img01 {
	display: inline;
}

#ct_bg .mainArea > .inner01 {
	position: relative;
	z-index: 1;
	width: 960px;
	height: 610px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mainArea > .inner01::before {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 134px;
	height: 100%;
	background: url(../../img/bg_index15.png) no-repeat 50% 0/auto 100%;
	content: "";
}

@-webkit-keyframes anime01 {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes anime01 {
	0% {
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@-webkit-keyframes anime02 {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	50% {
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}

	70% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes anime02 {
	0% {
		transform: scale(.3);
	}

	50% {
		transform: scale(1.25);
	}

	70% {
		transform: scale(.85);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

#ct_bg .mainArea > .inner01 > .text01,
#ct_bg .mainArea > .inner01 > .logo01,
#ct_bg .mainArea > .inner01 > .jqImg01,
#ct_bg .mainArea > .inner01 > .text02,
#ct_bg .mainArea > .inner01 > .text03,
#ct_bg .mainArea > .inner01 > .text04,
#ct_bg .mainArea > .inner01 > .text05 {
	opacity: 0;
	transition: opacity .3s;
}

#ct_bg .mainArea.on > .inner01 > .text01,
#ct_bg .mainArea.on > .inner01 > .jqImg01,
#ct_bg .mainArea.on > .inner01 > .text02,
#ct_bg .mainArea.on > .inner01 > .text03,
#ct_bg .mainArea.on > .inner01 > .text04,
#ct_bg .mainArea.on > .inner01 > .text05 {
	-webkit-animation: anime01 0.5s cubic-bezier(.39,.01,.46,.86) 0s both;
	animation: anime01 0.5s cubic-bezier(.39,.01,.46,.86) 0s both;
}
#ct_bg .mainArea.on > .inner01 > .logo01 {
	-webkit-animation: anime02 0.5s cubic-bezier(.39,.01,.46,.86) 0s both;
	animation: anime02 0.5s cubic-bezier(.39,.01,.46,.86) 0s both;
}
#ct_bg .mainArea.on > .inner01 > .text01 {
	animation-delay: .7s;
}
#ct_bg .mainArea.on > .inner01 > .image01 {
	animation-delay: .2s;
}
#ct_bg .mainArea.on > .inner01 > .image02 {
	animation-delay: .4s;
}
#ct_bg .mainArea.on > .inner01 > .image03 {
	animation-delay: .3s;
}
#ct_bg .mainArea.on > .inner01 > .image04 {
	animation-delay: .5s;
}
#ct_bg .mainArea.on > .inner01 > .text02,
#ct_bg .mainArea.on > .inner01 > .text04 {
	animation-delay: 1.0s;
}
#ct_bg .mainArea.on > .inner01 > .text03,
#ct_bg .mainArea.on > .inner01 > .text05 {
	animation-delay: 1.3s;
}

#ct_bg .mainArea > .inner01 > .logo01 {
	position: relative;
	z-index: 5;
	left: -18px;
	top: 2px;
	width: 444px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mainArea > .inner01 > .text01 {
	position: relative;
	z-index: 3;
	left: 7px;
	width: 350px;
	margin: 26px auto 0;
}

#ct_bg .mainArea > .inner01 > .jqImg01 {
	position: absolute;
}

#ct_bg .mainArea > .inner01 > .image01 {
	top: 6px;
	left: -128px;
	z-index: 1;
}
#ct_bg .mainArea > .inner01 > .image02 {
	top: 218px;
	left: 58px;
	z-index: 2;
}
#ct_bg .mainArea > .inner01 > .image03 {
	top: -5px;
	right: -100px;
	z-index: 1;
}
#ct_bg .mainArea > .inner01 > .image04 {
	top: 215px;
	right: 70px;
	z-index: 2;
}

#ct_bg .mainArea > .inner01 > .text02 {
	position: absolute;
	width: 136px;
	bottom: 190px;
	right: -58px;
	z-index: 4;
}

#ct_bg .mainArea > .inner01 > .text03 {
	position: absolute;
	width: 136px;
	bottom: 79px;
	right: -23px;
	z-index: 4;
}

#ct_bg .mainArea > .inner01 > .text04 {
	position: absolute;
	width: 136px;
	bottom: 190px;
	left: -58px;
	z-index: 4;
}

#ct_bg .mainArea > .inner01 > .text05 {
	position: absolute;
	width: 136px;
	bottom: 60px;
	left: -23px;
	z-index: 4;
}

#ct_bg .ancArea01 {
	position: relative;
	z-index: 10;
	padding: 20px;
	width: 100%;
	background: url("../../img/bg_index04.png") repeat 0 0 / 20px auto;
}

#ct_bg .anchorList02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -20px auto 0;
	width: 960px;
}

#ct_bg .anchorList02 li {
	margin: 20px 5px 0;
	width: 300px;
	height: 100%;
	box-shadow: 2px 4px 0px 0px rgba(0, 0, 0, 0.4);
	border: 2px solid #fff;
	border-radius: 30px;
}
#ct_bg .anchorList02 li a {
	display: block;
	background: #000;
	border: 4px solid #00c4e6;
	border-radius: 28px;
	text-align: center;
	padding: 0.6em 0;
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.2rem;
	font-weight: 800;
	color: #fff;
	line-height: 1.1;
}
#ct_bg .anchorList02 li a:hover {
	background: #fff100;
	color: #000;
}

#ct_bg .introArea {
	background: url("../../img/bg_index01.png") repeat 0 0;
	background-size: 310px auto;
	padding: 80px 0 80px;
	text-align: center;
}
#ct_bg .introArea .img01 {
	margin-bottom: 30px;
}
#ct_bg .introArea .introAreaInner01 {
	width: 720px;
	margin: 0 auto 30px;
}


#ct_bg .lineupArea {
	background: url("../../img/bg_index02.png") repeat 0 0;
}
#ct_bg .lineupArea .lineupAreaInner01 {
	padding: 79px 0 80px;
}
#ct_bg .lineupArea.type02 .lineupAreaInner01 {
	background: url("../../img/bg_index10.png") no-repeat 50% calc(100% - 40px);
	padding: 79px 0 448px;
}
#ct_bg .lineupArea .lineupColumn {
	width: 960px;
	margin: 0 auto 40px;
	background: url("../../img/bg_index07.png") no-repeat 50% 100%;
	padding-bottom: 34px;
}
#ct_bg .lineupArea .lineupColumn .lineupColumnInner01 {
	background: url("../../img/bg_index06.png") no-repeat 50% 0;
	padding: 40px 25px 0;
}
#ct_bg .lineupArea .lineupColumn .col {
	width: 417px;
	text-align: center;
}
#ct_bg .lineupArea .lineupColumn .col .hdg {
	width: 306px;
	margin: 0 auto;
}
#ct_bg .lineupArea .lineupColumn .col .lead {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.1rem;
	font-weight: 800;
	margin-top: 12px;
}
#ct_bg .lineupArea .lineupColumn .col .btn {
	margin: 0 auto 13px;
	width: 358px;
}

#ct_bg .lineupArea .lineupColumn .col .btn a {
	display: block;
	position: relative;
}

#ct_bg .lineupArea .lineupColumn .col .btn a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../img/btn_index03_on.png) no-repeat 0 0 / 100%;
	opacity: 0;
	transition: all .6s;
}

#ct_bg .lineupArea .lineupColumn .col .btn a.reserve:before,
#ct_bg .lineupArea .lineupColumn .col .btn a.waiting:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

#ct_bg .lineupArea .lineupColumn .col .btn a.reserve:after,
#ct_bg .lineupArea .lineupColumn .col .btn a.waiting:after {
	opacity: 0;
	transition: all .6s;
}

#ct_bg .lineupArea .lineupColumn .col .btn a.reserve:before {	background-image: url(../../img/btn_index04_no.png);}
#ct_bg .lineupArea .lineupColumn .col .btn a.reserve:after {	background-image: url(../../img/btn_index04_on.png);}
#ct_bg .lineupArea .lineupColumn .col .btn a.waiting:before {	background-image: url(../../img/btn_index05_no.png);}
#ct_bg .lineupArea .lineupColumn .col .btn a.waiting:after {	background-image: url(../../img/btn_index05_on.png);}

#ct_bg .lineupArea .lineupColumn .col .btn a:hover:after {
	opacity: 1.0;
	transition: all .3s;
}

#ct_bg .lineupArea .lineupColumn .col .note {
	font-size: 1.4rem;
	color: #666666;
	margin-top: 9px;
}
#ct_bg .lineupArea .lineupColumn .col .text01 {
	display: table;
	margin: 5px auto 10px;
	padding: 3px 10px 2px;
	background-color: #231815;
	color: #fff;
	font-size: 1.4rem;
}

#ct_bg .lineupArea .lineupColumn.bg02 {
	background: url("../../img/bg_index21.png") no-repeat 50% 100%;
}
#ct_bg .lineupArea .lineupColumn.bg02 .lineupColumnInner01 {
	background: url("../../img/bg_index20.png") no-repeat 50% 0;
}
#ct_bg .lineupArea .lineupColumn.bg02 .col .lead {
	text-shadow: 0px 0px 5px #fff;
}

#ct_bg .storyArea {
	background: url("../../img/bg_index03.png") repeat 0 0;
	background-size: 20px auto;
}
#ct_bg .storyArea .storyAreaInner01 {
	margin: 0 auto;
	/*padding: 79px 0 80px;*/
	min-height: 791px;
	position: relative;
}
#ct_bg .storyArea .storyAreaInner01 .hdg01 {
	position: absolute;
	top: 79px;
	left: 50%;
	margin-left: -294px;
	z-index: 3;
}
#ct_bg .storyArea .storyAreaInner01 .tx01 {
	position: absolute;
	top: 226px;
	left: 50%;
	margin-left: -336px;
	z-index: 3;
}
#ct_bg .storyArea .storyAreaInner01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../img/bg_index08.png") no-repeat 0 0;
	width: 312px;
	height: 311px;
}
#ct_bg .storyArea .storyAreaInner01:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../../img/bg_index09.png") no-repeat 0 0;
	width: 312px;
	height: 311px;
}
#ct_bg .storyArea .fig01 {
	position: absolute;
	top: 18px;
	left: 8px;
}
#ct_bg .storyArea .fig02 {
	position: absolute;
	top: 36px;
	right: 0;
	-webkit-animation: move 3s infinite ease-in;
	animation: move 3.2s infinite ease-in;
}
#ct_bg .storyArea .fig03 {
	position: absolute;
	bottom: -18px;
	left: 60px;
	-webkit-animation: move 3s infinite ease-in;
	animation: move 3.2s infinite ease-in;
}
#ct_bg .storyArea .fig04 {
	position: absolute;
	bottom: -61px;
	right: 32px;
	z-index: 2;
}


#ct_bg .howtoArea {
	background: url("../../img/bg_index01.png") repeat 0 0;
	background-size: 310px auto;
	padding: 79px 0 76px;
}
#ct_bg .howtoArea .howtoAreaInner01 {
	width: 960px;
	margin: 0 auto;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto {
	position: relative;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto .hdg {
	background: #00c4e6;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.8rem;
	font-weight: 800;
	border-radius: 25px;
	padding: 2px 30px 3px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto .hdg span {
	background: url("../../img/icon_index01.png") no-repeat 0 50%;
	padding-left: 42px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto .tx01 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	width: 554px;
	padding: 22px 30px 20px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto02 .tx01 {
	width: 960px;
	padding-left: 370px;
	padding-right: 12px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto04 .tx01 {
	width: 840px;
	padding-bottom: 70px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto01 {
	min-height: 330px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto02 {
	min-height: 337px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto03 {
	min-height: 331px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto04 {
}
#ct_bg .howtoArea .howtoAreaInner01 .howto01 figure {
	position: absolute;
	top: 26px;
	right: 30px;
	width: 310px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto02 .hdg {
	padding-left: 368px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto02 figure {
	position: absolute;
	top: 33px;
	left: 30px;
	width: 310px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto03 figure {
	position: absolute;
	top: 11px;
	right: 30px;
	width: 310px;
}
#ct_bg .howtoArea .howtoAreaInner01 .howto04 figure {
	position: absolute;
	top: 12px;
	right: 28px;
	width: 116px;
}
#ct_bg .howtoArea .howtoAreaInner01 .tx02 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	margin-top: 22px;
}
#ct_bg .howtoArea .howtoAreaInner01 .note {
	color: #fff;
	font-size: 1.6rem;
	margin-top: 8px;
}
#ct_bg .howtoArea .howtoAreaInner01 .img01 {
	text-align: center;
	margin-top: 24px;
}
#ct_bg .howtoArea .howtoAreaInner01 .btn {
	text-align: center;
	margin-top: 30px;
}

#ct_bg .howtoArea .howtoAreaInner01 .box01 {
	background: #ffe1ef;
	border: 4px solid #fff;
	border-radius: 20px;
	position: relative;
	padding: 104px 30px 40px;
	margin-bottom: 40px;
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .col {
	width: 430px;
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol {
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li {
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	padding-left: 1.2em;
	margin-bottom: 13px;
	min-height: 100px;
	position: relative;
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li .number {
	position: absolute;
	top: 0;
	left: 0;
	color: #e84091;
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li .detailTxt {
	display: inline-block;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.56;
	margin-top: 9px;
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .hdg {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -206px;
}
#ct_bg .howtoArea .howtoAreaInner01 .box01 .howtoAreaInner02 {
	width: 640px;
	margin: 10px auto 0;
}
#ct_bg .howtoArea .howtoAreaInner01 .hdg02 {
	width: 530px;
	margin: 0 auto;
}

#ct_bg .parentArea {
	background: url("../../img/bg_index04.png") repeat 0 0;
	background-size: 20px auto;
}
#ct_bg .parentArea .parentAreaInner01 {
	margin: 0 auto;
	padding: 79px 0 76px;
	position: relative;
}
#ct_bg .parentArea .parentAreaInner02 {
	width: 960px;
	margin: 0 auto;
}
#ct_bg .parentArea .parentAreaInner02 .textArea p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.1rem;
	font-weight: 800;
	line-height: 1.56;
}
#ct_bg .parentArea .parentAreaInner02 .textArea p + p {
	margin-top: 0.85em;
}
#ct_bg .parentArea .parentAreaInner02 figure {
	width: 750px;
	margin: 33px auto 0;
}
#ct_bg .parentArea .parentAreaInner01:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../img/bg_index08.png") no-repeat 0 0;
	width: 312px;
	height: 311px;
}
#ct_bg .parentArea .parentAreaInner01:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../../img/bg_index09.png") no-repeat 0 0;
	width: 312px;
	height: 311px;
}
#ct_bg .parentArea .parentAreaInner01.type01:before,
#ct_bg .parentArea .parentAreaInner01.type01:after {
	content: none;
}

#ct_bg .qaBlock01 {
	background: url("../../img/bg_index01.png") repeat 0 0;
	background-size: 310px auto;
	padding: 80px 0;
}

#ct_bg .qaBlock01 > .inner01 {
	width: 960px;
	margin: 0 auto;
}

#ct_bg .qaBlock01 > .inner01 > .wrap01 {
  width: 853px;
  margin: 0 auto;
}

#ct_bg .qaBlock01 > .inner01 .image01 {
	margin-top: 30px;
	width: 300px;
}

#ct_bg .qaBlock01 > .inner01 .image02 {
	width: 850px;
  margin: 20px auto 0;
}

#ct_bg .qaBlock01 .qaTitle {
	background: #00c4e6;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.8rem;
	font-weight: 800;
	border-radius: 25px;
	padding: 2px 30px 3px;
}

#ct_bg .qaBlock01 .qaTitle > span {
	position: relative;
	display: block;
	padding-left: 1.5em;
}

#ct_bg .qaBlock01 .qaTitle > span::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: auto;
	height: auto;
	content: "Q.";
}
#ct_bg .qaBlock01 > .inner01 .qaText {
	position: relative;
	margin-top: 20px;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
}

#ct_bg .qaBlock01 > .inner01 .wrap01 .qaText {
	width: 528px;
	margin-top: 30px;
  padding-left: 1.5em;
  padding-right: 1em;
}

#ct_bg .qaBlock01 > .inner01 .qaText.type02 {
  margin-left: 53px;
  margin-right: 54px;
}

#ct_bg .qaBlock01 > .inner01 .wrap01 .qaText::before {
	position: absolute;
	top: -1px;
	left: 0;
	width: auto;
	height: auto;
	content: "A.";
}

#ct_bg .copyrightArea {
	background: url("../../img/bg_index01.png") repeat 0 0;
	background-size: 310px auto;
	padding: 24px 0 24px;
	position: relative;
}

#ct_bg .copyrights01 {
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
}

#ct_bg .openingArea01 {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff url(../../img/bg_index02.png) repeat 0 0;
}

#ct_bg .openingArea01 .box01 {
	position: absolute;
	width: 553px;
	height: 507px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#ct_bg .openingArea01 .image01 {
	left: 0;
	top: 140px;
}

#ct_bg .openingArea01 .image02 {
	right: 0;
	bottom: 0;
}

#ct_bg .openingArea01 .image03 {
	right: 0;
	top: 0;

}

#ct_bg .openingArea01.start .image01 {
	-webkit-animation: openingAnime01 0.4s ease 0s forwards;
	animation: openingAnime01 0.4s ease 0s forwards;
}
#ct_bg .openingArea01.start .image02 {
	-webkit-animation: openingAnime01 0.2s ease .2s forwards;
	animation: openingAnime01 0.2s ease .2s forwards;
}
#ct_bg .openingArea01.start .image03 {
	-webkit-animation: openingAnime02 0.3s ease .4s forwards;
	animation: openingAnime02 0.3s ease .4s forwards;
}

#ct_bg .openingArea01 .image01,
#ct_bg .openingArea01 .image02,
#ct_bg .openingArea01 .image03 {
	position: absolute;
	opacity: 0;
}

#ct_bg .openingArea01 .button01 {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#ct_bg .openingArea01 .button01 > a {
	display: block;
}

@-webkit-keyframes openingAnime01 {
	0% {
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
	}
	100% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1;
	}
}
@keyframes openingAnime01 {
	0% {
		transform: scale(1,0);
	}
	100% {
		transform: scale(1,1);
		opacity: 1;
	}
}

@-webkit-keyframes openingAnime02 {
	0% {
		-webkit-transform: scale(1,0);
		transform: scale(1,0);
	}
	100% {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		opacity: 1;
	}
}
@keyframes openingAnime02 {
	0% {
		transform: translate(-5px,10px);
	}
	100% {
		transform: translate(0,0);
		opacity: 1;
	}
}


#ct_bg .frameArea01 {
	position: relative;
	padding: 45px 20px 80px;
	background: url(../../img/bg_index16.png) repeat 0 0 / 705px auto;
}

#ct_bg .frameArea01::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 26px;
	background: url(../../img/bg_index17.png) repeat-x 0 0 / auto 100%;
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	width: 960px;
}

#ct_bg .frameArea01 > .inner01 > .button01 {
	margin-top: 50px;
	text-align: center;
}

#ct_bg .block01 {
	position: relative;
	margin: 5px auto 0;
	padding: 6px;
	width: 600px;
	border: #fff solid 4px;
	background-color: #000;
}

#ct_bg .start .block01 > .image01,
#ct_bg .start .block01 > .image02,
#ct_bg .start .block01 > .image03  {
	-webkit-animation: explanFade01 12s infinite cubic-bezier(.39,.01,.46,.86) 0s forwards;
	animation: explanFade01 12s infinite cubic-bezier(.39,.01,.46,.86) 0s forwards;
}
#ct_bg .block01 > .image02 {
	position: absolute;
	top: 6px;
	left: 6px;
	opacity: 0;
}
#ct_bg .start .block01 > .image02 {
	animation-delay: 4s;
}

#ct_bg .block01 > .image03 {
	position: absolute;
	top: 6px;
	left: 6px;
	opacity: 0;
}
#ct_bg .start .block01 > .image03 {
	animation-delay: 8s;
}

#ct_bg .block01 > .text01 {
	position: absolute;
	top: 20px;
	left: -40px;
	opacity: 0;
}

#ct_bg .block01 > .text02 {
	position: absolute;
	bottom: -20px;;
	left: -40px;
	opacity: 0;
}

#ct_bg .block01 > .text03 {
	position: absolute;
	top: 94px;
	right: -160px;
	opacity: 0;
}

#ct_bg .block01 > .text04 {
	position: absolute;
	top: -12px;
	left: -48px;
	opacity: 0;
}
#ct_bg .block01 > .text05 {
	position: absolute;
	top: 34px;
	right: 50px;
	opacity: 0;
}
#ct_bg .start .block01 > .text01,
#ct_bg .start .block01 > .text02,
#ct_bg .start .block01 > .text04 {
	-webkit-animation: explan01 12s infinite cubic-bezier(.39,.01,.46,.86) 0s forwards;
	animation: explan01 12s infinite cubic-bezier(.39,.01,.46,.86) 0s forwards;
	animation-delay: .3s;
}
#ct_bg .start .block01 > .text03,
#ct_bg .start .block01 > .text05 {
	-webkit-animation: explan02 12s infinite cubic-bezier(.39,.01,.46,.86) 0s forwards;
	animation: explan02 12s infinite cubic-bezier(.39,.01,.46,.86) 0s forwards;
}

#ct_bg .start .block01 > .text02 {
	animation-delay: 4.3s;
}
#ct_bg .start .block01 > .text03 {
	animation-delay: 4.4s;
}
#ct_bg .start .block01 > .text04 {
	animation-delay: 8.3s;
}

#ct_bg .start .block01 > .text05 {
	animation-delay: 8.4s;
}

@-webkit-keyframes explanFade01 {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	31% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes explanFade01 {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	31% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes explan01 {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	1% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	3% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	5% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	27% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes explan01 {
	0% {
		transform: scale(.3);
	}

	1% {
		transform: scale(1.05);
	}

	3% {
		transform: scale(.9);
	}

	5% {
		transform: scale(1);
		opacity: 1;
	}
	27% {
		transform: scale(1);
		opacity: 1;
	}
	28% {
		transform: scale(1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

@-webkit-keyframes explan02 {
	0% {
		-webkit-transform: scale(.3);
		transform: scale(.3);
	}

	1% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	3% {
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}

	5% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	26% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	27% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes explan02 {
	0% {
		transform: scale(.3);
	}

	1% {
		transform: scale(1.05);
	}

	3% {
		transform: scale(.9);
	}

	5% {
		transform: scale(1);
		opacity: 1;
	}
	26% {
		transform: scale(1);
		opacity: 1;
	}
	27% {
		transform: scale(1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

#ct_bg .frameArea02 {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 40px;
	background: url(../../img/bg_index19.png) no-repeat 50% 100%;
}
#ct_bg .frameArea02 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 30px 50px 0;
	background: url(../../img/bg_index18.png) no-repeat 50% 0;
}

#ct_bg .col02 {
	width: 400px;
}

#ct_bg .col02 > .text01 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.1rem;
	font-weight: 800;
}

#ct_bg .col02 > .text02 {
	display: table;
	margin: 15px auto 0;
	padding: 5px 15px;
	background-color: #181818;
	color: #fff;
}

#ct_bg .col02 > .text03 {
	margin-top: 10px;
	text-align: center;
}

#ct_bg .col02 > .notes01 {
	margin-top: 5px;
	color: #666;
	font-size: 1.4rem;
	text-align: center;
}

#ct_bg .col02 > .button01 {
	margin: 15px auto 0;
	width: 357px;
}

#ct_bg .col02 > .button01 > a {
	display: block;
	position: relative;
}

#ct_bg .col02 > .button01 > a:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../../img/btn_index03_on.png) no-repeat 0 0 / 100%;
	opacity: 0;
	transition: all .6s;
}

#ct_bg .col02 > .button01 > a.reserve:before,
#ct_bg .col02 > .button01 > a.waiting:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

#ct_bg .col02 > .button01 > a.reserve:after,
#ct_bg .col02 > .button01 > a.waiting:after {
	opacity: 0;
	transition: all .6s;
}

#ct_bg .col02 > .button01 > a.reserve:before {	background-image: url(../../img/btn_index04_no.png);}
#ct_bg .col02 > .button01 > a.reserve:after {	background-image: url(../../img/btn_index04_on.png);}
#ct_bg .col02 > .button01 > a.waiting:before {	background-image: url(../../img/btn_index05_no.png);}
#ct_bg .col02 > .button01 > a.waiting:after {	background-image: url(../../img/btn_index05_on.png);}


#ct_bg .col02 > .button01 > a:hover:after {
	opacity: 1.0;
	transition: all .3s;
}

#ct_bg .notes01 {
	margin: 20px auto 0;
	text-align: right;
	color: #fff;
	font-size: 1.4rem;
}
#ct_bg .notes01.type02 {
	width:600px;
}

@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;
	}

	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}

	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}

	#ct_bg .headTitleArea01 > .inner01 {
		padding: 8px 5px 8px;
		padding-left: 2%;
		padding-right: 2%;
		display: block;
		text-align: center;
		font-size: 87.5%;
		line-height: 1.5;
	}
	#ct_bg .headTitleArea01 > .inner01 .title01 {
		font-size: 1.2rem;
		display: inline-block;
	}
	#ct_bg .headTitleArea01 > .inner01 .text01 {
		font-size: 1.2rem;
		margin-left: 0.5em;
		display: inline;
	}

	#ct_bg .hdg01 {
		width: 92%;
	}
	#ct_bg .hdg03 {
		margin: 0 auto 20px;
		width: 92%;
	}

	#ct_bg .headTitleArea01 > .inner01,
	#ct_bg .mainArea,
	#ct_bg .introArea,
	#ct_bg .lineupArea .lineupAreaInner01,
	#ct_bg .storyArea .storyAreaInner01,
	#ct_bg .howtoArea,
	#ct_bg .parentArea .parentAreaInner01,
	#ct_bg .copyrightArea {
		min-width: inherit;
		min-width: 100%;
	}

	#ct_bg .col01 {
		width: 100%;
	}
	#ct_bg .col01 + .col01 {
		margin-top: 30px;
	}
	#ct_bg .col01 > .text01 {
		font-size: 1.6rem;
	}

	#ct_bg .mainArea {
		background: url("../../img/bg_index02.png") repeat 0 30%;
		background-size: 290px auto;
	}

	#ct_bg .mainArea > .inner01 {
		width: 100%;
		height: 113.33vw;
		padding-top: 21.866vw;
	}

	#ct_bg .mainArea > .inner01::before {
		background: url(../../img/bg_index15.png) no-repeat 50% 0/auto 100%;
		background-size: 50% 100%;
	}

	#ct_bg .mainArea > .inner01 > .logo01 {
		position: relative;
		left: -2vw;
		top: 0;
		width: 61.333vw;
		margin-left: auto;
		margin-right: auto;
	}

	#ct_bg .mainArea > .inner01 > .text01 {
		left: 1vw;
		z-index: 7;
		width: 46.333vw;
		margin-top: 14vw;
	}

	#ct_bg .mainArea > .inner01 > .image01 {
		top: .966vw;
		left: -6.4vw;
		width: 49.2vw;
	}
	#ct_bg .mainArea > .inner01 > .image02 {
		top: 59vw;
		left: 2.666vw;
		width: 42.333vw;
		z-index: 6;
	}
	#ct_bg .mainArea > .inner01 > .image03 {
		top: -.333vw;
		right: -2.933vw;
		width: 46.8vw;
	}
	#ct_bg .mainArea > .inner01 > .image04 {
		top: 57.333vw;
		right: 0;
		width: 40.8vw;
		z-index: 6;
	}

	#ct_bg .mainArea > .inner01 > .text02 {
		width: 18.4vw;
		bottom: 55.9vw;
		right: 1.333vw;
		z-index: 5;
	}

	#ct_bg .mainArea > .inner01 > .text03 {
		width: 18.133vw;
		bottom: 3.9vw;
		right: 1.333vw;
		z-index: 7;
	}

	#ct_bg .mainArea > .inner01 > .text04 {
		width: 18.133vw;
		bottom: 55.9vw;
		left: 1.333vw;
		z-index: 5;
	}
	#ct_bg .mainArea > .inner01 > .text05 {
		width: 18.4vw;
		bottom: 3.9vw;
		left: 1.333vw;
		z-index: 7;
	}


	#ct_bg .ancArea01 {
		padding: 20px 4%;
	}
	#ct_bg .anchorList02 {
		justify-content: space-between;
		margin-top: -15px;
		width: 100%;
	}

	#ct_bg .anchorList02 li {
		margin: 15px 0 0;
		width: 48.7%;
	}
	#ct_bg .anchorList02 li a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		border: 4px solid #00c4e6;
		font-size: 1.4rem;
		line-height: 1.0;
	}
	#ct_bg .anchorList02 li a:hover {
		background: #000;
		color: #fff;
	}


	#ct_bg .introArea {
		background: url("../../img/bg_index01.png") repeat 0 0;
		background-size: 310px auto;
		padding: 20.6vw 4% 22vw;
	}
	#ct_bg .introArea > .hdg01 {
		width: 100%;
	}

	#ct_bg .lineupArea {
		width: 100%;
		background: url("../../img/bg_index02.png") repeat 0 0;
		background-size: 290px auto;
	}
	#ct_bg .lineupArea .lineupAreaInner01 {
		padding: 20.6vw 0 21.33vw;
	}
	#ct_bg .lineupArea.type02 .lineupAreaInner01 {
		background: url("../../img/bg_index10.png") no-repeat 58% calc(100% - 40px);
		background-size: 313px auto;
		padding: 20.6vw 0 70.4vw;
	}
	#ct_bg .lineupArea .lineupColumn {
		margin-bottom: 45px;
		width: 100%;
		background: none;
		padding-bottom: 0;
	}
	#ct_bg .lineupArea .lineupColumn .lineupColumnInner01 {
		padding: 0 15px 0;
		background: none;
	}
	#ct_bg .lineupArea .lineupColumn .col {
		width: 100%;
		background: url("../../img/bg_index12.png") no-repeat 50% 100%;
		background-size: 100% auto;
		padding-bottom: 34px;
	}
	#ct_bg .lineupArea .lineupColumn .col + .col {
		margin-top: 20px;
	}
	#ct_bg .lineupArea .lineupColumn .col .colInner01 {
		width: 100%;
		text-align: center;
		background: url("../../img/bg_index11.png") no-repeat 50% 0;
		background-size: 100% auto;
		padding: 40px 10px 0;
	}
	#ct_bg .lineupArea .lineupColumn .col:nth-child(2) {
		background: url("../../img/bg_index14.png") no-repeat 50% 100%;
		background-size: 100% auto;
		padding-bottom: 34px;
	}
	#ct_bg .lineupArea .lineupColumn .col:nth-child(2) .colInner01 {
		background: url("../../img/bg_index13.png") no-repeat 50% 0;
		background-size: 100% auto;
	}
	#ct_bg .lineupArea .lineupColumn .col .hdg {
		width: 72.46%;
	}
	#ct_bg .lineupArea .lineupColumn .col .lead {
		font-size: 1.6rem;
		margin-top: 12px;
	}
	#ct_bg .lineupArea .lineupColumn .col figure {
		width: 94.20%;
		margin: 0 auto;
	}
	#ct_bg .lineupArea .lineupColumn .col .btn {
		width: 78.461%;
	}
	#ct_bg .lineupArea .lineupColumn .col .btn a:before,
	#ct_bg .lineupArea .lineupColumn .col .btn a:before {
		content: normal;
	}

	#ct_bg .lineupArea .lineupColumn .col .btn a:hover:after,
	#ct_bg .lineupArea .lineupColumn .col .btn a.reserve:after,
	#ct_bg .lineupArea .lineupColumn .col .btn a.waiting:after {
		opacity: 0;
		transition: none;
	}

	#ct_bg .lineupArea .lineupColumn .col .note {
		font-size: 1.2rem;
	}

	#ct_bg .lineupArea .lineupColumn.bg02 .lineupColumnInner01 {
		background: none;
	}
	#ct_bg .lineupArea .lineupColumn.bg02 .col {
		background: url("../../img/bg_index23.png") no-repeat 50% 100%;
		background-size: 100% auto;
	}
	#ct_bg .lineupArea .lineupColumn.bg02 .col .colInner01 {
		background: url("../../img/bg_index22.png") no-repeat 50% 0;
		background-size: 100% auto;
	}
	#ct_bg .lineupArea .lineupColumn.bg02 .col:nth-child(2) {
		background: url("../../img/bg_index25.png") no-repeat 50% 100%;
		background-size: 100% auto;
	}
	#ct_bg .lineupArea .lineupColumn.bg02 .col:nth-child(2) .colInner01 {
		background: url("../../img/bg_index24.png") no-repeat 50% 0;
		background-size: 100% auto;
	}

	#ct_bg .storyArea {
		background: url("../../img/bg_index03.png") repeat 0 0;
		background-size: 20px auto;
	}
	#ct_bg .storyArea .storyAreaInner01 {
		margin: 0 auto;
		min-height: inherit;
		height: 240vw;
		position: relative;
	}
	#ct_bg .storyArea .storyAreaInner01 .hdg01 {
		position: absolute;
		top: 21.4vw;
		left: 4%;
		width: 92%;
		margin-left: 0;
		z-index: 3;
	}
	#ct_bg .storyArea .storyAreaInner01 .tx01 {
		position: absolute;
		top: 82.26vw;
		left: 4.2%;
		width: 91.6%;
		margin-left: 0;
		z-index: 3;
	}
	#ct_bg .storyArea .storyAreaInner01:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: url("../../img/bg_index08.png") no-repeat 0 0;
		background-size: 156px auto;
		width: 156px;
		height: 156px;
	}
	#ct_bg .storyArea .storyAreaInner01:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		background: url("../../img/bg_index09.png") no-repeat 0 0;
		background-size: 156px auto;
		width: 156px;
		height: 156px;
	}
	#ct_bg .storyArea .fig01 {
		position: absolute;
		top: 38vw;
		left: 0.8vw;
		width: 214px;
		width: 57.066vw;
	}
	#ct_bg .storyArea .fig02 {
		position: absolute;
		top: inherit;
		right: inherit;
		bottom: 3.4vw;
		left: 4vw;
		width: 147px;
		width: 39.2vw;
		-webkit-animation: move 3s infinite ease-in;
		animation: move 3.2s infinite ease-in;
	}
	#ct_bg .storyArea .fig03 {
		position: absolute;
		bottom: inherit;
		left: inherit;
		top: 39.2vw;
		right: 1.73vw;
		width: 138px;
		width: 36.8vw;
		-webkit-animation: move 3s infinite ease-in;
		animation: move 3.2s infinite ease-in;
	}
	#ct_bg .storyArea .fig04 {
		position: absolute;
		bottom: 1.5vw;
		right: 4vw;
		width: 182px;
		width: 48.533vw;
		z-index: 2;
	}







	#ct_bg .howtoArea {
		background: url("../../img/bg_index01.png") repeat 0 0;
		background-size: 310px auto;
		padding: 21vw 0 76px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 {
		width: 92%;
		margin: 0 auto;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto {
		position: relative;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto + .howto {
		margin-top: 10.4vw;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto .hdg {
		background: #00c4e6;
		color: #fff;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.8rem;
		font-weight: 800;
		border-radius: 10px;
		padding: 0.35em 15px 0.35em;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto .hdg span {
		background: url("../../img/icon_index01.png") no-repeat 0 50%;
		background-size: auto 24px;
		padding-left: 42px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto .tx01 {
		font-size: 1.6rem;
		width: 100%;
		padding: 27px 0 16px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto02 .tx01 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto04 .tx01 {
		width: 78.98%;
		padding-bottom: 70px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto01 {
		min-height: inherit;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto02 {
		min-height: inherit;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto03 {
		min-height: inherit;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto01 figure {
		position: inherit;
		top: inherit;
		right: inherit;
		width: 67.24%;
		margin: 0 auto;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto02 .hdg {
		padding-left: 15px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto02 figure {
		position: inherit;
		top: inherit;
		left: inherit;
		width: 310px;
		width: 67.24%;
		margin: 0 auto;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto03 figure {
		position: inherit;
		top: inherit;
		right: inherit;
		width: 67.24%;
		margin: 0 auto;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .howto04 figure {
		position: absolute;
		top: 15.9vw;
		right: 0;
		width: 58px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .tx02 {
		font-size: 1.6rem;
		margin-top: 22px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .note {
		font-size: 1.4rem;
		margin-top: 8px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .img01 {
		text-align: center;
		margin-top: 24px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .btn {
		width: 86.956%;
		margin: 30px auto 0;
	}

	#ct_bg .howtoArea .howtoAreaInner01 .box01 {
		background: #ffe1ef;
		border: 4px solid #fff;
		border-radius: 20px;
		position: relative;
		padding: 25.7vw 16px 40px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col {
		width: 100%;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col  + .col {
		margin-top: 22px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol {
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li {
		display: block;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.6rem;
		font-weight: 800;
		padding-left: 1.2em;
		margin-bottom: 0;
		min-height: inherit;
		position: relative;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li + li {
		margin-top: 22px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li .number {
		position: absolute;
		top: 0;
		left: 0;
		color: #e84091;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .col ol li .detailTxt {
		display: inline-block;
		font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
		font-size: 1.4rem;
		font-weight: normal;
		line-height: 1.56;
		margin-top: 9px;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .hdg {
		position: absolute;
		top: -4.2vw;
		left: 4.6vw;
		margin-left: 0;
		width: 90%;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .box01 .howtoAreaInner02 {
		width: 100%;
		margin: 22px auto 0;
	}
	#ct_bg .howtoArea .howtoAreaInner01 .hdg02 {
		width: 100%;
		margin: 0 auto;
	}









	#ct_bg .parentArea {
		background: url("../../img/bg_index04.png") repeat 0 0;
		background-size: 20px auto;
	}
	#ct_bg .parentArea .parentAreaInner01 {
		margin: 0 auto;
		padding: 0;
		min-height: inherit;
		position: relative;
	}
	#ct_bg .parentArea .parentAreaInner02 {
		width: 92%;
		margin: 0 auto;
		padding: 47.5vw 0 22vw;
	}
	#ct_bg .parentArea .parentAreaInner01 .hdg01 {
		position: absolute;
		top: 21.2vw;
		left: 4%;
		width: 92%;
		margin-left: 0;
		z-index: 3;
	}
	#ct_bg .parentArea .parentAreaInner02 .textArea p {
		font-size: 1.6rem;
		line-height: 1.59;
	}
	#ct_bg .parentArea .parentAreaInner02 .textArea p + p {
		margin-top: 1.3em;
	}
	#ct_bg .parentArea .parentAreaInner02 figure {
		width: 100%;
		margin: 8.8vw auto 0;
	}
	#ct_bg .parentArea .parentAreaInner01:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		background: url("../../img/bg_index08.png") no-repeat 0 0;
		background-size: 156px auto;
		width: 156px;
		height: 156px;
	}
	#ct_bg .parentArea .parentAreaInner01:after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		background: url("../../img/bg_index09.png") no-repeat 0 0;
		background-size: 156px auto;
		width: 156px;
		height: 156px;
	}

	#ct_bg .qaBlock01 {
		padding: 21.333% 0;
	}

	#ct_bg .qaBlock01 > .inner01 {
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}

  #ct_bg .qaBlock01 > .inner01 > .wrap01 {
    width: 100%;
    margin: 0 auto;
  }

  #ct_bg .qaBlock01 > .inner01 .image01 {
    margin-top: 30px;
    width: 35%;
  }

  #ct_bg .qaBlock01 > .inner01 .image02 {
    width: 100%;
    margin: 20px auto 0;
  }

  #ct_bg .qaBlock01 .qaTitle {
    background: #00c4e6;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    border-radius: 25px;
    padding: 2px 15px 3px;
  }

  #ct_bg .qaBlock01 .qaTitle > span {
    position: relative;
    display: block;
    padding-left: 1.5em;
  }

  #ct_bg .qaBlock01 .qaTitle > span::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: auto;
    height: auto;
    content: "Q.";
  }
  #ct_bg .qaBlock01 > .inner01 .qaText {
    position: relative;
    margin-top: 20px;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
  }

  #ct_bg .qaBlock01 > .inner01 .wrap01 .qaText {
    width: 60%;
    margin-top: 30px;
    padding-left: 1.5em;
    padding-right: 0;
  }

  #ct_bg .qaBlock01 > .inner01 .qaText.type02 {
    margin-left: 0;
    margin-right: 0;
  }

  #ct_bg .qaBlock01 > .inner01 .wrap01 .qaText::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: auto;
    height: auto;
    content: "A.";
  }

	#ct_bg .movieWrap03 {
		margin: 20px 0 50px;
		padding-bottom: 56.25%;
	}

	#ct_bg .copyrights01 {
		font-size: 1.2rem;
	}

	#ct_bg .openingArea01 {
		background-size: 290px;
	}

	#ct_bg .openingArea01 .box01 {
		width: 73.733%;
		height: 67.6vw;
		top: 30vw;
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}

	#ct_bg .openingArea01 .image01 {
		width: 98.734%;
		top: 18.333vw;
	}

	#ct_bg .openingArea01 .image02 {
		width: 30.56%;
	}

	#ct_bg .openingArea01 .image03 {
		width: 30.379%;
	}

	#ct_bg .openingArea01 .button01 {
		width: 44vw;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		right: inherit;
		bottom: 4.266vw;
	}

	#ct_bg .openingArea01 .button01 > a {
		display: block;
	}


	#ct_bg .frameArea01 {
		position: relative;
		padding: 50px 4% 72px;
	}

	#ct_bg .frameArea01 > .inner01 {
		margin: 0 auto;
		width: 100%;
	}

	#ct_bg .frameArea01 > .inner01 > .button01 {
		margin: 10px auto 0;
		width: 86.3%;
	}

	#ct_bg .block01 {
		margin-top: 20px;
		padding: 2px;
		width: 86.3%;
		border-width: 2px;
	}
	#ct_bg .block01 > .image02,
	#ct_bg .block01 > .image03 {
		top: 2px;
		left: 2px;
		width: calc(100% - 4px);
	}
	#ct_bg .block01 > .text01 {
		position: absolute;
		top: 1.7vw;
		left: -8vw;
		width: 28.5%;
	}
	#ct_bg .block01 > .text02 {
		position: absolute;
		bottom: 2.6vw;;
		left: -8.9vw;
		width: 35.8%;
	}
	#ct_bg .block01 > .text03 {
		position: absolute;
		top: 2.6vw;
		right: -8.9vw;
		width: 38.8%;
	}
	#ct_bg .block01 > .text04 {
		position: absolute;
		top: -2.1vw;
		left: -8.9vw;
		width: 32.6%;
	}
	#ct_bg .block01 > .text05 {
		position: absolute;
		top: 3.4vw;
		right: 10.1vw;
		width: 14%;
	}


	#ct_bg .frameArea02 {
		margin: 0 4%;
		width: auto;
		padding-bottom: 34px;
		background: url(../../img/bg_index12.png) no-repeat 50% 100% / 100% auto;
	}
	#ct_bg .frameArea02 > .inner01 {
		padding: 40px 5.7% 0;
		background: url(../../img/bg_index11.png) no-repeat 50% 0 / 100% auto;
	}

	#ct_bg .col02 {
		width: 100%;
	}

	#ct_bg .col02 + .col02 {
		margin-top: 25px;
	}

	#ct_bg .col02 > .text01 {
		font-size: 1.6rem;
	}

	#ct_bg .col02 > .text02 {
		display: table;
		margin: 15px auto 0;
		padding: 5px 15px;
		background-color: #181818;
		color: #fff;
	}

	#ct_bg .col02 > .notes01 {
		margin-top: 5px;
		font-size: 1.2rem;
	}

	#ct_bg .col02 > .button01 {
		margin: 15px auto 0;
		width: 78.461%;
	}
	#ct_bg .col02 > .button01 > a:before {
		content: normal;
	}

	#ct_bg .col02 > .button01 > a:hover:after,
	#ct_bg .col02 > .button01 > a.reserve:after,
	#ct_bg .col02 > .button01 > a.waiting:after {
		opacity: 0;
		transition: none;
	}

	#ct_bg .notes01 {
		margin-top: 10px;
		text-align: right;
		color: #fff;
		font-size: 1.2rem;
	}
	#ct_bg .notes01.type02 {
		width:86.3%;
	}

}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
