@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap");
html {
	font-size: 62.5%;
}
#contents {
	padding: 0;
	width: 100%;
	overflow: hidden;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
}
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}
.onlySP {
	display: none;
}
.headTitleArea01 {
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}
.headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.headTitleArea01 > .inner01 .text01 strong {
	font-weight: bold;
}
.star {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../img/bg_index07.svg") no-repeat center center/contain;
	animation: glitter 2s;
	pointer-events: none;
	z-index: 2;
}
.star2 {
	position: absolute;
	display: block;
	width: 104px;
	height: 104px;
	background: url("../img/bg_index08.svg") no-repeat center center/contain;
	animation: glitter 2s;
	pointer-events: none;
	z-index: 2;
}
/* キラキラが発生するアニメーション */
@keyframes glitter {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}
#wrapper {
	background: url(../img/bg_index01_pc.png) repeat 0 0/1000px;
	background-attachment: fixed;
}
#ct_bg {
	color: #764E7C;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
	font-size: 1.6rem;
	line-height: 1.75;
}
#ct_bg a {
	color: #764E7C;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#ct_bg .btn01 {
	position: relative;
}
#ct_bg .btn01 a {
	display: block;
	text-decoration: none;
	text-align: center;
	border-radius: 144px;
	background: url("../img/bg_index09.png") no-repeat 0 0/cover;
	box-shadow: 4px 6px 10px 0px rgba(159, 105, 169, 0.4);
	padding: 14px 10px;
	position: relative;
}
#ct_bg .btn01 a span {
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3.0rem;
	text-shadow: #5db8c4 2px 0px 0px, #5db8c4 1.755165px 0.958851px 0px, #5db8c4 1.080605px 1.682942px 0px, #5db8c4 0.141474px 1.99499px 0px, #5db8c4 -0.832294px 1.818595px 0px, #5db8c4 -1.602287px 1.196944px 0px, #5db8c4 -1.979985px 0.28224px 0px, #5db8c4 -1.872913px -0.701566px 0px, #5db8c4 -1.307287px -1.513605px 0px, #5db8c4 -0.421592px -1.95506px 0px, #5db8c4 0.567324px -1.917849px 0px, #5db8c4 1.41734px -1.411081px 0px, #5db8c4 1.920341px -0.558831px 0px;
	position: relative;
	z-index: 1;
}
#ct_bg .btn01 a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index09on.png") no-repeat 0 0/cover;
	z-index: 0;
	opacity: 0;
	transition-duration: 0.3s;
	border-radius: 144px;
}
#ct_bg .mallLinkTxt a {
	min-width: 340px;
	display: inline-block;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.6rem;
	text-shadow: #9852b9 2px 0px 0px, #9852b9 1.755165px 0.958851px 0px, #9852b9 1.080605px 1.682942px 0px, #9852b9 0.141474px 1.99499px 0px, #9852b9 -0.832294px 1.818595px 0px, #9852b9 -1.602287px 1.196944px 0px, #9852b9 -1.979985px 0.28224px 0px, #9852b9 -1.872913px -0.701566px 0px, #9852b9 -1.307287px -1.513605px 0px, #9852b9 -0.421592px -1.95506px 0px, #9852b9 0.567324px -1.917849px 0px, #9852b9 1.41734px -1.411081px 0px, #9852b9 1.920341px -0.558831px 0px;
	text-decoration: none;
	text-align: center;
	border-radius: 144px;
	background: url("../img/bg_index10.png") no-repeat 0 0/cover;
	box-shadow: 4px 6px 10px 0px rgba(159, 105, 169, 0.4);
	padding: 10px 10px;
	position: relative;
}
#ct_bg .mallLinkTxt a em {
	padding-left: 55px;
	background: url("../img/ic_index01.svg") no-repeat 0 50%/42px;
	position: relative;
	z-index: 3;
	display: inline-block;
	min-height: 38px;
}
#ct_bg .mallLinkTxt a em.reserve {
	background-image: url("../img/ic_index02.svg");
}
#ct_bg .mallLinkTxt a em.waiting {
	background-image: url("../img/ic_index03.svg");
}
#ct_bg .mallLinkTxt a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index10on.png") no-repeat 0 0/cover;
	z-index: 0;
	opacity: 0;
	transition-duration: 0.3s;
	border-radius: 144px;
}
#ct_bg .mallLinkTxt a:hover::after {
	opacity: 1;
}
#ct_bg .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ct_bg .heading01 {
	background: url("../img/bg_index03.jpg") repeat-x 50% 50%/cover, lightgray 50%/cover no-repeat;
	border-top: 6px solid #DFF2FC;
	border-bottom: 6px solid #DFF2FC;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	position: relative;
}
#ct_bg .heading01 img {
	width: auto;
	height: 162.5px;
}
#ct_bg .heading01 span::before {
	content: '';
	position: absolute;
	bottom: 22px;
	left: 50%;
	margin-left: -420px;
	width: 88px;
	height: 88px;
	background: url("../img/bg_index08.svg") no-repeat center center/contain;
	animation: glitter 2s infinite;
	animation-delay: 0.5s;
	pointer-events: none;
	z-index: 2;
}
#ct_bg .heading01 span::after {
	content: '';
	position: absolute;
	top: 22px;
	right: 50%;
	margin-right: -420px;
	width: 88px;
	height: 88px;
	background: url("../img/bg_index08.svg") no-repeat center center/contain;
	animation: glitter 2s infinite;
	pointer-events: none;
	z-index: 2;
}
#ct_bg .heading01::before {
	content: '';
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -500px;
	width: 128px;
	height: 129px;
	background: url("../img/bg_index08.svg") no-repeat center center/contain;
	animation: glitter 2s infinite;
	animation-delay: 0.5s;
	pointer-events: none;
	z-index: 2;
}
#ct_bg .heading01::after {
	content: '';
	position: absolute;
	top: -45px;
	right: 50%;
	margin-right: -500px;
	width: 128px;
	height: 129px;
	background: url("../img/bg_index08.svg") no-repeat center center/contain;
	animation: glitter 2s infinite;
	pointer-events: none;
	z-index: 2;
}
#ct_bg .mainArea01 {
	padding-top: 23px;
	padding-bottom: 132px;
}
#ct_bg .mainArea01 .img01 {
	text-align: center;
	margin-bottom: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#ct_bg .mainArea01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#ct_bg .mainArea01 > .inner01 .movieFrame01 {
	padding: 60px 0;
	background: url("../img/bg_index04.png") no-repeat 0 0/1000px, url("../img/bg_index06.png") no-repeat 0 100%/1000px;
	position: relative;
}
#ct_bg .mainArea01 > .inner01 .movieFrame01 > .inner01 {
	background: url("../img/bg_index05.png") repeat-y 0 0/1000px;
	padding: 12px 72px;
}
#ct_bg .mainArea01 > .inner01 .movieFrame02 {
	width: 49%;
	position: relative;
	padding: 30px;
}
#ct_bg .mainArea01 > .inner01 .movieFrame02::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index11.png") no-repeat center/cover;
	background-size: 100%;
}
#ct_bg .mainArea01 > .inner01 .movieFrame02:nth-child(even) {
	margin-left: 2%;
}
#ct_bg .mainArea01 > .inner01 .movieFrame02:nth-child(n+3) {
	margin-top: 20px;
}
#ct_bg .mainArea01 > .inner01 .localNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 32px;
	margin-left: -2px;
	margin-right: 5px;
}
#ct_bg .mainArea01 > .inner01 .localNav li {
	width: 23.6%;
	position: relative;
}
#ct_bg .mainArea01 > .inner01 .localNav li::before {
	content: '';
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: rgba(159, 105, 169, 0.8);
}
#ct_bg .mainArea01 > .inner01 .localNav li a {
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	transition: .3s;
}
#ct_bg .howtoArea01 {
	background: rgba(176, 139, 190, 0.8);
}
#ct_bg .howtoArea01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 42px 20px 154px;
}
#ct_bg .sampleArea01 {
	background: rgba(176, 139, 190, 0.8);
}
#ct_bg .sampleArea01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 43px 20px 154px;
}
#ct_bg .sampleArea01 > .inner01 .text01 {
	max-width: 912px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .sampleArea01 > .inner01 .text02 {
	max-width: 759px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .sampleArea01 > .inner01 .img01 {
	margin-top: 16px;
	margin-bottom: 16px;
}
#ct_bg .sampleArea01 > .inner01 .img02 {
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
}
#ct_bg .sampleArea01 > .inner01 .img02 .star2 {
	width: 97px;
	height: 97px;
}
#ct_bg .sampleArea01 > .inner01 .noteList01 li {
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
}
#ct_bg .lineupArea01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 177px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 {
	position: relative;
	width: 100%;
	border: 4px solid #fff;
	border-radius: 40px;
	overflow: hidden;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 + .frameArea01 {
	margin-top: 36px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 {
	padding: 34px 32px 28px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/bg_index03.jpg) repeat 0 0/100%, lightgray 50%/cover no-repeat;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 .textWrap {
	max-width: calc(100% - 240px);
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 .pkg {
	max-width: 200px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text01 {
	color: #764E7C;
	font-size: 1.6rem;
	line-height: 1.6;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text01 + .text01 {
	margin-top: 1.6em;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text01 + .text02 {
	margin-top: 1.2em;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text02 {
	color: #764E7C;
	font-size: 1.4rem;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text03 {
	color: #764E7C;
	font-size: 1.6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text03 strong {
	color: #fff;
	font-size: 1.6rem;
	background: #5DB8C4;
	padding: 5px 16px;
	margin-right: 12px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text04 {
	color: #5DB8C4;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 3.2rem;
	margin-top: 18px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .mallLinkTxt {
	margin-top: 12px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .mallLinkTxt + .text01 {
	margin-top: 20px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .img01 {
	margin-top: 15px;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .copyright {
	margin-top: 13px;
	margin-bottom: 1px;
	text-align: center;
	font-size: 1.4rem;
}
#ct_bg .lineupArea01 > .inner01 .frameArea01 + .btn01 {
	margin-top: 40px;
}
#ct_bg .qaArea01 > .inner01 {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding: 43px 20px 0;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap {
	border: 4px solid #fff;
	border-radius: 40px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/bg_index03.jpg) repeat 0 0/100%, lightgray 50%/cover no-repeat;
	padding: 29px 28px 28px;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap + .qaWrap {
	margin-top: 24px;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .q {
	border-bottom: 3px dotted #C2BBDC;
	padding-bottom: 22px;
	padding-left: 52px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	position: relative;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .q .icon {
	position: absolute;
	top: -3px;
	left: 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 50px;
	min-height: 33px;
	background: url("../img/txt_index04.svg") no-repeat 0 0/33.5px;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .a {
	padding-top: 26px;
	padding-left: 52px;
	font-size: 1.6rem;
	line-height: 1.6;
	position: relative;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .a .icon {
	position: absolute;
	top: 22px;
	left: 2px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 50px;
	min-height: 33px;
	background: url("../img/txt_index03.svg") no-repeat 0 0/30px;
}
#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .text01 {
	color: #E70012;
	font-weight: bold;
}
#ct_bg .qaArea01 .qaWrap02 {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	margin-left: 52px;
	gap: 3%;
}
#ct_bg .qaArea01 .qaWrap02 p {
	max-width: 435px;
}
#ct_bg .qaArea01 .qaWrap02 p > img {
	border-radius: 8px;
}
#ct_bg .sns_wrapper {
	padding: 96px 0 57px;
}
#ct_bg .sns_wrapper .snsBtn02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn02 li {
	margin: 0 5px;
}
@media screen and (min-width: 640px) {
	#ct_bg .sampleArea01 .heading01::before {
		margin-left: -455px;
	}
	#ct_bg .lineupArea01 .heading01::before {
		margin-left: -495px;
	}
	#ct_bg .lineupArea01 .heading01::after {
		margin-right: -496px;
	}
	#ct_bg .qaArea01 .heading01::before {
		margin-left: -367px;
	}
	#ct_bg .qaArea01 .heading01::after {
		margin-right: -357px;
	}
	#ct_bg .btn01 a:hover::after {
		opacity: 1;
	}
	#ct_bg .btn01:hover::before {
		content: '';
		position: absolute;
		top: -28px;
		left: 49px;
		width: 96px;
		height: 96px;
		background: url("../img/bg_index08.svg") no-repeat center center/contain;
		animation: glitter 2s infinite;
		animation-delay: 0.5s;
		pointer-events: none;
		z-index: 2;
	}
	#ct_bg .btn01:hover::after {
		content: '';
		position: absolute;
		bottom: -28px;
		right: 35px;
		width: 96px;
		height: 96px;
		background: url("../img/bg_index08.svg") no-repeat center center/contain;
		animation: glitter 2s infinite;
		pointer-events: none;
		z-index: 2;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li a:hover {
		transform: translate(3px, 3px);
	}
	#ct_bg .mainArea01 > .inner01 .localNav li a:hover::before {
		content: '';
		position: absolute;
		top: -28px;
		left: -25px;
		width: 96px;
		height: 96px;
		background: url("../img/bg_index08.svg") no-repeat center center/contain;
		animation: glitter 2s infinite;
		animation-delay: 1s;
		pointer-events: none;
		z-index: 2;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li a:hover::after {
		content: '';
		position: absolute;
		bottom: -28px;
		right: -25px;
		width: 96px;
		height: 96px;
		background: url("../img/bg_index08.svg") no-repeat center center/contain;
		animation: glitter 2s infinite;
		pointer-events: none;
		z-index: 2;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02.type02 {
		margin-bottom: -37px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02.type02 .textWrap {
		padding-bottom: 52px;
	}
}
@media screen and (max-width: 1040px) {
	#ct_bg .mainArea01 > .inner01 .movieFrame01 {
		background: url("../img/bg_index04.png") no-repeat 0 0/100%, url("../img/bg_index06.png") no-repeat 0 100%/100%;
		padding: 5.72vw 0;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame01 > .inner01 {
		background: url("../img/bg_index05.png") repeat-y 0 0/100%;
		padding: 1.15vw 6.92vw;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame02 {
		padding: 3vw;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li::before {
		border-radius: 1.92vw;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li a {
		border-radius: 1.92vw;
	}
}
@media screen and (max-width: 639px) {
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
	.headTitleArea01 > .inner01 {
		padding: 8px;
	}
	.star2 {
		width: 9.87vw;
		height: 9.87vw;
	}
	#wrapper {
		position: relative;
		background: none;
	}
	#wrapper::before {
		position: fixed;
		width: 100%;
		height: 100%;
		background: url("../img/bg_index01_sp.png") repeat 0 0/400px 700px;
		content: "";
		z-index: -999;
	}
	#ct_bg .btn01 a {
		text-align: left;
		padding: 16px 8.6%;
		background: url("../img/bg_index09_sp.png") no-repeat 0 0 / cover;
	}
	#ct_bg .btn01 a span {
		font-size: 7.5vw;
		line-height: 1.2;
	}
	#ct_bg .btn01 a::before {
		content: '';
		position: absolute;
		top: -2.3vw;
		left: -2vw;
		width: 54px;
		height: 54px;
		background: url("../img/bg_index08.svg") no-repeat center center/contain;
		animation: glitter 2s infinite;
		animation-delay: 0.5s;
		pointer-events: none;
		z-index: 2;
	}
	#ct_bg .mallLinkTxt a {
		min-width: 100%;
		font-size: 6.5vw;
		padding: 9px 10px;
	}
	#ct_bg .lineupArea01 .heading01 img {
		height: 21.84vw;
	}
	#ct_bg .heading01 {
		border-top-width: 3.78px;
		border-bottom-width: 3.78px;
		padding-top: 8.5px;
		padding-bottom: 8.5px;
	}
	#ct_bg .heading01 img {
		height: 26vw;
	}
	#ct_bg .heading01 span::before {
		bottom: 22px;
		width: 44px;
		height: 44px;
		margin-left: -200px;
	}
	#ct_bg .heading01 span::after {
		top: 14px;
		width: 44px;
		height: 44px;
		margin-right: -200px;
	}
	#ct_bg .heading01::before {
		bottom: -32px;
		width: 64px;
		height: 64px;
		margin-left: -50.25vw;
	}
	#ct_bg .heading01::after {
		top: -32px;
		width: 64px;
		height: 64px;
		margin-right: -50vw;
	}
	#ct_bg .mainArea01 {
		padding-top: 4%;
		padding-bottom: 13.5%;
	}
	#ct_bg .mainArea01 .img01 {
		margin-bottom: 8%;
	}
	#ct_bg .mainArea01 > .inner01 {
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame01 {
		border-top: 2px solid #DFF2FC;
		border-bottom: 2px solid #DFF2FC;
		padding: 6px 0;
		background: #C2BBDC;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame01 > .inner01 {
		padding: 16px 4%;
		border-top: 2px solid #DFF2FC;
		border-bottom: 2px solid #DFF2FC;
		background: #fff;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame02 {
		width: 100%;
		border-top: 2px solid #DFF2FC;
		border-bottom: 2px solid #DFF2FC;
		padding: 6px 0;
		background: #C2BBDC;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame02 > .inner01 {
		padding: 16px 4%;
		border-top: 2px solid #DFF2FC;
		border-bottom: 2px solid #DFF2FC;
		background: #fff;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame02::before {
		content: "";
		display: none;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame02:nth-child(even) {
		margin-left: 0;
	}
	#ct_bg .mainArea01 > .inner01 .movieFrame02:nth-child(n+2) {
		margin-top: 20px;
	}
	#ct_bg .mainArea01 > .inner01 .localNav {
		margin-top: 10%;
		margin-left: 4%;
		margin-right: 4%;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li {
		width: 47.9%;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li:nth-child(n + 3) {
		margin-top: 17px;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li::before {
		border-radius: 17px;
	}
	#ct_bg .mainArea01 > .inner01 .localNav li a::before {
		content: '';
		position: absolute;
		top: -16px;
		left: -12px;
		width: 54px;
		height: 54px;
		background: url("../img/bg_index08.svg") no-repeat center center/contain;
		animation: glitter 2s infinite;
		animation-delay: 0.5s;
		pointer-events: none;
		z-index: 2;
	}
	#ct_bg .howtoArea01 > .inner01 {
		padding: 8% 4% 28%;
	}
	#ct_bg .sampleArea01 > .inner01 {
		padding: 8% 4% 28%;
	}
	#ct_bg .sampleArea01 > .inner01 .img02 .star2 {
		width: 17.375vw;
		height: 17.375vw;
	}
	#ct_bg .lineupArea01 > .inner01 {
		padding: 7% 3% 28% 4%;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 {
		border-radius: 32px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 {
		padding: 6.59% 3.29% 5.49%;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/bg_index03.jpg) repeat 0 0/400%, lightgray 50%/cover no-repeat;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 {
		margin-bottom: 16px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 .textWrap {
		max-width: 100%;
		text-align: center;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 .textWrap .text01,
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 .textWrap .text02 {
		text-align: left;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 > .inner02 .pkg {
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text03 {
		font-size: 4vw;
		text-align: center;
		display: inline;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text03 strong {
		font-size: 4vw;
		line-height: 1.6;
		display: inline-block;
		padding: 4px 16px;
		margin-right: 0;
		margin-bottom: 16px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text03 span {
		display: inline-block;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .text04 {
		text-align: center;
		font-size: 7vw;
		line-height: 1.2;
		margin-top: 16px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .mallLinkTxt {
		margin-top: 16px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .mallLinkTxt + .text01 {
		margin-top: 18px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 > .inner01 .pkg {
		max-width: 50vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
	#ct_bg .lineupArea01 > .inner01 .frameArea01 + .btn01 {
		margin-top: 32px;
	}
	#ct_bg .qaArea01 > .inner01 {
		padding: 8% 4% 0;
	}
	#ct_bg .qaArea01 > .inner01 .qaList .qaWrap {
		border: 4px solid #fff;
		border-radius: 24px;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), url(../img/bg_index03.jpg) repeat 0 0/100%, lightgray 50%/cover no-repeat;
		padding: 20px 16px;
	}
	#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .q {
		padding-bottom: 21px;
		padding-left: 34px;
	}
	#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .q .icon {
		left: -2px;
		width: 30px;
		background: url("../img/txt_index04.svg") no-repeat 0 0/27.5px;
	}
	#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .a {
		padding-left: 34px;
	}
	#ct_bg .qaArea01 > .inner01 .qaList .qaWrap .a .icon {
		left: -2px;
		width: 29px;
		background: url("../img/txt_index03.svg") no-repeat 0 0/24.5px;
	}
	#ct_bg .qaArea01 .qaWrap02 {
		flex-wrap: wrap;
		margin-top: 0;
		margin-left: 34px;
	}
	#ct_bg .qaArea01 .qaWrap02 p {
		margin-top: 10px;
		max-width: 100%;
	}
}