@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap");
html {
	font-size: 62.5%;
}

/* renewal header footer start*/
.l-header {
	z-index: 200;
}
.l-global-nav__grandchild-link._type-card {
	font-size: 14px;
}
.l-utility-nav__link {
	font-size: 11px;
}
.l-hamburger {
	font-size: 11px;
}
.l-global-nav__panel._large .l-global-nav__panel-title {
	font-size: 16px;
}
.l-global-nav__panel-title {
	font-size: 14px;
}
.l-global-nav__panel-small {
	font-size: 11px;
}
.l-global-nav__title {
	font-size: 16px;
}
.l-global-nav__dropdown {
	font-size: 14px;
}
.l-global-nav__help-link {
	font-size: 16px;
}

.c-list-sns__title {
	font-size: 20px;
}
.c-list-sns__more {
	font-size: 13px;
}
.l-footer-sitemap__link {
	font-size: 16px;
}
.l-footer-sitemap__trigger {
	font-size: 16px;
}
.l-footer-sitemap__lower-list {
	font-size: 14px;
}
.l-footer-sitemap__lower-link:hover {
	color: #fff;
}
.l-footer__nav-list {
	font-size: 14px;
}
@media print, screen and (min-width: 768px) {
	.l-global-nav__dropdown {
		font-size: 16px;
	}
	.l-global-nav__grandchild-link._type-link {
		font-size: 14px;
	}
	.l-utility-nav__title {
		font-size: 14px;
	}
	.l-global-nav__title-text {
		font-size: 15px;
	}
	.l-global-nav__dropdown-heading {
		font-size: 28px;
	}
	.c-list-sns__more {
		font-size: 14px;
	}
}
@media print, screen and (min-width: 1024px) {
	.l-global-nav__title-text {
		font-size: 16px;
	}
}

/* renewal header footer end */

#contents {
	padding: 0;
	width: 100%;
}
#header {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
	background: none;
}
footer.footMain01 {
	z-index: 9;
}
.wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wrap01.aC {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.wrap01.aEnd {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.wrap01.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}
@-webkit-keyframes rotateY-anim {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
@keyframes rotateY-anim {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg);
	}
}
.onlySP {
	display: none;
}
.onlySP02 {
	display: none;
}
.sFont01 {
	display: inline-block;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
.anchorWrap {
	margin-top: -45px;
	padding-top: 45px;
}
#ct_bg.top .headTitleArea01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.headTitleArea01 {
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
	position: relative;
	z-index: 100;
}
.headTitleArea01.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.headTitleArea01 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 20px 7px 130px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.headTitleArea01 > .inner01 .tx01 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: 1.5;
}
.headTitleArea01 > .inner01 .title {
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -600px;
	width: 110px;
	z-index: 2;
}
.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.fixMenuArea {
	background: #fff;
	position: relative;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	z-index: 2;
}
.fixMenuArea.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
.fixMenuArea::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
}
.fixMenuArea > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 0 12px 150px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.fixMenuArea > .inner01 .productsNav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.fixMenuArea > .inner01 .productsNav01 li a {
	height: 100%;
	width: 175px;
	display: block;
	background: #EADFF9;
	padding: 3px;
	border-radius: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
.fixMenuArea > .inner01 .productsNav01 li a img {
	margin-right: 4px;
	width: 62px;
}
.fixMenuArea > .inner01 .productsNav01 li a > span {
	display: inline-block;
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.2rem;
	line-height: 1.3;
	text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
.fixMenuArea > .inner01 .productsNav01 li a > span span {
	font-size: 1.6rem;
}
.fixMenuArea > .inner01 .productsNav01 li.type02 a {
	background: #FFE2EF;
}
.fixMenuArea > .inner01 .productsNav01 li.type03 a {
	padding-left: 28px;
	background: #D4F2FF;
}
.fixMenuArea > .inner01 .productsNav01 li.type03 a img {
	width: 39px;
	margin-right: 9px;
}
.fixMenuArea > .inner01 .productsNav01 li.type04 a {
	background: #F8F3B7;
	padding-left: 7px;
}
.fixMenuArea > .inner01 .productsNav01 li.type04 a img {
	width: 48px;
	margin-right: 18px;
}
.fixMenuArea > .inner01 .productsNav01 li.type04 a span {
	font-size: 1.5rem;
}
.fixMenuArea > .inner01 .productsNav01 li.type05 a {
	background: #C4F8DE;
	padding-left: 11px;
}
.fixMenuArea > .inner01 .productsNav01 li.type05 a img {
	width: 70px;
	margin-right: 15px;
}

@-webkit-keyframes ani {
	0% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 100% 0%;
	}
}
@keyframes ani {
	0% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 100% 0%;
	}
}
@-webkit-keyframes ani_sp {
	0% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 1000% 0%;
	}
}
@keyframes ani_sp {
	0% {
		background-position: 0% 100%;
	}
	100% {
		background-position: 1000% 0%;
	}
}
#ct_bg {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
	font-size: 1.6rem;
	line-height: 2;
}
#ct_bg:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100vh;
	background-image: url("../img/bg_02.png");
	background-size: 338px;
	content: "";
	-webkit-animation: ani 60s linear infinite;
	animation: ani 60s linear infinite;
}
#ct_bg a {
	color: #EA609E;
}

#ct_bg .color01 {
	color: #32318F !important;
}
#ct_bg .color02 {
	color: #EA609E;
}
#ct_bg .color03 {
	color: #FF0000;
}
#ct_bg .color04 {
	color: #666;
}

#ct_bg .mt60 {
	margin-top: 60px !important;
}


#ct_bg .line01 {
	margin: 40px 0 0;
	padding: 0;
	width: 100%;
	height: 26.12px;
	border: none;
	background: url("../img/bg_09.png") repeat-x 0 0;
}

#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 {
	text-align: center;
	position: relative;
}
#ct_bg .btn01 a {
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-decoration: none;
	text-align: center;
	background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
	background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
	padding: 12px 1.25em;
	position: relative;
	border-radius: 50px;
	border: 4px solid #FFF;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	min-width: 480px;
}
#ct_bg .btn01 a span {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
	position: relative;
	z-index: 1;
}
#ct_bg .btn01 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 30px;
	height: 33px;
	background: url("../img/ic_04.png") no-repeat 0 0/100%;
	margin-top: -17px;
}
#ct_bg .btn02 {
	margin-top: 20px;
	text-align: center;
}
#ct_bg .btn02:first-child {
	margin-top: 0;
}

#ct_bg .btn02 button, #ct_bg .btn02 a {
	cursor: pointer;
	min-width: 340px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	text-decoration: none;
	text-align: center;
	padding: 14px 38px;
	position: relative;
	border-radius: 50px;
	border: 2px solid #32318F;
	background-color: #fff;
	line-height: 1.1;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
#ct_bg .btn02 button span, #ct_bg .btn02 a span {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.1;
	position: relative;
	z-index: 1;
}
#ct_bg .btn02 button::before, #ct_bg .btn02 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	width: 23px;
	height: 17px;
	background: url("../img/ic_arrow02.svg") no-repeat 0 0/contain;
	margin-top: -9px;
}
#ct_bg .btn02.typePdf > a::before {
	content: "PDF";
	margin-top: 0;
	translate: 0 -50%;
	padding: 0 4px;
	width: inherit;
	height: inherit;
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1.5;
	rotate: 0.03deg;
}

#ct_bg .mallLinkTxt a {
	display: inline-block;
	color: #32318F;
	text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
	background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
	-webkit-box-shadow: 4px 6px 10px 0px rgba(159, 105, 169, 0.4);
	box-shadow: 4px 6px 10px 0px rgba(159, 105, 169, 0.4);
	border: 4px solid #fff;
	padding: 11px 5px;
	line-height: 1;
	position: relative;
}
#ct_bg .mallLinkTxt a em {
	display: inline-block;
	padding: 4px 0 4px 38px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2rem;
	background: url("../img/ic_02.png") no-repeat 0 50%/35.5px;
	position: relative;
	z-index: 3;
}
#ct_bg .mallLinkTxt a em.reserve {
	background-image: url("../img/ic_01.png");
}
#ct_bg .mallLinkTxt a em.waiting {
	background-image: url("../img/ic_03.png");
}
#ct_bg .noteList01 {
	margin-top: 60px;
}
#ct_bg .noteList01 li {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .noteList02 li {
	padding-left: 1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .noteList02 li.bold {
	font-weight: bold;
}
#ct_bg .noteList02 li::before {
	content: "※";
	position: absolute;
	left: 0;
}
#ct_bg .slideArea01 {
	padding: 14px 0 20px;
	overflow: hidden;
	position: relative;
}
#ct_bg .slideArea01 .swiper-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 70px;
	height: 70px;
	margin-top: -34px;
	background: #fff;
	-webkit-transition: background .3s;
	transition: background .3s;
	border-radius: 50%;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#ct_bg .slideArea01 .swiper-arrow svg path {
	stroke: #EA609E;
	-webkit-transition: stroke 0.3s;
	transition: stroke 0.3s;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1 {
	left: -35px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 11px;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-next1 {
	right: -35px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 12px;
}
#ct_bg .slideArea01 .slide01 {
	max-width: 1200px;
	overflow: visible !important;
}
#ct_bg .slideArea01 .slide01 a {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: .3s;
	transition: .3s;
}
#ct_bg .slideArea01 .slide01 a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid #fff;
	border-radius: 40px;
	-webkit-transition: .3s;
	transition: .3s;
}
#ct_bg .slideArea01 .slide01 a img {
	border-radius: 40px;
	-webkit-transition: .3s;
	transition: .3s;
}
#ct_bg .movieWrap01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ct_bg .movieWrap01 iframe,
#ct_bg .movieWrap01 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#ct_bg .heading01 {
	text-align: center;
	position: relative;
}
#ct_bg .heading01 img {
	width: 600px;
}
#ct_bg .heading02 {
	color: #32318F;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.5;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
	position: relative;
}
#ct_bg .heading02.type01 {
	margin-bottom: 50px;
}
#ct_bg .heading02.type01::before {
	content: '';
	position: absolute;
	bottom: -28px;
	left: 50%;
	width: 80px;
	height: 8px;
	background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
	background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#ct_bg .heading02.type02 {
	text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
}
#ct_bg .heading03 {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.5;
	position: relative;
}
#ct_bg .heading03 span {
	position: relative;
	z-index: 1;
}
#ct_bg .heading04 {
	position: relative;
	margin-top: 20px;
	color: #EA609E;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .heading04.fontColor01 {
	color: #000;
}

#ct_bg .btn02 + .heading04 {
	margin-top: 40px;
}

#ct_bg .heading04.icon01 {
	padding-left: 48px;
}
#ct_bg .heading04.icon01::before {
	position: absolute;
	top: -0.1em;
	left: 0;
	content: "";
	width: 38px;
	height: 36px;
	background: url("../img/ic_22.svg") no-repeat 0 0/cover;
}

#ct_bg .heading04:first-child {
	margin-top: 0;
}
#ct_bg .text01 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .text01 strong {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	color: #EA609E;
}
#ct_bg .text01 + .text01 {
	margin-top: 1.2em;
}
#ct_bg .text02 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
	color: #32318F;
}
#ct_bg .txt01 {
	margin-top: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .txt01:first-child {
	margin-top: 0;
}
#ct_bg .heading04 + .txt01 {
	margin-top: 10px;
}

#ct_bg .txt02 {
	margin-top: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .txt02:first-child {
	margin-top: 0;
}
#ct_bg .line01 + .txt01,
#ct_bg .line01 + .txt02 {
	margin-top: 40px;
}

#ct_bg .localNav01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .localNav01 li {
	margin: 30px 0 0 2.5%;
	width: 31.6666666667%;
}

#ct_bg .localNav01 li:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .localNav01 li a {
	display: block;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
#ct_bg .anchorNav01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 7px;
}
#ct_bg .anchorNav01.type02 li a {
	padding: 12px 32px 12px 13px;
}
#ct_bg .anchorNav01 li a {
	background: #EADFF9;
	padding: 5px 27px 5px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	text-align: center;
	position: relative;
	border-radius: 40px;
	border: 2px solid #32318F;
	background: #fff;
	line-height: 1.1;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
#ct_bg .anchorNav01 li a img {
	width: 30px;
	margin-right: 5px;
}
#ct_bg .anchorNav01 li a > span {
	display: inline-block;
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.5;
	line-height: 1;
	position: relative;
	z-index: 1;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .anchorNav01 li a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 12px;
	height: 12px;
	background: url("../img/ic_arrow01.svg") no-repeat 0 0/cover;
	margin-top: -6px;
}
#ct_bg .bannerArea {
	padding-top: 80px;
	padding-bottom: 40px;
}
#ct_bg .bannerArea > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
}
#ct_bg .bannerArea > .inner01 .bannerList01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#ct_bg .bannerArea > .inner01 .bannerList01 li {
	width: 31.66%;
}
#ct_bg .bannerArea > .inner01 .bannerList01 li a {
	display: block;
	background: #fff;
	border-radius: 10px;
}
#ct_bg .bannerArea > .inner01 .bannerList01 li a img {
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	border-radius: 8px;
}
#ct_bg .bannerArea > .inner01 .copyright {
	color: #32318F;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-top: 40px;
}
#ct_bg .frame01 {
	background: #fff;
	position: relative;
}
#ct_bg .frame01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
}
#ct_bg .frame01::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
}
#ct_bg .frame01 + .frame01 {
	margin-top: 60px;
}
#ct_bg .frame01 > .inner01 {
	padding: 39px 40px 60px;
}
#ct_bg .frame02 {
	background: #fff;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	position: relative;
}
#ct_bg .frame03 {
	border: 4px solid #EADFF9;
	background: #fff;
	padding: 37px 40px;
}
#ct_bg .frame04 {
	background: #EADFF9;
	padding: 20px 20px 30px;
	position: relative;
}
#ct_bg .frame04 .new {
	position: absolute;
	top: -5px;
	left: -4px;
	width: 50px;
	height: 48px;
	background: url("../img/ic_new01.png") no-repeat 0 0/contain;
	z-index: 1;
}
#ct_bg .frame04 .new span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#ct_bg .frame04 > .inner01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#ct_bg .frame04 > .inner01 > .img01 {
	width: 48%;
}
#ct_bg .frame04 > .inner01 .textWrap {
	width: 50%;
}
#ct_bg .frame04 > .inner01 .textWrap .tx01 {
	text-align: center;
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.5;
	padding: 3px;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .frame04 > .inner01 .textWrap .tx02 {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 5px 5px;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .frame04 > .inner01 .textWrap .tx03 {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0 5px;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .frame04 > .inner01 .textWrap .tx03 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
}
#ct_bg .frame04 .tx04 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 10px 5px 0;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .frame04 .mallLinkTxt {
	max-width: 280px;
	margin: 20px auto 0;
}
#ct_bg .frame04 .mallLinkTxt a {
	display: block;
}
#ct_bg .movieFrame01 {
	border: 2px solid #fff;
}
#ct_bg .movieFrame02 {
	background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
	background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
	padding: 2px;
}
#ct_bg .movieFrame01, #ct_bg .movieFrame02 {
	position: relative;
}
#ct_bg .movieFrame01 .new, #ct_bg .movieFrame02 .new {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 50px;
	height: 49px;
	background: url("../img/ic_new01.png") no-repeat 0 0/contain;
	z-index: 1;
}
#ct_bg .movieFrame01 .new span, #ct_bg .movieFrame02 .new span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#ct_bg .mainArea01 {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 141, 192, 0.7)), to(rgba(0, 209, 255, 0.7)));
	background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0%, rgba(0, 209, 255, 0.7) 100%);
	padding-bottom: 20px;
}
#ct_bg .mainArea01 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 16px 20px 0;
	position: relative;
}
#ct_bg .mainArea01 > .inner01 .tx01 {
	text-align: right;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: 1.5;
}
#ct_bg .mainArea01 > .inner01 .title {
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -600px;
	width: 163.4px;
	z-index: 2;
}
#ct_bg .mainArea01 .img01 {
	text-align: center;
	margin-bottom: 40px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li {
	width: 200px;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a {
	display: block;
	text-align: center;
	height: 70px;
	padding: 2px;
	border-radius: 10px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
	text-decoration: none;
	-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a span {
	display: block;
	height: 100%;
	color: #32318F;
	background: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.2rem;
	line-height: 1.2;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#ct_bg .newsArea01 {
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
	padding: 4px 0;
}
#ct_bg .newsArea01.type02 > .inner01 {
	background: #fff;
}
#ct_bg .newsArea01.type02 > .inner01 > .inner02 {
	padding: 76px 20px;
}
#ct_bg .newsArea01.type02 > .inner01 > .inner02 .oshiraseList01 {
	margin-top: 50px;
}
#ct_bg .newsArea01 > .inner01 {
	background: #fff;
}
#ct_bg .newsArea01 > .inner01 > .inner02 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
	position: relative;
	background: #fff;
}
@-webkit-keyframes scrollText {
	from {
		left: 100%;
	}
	to {
		left: -250%;
	}
}
@keyframes scrollText {
	from {
		left: 100%;
	}
	to {
		left: -250%;
	}
}
#ct_bg .newsArea01 .oshiraseWrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}
#ct_bg .newsArea01 .oshiraseWrap01 .ic01 {
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 10px;
	white-space: nowrap;
}
#ct_bg .newsArea01 .oshiraseWrap01 .tx01 {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}
#ct_bg .newsArea01 .oshiraseWrap01 .tx01 .ticker-text {
	position: relative;
	white-space: nowrap;
}
#ct_bg .newsArea01 .oshiraseWrap01 .tx01 a {
	color: #32318F;
}
#ct_bg .newsArea01 .oshiraseList01 li {
	padding-bottom: 22px;
	position: relative;
}
#ct_bg .newsArea01 .oshiraseList01 li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
}
#ct_bg .newsArea01 .oshiraseList01 li + li {
	margin-top: 20px;
}
#ct_bg .newsArea01 .oshiraseList01 li .icWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	margin-bottom: 10px;
}
#ct_bg .newsArea01 .oshiraseList01 li .icWrap .ic01 {
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 6px;
}
#ct_bg .newsArea01 .oshiraseList01 li .icWrap .new {
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 6px;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .date {
	background: #D4F2FF;
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	padding: 7px 7px 7px 6px;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .date span .monthDate {
	font-size: 1.5rem;
	margin-left: 0.2em;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .tx01 {
	width: calc(100% - 121px);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 4px;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .tx01 > a {
	color: #000;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .tx01 > a > .sFont01 {
	text-decoration: underline;
}
#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .tx01 > a:hover > .sFont01 {
	text-decoration: none;
}

#ct_bg .productsArea01 {
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
	padding: 0 0 4px;
}
#ct_bg .productsArea01 > .inner01 {
	background: url("../../img/bg_index01_pc.jpg") no-repeat 50% 50%;
}
#ct_bg .productsArea01 > .inner01 > .inner02 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 79px 20px 76px;
}
#ct_bg .productsArea01 > .inner01 > .inner02 .localNav01 {
	margin-top: 10px;
}
#ct_bg .movieArea01 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 20px;
}
#ct_bg .movieArea01 > .inner01 .movieFrame01 {
	max-width: 1000px;
	margin: 42px auto 39px;
}
#ct_bg .eventArea01 {
	position: relative;
}
#ct_bg .eventArea01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
}
#ct_bg .eventArea01 > .inner01 {
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 141, 192, 0.7)), to(rgba(0, 209, 255, 0.7)));
	background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0%, rgba(0, 209, 255, 0.7) 100%);
}
#ct_bg .eventArea01 > .inner01 > .inner02 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 80px 20px 80px;
	position: relative;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	margin: 41px 0 39px;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 {
	margin: 0 0 0 2.5%;
	width: 31.6666666667%;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02:nth-child(3n + 1) {
	margin-left: 0;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02:nth-child(n + 4) {
	margin-top: 30px;
}

#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 > .inner01 {
	display: block;
	height: 100%;
	padding: 10px;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .new {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 50px;
	height: 48px;
	background: url("../img/ic_new01.png") no-repeat 0 0/contain;
	z-index: 1;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .new span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .img01 {
	position: relative;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .img01 img {
	width: 100%;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .img01 .ic01 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 6px;
}

#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap .date {
	text-align: center;
	background: #D4F2FF;
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.3;
	padding: 0 5px;
	min-height: 73px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	justify-content: center;
	align-items: center;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap .date span span {
	font-size: 1.5rem;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap .tx01 {
	color: #000;
	width: calc(100% - 65px);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}
#ct_bg .eventArea01 > .inner01 > .inner02 .comingsoon {
	text-align: center;
	margin-top: 40px;
}
#ct_bg .aboutArea01 {
	padding-top: 80px;
	padding-bottom: 20px;
	overflow: hidden;
}
#ct_bg .aboutArea01 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 0;
}
#ct_bg .aboutArea01 > .inner01 .tx01 {
	color: #32318F;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2.0rem;
	line-height: 2;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .aboutArea01 > .inner01 .tx01 .himari01 {
	color: #EA609E;
}
#ct_bg .aboutArea01 > .inner01 .tx01 .mitsuki01 {
	color: #19ADEA;
}
#ct_bg .aboutArea01 > .inner01 .tx01 strong {
	color: #8034DC;
}
#ct_bg .aboutArea01 > .inner01 .tx01 + .tx01 {
	margin-top: 40px;
}
#ct_bg .aboutArea01 > .inner01 .textWrap {
	position: relative;
	margin-bottom: 80px;
}
#ct_bg .aboutArea01 > .inner01 .textWrap .img_himari {
	position: absolute;
	top: 11px;
	left: 50%;
	width: 411px;
	margin-left: -599px;
	z-index: 1;
}
#ct_bg .aboutArea01 > .inner01 .textWrap .img_mitsuki {
	position: absolute;
	bottom: 71px;
	left: 50%;
	width: 401px;
	margin-left: 201px;
	z-index: 1;
}
#ct_bg .aboutArea01 .featureArea01 {
	background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
	background: linear-gradient(90deg, #ff8dc0 0%, #00d1ff 100%);
	padding: 4px;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 {
	background: url("../img/bg_01.jpg") repeat 0 0/410px;
	padding: 38px 40px;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .hdg01 {
	text-align: center;
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.6rem;
	line-height: 1.5;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 93.6936936937%;
	margin: 28px auto 0;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 48.0769230769%;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .img01 {
	width: 26.4%;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .textWrap01 {
	width: 69.4%;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .img02 {
	width: 20%;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .textWrap02 {
	width: 75.8%;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx02 {
	color: #EA609E;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.4rem;
	line-height: 1.5;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx02.type02 {
	color: #19ADEA;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx03 {
	color: #EA609E;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3.2rem;
	line-height: 1.5;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
	margin-bottom: 10px;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx03.type02 {
	color: #19ADEA;
}
#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx04 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}
#ct_bg .lineupArea01 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#ct_bg .lineupArea01 > .inner01 .anchorNav01 {
	margin-top: 5px;
	margin-bottom: 67px;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap {
	margin-top: 50px;
	padding-top: 10px;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap .heading02 {
	margin-bottom: 20px;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .name {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.5;
	text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
	padding-left: 41px;
	background: url("../img/ic_05.png") no-repeat 0 7px/30px;
	position: relative;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .name span {
	position: relative;
	z-index: 1;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .name::before {
	content: '';
	position: absolute;
	top: -28px;
	right: -21px;
	width: 100px;
	height: 91px;
	background: url("../img/bg_03.png") no-repeat 0 0/100%;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .name.type01::before {
	content: normal;
}

#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 35px;
	margin-bottom: 35px;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .mainImg {
	width: 65.8362989324%;
	background: #EBEBEB;
	padding: 1px;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList {
	width: 32.0284697509%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li {
	background: #EBEBEB;
	width: 47.22%;
	margin-right: 5.56%;
	padding: 4px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li.current {
	background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
	background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .img01 {
	margin: 20px 0;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .img02 {
	margin-top: 40px;
}

#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .buttonList01 {
	margin-top: 20px;
}
#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .buttonList01 li + li {
	margin-top: 20px;
}
#ct_bg .frame04Wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
}
#ct_bg .frame04Wrap .frame04 {
	width: 48.2142857143%;
}
#ct_bg .frame04Wrap + .movieFrame02 {
	margin-top: 40px;
}
#ct_bg .frame04Wrap.typeCard .frame04 {
	background: #FFE2EF;
}
#ct_bg .frame04Wrap.typeToy .frame04 {
	background: #F8F3B7;
}
#ct_bg .frame04Wrap.typeOther .frame04 {
	background: #C4F8DE;
}
#ct_bg .frame04Wrap.typeSmartphone .frame04 {
	background: #D4F2FF;
}
#ct_bg .frame04Wrap .frame04.bgNone {
	background: none !important;
	padding: 0;
}

#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .movieFrame02 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .movieArea02 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 0;
}
#ct_bg .movieArea02 > .inner01 .heading01 {
	margin-bottom: 40px;
}
#ct_bg .movieArea02 > .inner01 .heading03 {
	text-align: center;
	margin-bottom: 40px;
}
#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 {
	padding-bottom: 59px;
}
#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .movieFrame01List {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .movieFrame01List li {
	width: 48.2142857143%;
}
#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .captionWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}
#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .captionWrap .date {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .captionWrap .tx01 {
	width: calc(100% - 121px);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .newsArea02 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 0;
}
#ct_bg .newsArea02 > .inner01 strong {
	font-weight: 800;
}

#ct_bg .newsArea02 > .inner01 .heading01 {
	margin-bottom: 40px;
}
#ct_bg .newsArea02 > .inner01 .img01 {
	margin-top: 20px;
}
#ct_bg .newsArea02 > .inner01 .image01 {
	margin-top: 10px;
	max-width: 520px;
}

#ct_bg .newsArea02 > .inner01 .comingsoon {
	text-align: center;
}
#ct_bg .newsArea02 > .inner01 .text01 + .btn02 {
	margin-top: 20px;
}
#ct_bg .newsArea02 > .inner01.typeComingsoon {
	padding-bottom: 0;
	margin-bottom: -20px;
}
#ct_bg .newsArea02 > .inner01 .categoryWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	margin-top: 21px;
	margin-bottom: 20px;
}
#ct_bg .newsArea02 > .inner01 .categoryWrap .category {
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 10px;
}
#ct_bg .newsArea02 > .inner01 .categoryWrap .date {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: right;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .newsArea02 > .inner01 .frame01 > .inner01 {
	padding-bottom: 59px;
}
#ct_bg .qaArea01 > .inner01 {
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 0;
}
#ct_bg .qaArea01 > .inner01 .heading01 {
	margin-bottom: 40px;
}
#ct_bg .qaArea01 > .inner01 .anchorNav01 {
	margin-bottom: 20px;
}
#ct_bg .qaArea01 > .inner01 .heading03 + .text01 {
	margin-top: 20px;
}
#ct_bg .qaArea01 > .inner01 .heading03 + section {
	margin-top: 40px;
}
#ct_bg .qaArea01 > .inner01 .heading04 + .text01 {
	margin-top: 20px;
}
#ct_bg .qaArea01 > .inner01 .text01 strong, #ct_bg .qaArea01 > .inner01 .qaSection strong, #ct_bg .qaArea01 > .inner01 .answer strong {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	color: #EA609E;
}
#ct_bg .qaArea01 > .inner01 .text01 a, #ct_bg .qaArea01 > .inner01 .qaSection a, #ct_bg .qaArea01 > .inner01 .answer a {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	color: #EA609E;
	text-decoration: underline;
}
#ct_bg .qaArea01 > .inner01 .text01 a:hover, #ct_bg .qaArea01 > .inner01 .qaSection a:hover, #ct_bg .qaArea01 > .inner01 .answer a:hover {
	text-decoration: none;
}
#ct_bg .qaArea01 > .inner01 .frame03 + .frame01 {
	margin-top: 60px;
}
#ct_bg .qaArea01 > .inner01 .frame01 + .frame01 {
	margin-top: 60px;
}
#ct_bg .qaArea01 > .inner01 .frame01 > .inner01 {
	padding-bottom: 60px;
}
#ct_bg .qaArea01 > .inner01 section + section {
	margin-top: 40px;
}
#ct_bg .qaArea01 > .inner01 .col01 {
	width: 79.4642857143%;
}
#ct_bg .qaArea01 > .inner01 .img01 {
	width: 18.75%;
}
#ct_bg .qaArea01 > .inner01 .col02, #ct_bg .qaArea01 > .inner01 .img02 {
	width: 48.2142857143%;
}
#ct_bg .qaArea01 > .inner01 .qaSection {
	margin-top: 40px;
	padding-top: 66px;
	background: url("../img/bg_04.png") repeat-x 0 0/auto 26.3px;
}
#ct_bg .qaArea01 > .inner01 .qaSection .qaWrap + .qaWrap {
	margin-top: 40px;
}
#ct_bg .qaArea01 > .inner01 .qaSection #verse {
	padding-top: 60px;
	margin-top: -20px;
}
#ct_bg .qaArea01 > .inner01 .qaSection.type02 {
	padding-top: 0;
	background: none;
}
#ct_bg .qaArea01 > .inner01 .question {
	padding-left: 50px;
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
	position: relative;
}
#ct_bg .qaArea01 > .inner01 .question::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 40px;
	height: 40px;
	background: url("../img/ic_q.png") no-repeat 0 0/contain;
}
#ct_bg .qaArea01 > .inner01 .question + .answer {
	margin-top: 30px;
}
#ct_bg .qaArea01 > .inner01 .answer {
	padding-left: 50px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
	position: relative;
}
#ct_bg .qaArea01 > .inner01 .answer::before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	width: 40px;
	height: 40px;
	background: url("../img/ic_a.png") no-repeat 0 0/contain;
}

#ct_bg .frameArea01 {
	margin-top: 10px;
	padding: 10px;
	border: 2px solid #EADFF9;
}

#ct_bg .btn02 + .frameArea01 {
	margin-top: 40px;
}

#ct_bg .frameArea02 {
	margin-top: 40px;
	padding: 40px 20px;
}
#ct_bg .frameArea02.type01 {
	background: #FFF8FB;
}
#ct_bg .frameArea02.type02 {
	background: #F1FDFF;
}

#ct_bg .frameArea03 {
	margin-top: 20px;
	padding: 20px;
	background-color: #FFF8FB;
}

.sns_wrapper {
	padding: 25px 0 57px;
}
.sns_wrapper .snsBtn02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.sns_wrapper .snsBtn02 li {
	margin: 0 5px;
	line-height: 1;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 141, 192, 0.7)), to(rgba(0, 209, 255, 0.7)));
	background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0%, rgba(0, 209, 255, 0.7) 100%);
	display: none;
	z-index: 11007;
}
.modalContainer {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1000px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: white;
	padding: 40px 40px 30px;
	border-radius: 20px;
	border: 2px solid #32318F;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 11008;
	display: none;
}
.modalContainer > .modalContent > .inner01 {
	margin-top: 20px;
	max-height: calc(100vh - 350px);
	overflow-y: auto;
}
.modalContainer .btnClose {
	cursor: pointer;
	position: absolute;
	top: -10px;
	right: -10px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #32318F;
	background: #fff;
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.modalContainer .btnClose::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #32318F;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.modalContainer .btnClose::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 3px;
	border-radius: 2px;
	background-color: #32318F;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}
.modalContainer .btnClose span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.modalContainer .list01 li {
	padding-left: 24px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
	position: relative;
}
.modalContainer .list01 li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
}
.modalContainer .btn02 {
	margin: 20px auto 0;
}

#ct_bg .attentionBtn01 > a {
	display: block;
	position: relative;
	padding: 14px 30px;
	border-radius: 10px;
	border: 2px solid #F00;
	background: #FFF;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
	color: #F00;
	font-size: 2.0rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	line-height: 150%;
	text-align: center;
	rotate: 0.03deg;
	text-decoration: none;
}
@media (any-hover: hover) {
	#ct_bg .attentionBtn01 > a:hover {
		animation-name: pulse;
		animation-timing-function: ease-in-out;
		animation-duration: 0.5s;
	}
}
#ct_bg .attentionBtn01 > a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	translate: 0 -50%;
	width: 23px;
	height: 17px;
	background: url("../img/ic_24.svg") no-repeat 0 0/cover;
}

@media screen and (min-width: 2001px) {
	#ct_bg .productsArea01 > .inner01 {
		background: url("../../img/bg_index01_pc.jpg") no-repeat 50% 50%/cover;
	}
}
@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 640px) and (min-device-pixel-ratio: 2) {
	#ct_bg .productsArea01 > .inner01 {
		background: url("../../img/bg_index01_pc@2x.jpg") no-repeat 50% 50%/cover;
	}
}
@media screen and (min-width: 640px) {
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation {
		max-width: 1040px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		gap: 30px;
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li a:hover span {
		color: #EA609E;
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li a span {
		-webkit-transition: color .3s;
		transition: color .3s;
		color: #32318F;
		text-align: center;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 800;
		font-size: 1.8rem;
		line-height: 1.2;
		text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
	}
	.fixMenuArea > .inner01 .hdg01 {
		width: 117px;
		margin-right: 20px;
	}
	.fixMenuArea > .inner01 .productsNav01 li a:hover {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .btn01 a:hover {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .btn02 button:hover, #ct_bg .btn02 a:hover {
		background-color: #D4F2FF;
	}
	#ct_bg .mallLinkTxt a:hover {
		opacity: 0.7;
	}
	#ct_bg .slideArea01 .swiper-arrow:hover {
		background: #EA609E;
	}
	#ct_bg .slideArea01 .swiper-arrow:hover svg path {
		stroke: #fff;
	}
	#ct_bg .slideArea01 .slide01 a:hover::after {
		border-color: #FAFF00;
	}
	#ct_bg .slideArea01 .slide01 a:hover img {
		opacity: 0.7;
	}
	#ct_bg .localNav01 li a:hover {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .anchorNav01 li a:hover {
		background-color: #D4F2FF;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li {
		margin-right: 2.51%;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li:nth-child(3n + 3) {
		margin-right: 0;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li:nth-child(n + 4) {
		margin-top: 30px;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li a:hover img {
		opacity: 0.7;
	}
	#ct_bg .movieFrame01 {
		background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
		background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
		padding: 2px;
	}
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a:hover {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 > .inner01:hover {
		background-color: #D4F2FF;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:not(.current):hover {
		opacity: 0.7;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:nth-child(2n + 2) {
		margin-right: 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:nth-child(n + 3) {
		margin-top: 20px;
	}
	#ct_bg .frame04Wrap .frame04:nth-child(n + 3) {
		margin-top: 40px;
	}
	#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .movieFrame01List li:nth-child(n + 3) {
		margin-top: 38px;
	}
	.modalContainer .btnClose:hover {
		background-color: #32318F;
	}
	.modalContainer .btnClose:hover::before, .modalContainer .btnClose:hover::after {
		background-color: #fff;
	}
}
@media screen and (max-width: 1240px) {
	.headTitleArea01 > .inner01 .title {
		left: 20px;
		margin-left: 0;
	}
	#ct_bg .mainArea01 > .inner01 .title {
		left: 20px;
		margin-left: 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li {
		padding: 0.3225806452vw;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:nth-child(n + 3) {
		margin-top: 1.6129032258vw;
	}
	#ct_bg .frame04Wrap .frame04:nth-child(n + 3) {
		margin-top: 3.2258064516vw;
	}
}
@media screen and (max-width: 1220px) {
	.headTitleArea01 > .inner01 {
		max-width: 95vw;
		padding: 1.75vw 0 2.5vw;
	}
	.headTitleArea01 > .inner01 .tx01 {
		font-size: 2.75vw;
		margin-bottom: 1.5vw;
	}
	.headTitleArea01 > .inner01 .title {
		top: 2.5vw;
		left: 0;
		margin-left: 0;
		width: 22.5vw;
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation {
		padding-left: 0;
		padding-right: 0;
		gap: 0.75vw;
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li a span {
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-shadow: none;
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li a {
		width: 17vw;
		height: 10vw;
		background-size: contain;
		background-repeat: no-repeat;
		border-radius: 1.25vw;
		-webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li:nth-child(1) a {
		background-image: url("../img/nav01.png");
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li:nth-child(2) a {
		background-image: url("../img/nav02.png");
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li:nth-child(3) a {
		background-image: url("../img/nav03.png");
	}
	.headTitleArea01 > .inner01 > .globalNavigationArea > .globalNavigation li:nth-child(4) a {
		background-image: url("../img/nav04.png");
	}
	.fixMenuArea {
		box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
	}
	.fixMenuArea > .inner01 {
		max-width: 95vw;
		padding: 2.5vw 0 3.75vw;
	}
	.fixMenuArea > .inner01 .hdg01 {
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		cursor: pointer;
	}
	.fixMenuArea > .inner01 .hdg01::after {
		position: absolute;
		top: 50%;
		right: 2.5vw;
		translate: 0 -50%;
		content: "";
		width: 6vw;
		height: 6vw;
		background: url("../img/ic_23.svg") no-repeat 0 0/cover;
	}
	.fixMenuArea.open > .inner01 .hdg01::after {
		background-image: url("../img/ic_23on.svg");
	}
	.fixMenuArea > .inner01 .hdg01 .onlyPC {
		display: none !important;
	}
	.fixMenuArea > .inner01 .hdg01 .onlySP {
		display: block !important;
		color: #32318F;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 800;
		font-size: 5vw;
		line-height: 1.5;
		rotate: 0.03deg;
	}
	.fixMenuArea > .inner01 .productsNav01 {
		flex-wrap: wrap;
		justify-content: center;
		overflow: hidden;
		padding-top: 0;
		gap: 0;
		max-height: 0;
		transition: max-height 0.3s ease, padding 0.3s ease;
	}
	.fixMenuArea.open > .inner01 .productsNav01 {
		padding-bottom: 2.5vw;
		max-height: 33.5vw;
	}
	.fixMenuArea > .inner01 .productsNav01 > li {
		margin: 2.5vw 0 0 2.5vw;
	}
	.fixMenuArea > .inner01 .productsNav01 > li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li a {
		width: 30vw;
		height: 12.5vw;
		padding: 0.75vw 0 0.75vw;
	}
	.fixMenuArea > .inner01 .productsNav01 li a img {
		width: 15.5vw;
		margin-right: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li a > span {
		line-height: 1.07;
		font-size: 3vw;
	}
	.fixMenuArea > .inner01 .productsNav01 li a > span span {
		font-size: 4vw;
	}
	.fixMenuArea > .inner01 .productsNav01 li a > span br.onlySP {
		display: block;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type02 a img {
		width: 14vw;
		margin-left: 0.5vw;
		margin-right: 0.5vw;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type03 a {
		padding-left: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type03 a img {
		width: 10.75vw;
		margin-right: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type04 a {
		padding-left: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type04 a img {
		width: 11.75vw;
		margin-right: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type04 a span {
		font-size: 3.25vw;
		line-height: 1.3;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type05 a {
		padding-left: 0;
	}
	.fixMenuArea > .inner01 .productsNav01 li.type05 a img {
		width: 14.5vw;
		margin-left: 0.5vw;
		margin-right: 0.75vw;
	}
}
@media screen and (max-width: 900px) {
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap {
		justify-content: space-between;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 {
		margin: 30px 0 0;
		width: 48%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx03 {
		font-size: 3.5555555556vw;
	}
}
@media screen and (max-width: 890px) {
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation {
		max-width: 450px;
	}
}
@media screen and (max-width: 860px) {
	#ct_bg .frame04 .tx04 {
		padding: 2.5vw 0 0;
	}
	#ct_bg .frame04 .tx04.onlyPC {
		display: none;
	}
	#ct_bg .frame04 .tx04.onlySP {
		display: inline-block;
	}
	#ct_bg .frame04Wrap .frame04 {
		width: 100%;
	}
	#ct_bg .frame04Wrap .frame04:nth-child(n + 2) {
		margin-top: 5vw;
	}
}
@media screen and (max-width: 800px) {
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 {
		margin-top: 5vw;
		width: 100%;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02:first-child {
		margin-top: 0;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02:nth-child(n + 4) {
		margin-top: 5vw;
	}
@media screen and (max-width: 639px) {
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	.onlySP02 {
		display: inline;
	}
	br.onlySP {
		display: inline;
	}
	img.onlySP {
		display: inline-block;
	}
	.anchorWrap {
		margin-top: -20vw;
		padding-top: 20vw;
	}
	#ct_bg:before {
		background-image: url("../img/bg_02.png");
		-webkit-animation: ani_sp 60s linear infinite;
		animation: ani_sp 60s linear infinite;
	}
	#ct_bg .line01 {
		margin-top: 10vw;
		height: 6.5vw;
		border: none;
		background: url("../img/bg_09.png") repeat-x 0 0 / auto 100%;
	}
	#ct_bg .mt60 {
		margin-top: 15vw !important;
	}

	#ct_bg .btn01 a {
		padding: 7px 10px;
		border-width: 2px;
		min-width: 84.2%;
	}
	#ct_bg .btn01 a span {
		font-size: 4vw;
		line-height: 1.2;
	}
	#ct_bg .btn01 a::before {
		right: 3.35vw;
		width: 4.7vw;
		height: 5.1vw;
		margin-top: -2.52vw;
	}
	#ct_bg .btn02 {
		margin-top: 5vw;
	}
	#ct_bg .btn02 button, #ct_bg .btn02 a {
		min-width: inherit;
		width: 100%;
		border-width: 2px;
		padding: 2.25vw 8vw 2.375vw;
	}
	#ct_bg .btn02 button span, #ct_bg .btn02 a span {
		font-size: 3.5vw;
		line-height: 1.1;
	}
	#ct_bg .btn02 button::before, #ct_bg .btn02 a::before {
		right: 2.5vw;
		width: 5.75vw;
		height: 4.25vw;
		margin-top: -2.125vw;
	}
	#ct_bg .btn02.typePdf > a::before {
		padding: 0 1vw;
		width: auto;
		font-size: 3.5vw;
	}


	#ct_bg .mallLinkTxt a {
		font-size: 6.5vw;
		padding: 2px 10px 9px;
		border: 2px solid #fff;
		-webkit-box-shadow: 0px 2.764px 2.764px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 2.764px 2.764px 0px rgba(0, 0, 0, 0.25);
	}
	#ct_bg .mallLinkTxt a em {
		padding: 4px 0 4px 6.5vw;
		font-size: 4vw;
		background: url("../img/ic_02.png") no-repeat 0 50% / 6.125vw;
	}
	#ct_bg .noteList01 {
		margin-top: 15vw;
		padding-left: 2.25vw;
		padding-right: 2.25vw;
	}
	#ct_bg .noteList01 li {
		font-size: 3.5vw;
	}
	#ct_bg .noteList02 li {
		font-size: 3.5vw;
	}
	#ct_bg .slideArea01 {
		padding-top: 0;
		padding-bottom: 5vw;
	}
	#ct_bg .slideArea01 .swiper-arrow {
		width: 17.5vw;
		height: 17.5vw;
		margin-top: -11.25vw;
	}
	#ct_bg .slideArea01 .swiper-arrow svg {
		width: 5vw;
	}
	#ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1 {
		left: -8.75vw;
		padding-right: 2.75vw;
	}
	#ct_bg .slideArea01 .swiper-arrow.swiper-button-next1 {
		right: -8.75vw;
		padding-left: 3vw;
	}
	#ct_bg .slideArea01 .slide01 {
		max-width: 90vw;
	}
	#ct_bg .slideArea01 .slide01 a::after {
		border-width: 2px;
		border-radius: 22.3px;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}
	#ct_bg .slideArea01 .slide01 a img {
		border-radius: 22.3px;
	}
	#ct_bg .heading02 {
		font-size: 5vw;
	}
	#ct_bg .heading02.type01 {
		margin-bottom: 13.5vw;
	}
	#ct_bg .heading02.type01::before {
		bottom: -7.5vw;
		width: 20vw;
		height: 2vw;
	}
	#ct_bg .heading03 {
		font-size: 5vw;
	}
	#ct_bg .heading04 {
		margin-top: 5vw;
		font-size: 4.5vw;
	}
	#ct_bg .btn02 + .heading04 {
		margin-top: 10vw;
	}
	#ct_bg .heading04.icon01 {
		padding-left: 10vw;
	}

	#ct_bg .heading04.icon01::before {
		width: 7.5vw;
		height: 7.2vw;
	}
	#ct_bg .text01 {
		font-size: 3.5vw;
	}
	#ct_bg .txt01 {
		margin-top: 5vw;
		font-size: 3.5vw;
	}
	#ct_bg .heading04 + .txt01 {
		margin-top: 2.5vw;
	}
	#ct_bg .txt02 {
		margin-top: 5vw;
		font-size: 4.5vw;
	}
	#ct_bg .line01 + .txt01,
	#ct_bg .line01 + .txt02 {
		margin-top: 10vw;
	}

	#ct_bg .localNav01 li {
		margin: 2.5vw 0 0;
		width: 100%;
	}
	#ct_bg .anchorNav01.type02 li a {
		padding: 2vw 8vw 2vw 3.25vw;
	}
	#ct_bg .anchorNav01 li a {
		padding: 0.75vw 7vw 0.75vw 2vw;
	}
	#ct_bg .anchorNav01 li a img {
		width: 7.5vw;
		margin-right: 1vw;
	}
	#ct_bg .anchorNav01 li a > span {
		font-size: 3.25vw;
	}
	#ct_bg .anchorNav01 li a::before {
		width: 3vw;
		height: 3vw;
	}
	#ct_bg .bannerArea {
		padding-top: 15vw;
		padding-bottom: 9.25vw;
	}
	#ct_bg .bannerArea > .inner01 {
		padding: 0;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 {
		padding: 0 12.5vw;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li {
		width: 100%;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li:nth-child(n + 2) {
		margin-top: 2.5vw;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li a {
		border-radius: 2.5vw;
	}
	#ct_bg .bannerArea > .inner01 .bannerList01 li a img {
		border-radius: 2vw;
	}
	#ct_bg .bannerArea > .inner01 .copyright {
		font-size: 3vw;
		margin-top: 10.25vw;
	}
	#ct_bg .frame01 + .frame01 {
		margin-top: 15vw;
	}
	#ct_bg .frame01 > .inner01 {
		padding: 10.25vw 2.5vw 10vw;
	}
	#ct_bg .frame03 {
		padding: 9.25vw 5vw 9vw;
	}
	#ct_bg .frame04 {
		padding: 2.5vw 2.5vw 5vw;
	}
	#ct_bg .frame04 > .inner01 > .img01 {
		width: 47.7777777778%;
	}
	#ct_bg .frame04 > .inner01 .textWrap {
		width: 50.8333333333%;
	}
	#ct_bg .frame04 > .inner01 .textWrap .tx01 {
		font-size: 3vw;
		padding: .75vw;
	}
	#ct_bg .frame04 > .inner01 .textWrap .tx02 {
		padding: 1.25vw;
		font-size: 4vw;
	}
	#ct_bg .frame04 > .inner01 .textWrap .tx03 {
		padding: 0 1.25vw;
		font-size: 3vw;
	}
	#ct_bg .frame04 > .inner01 .textWrap .tx03 span {
		font-size: 3.5vw;
	}
	#ct_bg .frame04 > .tx04 {
		font-size: 3.5vw;
	}

	#ct_bg .frame04 .mallLinkTxt {
		max-width: 50vw;
		margin: 2.5vw auto 0;
	}
	#ct_bg .mainArea01 {
		padding-bottom: 5vw;
	}
	#ct_bg .mainArea01 > .inner01 {
		max-width: 95vw;
		padding: 4.75vw 0 4.5vw;
	}
	#ct_bg .mainArea01 > .inner01 .tx01 {
		font-size: 2.75vw;
	}
	#ct_bg .mainArea01 > .inner01 .title {
		top: 1.25vw;
		left: 0;
		width: 26vw;
	}
	#ct_bg .mainArea01 .img01 {
		margin-bottom: 8%;
	}
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation {
		max-width: 90vw;
		padding-left: 0;
		padding-right: 0;
		gap: 2.5vw;
	}
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li {
		width: 43.75vw;
	}
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a {
		height: 12.5vw;
		padding: 0.5vw;
		border-radius: 2.5vw;
	}
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li a span {
		font-size: 4vw;
		border-radius: 2vw;
	}
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li:nth-child(3) a span {
		padding-top: 0.5vw;
	}
	#ct_bg .newsArea01.type02 > .inner01 > .inner02 {
		padding: 15vw 0 14vw;
	}
	#ct_bg .newsArea01 > .inner01 > .inner02 {
		max-width: 95vw;
		padding: 3.5vw 0;
	}
	#ct_bg .newsArea01 .oshiraseWrap01 .ic01 {
		font-size: 3.25vw;
	}
	#ct_bg .newsArea01 .oshiraseWrap01 .tx01 {
		font-size: 3.5vw;
		width: 100%;
		overflow: hidden;
	}
	#ct_bg .newsArea01 .oshiraseList01 li {
		padding-bottom: 5vw;
	}
	#ct_bg .newsArea01 .oshiraseList01 li + li {
		margin-top: 5vw;
	}
	#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .date {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 17.1052631579%;
		min-height: 15vw;
		font-size: 3.25vw;
		line-height: 1.3;
		padding: 2.5vw 0.25vw 0;
	}
	#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .date span .monthDate {
		margin-left: 0;
		font-size: 3.75vw;
	}
	#ct_bg .newsArea01 .oshiraseList01 li .titleWrap .tx01 {
		width: 80.2631578947%;
		font-size: 3.5vw;
		margin-top: 0;
	}
	#ct_bg .newsArea02 > .inner01 .image01 {
		margin-top: 2.5vw;
	}

	#ct_bg .productsArea01 > .inner01 {
		background: url("../../img/bg_index01_sp.jpg") no-repeat 50% 0/100%;
	}
	#ct_bg .productsArea01 > .inner01 > .inner02 {
		max-width: 95vw;
		padding: 15vw 0 14vw;
	}
	#ct_bg .productsArea01 > .inner01 > .inner02 .localNav01 {
		margin-top: 2.75vw;
		padding: 0 2.5vw;
	}
	#ct_bg .movieArea01 > .inner01 {
		max-width: 95vw;
		padding: 15vw 0;
	}
	#ct_bg .movieArea01 > .inner01 .movieFrame01 {
		margin: 5vw auto;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 {
		max-width: 95vw;
		padding: 15vw 0;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap {
		margin: 5vw 0;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .new {
		left: -1.25vw;
		width: 12.5vw;
		height: 12vw;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap {
		padding: 2.5vw 0;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap .date {
		width: 18.0555555556%;
		min-height: 15.75vw;
		font-size: 3.25vw;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap .date span span {
		font-size: 3.75vw;
		margin-left: 0;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .frame02Wrap .frame02 .textWrap .tx01 {
		font-size: 3.5vw;
		width: 79.1666666667%;
	}
	#ct_bg .eventArea01 > .inner01 > .inner02 .comingsoon {
		margin-top: 5vw;
	}
	#ct_bg .aboutArea01 {
		padding-top: 14.75vw;
		padding-bottom: 0;
	}
	#ct_bg .aboutArea01 > .inner01 {
		max-width: 95vw;
		padding: 4.25vw 0 0;
	}
	#ct_bg .aboutArea01 > .inner01 .tx01 {
		font-size: 4vw;
	}
	#ct_bg .aboutArea01 > .inner01 .tx01 + .tx01 {
		margin-top: 7.5vw;
	}
	#ct_bg .aboutArea01 > .inner01 .textWrap {
		margin-bottom: 15vw;
	}
	#ct_bg .aboutArea01 .featureArea01 {
		padding: 4px 0;
		margin-left: -2.5vw;
		margin-right: -2.5vw;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 {
		padding: 9.25vw 5vw 9vw;
		background-size: 55%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .hdg01 {
		font-size: 6vw;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap {
		width: 100%;
		margin: 9.75vw auto 0;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 {
		width: 100%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01.type02 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-top: 10vw;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .img01 {
		width: 36.6666666667%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .img01 img {
		width: 100%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .textWrap01 {
		width: 57.7777777778%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .img02 {
		width: 27.7777777778%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .img02 img {
		width: 100%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .item01 .textWrap02 {
		width: 66.1111111111%;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx02 {
		font-size: 3.5vw;
		margin-bottom: 0.25vw;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx03 {
		font-size: 5vw;
	}
	#ct_bg .aboutArea01 .featureArea01 > .inner01 .item01Wrap .tx04 {
		font-size: 3.5vw;
	}
	#ct_bg .lineupArea01 > .inner01 {
		max-width: 100%;
		padding-top: 2.5vw;
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg .lineupArea01 > .inner01 .anchorNav01 {
		margin-top: 1.25vw;
		margin-bottom: 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap {
		margin-top: 12.75vw;
		padding-top: 2.5vw;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap .heading02 {
		margin-bottom: 4.75vw;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .name {
		font-size: 5vw;
		padding-left: 10vw;
		background-size: 7.5vw;
		background-position: 0 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .name::before {
		top: -6.75vw;
		right: -2.5vw;
		width: 17.5vw;
		height: 16vw;
		background-image: url("../img/bg_03@2x.png");
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 {
		margin-top: 4.75vw;
		margin-bottom: 5vw;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .mainImg {
		width: 100%;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList {
		width: 100%;
		margin-top: 2.5vw;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li {
		padding: 2px;
		width: 22.64%;
		margin-right: 3.146%;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:nth-child(4n + 4) {
		margin-right: 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:nth-child(n + 3) {
		margin-top: 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .inner02 .thumbList li:nth-child(n + 5) {
		margin-top: 2.5vw;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .img01 {
		margin: 5vw 0;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 > .img02 {
		margin-top: 10vw
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .buttonList01 {
		width: 85vw;
		margin-top: 5vw;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .lineupArea01 > .inner01 .frame01Wrap > .frame01 > .inner01 .buttonList01 li + li {
		margin-top: 5vw;
	}
	#ct_bg .frame04Wrap {
		margin-top: 10vw;
	}
	#ct_bg .frame04Wrap + .movieFrame02 {
		margin-top: 10vw;
	}
	#ct_bg .movieArea02 > .inner01 {
		max-width: 95vw;
		padding: 7.5vw 0 0;
	}
	#ct_bg .movieArea02 > .inner01 .heading01 {
		margin: 0 2.5vw 7.5vw;
	}
	#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 {
		padding-bottom: 10vw;
	}
	#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .movieFrame01List li {
		width: 100%;
	}
	#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .movieFrame01List li:nth-child(n + 2) {
		margin-top: 10vw;
	}
	#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .captionWrap .date {
		font-size: 3.5vw;
	}
	#ct_bg .movieArea02 > .inner01 .frame01 > .inner01 .captionWrap .tx01 {
		margin-left: 2.5vw;
		width: calc(100% - 25.5vw);
		font-size: 3.5vw;
	}
	#ct_bg .newsArea02 > .inner01 {
		padding: 7.5vw 0 0;
	}
	#ct_bg .newsArea02 > .inner01 .heading01 {
		margin: 0 2.5vw 7.5vw;
	}
	#ct_bg .newsArea02 > .inner01 .comingsoon {
		width: 95vw;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .newsArea02 > .inner01 .img01 {
		margin-top: 5vw;
	}

	#ct_bg .newsArea02 > .inner01 .text01 + .btn02 {
		margin-top: 5vw;
	}
	#ct_bg .newsArea02 > .inner01.typeComingsoon {
		margin-bottom: 0;
	}
	#ct_bg .newsArea02 > .inner01 .categoryWrap {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	#ct_bg .newsArea02 > .inner01 .categoryWrap .category {
		padding: 1.25vw 1.5vw;
		font-size: 3.25vw;
	}
	#ct_bg .newsArea02 > .inner01 .categoryWrap .date {
		font-size: 3.5vw;
	}
	#ct_bg .newsArea02 > .inner01 .frame01 > .inner01 {
		padding-bottom: 10vw;
	}
	#ct_bg .qaArea01 > .inner01 {
		max-width: 95vw;
		padding: 7.5vw 0 0;
	}
	#ct_bg .qaArea01 > .inner01 .heading01 {
		margin: 0 2.5vw 8.25vw;
	}
	#ct_bg .qaArea01 > .inner01 .heading03 + .text01 {
		margin-top: 4.75vw;
	}
	#ct_bg .qaArea01 > .inner01 .heading03 + section {
		margin-top: 10vw;
	}
	#ct_bg .qaArea01 > .inner01 .frame01 {
		margin-left: -2.5vw;
		margin-right: -2.5vw;
	}
	#ct_bg .qaArea01 > .inner01 .frame01 > .inner01 {
		padding-bottom: 9.75vw;
	}
	#ct_bg .qaArea01 > .inner01 section + section {
		margin-top: 10vw;
	}
	#ct_bg .qaArea01 > .inner01 .col01 {
		width: 100%;
	}
	#ct_bg .qaArea01 > .inner01 .img01 {
		width: 52.5vw;
		margin: 5vw auto 0;
	}
	#ct_bg .qaArea01 > .inner01 .col02, #ct_bg .qaArea01 > .inner01 .img02 {
		width: 100%;
	}
	#ct_bg .qaArea01 > .inner01 .img02 {
		margin-top: 5vw;
	}
	#ct_bg .qaArea01 > .inner01 .qaSection {
		background-size: auto 6.55vw;
	}
	#ct_bg .qaArea01 > .inner01 .question {
		font-size: 4vw;
		padding-left: 10vw;
	}
	#ct_bg .qaArea01 > .inner01 .question::before {
		top: 0vw;
		width: 7.5vw;
		height: 7.5vw;
	}
	#ct_bg .qaArea01 > .inner01 .question + .answer {
		margin-top: 5vw;
	}
	#ct_bg .qaArea01 > .inner01 .answer {
		font-size: 3.5vw;
		padding-left: 10vw;
	}
	#ct_bg .qaArea01 > .inner01 .answer::before {
		top: 0vw;
		width: 7.5vw;
		height: 7.5vw;
	}
	#ct_bg .frameArea01 {
		margin-top: 2.5vw;
		padding: 2.5vw;
	}
	#ct_bg .btn02 + .frameArea01 {
		margin-top: 10vw;
	}
	#ct_bg .frameArea02 {
		margin-top: 10vw;
		margin-right: -2.5vw;
		margin-left: -2.5vw;
		padding: 10vw 2.5vw;
		width: calc(100% + 5vw);
	}
	#ct_bg .frameArea03 {
		margin: 5vw -2.5vw 0;
		padding: 5vw;
	}



	.modalContainer {
		width: 90vw;
		padding: 9.75vw 5vw 7.25vw;
	}
	.modalContainer > .modalContent > .inner01 {
		height: calc(100vh - 350px);
	}
	.modalContainer .list01 li {
		font-size: 1.4rem;
	}
	.modalContainer .btn02 {
		width: 50vw;
		margin: 5vw auto 0;
	}

	#ct_bg .attentionBtn01 > a {
		padding: 3.5vw 10.25vw;
		font-size: 3.5vw;
	}
	#ct_bg .attentionBtn01 > a::after {
		width: 5.75vw;
		height: 4.25vw;
	}

}
@media screen and (max-width: 375px) {
	#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li:nth-child(3) a span {
		padding-top: 0.25vw;
	}
}
