@charset "utf-8";

html {
	font-size: 62.5%;
}

body.non-scroll {
	height: 100vh;
	overflow-y: hidden;
}

#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
}
.onlySP {
	display: none;
}
#ct_bg {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: .002em;
	color: #000;
}
#ct_bg::before {
	position: fixed;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg01.png") repeat 0 0 / 150px auto;
}

#ct_bg.open::before {
	content: normal;
}

header.headMain01.active {
	z-index: -1;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}
#ct_bg .imgOver01 > a {
	display: block;
	position: relative;
}
#ct_bg .imgOver01> a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	#ct_bg .imgOver01 a:hover::before {
		opacity: .6;
	}
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

footer.footMain01 {
	z-index: 110005;
}
#ct_bg .wrap01 {
	display: flex;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	justify-content: center;
}
#ct_bg .wrap01.between {
	justify-content: space-between;
}
#ct_bg .wrap01.aC {
	align-items: center;
}
#ct_bg .wrap01.aEnd {
	align-items: end;
}

@media screen and (max-width: 767px) {
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	.onlyPC {
		display: none;
	}
	.onlyPc {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
}

#ct_bg .headTitleArea01 {
	position: relative;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);	color: #fff;
	padding: 6px 0 4px;
	text-align: center;
}
#ct_bg .headTitleArea01 .text01 {
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 4px #76410E;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 500;
	rotate: 0.03deg;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(127, 79, 33, 1.0);
	paint-order: stroke;
}


/* PC */
@media screen and (min-width: 768px) {
	.onlySp {
		display: none !important;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	#ct_bg .headTitleArea01 .text01 {
		display: flex;
		flex-direction: column;
		font-size: 1.2rem;
	}
	#ct_bg .headTitleArea01 .text02 {
		margin-right: 0;
	}
}

.fancybox-container {
	z-index: 999992;
}

#ct_bg .color01 {
	color: #f00;
}
#ct_bg .color02 {
	color: #E50057;
}
#ct_bg .color03 {
	color: #fff !important;
}

#ct_bg .link01 {
	color: #000;
}

/* opening
*****************************************/
#ct_bg #openingArea01 {
	display: grid;
	place-content: center;
	position: fixed;
	z-index: 1000000;
	top: 107px;
	left: 0;
	width: 100%;
	height: calc(100vh - 107px);
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
#ct_bg #openingArea01.loading {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg #openingArea01 > .inner01 {
	display: flex;
	align-items: center;
	position: relative;
}

#ct_bg #openingArea01 > .inner01::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -416px 0 0 -424px;
	width: 848px;
	height: 833px;
	background: url("../img/bg05.png") no-repeat 0 0 / cover;
	transform: scale(.2356);
	visibility: hidden;
}
#ct_bg #openingArea01.loading > .inner01::before {
	visibility: visible;
	animation: loading-back_bound .4s both ease-in-out;
}

#ct_bg #openingArea01 > .inner01::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -375px 0 0 -537px;
	width: 1075px;
	height: 750px;
	background: url("../img/bg06_pc.png") no-repeat 0 0 / cover;
	transform: scale(.2356);
	visibility: hidden;
}
#ct_bg #openingArea01.loading > .inner01::after {
	visibility: visible;
	animation: loading-back_bound .6s both ease-in-out;
}

#ct_bg #openingArea01 > .inner01 > .logo01 {
	position: relative;
	transform: scale(.2356);
	visibility: hidden;
}
#ct_bg #openingArea01.loading > .inner01 > .logo01 {
	visibility: visible;
	animation: loading-logo_bound .6s both ease-in-out;
}


@keyframes loading-logo_bound {
	0% {
		transform: scale(.2356)
	}

	40% {
		transform: scale(1.6)
	}

	60% {
		transform: scale(1)
	}

	80% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}
@keyframes loading-back_bound {
	0% {
		transform: scale(.2356)
	}

	100% {
		transform: scale(1)
	}
}
@media screen and (max-width: 767px) {
	#ct_bg #openingArea01 {
		top: 98px;
		height: calc(100vh - 98px);
	}
	#ct_bg #openingArea01 > .inner01 {
		height: 100%;
	}

	#ct_bg #openingArea01 > .inner01::before {
		left: 0;
		margin: -50% 0 0;
		width: 100vw;
		height: 100vw;
		aspect-ratio: 10/10;
		object-fit: cover;
		background: url("../img/bg05.png") no-repeat 50% 0 / 100% auto;
	}
	#ct_bg #openingArea01 > .inner01::after {
		margin: -62vw 0 0 -45vw;
		width: 90.5vw;
		height: 125vw;
		background: url("../img/bg06_sp.png") no-repeat 0 0 / 100% auto;
	}
	#ct_bg #openingArea01 > .inner01 > .logo01 {
		position: relative;
		transform: scale(.2356);
		visibility: hidden;
	}

}

#ct_bg #modal01 {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 110100;
	padding: 44px 20px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: opacity .6s,visibility .6s;
}
#ct_bg #modal01.start {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg #modal01::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/bg04.png") repeat 0 0 / 50px auto;
	opacity: .84;
	z-index: -1;
}

#ct_bg #modal01 > .inner01 {
	max-width: max(1200px, 62.5vw);
	width: calc(100% - max(50px, 4.1666666667vw));
	height: 100%;
	margin: 0 auto;
}

#ct_bg .movieWrap02 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 0;
	min-height: 100%;
}

#ct_bg .movieWrap02 > .button01 {
	width: 168px;
	margin: 20px auto 0;
}

#ct_bg .movieWrap02In {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .movieWrap02In > .button01 {
	position: absolute;
	right: 0;
	top: -35px;
	width: 80px;
}

#ct_bg .movieWrap02In > .button01 > a {
	display: block;
}
#ct_bg .movieWrap02In > .button01 > a > img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	#ct_bg .movieWrap02In > .button01 > a:hover > img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

#ct_bg .movieWrap02In > .inner01 {
	width: 100%;
	aspect-ratio: 16 / 9;
}

#ct_bg .movieWrap02In > .inner01 > .image01 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	#ct_bg .movieWrap02In > .inner01 > .image01 > a:hover::before {
		opacity: .4;
	}
}

#ct_bg .movieWrap02In > .inner01 > iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	#ct_bg #modal01 {
		padding: 0;
	}

	#ct_bg .movieWrap02 {
		height: auto;
		padding-bottom: 0;
		background: none;
		min-height: inherit;
	}

	#ct_bg .movieWrap02 > .button01 {
		width: 120px;
		margin-top: 30px;
	}

	#ct_bg .movieWrap02In {
		width: 100%;
		padding-top: 0;
	}

	#ct_bg .movieWrap02In > .button01 {
		width: 8vw;
		top: -9.3vw;
	}

	#ct_bg #modal01 > .inner01 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 0;
		width: 100%;
	}
}

/* animation
*****************************************/
#ct_bg .fixStar01,
#ct_bg .fixStar02,
#ct_bg .fixStar03 {
	position: absolute;
	top: 10vh;
	left: 50%;
	margin-left: -1vw;
	width: 81px;
	height: 81px;
	background: url("../img/star01.png") no-repeat center center/contain;
	animation: glitter 3s infinite;
	pointer-events: none;
	z-index: 3;
}
#ct_bg .fixStar02 {
	background-image: url("../img/star02.png");
}
#ct_bg .fixStar03 {
	background-image: url("../img/star03.png");
}
#ct_bg .fixStar04,
#ct_bg .fixStar05,
#ct_bg .fixStar06 {
	position: absolute;
	top: 50vh;
	left: 50%;
	margin-left: 11vw;
	width: 61px;
	height: 62px;
	background: url("../img/star04.png") no-repeat center center/contain;
	animation: glitter 3s infinite;
	pointer-events: none;
	z-index: 3;
}
#ct_bg .fixStar05 {
	background-image: url("../img/star05.png");
}
#ct_bg .fixStar06 {
	background-image: url("../img/star06.png");
}

.js_fadeIn01 {
	opacity: 0;
}
.js_fadeIn01.is_show {
	animation: fadeup 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes glitter {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	30% {
		transform: scale(1);
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

@keyframes fadeup {
	0% {
		transform: translateY(60px);
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeScale {
	0% {
		scale: .2356;
	}

	100% {
		scale: 1;
	}
}

@keyframes rotate01 {
	0% {
		rotate: 0deg;
	}
	100% {
		rotate: -360deg;
	}
}
@keyframes rotate02 {
	0% {
		rotate: 0deg;
	}
	10% {
		rotate: -60deg;
	}
	20% {
		rotate: 0deg;
	}
	100% {
		rotate: 0deg;
	}
}
@keyframes rotate03 {
	0% {
		rotate: 0deg;
	}
	10% {
		rotate: 30deg;
	}
	20% {
		rotate: 0deg;
	}
	100% {
		rotate: 0deg;
	}
}

@keyframes rotate04 {
	0% {
		rotate: Y 0deg;
	}
	10% {
		rotate: Y 360deg;
	}
	20% {
		rotate: Y 360deg;
	}

	100% {
		rotate: Y 360deg;
	}
}

/* plugin
*****************************************/
.fancybox-bg {
	background: url("../img/bg04.png") repeat 0 0 / 50px auto;
	opacity: .84;
}
.fancybox-caption__body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 500;
	rotate: 0.03deg;
}
.fancyboxBtn01 {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	padding: 0;
	position: fixed;
	right: 8px;
	top: 8px;
	z-index: 401;
	width: 80px;
}
.fancyboxBtn01.type02 {
	top: -44px;
	right: -12px;
}

.fancyboxBtn01 img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	.fancyboxBtn01:hover img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

@media screen and (max-width: 767px) {
	#ct_bg .fixStar01,
	#ct_bg .fixStar02,
	#ct_bg .fixStar03 {
		width: 60.75px;
		height: 60.75px;
	}
	#ct_bg .fixStar04,
	#ct_bg .fixStar05,
	#ct_bg .fixStar06 {
		width: 45.75px;
		height: 46.75px;
	}
	.fancyboxBtn01 {
		position: absolute;
		padding: 0;
		width: 8vw;
		right: 2vw;
		top: -9.3vw;
	}
	.fancyboxBtn01.type02 {
		right: 2vw;
		top: -9.3vw;
	}
	.fancybox-slide {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* header
*****************************************/
#ct_bg .localHeader01 {
	position: absolute;
	top: 0;
	z-index: 10;
	left: 64px;
	width: calc(100% - 128px);
	height: 89px;
	border-bottom: 2px solid #D2A143;
	background: linear-gradient(270deg, #3562A9 0.01%, #2C87C8 53%, #3562A9 99.99%);
}
#ct_bg .localHeader01.fixed {
	position: fixed;
}
@media print{
	#ct_bg .localHeader01.fixed {
		position: absolute;
	}
}

#ct_bg .index01 .localHeader01 {
	position: fixed;
	translate: 0 -100%;
	transition: translate .3s;
}
#ct_bg .index01 .localHeader01.visible01 {
	translate: 0 0;
}

#ct_bg .localHeader01::before,
#ct_bg .localHeader01::after {
	position: absolute;
	top: 0;
	content: "";
	width: 44px;
	height: 89px;
	box-sizing: border-box;
}
#ct_bg .localHeader01::before {
	left: -44px;
	background: url("../img/header_bg01.svg") no-repeat 0 0 / cover;
}
#ct_bg .localHeader01::after {
	right: -44px;
	background: url("../img/header_bg02.svg") no-repeat 0 0 / cover;
}

#ct_bg .localHeader01 > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}

#ct_bg .localHeader01 > .inner01 > .logo01 {
	padding-top: 6px;
	width: 121px;
}

#ct_bg .localHeader01 > .inner01 > .navButton01 {
	display: none;
}

#ct_bg .localNav01 > .logo01 {
	display: none;
}

#ct_bg .localNav01 > ul {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	position: relative;
	z-index: 5;
	margin-top: 15px;
}
#ct_bg .localNav01 > ul > li {
	position: relative;
	margin-left: 8px;
	width: 208px;
	height: 72px;
}

#ct_bg .localNav01 > ul > li:first-child {
	margin-left: 0;
}

#ct_bg .localNav01 > ul > li > a {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 8px;
	height: 100%;
	background: url("../img/bg23.png") no-repeat 0 0 / cover;
	text-align: center;
	text-decoration: none;
	scale: 1.0;
	transition: scale .3s;
}

#ct_bg .localNav01 > ul > li > a::before {
	position: absolute;
	top: -11px;
	left: 50%;
	content: "";
	translate: -50% 0;
	width: 45px;
	height: 20px;
	background: url("../img/bg12.png") no-repeat 0 0 / cover;
}
#ct_bg .localNav01 > ul > li > a::after {
	position: absolute;
	top: 7px;
	left: 50%;
	content: "";
	translate: -50% 0;
	width: 70px;
	height: 57px;
	background: url("../img/il22.png") no-repeat 0 0 / cover;
	opacity: 0;
	transition: opacity .3s;
}
#ct_bg .localNav01 > ul > li > a > .inner01 {
	background: linear-gradient(180deg, #1F2C5C 0%, #3562A9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "Kaisei Decol", serif;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
}
@media (any-hover: hover) {
	#ct_bg .localNav01 > ul > li > a:hover {
		transition: scale .3s;
		scale: 1.1;
	}
	#ct_bg .localNav01 > ul > li > a:hover::after {
		opacity: 1;
	}
}

@media screen and (max-width: 1200px) {
	#ct_bg .localHeader01 {
		left: 5.33vw;
		width: calc(100% - 10.66vw);
		height: 7.41vw;
	}
	#ct_bg .localHeader01::before,
	#ct_bg .localHeader01::after {
		width: 3.66vw;
		height: 7.41vw;
	}
	#ct_bg .localHeader01::before {
		left: -3.66vw;
	}
	#ct_bg .localHeader01::after {
		right: -3.66vw;
	}

	#ct_bg .localHeader01 > .inner01 > .logo01 {
		padding-top: 6px;
		width: 10vw;
	}

	#ct_bg .localNav01 > ul {
		margin-top: 1.25vw;
	}
	#ct_bg .localNav01 > ul > li {
		margin-left: 0.666vw;
		width: 17.33vw;
		height: 6vw;
	}

	#ct_bg .localNav01 > ul > li > a::before {
		top: -.9vw;
		width: 3.75vw;
		height: 1.66vw;
	}
	#ct_bg .localNav01 > ul > li > a::after {
		top: .5vw;
		width: 5.83vw;
		height: 4.75vw;
	}
	#ct_bg .localNav01 > ul > li > a > .inner01 {
		font-size: 1.666vw;
	}

}

@media screen and (max-width: 767px) {
	#ct_bg .localHeader01 {
		left: 0;
		width: 100%;
		height: 25vw;
		border-bottom: 3px solid #D2A143;
	}
	#ct_bg .localHeader01.fixed {
		position: absolute;
	}
	#ct_bg .index01 .localHeader01 {
		position: fixed;
		translate: 0 0;
		background: none;
		border-bottom: none;
		height: 0;
	}
	#ct_bg .localHeader01.active {
		z-index: 1000000;
	}
	#ct_bg .localHeader01::before,
	#ct_bg .localHeader01::after {
		content: normal;
	}

	#ct_bg .localHeader01 > .inner01 > .logo01 {
		margin: 0 auto;
		padding-top: 2vw;
		width: 32.25vw;
	}
	#ct_bg .index01 .localHeader01 > .inner01 > .logo01 {
		display: none
	}
	#ct_bg .localHeader01 > .inner01 > .navButton01 {
		display: block;
		position: absolute;
		z-index: 100000;
		top: 50%;
		right: 0;
		translate: 0 -50%;
		padding: 0;
		width: 26.25vw;
		height: 24.25vw;
		border: none;
		cursor: pointer;
		transition: right .1s;
		background: url("../img/header_bg03_off.png") no-repeat 0 0 / cover;
	}
	#ct_bg .localHeader01.fixed  > .inner01 > .navButton01,
	#ct_bg .localHeader01.active  > .inner01 > .navButton01 {
		position: fixed;
		top: 0;
		translate: 0;
	}
	#ct_bg .index01 .localHeader01 > .inner01 > .navButton01 {
		position: fixed;
		top: 0;
		translate: 0;
		right: -26.25vw;
		transition: right .6s;
	}
	#ct_bg .index01 .localHeader01.visible01 > .inner01 > .navButton01 {
		right: 0;
	}

	#ct_bg .localHeader01.active > .inner01 > .navButton01 {
		background: url("../img/header_bg03_on.png") no-repeat 0 0 / cover;
	}

	#ct_bg .localHeader01 > .inner01 > .navButton01::before {
		position: absolute;
		top: 7vw;
		left: 14vw;
		content: "";
		width: 8.5vw;
		height: 7vw;
		background: url("../img/il20.png") no-repeat 0 0 / cover;
	}

	#ct_bg .localHeader01 > .inner01 > .navButton01 > .inner01 {
		display: inline-block;
		position: relative;
		padding-top: 14.25vw;
		padding-left: 10vw;
		height: 100%;
		background: linear-gradient(180deg, #1F2C5C 0%, #3562A9 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: "Kaisei Decol", serif;
		font-size: 3.5vw;
		font-weight: 700;
		line-height: 1.0;
		text-align: center;
	}
	#ct_bg .localHeader01.active > .inner01 > .navButton01 > .inner01 {
		color: #fff;
		-webkit-text-fill-color: #fff;
	}
	#ct_bg .localNavArea01 {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11010;
		padding: 8vw 0 0;
		width: 100%;
		height: 100vh;
		background: url("../img/header_bg04.png") no-repeat 0 0 / cover;
		opacity: 0;
		visibility: hidden;
		transition: opacity .6s;
		overflow-y: auto;
	}
	#ct_bg .active .localNavArea01 {
		opacity: 1.0;
		visibility: visible;
	}
	#ct_bg .localNavArea01 > .inner01 {
		position: relative;
		padding-bottom: 66vw;
	}
	#ct_bg .localNavArea01 > .inner01::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 70vw;
		background: url("../img/il21.png") no-repeat 0 0 / cover;
	}

	#ct_bg .localNav01 {
		position: relative;
		z-index: 1;
		margin: 0 4vw;
		padding: 8.5vw 6vw;
		background: url("../img/header_bg05.png") no-repeat 0 0 / 100% 100%;
	}

	#ct_bg .localNav01 > .logo01 {
		display: block;
		margin: 0 auto;
		width: 35.25vw;
	}

	#ct_bg .localNav01 > ul {
		margin-top: 4.6vw;
		border-bottom: 1px dashed #D7AF66;
	}
	#ct_bg .localNav01 > ul > li {
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	#ct_bg .localNav01 > ul > li > a {
		display: block;
		position: relative;
		padding: 4.8vw 0;
		border-top: 1px dashed #D7AF66;
		background: none;
	}
	@media (any-hover: hover) {
		#ct_bg .localNav01 > ul > li > a:hover {
			scale: 1.0;
		}
		#ct_bg .localNav01 > ul > li > a:hover::after {
			opacity: 0;
		}
	}
	#ct_bg .localNav01 > ul > li > a::before,
	#ct_bg .localNav01 > ul > li > a::after {
		content: normal;
	}
	#ct_bg .localNav01 > ul > li > a > .inner01 {
		display: inline-block;
		position: relative;
		padding: 0 9.05vw;
		font-size: 5vw;
		line-height: 1.0;
	}
	#ct_bg .localNav01 > ul > li > a > .inner01::before,
	#ct_bg .localNav01 > ul > li > a > .inner01::after {
		position: absolute;
		top: 50%;
		content: "";
		translate: 0 -50%;
		width: 7.5vw;
		height: 6vw;
		background: url("../img/il20.png") no-repeat 0 0 / cover;
	}
	#ct_bg .localNav01 > ul > li > a > .inner01::before {
		left: 0;
	}
	#ct_bg .localNav01 > ul > li > a > .inner01::after {
		right: 0;
	}

}

/* contentes
*****************************************/
#ct_bg .container01 {
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: opacity .6s,visibility .6s;
	overflow: hidden;
}
#ct_bg .container01.start {
	opacity: 1.0;
	visibility: visible;
}

#ct_bg .container02 {
	padding-top: 89px;
}

#ct_bg .mainArea01 {
	position: relative;
	z-index: 5;
	padding-bottom: 16px;
	background: url("../../img/bg_index04.png") no-repeat 0 0 / cover;
	overflow: hidden;
}
#ct_bg .mainArea01::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .mainArea01 img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

#ct_bg .mainArea01 > .mainCol01 {
	height: 31.375vw;
}

#ct_bg .mainArea01 > .mainCol01 > .image01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#ct_bg .mainArea01 > .mainCol01 > .logo01 {
	position: absolute;
	top: 16px;
	right: 40px;
	width: 25vw;
}

#ct_bg .mainArea01 > .mainCol02 {
	position: relative;
	padding: 60px 20px 52px;
}
#ct_bg .mainArea01 > .mainCol02::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	aspect-ratio: 1600 / 1000;
	background: url("../../img/bg_index03.png") no-repeat 0 0 / 100% auto;
}

#ct_bg .mainArea01 > .mainCol02 > .inner01 {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
}

#ct_bg .mainArea01 > .mainCol02 > .inner01 > .text01 {
	max-width: 800px;
}

#ct_bg .mainList01 {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: -24px;
	right: 0;
}
#ct_bg .mainList01 > li {
	width: 200px;
}
#ct_bg .mainList01 > li:first-child {
	margin-top: 31px;
}

#ct_bg .mainList01 > li > a > img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	#ct_bg .mainList01 > li > a:hover > img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

#ct_bg .mainCol03 {
	margin-top: 86px;
	width: 45.25%;
}
#ct_bg .mainCol03 > .title01 {
	position: relative;
	display: table;
	padding: 10px 50px 8px 59px;
	border-radius: 6px 6px 0px 0px;
	background: linear-gradient(90deg, #FF75A9 0%, #FFFFC5 50%, #7ECEF4 100%);
	color: #E50057;
	font-family: "Kaisei Decol", serif;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	-webkit-text-stroke: 4px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
	text-align: center;
}
#ct_bg .mainCol03 > .title01::before {
	position: absolute;
	top: 50%;
	left: 16px;
	content: "";
	translate: 0 -50%;
	width: 35px;
	height: 29px;
	background: url(../img/il20.png) no-repeat 0 0 / cover;
}
#ct_bg .mainCol03 > .title01::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: "";
	translate: 0 -50%;
	width: 26px;
	height: 28px;
	background: url(../img/il32.png) no-repeat 0 0 / cover;
}

#ct_bg .mainCol04 {
	margin-top: 30px;
	width: 47.44%;
}
#ct_bg .mainCol04 .img01 {
	margin-top: 0;
}
#ct_bg .mainCol04 .img01 > a {
	padding: 2px;
}
#ct_bg .mainCol04 .img01 > a > .inner01 > .icon01 {
	width: min(4.5vw, 56px);
}
#ct_bg .mainCol04 .img01 > .caption02 {
	margin-top: 4px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
}

#ct_bg .mainArea01 .mainFrame01 {
	position: relative;
	padding: 3px;
	background: linear-gradient(73deg, #D2A143 0.65%, #D7AF66 25.36%, #E2D0B5 50.08%, #D7AF66 74.79%, #D2A143 99.5%);
	border-radius: 0px 16px 16px 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);
}
#ct_bg .mainFrame01::before,
#ct_bg .mainFrame01::after {
	position: absolute;
	content: "";
	background: url("../img/bg31.svg") no-repeat 0 0 / cover;
}
#ct_bg .mainFrame01::before {
	top: -24px;
	right: -16px;
	width: 86px;
	height: 66px;
	rotate: 180deg;
}
#ct_bg .mainFrame01::after {
	bottom: -24px;
	left: -16px;
	width: 78px;
	height: 60px;
}

#ct_bg .mainFrame01 > .inner01 {
	padding: 3px;
	border-radius: 0px 14px 14px 14px;
	background-color: #fff;
}

#ct_bg .mainFrame01 > .inner01 > .inner02 {
	padding: 16px;
	border-radius: 0px 14px 14px 14px;
	border: 1px dashed #D2A143;
	background: #fff;
}

#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 {
	padding-right: 16px;
	max-height: 152px;
	overflow-y: auto;
}
#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 > dt {
	margin-top: 16px;
}
#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 > dt:first-child {
	margin-top: 0;
}

#ct_bg .mainFrame02 {
	position: relative;
	margin-top: 19px;
	padding: 4px;
	width: 53%;
	border-radius: 16px;
	border: 1px solid #D2A143;
	background: #FFF;
}
#ct_bg .mainFrame02::before {
	position: absolute;
	top: 4px;
	left: 4px;
	content: "";
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	background: url(../../img/bg_index05_pc.png) no-repeat 0 0 / cover;
	border-radius: 12px;
}
#ct_bg .mainFrame02::after {
	position: absolute;
	top: -18px;
	left: 50%;
	content: "";
	translate: -50% 0;
	width: 81px;
	height: 36px;
	background: url(../img/bg12.png) no-repeat 0 0 / cover;
}

#ct_bg .mainFrame02 > .inner01 {
	position: relative;
	padding: 11px 23px 15px 23px;
	height: 100%;
	border-radius: 12px;
	border: 1px solid #D2A143;
}

#ct_bg .mainFrame02 > .inner01 > .wrap01 > .logo01 {
	margin-right: 2.5%;
	width: 30.78%;
}
#ct_bg .mainFrame02 > .inner01 > .wrap01 > .text01 {
	width: 62.6%;
	color: #E50057;
	font-family: "Kaisei Decol", serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #FFF;
	paint-order: stroke;
}

#ct_bg .mainSlide01 {
	position: relative;
	width: 52.66%;
}
#ct_bg .mainSlide01 > .swiper {
	padding: 25px 6.5% 0;
}

#ct_bg .movieItem01 {
	position: relative;
}
#ct_bg .movieItem01 > .newIc01 {
	position: absolute;
	z-index: 10;
	top: -20px;
	left: -4px;
	width: 64px;
}

#ct_bg .movieItem01 > .image01 > a {
	display: block;
	position: relative;
	padding: 4px;
	border-radius: 16px;
	background: linear-gradient(73deg, #D2A143 0.65%, #D7AF66 25.36%, #E2D0B5 50.08%, #D7AF66 74.79%, #D2A143 99.5%);
	overflow: hidden;
}
#ct_bg .movieItem01 > .image01 > a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg25.png") no-repeat 0 0 / cover;
}

#ct_bg .movieItem01 > .image01 > a > .inner01 {
	display: block;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
#ct_bg .movieItem01 > .image01 > a > .inner01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../img/bg26.png") no-repeat 0 0 / cover;
}

#ct_bg .movieItem01 > .image01 > a > .inner01 > img:not(.icon01) {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	#ct_bg .movieItem01 > .image01 > a:hover > .inner01 > img:not(.icon01) {
		transition: transform .3s;
		transform: scale(1.1);
	}
}
#ct_bg .movieItem01 > .image01 > a > .inner01 > .icon01 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	width: 5.5vw;
}

@media screen and (max-width: 1240px) {
	#ct_bg .mainArea01 > .mainCol02 {
		padding: 2.6vw 2vw 4.19vw;
	}

	#ct_bg .mainArea01 > .mainCol02 > .mainSlide01 {
		padding-top: 2.5vw;
	}

	#ct_bg .mainArea01 > .mainCol02 > .inner01 > .text01 {
		max-width: inherit;
		width: 62.51vw;
	}
	#ct_bg .mainList01 {
		top: -1.9vw;
	}
	#ct_bg .mainList01 > li {
		width: 16.12vw;
	}
	#ct_bg .mainList01 > li:first-child {
		margin-top: 2.5vw;
	}
	#ct_bg .mainCol03 {
		margin-top: 6.9vw;
	}
	#ct_bg .mainCol03 > .title01 {
		padding: 0.6vw 3.1vw 0.5vw 3.68vw;
		font-size: 1.375vw;
	}
	#ct_bg .mainCol03 > .title01::before {
		left: 1vw;
		width: 2.187vw;
		height: 1.81vw;
	}
	#ct_bg .mainCol03 > .title01::after {
		right: 1vw;
		width: 1.625vw;
		height: 1.75vw;
	}
	#ct_bg .mainCol04 {
		margin-top: 2.4vw;
	}
	#ct_bg .mainCol04 .img01 > .caption02 {
		font-size: 1.01vw;
	}

	#ct_bg .mainFrame01 {
		padding: 0.18vw;
		border-radius: 0px 1vw 1vw 1vw;
	}
	#ct_bg .mainFrame01::before {
		top: -1.5vw;
		right: -1vw;
		width: 5.375vw;
		height: 4.125vw;
	}
	#ct_bg .mainFrame01::after {
		bottom: -1.5vw;
		left: -1vw;
		width: 4.875vw;
		height: 3.75vw;
	}

	#ct_bg .mainFrame01 > .inner01 {
		padding: 0.18vw;
		border-radius: 0px 0.87vw 0.87vw 0.87vw;
	}

	#ct_bg .mainFrame01 > .inner01 > .inner02 {
		padding: 1vw;
		border-radius: 0px 0.87vw 0.87vw 0.87vw;
	}

	#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 {
		padding-right: 1vw;
		max-height: 13.25vw;
	}
	#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 > dt {
		margin-top: 1vw;
	}

	#ct_bg .mainFrame02 {
		position: relative;
		margin-top: 1.5vw;
	}
	#ct_bg .mainFrame02::after {
		top: -1.4vw;
		width: 6.5vw;
		height: 2.9vw;
	}

	#ct_bg .mainFrame02 > .inner01 {
		padding: .8vw 1.8vw 1.2vw 1.8vw;
	}

	#ct_bg .mainFrame02 > .inner01 > .wrap01 > .logo01 {
		margin-right: 2.5%;
	}
	#ct_bg .mainFrame02 > .inner01 > .wrap01 > .text01 {
		font-size: 1.4vw;
	}

	#ct_bg .mainArea01 > .mainCol02 > .localNavi01 {
		margin-top: 1.5vw;
		padding: 0.9025vw 4.375vw 1.6vw;
		background: url("../../img/bg_index01.png") no-repeat 0 0 / 100% 100%;
	}

	#ct_bg .mainArea01 > .mainCol02 > .localNavi01 > .localNaviList01 {
		margin-top: 0.625vw;
	}

	#ct_bg .mainArea01 > .mainCol02 > .localNavi01 > .localNaviList01 > li > a {
		padding: .9vw 0;
	}

	#ct_bg .mainArea01 > .mainCol02 > .localNavi01 > .localNaviList01 > li > a > .inner01 {
		padding: 0 2.937vw;
		font-size: 1.625vw;
	}
	#ct_bg .mainArea01 > .mainCol02 > .localNavi01 > .localNaviList01 > li > a > .inner01::before,
	#ct_bg .mainArea01 > .mainCol02 > .localNavi01 > .localNaviList01 > li > a > .inner01::after {
		width: 2.187vw;
		height: 1.812vw;
	}

	#ct_bg .movieItem01 > .image01 > a {
		padding: 2px;
		border-radius: 12px;
	}
	#ct_bg .movieItem01 > .newIc01 {
		top: -1.6vw;
		left: -.3vw;
		width: 5.1vw;
	}
}

#ct_bg .swiperNavWrap01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .swiperNavWrap01 > .swiper-button-prev,
#ct_bg .swiperNavWrap01 > .swiper-button-next {
	position: relative;
	top: 0;
	margin: 12px 0 0;
	width: 19px;
	height: 24px;
	transition: opacity .3s;
}
#ct_bg .swiperNavWrap01 > .swiper-button-prev::after,
#ct_bg .swiperNavWrap01 > .swiper-button-next::after {
	content: normal;
}
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev,
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	margin: 0;
	width: 32px;
	height: 41px;
}
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev {
	left: 0;
	background: url("../img/slide_ic05.svg") no-repeat 0 0 / cover;
}
#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
	right: 0;
	background: url("../img/slide_ic06.svg") no-repeat 0 0 / cover;
}
#ct_bg .swiperNavWrap01 > .swiper-button-prev {
	background: url("../img/slide_ic01.svg") no-repeat 0 0 / cover;
}
#ct_bg .swiperNavWrap01 > .swiper-button-next {
	background: url("../img/slide_ic02.svg") no-repeat 0 0 / cover;
}
#ct_bg .frameArea02 .swiperNavWrap01 > .swiper-button-prev {
	background: url("../img/slide_ic05.svg") no-repeat 0 0 / cover;
}
#ct_bg .frameArea02 .swiperNavWrap01 > .swiper-button-next {
	background: url("../img/slide_ic06.svg") no-repeat 0 0 / cover;
}

#ct_bg .swiperNavWrap01 .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	bottom: 0;
	margin: 16px 24px;
	width: inherit;
}
#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
	display: block;
	position: relative;
	margin: 0 8px;
	width: 16px;
	height: 16px;
	background: url("../img/slide_ic04.svg") no-repeat 0 0 / cover;
	opacity: 1.0;
}
#ct_bg .mainSlide01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet,
#ct_bg .frameArea02 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
	background: url("../img/slide_ic08.svg") no-repeat 0 0 / cover;
}

#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/slide_ic03.svg") no-repeat 0 0 / cover;
	opacity: 0;
	transition: opacity .3s;
}
#ct_bg .mainSlide01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet::after,
#ct_bg .frameArea02 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet::after {
	background: url("../img/slide_ic07.svg") no-repeat 0 0 / cover;
}


#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url("../img/slide_ic03.svg") no-repeat 0 0 / cover;
}
#ct_bg .mainSlide01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#ct_bg .frameArea02 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: url("../img/slide_ic07.svg") no-repeat 0 0 / cover;
}

@media (any-hover: hover) {
	#ct_bg .swiperNavWrap01 > .swiper-button-prev:hover,
	#ct_bg .swiperNavWrap01 > .swiper-button-next:hover {
		opacity: .6;
	}

	#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet:hover::after {
		opacity: 1.0;
	}
}

@media screen and (max-width: 1600px) {
	#ct_bg .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .swiperNavWrap01 > .swiper-button-next {
		margin-top: .75vw;
		width: 1.25vw;
		height: 1.5vw;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
		width: 2.0vw;
		height: 2.562vw;
	}
	#ct_bg .swiperNavWrap01 .swiper-pagination {
		margin: 1vw 1.5vw;
	}
	#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
		width: 1vw;
		height: 1vw;
	}

}

#ct_bg .frameArea01 {
	position: relative;
	padding: 80px 20px 96px;
	padding-top: 80px;
	overflow: hidden;
}
#ct_bg .frameArea01::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .frameArea01 > .inner01 {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	max-width: 1200px;
}

#ct_bg .frameArea02 {
	position: relative;
	padding: 0 20px;
	background: url("../img/bg02.png") repeat 0 0 / 100px auto;
}
#ct_bg .frameArea02.type02 {
	background: none;
}
#ct_bg .frameArea02.type02 > .inner01::before {
	content: normal;
}

#ct_bg .frameWrap01 {
	position: relative;
	background: linear-gradient(#BBC4E4 40%, #D2CCE6 50%, #E7D5E8 65%);
}
#ct_bg .frameWrap01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg36.png") repeat 0 0 / 100px auto;
	opacity: .2;
}

#ct_bg .frameWrap01 .frameArea02 {
	background: none;
}

#ct_bg .frameArea02::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .frameArea02 > .inner01 {
	z-index: 5;
	margin: 0 auto;
	padding: 41px 0 96px;
	max-width: 1000px;
}
#ct_bg .frameArea02 > .inner01::before {
	position: absolute;
	top: -74px;
	left: 0;
	z-index: 5;
	content: "";
	width: 185px;
	height: 140px;
	background: url("../img/bg15.svg") no-repeat 0 0 / cover;
}
#ct_bg .frameArea02 > .inner01 > .bgImg01 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	translate: -50% -50%;
	width: 1160px;
}
#ct_bg .frameArea02 > .inner01 > .bgImg01 > img	{
	animation: rotate01 120s linear infinite;
}
#ct_bg .frameArea02.is_show > .inner01 > .bgImg01 {
	animation: fadeScale 1s both ease-in-out;
}

#ct_bg .frameArea02 > .inner01 > .title01 {
	position: relative;
	margin: 0 auto;
	max-width: 536px;
}
#ct_bg .frameArea02 > .inner01 > .title01.w02 {
	max-width: 639px;
}

#ct_bg .frameArea02 > .inner01 > .text01 {
	position: relative;
	margin-top: 40px;
	color: #FFF;
	font-family: "Kaisei Decol", serif;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: .02em;
	text-shadow: 2px 2px 0 #3562A9, -2px -2px 0 #3562A9,
				 -2px 2px 0 #3562A9, 2px -2px 0 #3562A9,
				 0px 2px 0 #3562A9,  0 -2px 0 #3562A9,
				 -2px 0 0 #3562A9, 2px 0 0 #3562A9;
}
#ct_bg .frameArea02 > .inner01 > .title01 + .text01 {
	margin-top: 64px;
}

#ct_bg .frameArea02 > .inner01 > .image01,
#ct_bg .frameArea02 > .inner01 > .image02 {
	position: absolute;
}
#ct_bg .frameArea02 > .inner01 > .image01.no01 {
	top: 48px;
	left: -29px;
	animation: rotate02 3s linear infinite alternate;
}
#ct_bg .frameArea02 > .inner01 > .image01.no02 {
	top: 333px;
	left: 30px;
	animation: rotate02 3s 1s linear infinite alternate;
}
#ct_bg .frameArea02 > .inner01 > .image01.no03 {
	top: 88px;
	right: -30px;
	animation: rotate02 3s 2s linear infinite alternate;
}
#ct_bg .frameArea02 > .inner01 > .image01.no04 {
	top: 374px;
	right: 25px;
	animation: rotate02 3s 1.5s linear infinite alternate;
}

#ct_bg .frameArea02 > .inner01 > .image02.no01 {
	top: 183px;
	left: 48px;
	animation: rotate03 3s 2s linear infinite alternate;
}
#ct_bg .frameArea02 > .inner01 > .image02.no02 {
	top: 569px;
	left: 40px;
	animation: rotate03 3s 1s linear infinite alternate;
}
#ct_bg .frameArea02 > .inner01 > .image02.no03 {
	top: 224px;
	right: 53px;
	animation: rotate03 3s linear infinite alternate;
}
#ct_bg .frameArea02 > .inner01 > .image02.no04 {
	top: 609px;
	right: 54px;
	animation: rotate03 3s 2s linear infinite alternate;
}

#ct_bg .frameArea03 {
	position: relative;
	padding: 0 20px;
}
#ct_bg .frameArea03::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .frameArea03 > .inner01 {
	z-index: 5;
	margin: 0 auto;
	padding: 40px 0 96px;
	max-width: 1000px;
}
#ct_bg .frameArea03 > .inner01::before {
	position: absolute;
	top: -74px;
	left: 0;
	z-index: 5;
	content: "";
	width: 185px;
	height: 140px;
	background: url("../img/bg15.svg") no-repeat 0 0 / cover;
}
#ct_bg .frameArea03.noDeco01 > .inner01::before {
	content: normal;
}

#ct_bg .frameArea03 > .inner01 > .title01 {
	position: relative;
	margin: 0 auto;
	max-width: 512px;
}
#ct_bg .frameArea03 > .inner01 > .title01.w01 {
	max-width: 639px;
}

#ct_bg .frameArea04 {
	position: relative;
	padding: 0 20px;
	background: url("../img/bg03.png") repeat 0 0 / 200px auto;
}
#ct_bg .frameArea04::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .frameArea04 > .inner01 {
	position: relative;
	z-index: 5;
	padding: 40px 0 96px;
}
#ct_bg .frameArea04 > .inner01::before {
	position: absolute;
	top: -32px;
	right: 0;
	z-index: 10;
	content: "";
	width: 139px;
	height: 97px;
	background: url("../img/bg27.svg") no-repeat 0 0 / cover;
}

#ct_bg .frameArea04 > .inner01 > .title01 {
	position: relative;
	z-index: 11;
	margin: 0 auto;
	max-width: 537px;
}

#ct_bg .frameArea04 > .inner01 > .text01 {
	margin: 80px auto 0;
	max-width: 660px;
}

#ct_bg .frameArea05 {
	position: relative;
	padding: 0 20px;
	background: url("../img/bg02.png") repeat 0 0 / 100px auto;
	overflow: hidden;
}

#ct_bg .frameArea05::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .frameArea05 > .inner01 {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	padding: 40px 0 96px;
	max-width: 1000px;
}
#ct_bg .frameArea05 > .inner01::before {
	position: absolute;
	top: 301px;
	left: -231px;
	z-index: 10;
	content: "";
	width: 215px;
	height: calc(100% - 301px);
	background: url("../img/bg18.svg") repeat-y 0 0 / 100% auto;
}
#ct_bg .frameArea05 > .inner01::after {
	position: absolute;
	top: 280px;
	right: -231px;
	z-index: 10;
	content: "";
	width: 193px;
	height: calc(100% - 280px);
	background: url("../img/bg19.svg") repeat-y 0 0 / 100% auto;
}

#ct_bg .frameArea05 > .inner01 > .title01 {
	position: relative;
	z-index: 11;
	margin: 0 auto;
	max-width: 512px;
}

#ct_bg .frameArea06 {
	position: relative;
	padding: 0 20px;
	background: url("../img/bg02.png") repeat 0 0 / 100px auto;
}

#ct_bg .frameArea06::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	content: "";
	width: 100%;
	height: 16px;
	border-width: 2px 0;
	border-style: solid;
	border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-sizing: border-box;
}

#ct_bg .frameArea06 > .inner01 {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	padding: 64px 0 56px;
	max-width: 1200px;
}
#ct_bg .frameArea06 > .inner01::before {
	position: absolute;
	top: -74px;
	left: -180px;
	z-index: 10;
	content: "";
	width: 185px;
	height: 140px;
	background: url("../img/bg15.svg") no-repeat 0 0 / cover;
}
#ct_bg .frameArea06 > .inner01::after {
	position: absolute;
	top: -74px;
	right: -180px;
	z-index: 10;
	content: "";
	width: 185px;
	height: 140px;
	background: url("../img/bg16.svg") no-repeat 0 0 / cover;
}

#ct_bg .frameArea07 {
	position: relative;
	margin-top: 32px;
	padding: 4px;
	border-radius: 24px;
	border: 4px solid #D2A143;
	background-color: #fff;
}
#ct_bg .frameArea07 + .frameArea07 {
	margin-top: 16px;
}

#ct_bg .frameArea07 > .inner01 {
	padding: 22px;
	border-radius: 16px;
	border: 1px solid #D2A143;
}
#ct_bg .frameArea07::before,
#ct_bg .frameArea07::after,
#ct_bg .frameArea07 > .inner01::before,
#ct_bg .frameArea07 > .inner01::after {
	position: absolute;
	content: "";
	width: 76px;
	height: 76px;
	background: no-repeat 0 0 / cover;
}
#ct_bg .frameArea07::before {
	top: 1px;
	left: 1px;
	background-image: url("../img/il24.svg");
}
#ct_bg .frameArea07::after {
	top: 1px;
	right: 1px;
	background-image: url("../img/il25.svg");
}
#ct_bg .frameArea07 > .inner01::before {
	bottom: 1px;
	left: 1px;
	background-image: url("../img/il26.svg");
}
#ct_bg .frameArea07 > .inner01::after {
	bottom: 1px;
	right: 1px;
	background-image: url("../img/il27.svg");
}

#ct_bg .frameArea07 > .inner01 .new {
	position: absolute;
	top: -28px;
	left: -16px;
	width: 88px;
}
#ct_bg .frameArea07 > .inner01 .new span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#ct_bg .frameArea07 > .inner01 .newIc01 {
	position: absolute;
	top: -20px;
	left: -4px;
	width: 64px;
}

#ct_bg .frameArea07 > .inner01 > .title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#ct_bg .frameArea07 > .inner01 > .title01.w01 {
	width: 37.4%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w02 {
	padding: 16px 0;
	width: 76.74%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w03 {
	width: 66.9%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w04 {
	width: 86.38%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w05 {
	padding: 4px 0;
	justify-content: space-between;
}
#ct_bg .frameArea07 > .inner01 > .title01.w05 > .image01 {
	width: 28.82%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w05 > .image02 {
	width: 70.27%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w06 {
	width: 34.75%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w07 {
	padding: 16px 0;
	width: 100%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w08 {
	width: 69.19%;
}
#ct_bg .frameArea07 > .inner01 > .title01.w09 {
	padding: 5px 0;
	width: 78.82%;
}

#ct_bg .frameArea07 > .inner01 > .text01 {
	margin: 16px auto 0;
	width: 67.56%;
	text-align: center;
}
#ct_bg .frameArea07 > .inner01 > .text01.w02 {
	width: 72.29%;
}

#ct_bg .frameArea07 > .inner01 > .text01 img {
	width: 100%;
	height: auto;
}

#ct_bg .frameArea08 {
	position: relative;
	margin-top: 80px;
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}
#ct_bg .frameArea08 > .inner01 {
	margin: 0 auto;
	max-width: 1600px;
	padding: 56px 0px 96px;
	border-radius: 120px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	background: url("../img/bg28.png") repeat 0 0 / cover;
}

#ct_bg .frameArea09 {
	position: relative;
	margin-top: 32px;
	padding: 4px;
	border-radius: 16px;
	border: 4px solid #D2A143;
	background-color: #fff;
}

#ct_bg .title01 + .frameArea09 {
	margin-top: 64px;
}

#ct_bg .frameArea09 > .inner01 {
	padding: 22px;
	border-radius: 8px;
	border: 1px solid #D2A143;
}

#ct_bg .frameArea10 {
	margin-top: 8px;
	padding: 16px 24px;
	border-radius: 8px;
	background: #E8F5FC;
}
#ct_bg .frameArea10.type02 {
	margin-top: 24px;
}

#ct_bg .frameArea10 > .image01 {
	margin: 16px auto 0;
	max-width: 640px;
}

#ct_bg .frameArea11 a {
	color: #E50057;
}

#ct_bg .frameArea11 > .title01 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	border-radius: 16px 16px 0px 0px;
	border-bottom: 2px solid #D2A143;
	background: linear-gradient(270deg, #3562A9 0.01%, #2C87C8 53%, #3562A9 99.99%);
	color: #fff;
	font-family: "Kaisei Decol", serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
}

#ct_bg .frameArea11 > .title01 > .text01 {
	position: relative;
	margin-right: 20px;
	padding: 0 20px;
	font-size: 2.0rem;
}
#ct_bg .frameArea11 > .title01 > .text01::before,
#ct_bg .frameArea11 > .title01 > .text01::after {
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/ic05.svg") no-repeat 0 0 / cover;
}
#ct_bg .frameArea11 > .title01 > .text01::before {
	left: 0;
}
#ct_bg .frameArea11 > .title01 > .text01::after {
	right: 0;
}

#ct_bg .frameArea11 > .inner01 {
	padding: 24px 8px 32px;
	height: calc(100% - 54px);
	border: solid #E8F5FC;
	border-width: 0 4px 4px;
	border-radius: 0 0 16px 16px;
}

#ct_bg .frameArea11 > .inner01 > .box01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
#ct_bg .frameArea11 > .inner01 > .box01.jsTime01 {
	display: none;
}
#ct_bg .frameArea11 > .inner01 > .box01.jsTime01.jsTimeOver01 {
	display: flex;
}

#ct_bg .frameArea11 > .inner01 > .box01 > .btn01 {
	margin: 0 8px 0 0;
	min-width: 196px;
}
#ct_bg .frameArea11 > .inner01 > .box01 > .text01 {
	font-size: 1.6rem;
	line-height: 1.6;
	rotate: 0.03deg;
	letter-spacing: .02em;
}

#ct_bg .frameArea11 > .inner01 > .image01 {
	margin: 0 auto;
	max-width: 160px;
}

#ct_bg .frameArea11 > .inner01 > .text01 {
	margin-top: 24px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.6;
	rotate: 0.03deg;
	letter-spacing: .02em;
}
#ct_bg .frameArea11 > .inner01 > .text01 + .text01 {
	margin-top: 8px;
}
#ct_bg .frameArea11 > .inner01 > .text01 > a.jsTime01 {
	color: #000;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}
#ct_bg .frameArea11 > .inner01 > .text01 > a.jsTime01.jsTimeOver01 {
	color: #E50057;
	text-decoration: underline;
	cursor: pointer;
	pointer-events: auto;
}
#ct_bg .frameArea11 > .inner01 > .text01 > a.jsTime01.jsTimeOver01:hover {
	text-decoration: none;
}

#ct_bg .frameArea11 > .inner01 > .text02 {
	margin-top: 24px;
	text-align: center;
	line-height: 1.6;
	rotate: 0.03deg;
	letter-spacing: .02em;
}
#ct_bg .frameArea11 > .inner01 > .text02.jsTime01.jsTimeOver01 {
	display: none;
}

@media screen and (max-width: 1040px) {
	#ct_bg .frameArea11 > .title01 {
		height: 5vw;
		border-radius: 1.5vw 1.5vw 0px 0px;
		border-bottom: .19vw solid #D2A143;
		font-size: 2.3vw;
	}

	#ct_bg .frameArea11 > .title01 > .text01 {
		margin-right: 1.9vw;
		padding: 0 1.9vw;
		font-size: 1.9vw;
	}
	#ct_bg .frameArea11 > .title01 > .text01::before,
	#ct_bg .frameArea11 > .title01 > .text01::after {
		content: "";
		width: 1.1vw;
		height: 1.1vw;
	}

	#ct_bg .frameArea11 > .inner01 {
		padding: 2.3vw .7vw 3vw;
		height: calc(100% - 54px);
		border-width: 0 .38vw .38vw;
		border-radius: 0 0 1.5vw 1.5vw;
	}

	#ct_bg .frameArea11 > .inner01 > .box01 {
		margin-top: 6vw;
	}

	#ct_bg .frameArea11 > .inner01 > .box01 > .btn01 {
		margin: 0 .7vw 0 0;
		min-width: 18.8vw;
	}
	#ct_bg .frameArea11 > .inner01 > .box01 > .btn01 > a > .inner01 {
		padding: .67vw 1.4vw 1.0vw 4.3vw;
		font-size: 1.9vw;
	}
	#ct_bg .frameArea11 > .inner01 > .box01 > .text01 {
		font-size: 1.5vw;
	}

	#ct_bg .frameArea11 > .inner01 > .image01 {
		margin-top: 2.3vw;
	}

	#ct_bg .frameArea11 > .inner01 > .text01 {
		margin-top: 2.3vw;
		font-size: 1.5vw;
	}
	#ct_bg .frameArea11 > .inner01 > .text01 + .text01 {
		margin-top: .7vw;
	}
	#ct_bg .frameArea11 > .inner01 > .text02 {
		margin-top: 2.3vw;
	}
}

#ct_bg .frameArea12 {
	margin-top: 10px;
	padding: 8px 8px 10px 8px;
	border-radius: 16px;
	background: #C0E2F6;
}

#ct_bg .frameArea12 > .text01 {
	margin-top: 8px;
	font-size: 1.6rem;
	line-height: 1.6;
	rotate: 0.03deg;
	letter-spacing: .02em;
	text-align: center;
}

#ct_bg .slideArea01 {
	position: relative;
	margin-inline: calc(50% - 50vw);
	width: 100vw;
}
#ct_bg .slideArea01 .swiperNavWrap01 .swiper-pagination {
	margin: 36px 24px;
}
#ct_bg .swiperNavWrap01 > .swiper-button-prev,
#ct_bg .swiperNavWrap01 > .swiper-button-next {
	margin-top: 32px;
}
@media screen and (max-width: 1600px) {
	#ct_bg .slideArea01 .swiperNavWrap01 .swiper-pagination {
		margin: 2.2vw 1.5vw;
	}
	#ct_bg .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .swiperNavWrap01 > .swiper-button-next {
		margin-top: 2vw;
	}
}

#ct_bg .slideArea01 .movieItem01 {
	padding-top: 48px;
	width: 800px;
}
#ct_bg .slideArea01 .movieItem01 .image01 > .newIcon01 {
	position: absolute;
	z-index: 10;
	top: 20px;
	left: -16px;
	width: 88px;
}
#ct_bg .songSlide01 .swiper {
	padding: 0 16px;
}
#ct_bg .characterSlide01,
#ct_bg .characterSlide02,
#ct_bg .characterSlide03 {
	margin: 40px -20px 0;
}
#ct_bg .characterSlide01 {
	margin-top: 73px;
}

#ct_bg .itemSlide01 .swiperNavWrap01,
#ct_bg .characterSlide01 .swiperNavWrap01,
#ct_bg .characterSlide02 .swiperNavWrap01,
#ct_bg .characterSlide03 .swiperNavWrap01,
#ct_bg .songSlide01 .swiperNavWrap01,
#ct_bg .keywordSlide01 .swiperNavWrap01 {
	display: none;
}


@media screen and (max-width: 768px) {
	#ct_bg .songSlide01 .swiper {
		padding: 0;
	}
	#ct_bg .itemSlide01 .wrap01 {
		flex-wrap: inherit;
	}

	#ct_bg .itemSlide01 .swiperNavWrap01,
	#ct_bg .characterSlide01 .swiperNavWrap01,
	#ct_bg .characterSlide02 .swiperNavWrap01,
	#ct_bg .characterSlide03 .swiperNavWrap01,
	#ct_bg .songSlide01 .swiperNavWrap01,
	#ct_bg .keywordSlide01 .swiperNavWrap01 {
		display: flex;
	}
	#ct_bg .characterSlide01,
	#ct_bg .characterSlide02,
	#ct_bg .characterSlide03 {
		flex-wrap: wrap;
		margin: 10vw -2.3vw 0;
	}
	#ct_bg .characterSlide01 {
		margin-top: 16vw;
	}
}

#ct_bg .subSection01 {
	margin-top: 64px;
}
#ct_bg .subSection02 {
	margin-top: 80px;
}
#ct_bg .subSection03 {
	margin-top: 32px;
}
#ct_bg .subSection04 {
	margin-top: 20px;
}

#ct_bg .list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 40px;
	column-gap: 1%;
	margin: 40px auto 0;
	max-width: 1600px;
}
#ct_bg .list01.type02 {
	margin-top: 32px;
	row-gap: 24px;
}
#ct_bg .list01.type02 > li:nth-child(1) {
	display: block;
	width: 100%;
}
#ct_bg .list01.type02 > li:nth-child(1) > .image01,
#ct_bg .list01.type02 > li:nth-child(1) > .inner01 {
	margin: 0 auto;
	width: 23.75%;
}

#ct_bg .list01 > li {
	width: 23.75%;
}

#ct_bg .list01 > li > .image01 {
	position: relative;
	padding: 6px;
	background: linear-gradient(180deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	border-radius: 100vmax 100vmax 0 0;
}
#ct_bg .list01 > li.type02 > .image01,
#ct_bg .list01 > li.type03 > .image01 {
	background: linear-gradient(0deg, rgba(148, 148, 148, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(238, 238, 238, 1) 50%, rgba(190, 190, 190, 1) 75%, rgba(148, 148, 148, 1) 100%);
}

#ct_bg .list01 > li > .image01 img {
	border-radius: 100vmax 100vmax 0 0;
}

#ct_bg .list01 > li > .image01::before {
	position: absolute;
	top: -16px;
	left: 50%;
	content: "";
	transform: translateX(-50%);
	width: 96px;
	height: 43px;
	background: url("../img/bg12.png") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type02 > .image01::before,
#ct_bg .list01 > li.type03 > .image01::before {
	content: normal;
}

#ct_bg .list01 > li > .inner01 {
	position: relative;
	padding: 0 6px 6px;
	border-radius: 0px 0px 8px 8px;
	background: linear-gradient(180deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
}

#ct_bg .list01 > li > .inner01::before {
	position: absolute;
	z-index: 3;
	top: -16px;
	right: -8px;
	content: "";
	width: 56px;
	height: 39px;
	background: url("../img/bg10.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li > .inner01::after {
	position: absolute;
	z-index: 3;
	bottom: -8px;
	left: -8px;
	content: "";
	width: 56px;
	height: 39px;
	background: url("../img/bg11.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type02 > .inner01,
#ct_bg .list01 > li.type03 > .inner01 {
	background: linear-gradient(180deg, #949494 0%, #BEBEBE 25%, #EEE 50%, #BEBEBE 75%, #949494 100%);
}
#ct_bg .list01 > li.type02 > .inner01::before {
	top: 0;
	left: 6px;
	right: auto;
	width: 16px;
	height: 16px;
	background: rgba(148, 148, 148, 1) url("../img/bg32.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type02 > .inner01::after {
	top: 0;
	left: auto;
	right: 6px;
	width: 16px;
	height: 16px;
	background: rgba(148, 148, 148, 1) url("../img/bg33.svg") no-repeat 0 0 / cover;
}

#ct_bg .list01 > li.type03 > .inner01::before {
	top: 0;
	left: 6px;
	right: auto;
	width: 16px;
	height: 16px;
	background: rgba(148, 148, 148, 1) url("../img/bg37.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type03 > .inner01::after {
	top: 0;
	left: auto;
	right: 6px;
	width: 16px;
	height: 16px;
	background: rgba(148, 148, 148, 1) url("../img/bg38.svg") no-repeat 0 0 / cover;
}


#ct_bg .list01 > li > .inner01 > .inner02 {
	position: relative;
	padding: 16px;
	height: 100%;
	background-color: #FFF;
}
#ct_bg .list01 > li > .inner01 > .inner02.h02 {
	min-height: 203px;
}
#ct_bg .list01 > li > .inner01 > .inner02.h03 {
	min-height: 158px;
}

#ct_bg .list01 > li > .inner01 > .inner02::before {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	content: "";
	width: 16px;
	height: 16px;
	background: #D3A245 url("../img/bg13.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li > .inner01 > .inner02::after {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	content: "";
	width: 16px;
	height: 16px;
	background: #D3A245 url("../img/bg14.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type02 > .inner01 > .inner02 {
	background-color: #1A1A1A;
	color: #fff;
}
#ct_bg .list01 > li.type03 > .inner01 > .inner02 {
	background-color: #fff;
}
#ct_bg .list01 > li.type02 > .inner01 > .inner02::before {
	top: auto;
	bottom: 0;
	background: rgba(148, 148, 148, 1) url("../img/bg34.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type02 > .inner01 > .inner02::after {
	background: rgba(148, 148, 148, 1) url("../img/bg35.svg") no-repeat 0 0 / cover;
}

#ct_bg .list01 > li.type03 > .inner01 > .inner02::before {
	top: auto;
	bottom: 0;
	background: rgba(148, 148, 148, 1) url("../img/bg39.svg") no-repeat 0 0 / cover;
}
#ct_bg .list01 > li.type03 > .inner01 > .inner02::after {
	background: rgba(148, 148, 148, 1) url("../img/bg40.svg") no-repeat 0 0 / cover;
}


#ct_bg .list01 > li > .inner01 > .inner02 > .image01 {
	margin: 0 auto;
	max-width: 220px;
	text-align: center;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w02 {
	max-width: 204px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w03 {
	max-width: 240px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w04 {
	max-width: 100px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w05 {
	max-width: 104px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w06 {
	padding-top: 11px;
	padding-bottom: 11px;
	max-width: 225px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w07 {
	padding-top: 11px;
	padding-bottom: 11px;
	max-width: 240px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w08 {
	max-width: 104px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w09 {
	max-width: 198px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w10 {
	max-width: 222px;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .image01 > img {
	image-rendering: -webkit-optimize-contrast;
}


#ct_bg .list01 > li > .inner01 > .inner02 > .text01 {
	font-family: "Kaisei Decol", serif;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
#ct_bg .list01 > li > .inner01.type01 > .inner02 > .text01 {
	color: #4A9EF2;
}
#ct_bg .list01 > li > .inner01.type02 > .inner02 > .text01 {
	color: #EF4261;
}
#ct_bg .list01 > li > .inner01.type03 > .inner02 > .text01 {
	color: #49BA9C;
}
#ct_bg .list01 > li > .inner01.type04 > .inner02 > .text01 {
	color: #B386CC;
}

#ct_bg .list01 > li > .inner01 > .inner02 > .text01 > ruby > rt {
	font-size: .8rem;
}

#ct_bg .list01 > li > .inner01 > .inner02 > .text02 {
	margin-top: 4px;
	color: #FFFFC5;
	font-family: "Kaisei Decol", serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .text02 > .font01 {
	font-size: 1.6rem;
	letter-spacing: -.02em;
}

#ct_bg .list01 > li > .inner01 > .inner02 > .text03 {
	margin-top: 4px;
	font-family: "Kaisei Decol", serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
}
#ct_bg .list01 > li > .inner01 > .inner02 > .text03 > ruby > rt {
	font-size: .8rem;
}

#ct_bg .list01 > li > .inner01 > .inner02 > .text04 {
	margin-top: 8px;
	rotate: 0.03deg;
	line-height: 1.4;
}

@media screen and (max-width: 1640px) {
	#ct_bg .list01 > li > .image01::before {
		top: -1vw;
		width: 6vw;
		height: 2.68vw;
	}
	#ct_bg .list01 > li > .inner01::before {
		top: -1vw;
		right: -.5vw;
		width: 3.5vw;
		height: 2.43vw;
	}
	#ct_bg .list01 > li > .inner01::after {
		bottom: -.5vw;
		left: -.5vw;
		width: 3.5vw;
		height: 2.43vw;
	}
}
@media screen and (max-width: 1000px) {
	#ct_bg .list01 > li {
		width: 48%;
	}
	#ct_bg .list01.type02 > li:nth-child(1) > .image01,
	#ct_bg .list01.type02 > li:nth-child(1) > .inner01 {
		width: 48%;
	}
}

#ct_bg .list02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .list02 > li {
	margin: 16px 0 0;
	width: 49.14%;
}
#ct_bg .list02 > li.img01 > a > .inner01 > .icon01 {
	width: min(6.9vw, 72px);
}

#ct_bg .list03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .list03 > li {
	margin: 40px 0 0 1%;
	width: 32.65%;
}
#ct_bg .list03 > li:nth-child(3n+1) {
	margin-left: 0;
}
#ct_bg .list03 > li.img01 > a > .inner01 > .icon01 {
	width: min(6.9vw, 72px);
}

#ct_bg .list04 {
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 0;
	max-width: 1000px;
}
#ct_bg .list04::after {
	content: "";
	margin: 20px auto 0;
	width: 64%;
	height: auto;
	aspect-ratio: 640/279;
	background: url("../../img/img_index26@2x.png") no-repeat 0 0 / contain;
}
#ct_bg .list04 > li {
	margin: 20px 0 0 1.6%;
	width: 32%;
}
#ct_bg .list04 > li:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .list04 > li.w01 {
	width: 64%;
}

#ct_bg .list04 > li > a {
	display: block;
	position: relative;
	padding: 2px;
	border-radius: 8px;
	background: linear-gradient(73deg, #D2A143 0.65%, #D7AF66 25.36%, #E2D0B5 50.08%, #D7AF66 74.79%, #D2A143 99.5%);
	overflow: hidden;
	text-decoration: none;
}
#ct_bg .list04 > li > a::after {
	position: absolute;
	right: 13px;
	bottom: 13px;
	content: "";
	width: 34px;
	height: 34px;
	background: url("../img/btn04.png") no-repeat 0 0 / cover;
}

#ct_bg .list04 > li > a > .text01 {
	position: relative;
	padding: 8px;
	border-radius: 6px 6px 0px 0px;
	background: linear-gradient(90deg, #FF75A9 0%, #FFFFC5 50%, #7ECEF4 100%);
	color: #E50057;
	font-family: "Kaisei Decol", serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #FFF;
	paint-order: stroke;
}

@media screen and (max-width: 1020px) {
	#ct_bg .list04 > li > a > .text01 {
		font-size: 2.4vw;
	}
}
#ct_bg .list04 > li > a > .text01::before {
	position: absolute;
	top: 50%;
	left: 16px;
	content: "";
	translate: 0 -50%;
	width: 35px;
	height: 29px;
	background: url("../img/il20.png") no-repeat 0 0 / cover;
}
#ct_bg .list04 > li > a > .text01::after {
	position: absolute;
	top: 50%;
	right: 16px;
	content: "";
	translate: 0 -50%;
	width: 26px;
	height: 28px;
	background: url("../img/il32.png") no-repeat 0 0 / cover;
}

#ct_bg .list04 > li > a > .image01 {
	position: relative;
	padding: 6px;
	border-radius: 0 0 6px 6px;
	background-color: #fff;
}

#ct_bg .list04 > li > a > .image01 > .inner01 {
	display: block;
	overflow: hidden;
}

#ct_bg .list04 > li > a > .image01 > .inner01 > img {
	scale: 1.0;
	transition: scale .3s;
}
@media (any-hover: hover) {
	#ct_bg .list04 > li > a:hover > .image01 > .inner01 > img {
		scale: 1.1;
	}
}

#ct_bg .list05 > dt {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.0;
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px solid #D2A143;
	color: #000;
	font-size: 1.4rem;
	rotate: 0.03deg;
}
#ct_bg .list05 > dt:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#ct_bg .list05 > dt > .icon01 {
	position: relative;
	margin-left: 16px;
	padding: 5px 4px;
	background-color: #E50057;
	color: #fff;
	font-size: 1.2rem;
	rotate: 0.03deg;
}
#ct_bg .list05 > dt > .icon01::before {
	position: absolute;
	top: 0;
	left: -4px;
	content: "";
	aspect-ratio: 1 / 5;
	height: 100%;
	background: url("../img/bg21.svg") no-repeat 0 0 / 100% 100%;
}
#ct_bg .list05 > dt > .icon01::after {
	position: absolute;
	top: 0;
	right: -4px;
	content: "";
	aspect-ratio: 1 / 5;
	height: 100%;
	background: url("../img/bg22.svg") no-repeat 0 0 / 100% 100%;
}

#ct_bg .list05 > dd {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
	rotate: 0.03deg;
}
#ct_bg .list05 > dd > a {
	color: #000;
	text-decoration: none;
	transition: opacity .3s;
}

@media (any-hover: hover) {
	#ct_bg .list05 > dd > a:hover {
		opacity: .6;
	}
}

#ct_bg .list06 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .list06 > li {
	margin: 42px 0 0;
	width: 48%;
}

#ct_bg .list06 > li.img01 > a > .inner01 > .icon01 {
	width: min(6.9vw, 72px);
}

#ct_bg .list07 > dt {
	display: inline-block;
	margin-top: 16px;
	padding: 0px 8px;
	border-radius: 4px;
	background: #6289C6;
	color: #fff;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .02em;
	rotate: 0.03deg;
}

#ct_bg .list07 > dd {
	margin-top: 4px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .02em;
	rotate: 0.03deg;
}
#ct_bg .list07 > dd > .font01 {
	font-size: 1.4rem;
}

#ct_bg .iconBlock01 {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	width: 930px;
}

#ct_bg .list08 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .list08 > li {
	margin: 16px 0 0 1.1%;
	padding: 10px;
	width: 24.12%;
	border-radius: 100vmax;
	background-color: #E50057;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .02em;
	rotate: 0.03deg;
	text-align: center;
}
#ct_bg .list08 > li:nth-child(4n+1) {
	margin-left: 0;
}

#ct_bg .list09 {
	display: flex;
	flex-wrap: wrap;
	margin-top: -12px;
}
#ct_bg .list09 > li {
	margin: 32px 0 0 3.7%;
	width: 30.76%;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .02em;
	rotate: 0.03deg;
	text-align: center;
}
#ct_bg .list09 > li:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .list10 > li {
	position: relative;
	padding-left: 25px;
	font-size: 1.6rem;
	rotate: 0.03deg;
}
#ct_bg .list10 > li::before {
	position: absolute;
	top: .6em;
	left: 10px;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #000;
	border-radius: 50%;
}

#ct_bg .list11 > dt {
	margin-top: 8px;
	color: #1F2C5C;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .02em;
	rotate: 0.03deg;
}

#ct_bg .list11 > dd {
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: .02em;
	rotate: 0.03deg;
}

#ct_bg .list12 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	row-gap: 16px;
	margin-top: 16px;
	padding-right: 32px;
	height: 480px;
	overflow-y: auto
}
#ct_bg .list12 > li {
	padding: 16px;
	width: 49%;
	border-radius: 16px;
	background: #E8F5FC;
}

#ct_bg .list12 > li > .text01 {
	font-size: 1.6rem;
	font-weight: 800;
	text-align: center;
	rotate: 0.03deg;
}

#ct_bg .list12 > li > .img01 {
	margin-top: 8px;
}

#ct_bg .list12 > li > .img01 > a > .inner01 > .icon01 {
	width: min(6.9vw, 72px);
}


#ct_bg .iconBlock01 > .icon01 {
	position: absolute;
	animation: rotate04 10s linear infinite;
}
#ct_bg .iconBlock01 > .icon01.no01 {
	top: 182px;
	left: -364px;
}
#ct_bg .iconBlock01 > .icon01.no02 {
	top: 130px;
	right: -29px;
	animation-delay: 8s;
}
#ct_bg .iconBlock01 > .icon01.no03 {
	top: 50px;
	left: -29px;
	animation-delay: 12s;
}
#ct_bg .iconBlock01 > .icon01.no04 {
	top: 123px;
	left: 1px;
	animation-delay: 5s;
}
#ct_bg .iconBlock01 > .icon01.no05 {
	top: 89px;
	left: -125px;
	animation-delay: 8s;
}
#ct_bg .iconBlock01 > .icon01.no06 {
	top: 160px;
	left: -204px;
}
#ct_bg .iconBlock01 > .icon01.no07 {
	top: 185px;
	right: -139px;
	animation-delay: 15s;
}
#ct_bg .iconBlock01 > .icon01.no08 {
	top: 96px;
	right: -350px;
	animation-delay: 9s;
}
#ct_bg .iconBlock01 > .icon01.no09 {
	top: 50px;
	left: -241px;
	animation-delay: 6s;
}
#ct_bg .iconBlock01 > .icon01.no10 {
	top: 152px;
	right: -272px;
	animation-delay: 12s;
}
#ct_bg .iconBlock01 > .icon01.no11 {
	top: 51px;
	right: -210px;
	animation-delay: 10s;
}
#ct_bg .iconBlock01 > .icon01.no12 {
	top: 51px;
	right: -110px;
	animation-delay: 4s;
}

#ct_bg .heading01 {
	position: relative;
	color: #E4007F;
	font-family: "Kaisei Decol", serif;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -.01em;
	-webkit-text-stroke: 5px #fff;
	text-stroke: 5px #fff;
	paint-order: stroke;
	text-align: center;
}

#ct_bg .heading02 {
	position: relative;
	padding-bottom: 4px;
	border-bottom: 1px solid #6289C6;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: -.02em;
	rotate: 0.03deg;
}

#ct_bg .heading03 {
	padding: 8px;
	background-color: #1F2C5C;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .02em;
	text-align: center;
	rotate: 0.03deg;
}

#ct_bg .heading04 {
	position: relative;
	padding: 12px;
	border-radius: 100vmax;
	background: linear-gradient(90deg, #FF75A9 0%, #FFFFC5 50%, #7ECEF4 100%);
	color: #E50057;
	font-family: "Kaisei Decol", serif;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #FFF;
	paint-order: stroke;
}
#ct_bg .heading04::before {
	position: absolute;
	top: 50%;
	left: 24px;
	content: "";
	translate: 0 -50%;
	width: 64px;
	height: 52px;
	background: url("../img/il20.png") no-repeat 0 0 / cover;
}
#ct_bg .heading04::after {
	position: absolute;
	top: 50%;
	right: 24px;
	content: "";
	translate: 0 -50%;
	width: 44px;
	height: 48px;
	background: url("../img/il32.png") no-repeat 0 0 / cover;
}

#ct_bg .heading05 {
	margin-top: 32px;
	color: #1F2C5C;
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.4;
	padding-bottom: 8px;
	position: relative;
}
#ct_bg .heading05:first-child {
	margin-top: 0;
}
#ct_bg .title01 + .heading05 {
	margin-top: 16px;
}
#ct_bg .heading05:has(.newIcon01) {
	padding-left: 62px;
}
#ct_bg .heading05 > .newIcon01 {
	position: absolute;
	top: -30px;
	left: -29px;
	width: 88px;
}
#ct_bg .heading05::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #7ecef4 0%, #ff75a9 25%, #ffff84 50%, #ff75a9 75%, #7ecef4 100%);
}

#ct_bg .heading06 {
	position: relative;
	padding: 12px;
	border-radius: 100vmax;
	background: linear-gradient(90deg, #FF75A9 0%, #FFFFC5 50%, #7ECEF4 100%);
	color: #E50057;
	font-family: "Kaisei Decol", serif;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #FFF;
	paint-order: stroke;
}
#ct_bg .heading06::before {
	position: absolute;
	top: 50%;
	left: 24px;
	content: "";
	translate: 0 -50%;
	width: 64px;
	aspect-ratio: 64 / 52;
	background: url("../img/il20.png") no-repeat 0 0 / cover;
}
#ct_bg .heading06::after {
	position: absolute;
	top: 50%;
	right: 24px;
	content: "";
	translate: 0 -50%;
	width: 43px;
	aspect-ratio: 43 / 52;
	background: url("../img/il32.png") no-repeat 0 0 / cover;
}

#ct_bg .hgroup01 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
#ct_bg .frameArea02 .hgroup01.type02 {
	width: 100vw;
	margin-inline: calc(50% - 50vw);
}

#ct_bg .hgroup01 > .title01 {
	position: relative;
	padding: 0 24px;
	color: #2A4782;
	font-family: "Kaisei Decol", serif;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	-webkit-text-stroke: 8px #fff;
	text-stroke: 4px #fff;
	paint-order: stroke;
	text-align: center;
}

#ct_bg .iconBlock02 {
	display: flex;
}

#ct_bg .iconBlock02 > .icon01 {
	animation: rotate04 10s linear infinite;
	width: 90px;
}
#ct_bg .iconBlock02 > .icon01.no01 {
	margin-right: 20px;
}
#ct_bg .iconBlock02 > .icon01.no02 {
	margin-top: 20px;
	animation-delay: 8s;
}
#ct_bg .iconBlock02 > .icon01.no03 {
	margin-top: 20px;
	margin-right: 20px;
	animation-delay: 12s;
}
#ct_bg .iconBlock02 > .icon01.no04 {
	animation-delay: 5s;
}


#ct_bg .img01 {
	position: relative;
	margin: 48px auto 0;
	max-width: 800px;
}
#ct_bg .heading04 + .img01 {
	margin-top: 8px;
}
#ct_bg .heading05 + .img01 {
	margin-top: 32px;
}

#ct_bg .img01 > .newIcon01 {
	position: absolute;
	z-index: 10;
	top: -12px;
	left: -12px;
	width: 64px;
}

#ct_bg .img01 > a {
	display: block;
	position: relative;
	padding: 4px;
	border-radius: 16px;
	background: linear-gradient(73deg, #D2A143 0.65%, #D7AF66 25.36%, #E2D0B5 50.08%, #D7AF66 74.79%, #D2A143 99.5%);
	overflow: hidden;
}

#ct_bg .img01 > a::after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/bg25.png") no-repeat 0 0 / cover;
}

#ct_bg .img01 > a > .inner01 {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
#ct_bg .img01 > a > .inner01::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../img/bg26.png") no-repeat 0 0 / cover;
}

#ct_bg .img01 > a > .inner01 > img:not(.icon01) {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	#ct_bg .img01 > a:hover > .inner01 > img:not(.icon01) {
		transition: transform .3s;
		transform: scale(1.1);
	}
}
#ct_bg .img01 > a > .inner01 > .icon01 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	width: min(10vw, 104px);
}

#ct_bg .img01 > .caption01 {
	display: block;
	margin-top: 4px;
	color: #1F2C5C;
	font-family: "Kaisei Decol", serif;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .02em;
	text-align: center;
}
#ct_bg .img01 > .caption02 {
	display: block;
	margin-top: 16px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .02em;
	rotate: 0.03deg;
}

#ct_bg .img02 {
	margin: 48px auto 0;
	max-width: 880px;
}

#ct_bg .img03 {
	margin: 8px auto 0;
	max-width: 304px;
}
#ct_bg .img03.w02 {
	max-width: 660px;
}

#ct_bg .notes01 {
	display: table;
	margin-top: 8px;
	margin-left: auto;
	color: #fff;
	line-height: 1.4;
	rotate: 0.03deg;
}

#ct_bg .notes02 {
	margin-top: 8px;
	padding-left: 1.0em;
	text-indent: -1.0em;
	rotate: 0.03deg;
}

#ct_bg .bnrList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ct_bg .bnrList01 > li {
	width: 49.333%;
}
#ct_bg .bnrList01 > li > .text01 {
	color: #fff;
	font-family: "Kaisei Decol", serif;
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: .02em;
	text-align: center;
}
@media screen and (max-width: 1020px) {
	#ct_bg .bnrList01 > li > .text01 {
		font-size: 2.35vw;
	}
}

#ct_bg .bnrList01 > li > .imgOver01 {
	margin-top: 8px;
}

#ct_bg .navList01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
}

#ct_bg .navList01 > li {
	margin-left: 1.6%;
	width: 32.2%;
}
#ct_bg .navList01 > li:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .navList01.w02 {
	margin-top: 36px;
	justify-content: center;
}
#ct_bg .navList01.w02 > li {
	margin-top: 16px;
	width: 32.2%;
}

#ct_bg .navList01 > li > a {
	display: block;
	padding: 5px;
	height: 100%;
	border-radius: 100vmax;
	border: 1px solid #CA9732;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
	text-decoration: none;
	scale: 1.0;
	transition: scale .3s;
}
@media (any-hover: hover) {
	#ct_bg .navList01 > li > a:hover {
		scale: 1.05;
	}
}

#ct_bg .navList01 > li > a > .inner01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 9px 10px;
	height: 100%;
	border-radius: 100vmax;
	border: 1px solid #E50057;
	background: linear-gradient(0deg, #E50057 0%, #F85592 50.5%, #FF75A9 100%);
}
#ct_bg .navList01.w02 > li > a > .inner01 {
	padding-top: 19px;
	padding-bottom: 19px;
	min-height: 104px;
}

#ct_bg .navList01 > li > a > .inner01 > .text01 {
	position: relative;
	padding-left: 52px;
	color: #FFF;
	font-family: "Kaisei Decol", serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
}
#ct_bg .navList01 > li > a > .inner01 > .text01.type02 {
	font-size: 2.0rem;
}

#ct_bg .navList01 > li > a > .inner01 > .text01::before {
	position: absolute;
	top: 50%;
	left: 14px;
	content: "";
	translate: 0 -50%;
	width: 22px;
	height: 24px;
	background: url("../img/ic01.svg") no-repeat 0 0 / contain;
}
#ct_bg .navList01.anc01 > li > a > .inner01 > .text01::before {
	rotate: 90deg;
}

#ct_bg .navList01 > li > a > .inner01 > .image01 {
	width: 80px;
}
@media screen and (max-width: 1020px) {
	#ct_bg .navList01 > li > a {
		padding: .5vw;
	}
	#ct_bg .navList01 > li > a > .inner01 {
		padding: .49vw .98vw;
	}
	#ct_bg .navList01.w02 > li > a > .inner01 {
		padding-top: 1.8vw;
		padding-bottom: 1.8vw;
		min-height: 10.19vw;
	}

	#ct_bg .navList01 > li > a > .inner01 > .text01 {
		padding-left: 5vw;
		font-size: 2.6vw;
	}
	#ct_bg .navList01.w02 > li > a > .inner01 > .text01.type02 {
		font-size: 1.9vw;
	}
	#ct_bg .navList01 > li > a > .inner01 > .text01::before {
		left: 1.3vw;
		width: 2.15vw;
		height: 2.35vw;
	}
	#ct_bg .navList01 > li > a > .inner01 > .image01 {
		width: 7.8vw;
	}
}

#ct_bg .col01 {
	margin-top: 78px;
	width: 352px;
}

#ct_bg .col01 > .copyrights01 {
	margin-top: 40px;
	color: #fff;
	text-align: center;
	rotate: 0.03deg;
}

#ct_bg .col02 {
	position: relative;
	margin-top: 16px;
	width: 816px;
}

#ct_bg .col02 > .image01 {
	margin-left: 14.72%;
	width: 72.3%;
}

#ct_bg .col02 > .image02 {
	position: absolute;
	width: 7.11%;
}
#ct_bg .col02 > .image02.no01 {
	top: 132px;
	left: 0;
}
#ct_bg .col02 > .image02.no02 {
	top: 50px;
	right: 32px;
}

#ct_bg .col02 > .image03 {
	position: absolute;
	width: 3.4%;
}
#ct_bg .col02 > .image03.no01 {
	top: 56px;
	left: 67px;
}
#ct_bg .col02 > .image03.no02 {
	top: 144px;
	right: 0;
}

#ct_bg .gridTwo01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 24px;
}

#ct_bg .col03 {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	position: relative;
}
#ct_bg .col03 > .inner01 {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	position: relative;
	gap: 10px;
}

#ct_bg .col03 > a.inner01 {
	text-decoration: none;
	transition: opacity .3s;
}
@media (any-hover: hover) {
	#ct_bg .col03 > a.inner01:hover {
		opacity: .6;
	}
}
#ct_bg .col03 > .inner01 > .newIcon01 {
	position: absolute;
	z-index: 10;
	top: -16px;
	left: -16px;
	width: 52px;
}
#ct_bg .col03 > .inner01 > .image01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 8px;
	border: 1px solid #D9E3EE;
	box-shadow: 0px 0px 14.592px 0px rgba(18, 74, 178, 0.10) inset;
	overflow: hidden;
}

#ct_bg .col03 > .inner01 > .text01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #000;
	font-size: 1.4rem;
	rotate: 0.03deg;
	line-height: 1.0;
}

#ct_bg .col03 > .inner01 > .text01 > .icon01 {
	position: relative;
	margin-left: 16px;
	padding: 5px 4px;
	background-color: #E50057;
	color: #fff;
	font-size: 1.2rem;
	rotate: 0.03deg;
}
#ct_bg .col03 > .inner01 > .text01 > .icon01::before {
	position: absolute;
	top: 0;
	left: -4px;
	content: "";
	aspect-ratio: 1 / 5;
	height: 100%;
	background: url("../img/bg21.svg") no-repeat 0 0 / 100% 100%;
}
#ct_bg .col03 > .inner01 > .text01 > .icon01::after {
	position: absolute;
	top: 0;
	right: -4px;
	content: "";
	aspect-ratio: 1 / 5;
	height: 100%;
	background: url("../img/bg22.svg") no-repeat 0 0 / 100% 100%;
}

#ct_bg .col03 > .inner01 > .text02 {
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4;
	rotate: 0.03deg;
}

#ct_bg .col04 {
	margin-top: 16px;
	width: 49.2%;
}
#ct_bg .col04.type02 {
	margin-top: 48px;
}

#ct_bg .col04 > .inner01 {
	padding: 14px 14px 23px;
	height: 100%;
}
#ct_bg .col04 > .inner01 > .image01 {
	margin-top: 16px;
}

#ct_bg .col04 > .inner01 > .btn01 {
	margin-top: 16px;
}

#ct_bg .grid01 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 16px;
	margin-top: 16px;
}

#ct_bg .col05 {
	margin-top: 46px;
	margin-left: 32px;
	width: 48%;
}
#ct_bg .col05 > .text01 {
	margin-top: 40px;
	color: #1F2C5C;
	font-family: "Kaisei Decol", serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .02em;
}
#ct_bg .col05 > .text01:first-child {
	margin-top: 0;
}
@media screen and (max-width: 1600px) {
	#ct_bg .col05 > .text01 {
		margin-top: 2.5vw;
		font-size: 1.5vw;
	}
}

#ct_bg .col06 {
	margin-top: 46px;
	width: 47.5%;
}
#ct_bg .col06 > .btn01 {
	margin-top: 24px;
}

#ct_bg .col07 {
	width: 51.4%;
}

#ct_bg .col08 {
	width: 44.85%;
}

#ct_bg .col09 {
	margin-top: 32px;
	width: 48.1%;
}
#ct_bg .col09:nth-child(1),
#ct_bg .col09:nth-child(2) {
	margin-top: 16px;
}

#ct_bg .col09 > .title01 {
	padding: 8px 0px 10px 0px;
	border-bottom: 2px solid #D2A143;
	background: linear-gradient(270deg, #3562A9 0.01%, #2C87C8 53%, #3562A9 99.99%);
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .02em;
	text-align: center;
}
#ct_bg .col09 > .title01 > .font01 {
	font-size: 1.4rem;
	font-weight: 500;
}

#ct_bg .col09 > .box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 12px;
}

#ct_bg .col09 > .box01 > .text01 {
	color: #1F2C5C;
	rotate: 0.03deg;
}

#ct_bg .col09 > .box01 > .btn01 {
	margin: 0;
}
@media screen and (max-width: 1040px) {
	#ct_bg .col09 > .box01 > .text01 {
		font-size: 1.3vw;
	}
	#ct_bg .col09 > .box01 > .btn01 {
		min-width: inherit;
		width: 22.69vw;
	}
	#ct_bg .col09 > .box01 > .btn01 > a > .inner01 {
		padding: .67vw 1.4vw 1.0vw 4.3vw;
		font-size: 1.9vw;
	}
}

#ct_bg .col10 {
	margin-top: 16px;
	width: 48.67%;
}

#ct_bg .col11 {
	margin-right: 8px;
	width: 245px;
}
#ct_bg .col12 {
	width: calc(100% - 245px - 8px);
}
#ct_bg .col12 > .text01 {
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	rotate: 0.03deg;
}

#ct_bg .col13 {
	margin-top: 48px;
	width: 48.68%;
}
#ct_bg .col13 > .image01 > a > img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	#ct_bg .col13 > .image01 > a:hover > img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

#ct_bg .txt01 {
	margin-top: 16px;
	color: #000;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	rotate: 0.03deg;
	word-break: break-all;
}
#ct_bg .txt01 .pink {
	color: #E50057;
}
#ct_bg .txt01 strong {
	font-weight: 800;
	rotate: 0.03deg;
}

#ct_bg .txt01 .jsTime01.jsTimeOver01 {
	display: none;
}

#ct_bg .txt02 {
	margin-top: 20px;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	rotate: 0.03deg;
	text-align: center;
}
#ct_bg .txt03 {
	margin-top: 20px;
	rotate: 0.03deg;
}

#ct_bg .attentionTxt01 {
	display: table;
	margin: 12px auto;
	padding: 4px 8px;
	border: #E50057 solid 1px;
	color: #E50057;
	font-size: 1.6rem;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: -.02em;
}
#ct_bg .attentionTxt01 > .inner01 {
	rotate: 0.03deg;
}

#ct_bg .snsArea01 {
	padding: 4px;
	border-radius: 100vmax;
	background: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%);
}

#ct_bg .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 6.8%;
	border-radius: 100vmax;
	background-color: #fff;
}
#ct_bg .snsBtn01 li {
	margin: 0 5px;
	height: 20px;
}

#ct_bg .bannerArea01 {
	position: fixed;
	left: 0;
	bottom: 20px;
	z-index: 10;
	transition: opacity .6s;
}
#ct_bg .bannerArea01.close,
#ct_bg .bannerArea01.fadeout {
	opacity: 0;
	visibility: hidden;
}

#ct_bg .bannerArea01 > .image01 {
	width: 222px;
}
#ct_bg .bannerArea01 > .image01 > a {
	position: relative;
	display: block;
	padding: 1px 1px 1px 0px;
	background-color: #fff;
	border-radius: 0px 8px 8px 0px;
	border-top: 2px solid #D2A143;
	border-right: 2px solid #D2A143;
	border-bottom: 2px solid #D2A143;
	overflow: hidden;
	transition: opacity .3s;
}
#ct_bg .bannerArea01 > .image01 > a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .3s;
}

@media (any-hover: hover) {
	#ct_bg .bannerArea01 > .image01 > a:hover::before {
		opacity: .6;
	}
}
#ct_bg .bannerArea01 > .image01 > a > img {
	border-radius: 0 6px 6px 0;
}

#ct_bg .bannerArea01 > .closeButton01 {
	position: absolute;
	top: -24px;
	left: 8px;
	width: 16px;
	cursor: pointer;
}

#ct_bg .btn01 {
	display: table;
	margin: 16px auto 0;
	min-width: 236px;
}
#ct_bg .btn01:first-child {
	margin-top: 0;
}
#ct_bg .btn01 > a {
	display: block;
	padding: 2px;
	border-radius: 100vmax;
	background: linear-gradient(0deg, #E50057 0%, #F85592 50.5%, #FF75A9 100%);
	text-decoration: none;
	transition: scale .3s;
	text-align: center;
}
@media (any-hover: hover) {
	#ct_bg .btn01 > a:hover {
		scale: 1.1;
	}
}
#ct_bg .btn01 > a > .inner01 {
	display: block;
	position: relative;
	padding: 7px 15px 11px 45px;
	border-radius: 100vmax;
	border: 1px solid rgba(255, 255, 255, 0.40);
	color: #fff;
	font-family: "Kaisei Decol", serif;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.2;
}
#ct_bg .btn01 > a > .inner01::before {
	position: absolute;
	top: 50%;
	left: 23px;
	content: "";
	translate: 0 -50%;
	width: 12px;
	height: 14px;
	background: url("../img/ic01.svg") no-repeat 0 0 / contain;
}

#ct_bg .btn02 {
	display: table;
	margin: 48px auto 0;
}

#ct_bg .btn02 > a {
	display: block;
	padding: 6px;
	border-radius: 100vmax;
	border: 1px solid #CA9732;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
	text-decoration: none;
	scale: 1.0;
	transition: scale .3s;
}
@media (any-hover: hover) {
	#ct_bg .btn02 > a:hover {
		scale: 1.05;
	}
}

#ct_bg .btn02 > a > .inner01 {
	display: block;
	position: relative;
	padding: 24px 32px 24px 70px;
	border-radius: 100vmax;
	border: 1px solid #E50057;
	background: linear-gradient(0deg, #E50057 0%, #F85592 50.5%, #FF75A9 100%);
	color: #FFF;
	font-family: "Kaisei Decol", serif;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.1;
}
#ct_bg .btn02 > a > .inner01::before {
	position: absolute;
	top: 50%;
	left: 24px;
	content: "";
	translate: 0 -50%;
	width: 22px;
	height: 24px;
	background: url("../img/ic01.svg") no-repeat 0 0 / contain;
}

#ct_bg .btnBox01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
#ct_bg .btnBox01.jsTime01 {
	display: none;
}
#ct_bg .btnBox01.jsTime01.jsTimeOver01 {
	display: flex;
}
#ct_bg .btnBox01 > .btn01 {
	margin: 0 8px 0 0;
	min-width: 196px;
}
#ct_bg .btnBox01 > .text01 {
	font-size: 1.6rem;
	line-height: 1.6;
	rotate: 0.03deg;
	letter-spacing: .02em;
}

#ct_bg .modalArea01 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 1000000;
}
#ct_bg .modalArea01::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/bg04.png") repeat 0 0 / 50px auto;
	opacity: .84;
	z-index: -1;
}

#ct_bg .modalArea01 > .inner01 {
	display: flex;
	align-items: flex-start;
	justify-self: center;
	padding: 64px 20px;
	width: 100%;
	height: 100%;
	z-index: 1100;
	overflow: auto;
}

#ct_bg .modalArea01 > .inner01 > .button01 {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 80px;
}
#ct_bg .modalArea01 > .inner01 > .button01 > a {
	display: block;
}
#ct_bg .modalArea01 > .inner01 > .button01 > a > img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
@media (any-hover: hover) {
	#ct_bg .modalArea01 > .inner01 > .button01 > a:hover > img {
		transition: transform .3s;
		transform: scale(1.1);
	}
}

#ct_bg .moldalFrame01 {
	position: relative;
	margin: 0 auto;
	padding: 4px;
	max-width: 1000px;
	border-radius: 24px;
	background: linear-gradient(73deg, #D2A143 0.65%, #D7AF66 25.36%, #E2D0B5 50.08%, #D7AF66 74.79%, #D2A143 99.5%);
	overflow: hidden;
}

#ct_bg .moldalFrame01 > .inner01 {
	padding: 28px;
	border-radius: 18px;
	background-color: #fff;
}

#ct_bg .moldalFrame01 > .inner01 > .text01 {
	position: relative;
	padding: 12px;
	border-radius: 100vmax;
	background: linear-gradient(90deg, #FF75A9 0%, #FFFFC5 50%, #7ECEF4 100%);
	color: #E50057;
	font-family: "Kaisei Decol", serif;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	-webkit-text-stroke-width: 4px;
	-webkit-text-stroke-color: #FFF;
	paint-order: stroke;
}

#ct_bg .moldalFrame01 > .inner01 > .text01::before {
	position: absolute;
	top: 50%;
	left: 24px;
	content: "";
	translate: 0 -50%;
	width: 64px;
	height: 52px;
	background: url("../img/il20.png") no-repeat 0 0 / cover;
}
#ct_bg .moldalFrame01 > .inner01 > .text01::after {
	position: absolute;
	top: 50%;
	right: 24px;
	content: "";
	translate: 0 -50%;
	width: 44px;
	height: 48px;
	background: url("../img/il32.png") no-repeat 0 0 / cover;
}

#ct_bg .moldalFrame01 > .inner01 .column01 {
	margin-top: 24px;
	width: 50.64%;
}

#ct_bg .moldalFrame01 > .inner01 .column01 > .image01 {
	padding: 16px;
	background: url("../img/bg29.svg") no-repeat 0 0 / cover;
}

#ct_bg .moldalFrame01 > .inner01 .column02 {
	margin-top: 24px;
	width: 46.79%;
}
#ct_bg .moldalFrame01 > .inner01 .column02 > .text01 {
	color: rgba(31, 44, 92, 1);
	font-size: 1.8rem;
	rotate: 0.03deg;
	letter-spacing: .02em;
}

#ct_bg .table01 {
	margin-top: 16px;
	width: 100%;
}
#ct_bg .table01 .w01 {
	width: 45%;
}
#ct_bg .table01 .w02 {
	width: 76px;
}

#ct_bg .table01 th {
	padding: 8px;
	border-right: #fff solid 1px;
	background-color: #6288C6;
	font-size: 1.6rem;
	color: #fff;
	font-weight: 800;
}
#ct_bg .table01 th > .innner01 {
	rotate: 0.03deg;
}

#ct_bg .table01 td {
	padding: 8px;
	border-right: 1px dashed #C7DBF0;
	border-bottom: 1px dashed #C7DBF0;
	font-size: 1.6rem;
	font-weight: 800;
}
#ct_bg .table01 td > .innner01 {
	rotate: 0.03deg;
}
#ct_bg .table01 td:last-child {
	border-right: none;
}

#ct_bg .audioWrap01 {
	font-size: 0;
}

#ct_bg .audioBtn01 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	scale: 1.0;
	transition: scale .3s;
}
@media (any-hover: hover) {
	#ct_bg .audioBtn01:hover {
		scale: 1.1;
	}
}

#ct_bg .inlineTxt01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 8px;
}

#ct_bg .inlineTxt01 > .image01 {
	margin-right: 8px;
	width: 60px;
}

#ct_bg .inlineTxt01 > .text01 {
	rotate: 0.03deg;
}
@media screen and (max-width: 1240px) {
	#ct_bg .col01 {
		margin-top: 5vw;
		width: 38.38%;
	}

	#ct_bg .col02 {
		width: 60.91%;
	}

	#ct_bg .col02 > .image01 {
		margin-left: 14.72%;
		width: 72.3%;
	}

	#ct_bg .col02 > .image02 {
		position: absolute;
		width: 7.11%;
	}
	#ct_bg .col02 > .image02.no01 {
		top: 132px;
		left: 0;
	}
	#ct_bg .col02 > .image02.no02 {
		top: 50px;
		right: 3.92%;
	}
	#ct_bg .col02 > .image03.no01 {
		top: 56px;
		left: 8.2%;
	}
	#ct_bg .col02 > .image03.no02 {
		top: 144px;
		right: 0;
	}
	#ct_bg .snsBtn01 {
		padding: 6.8% 2%;
	}
}

@media screen and (max-width: 767px) {
	#ct_bg .container02 {
		padding-top: 25vw;
	}

	#ct_bg .mainArea01 {
		padding-bottom: 12px;
		background: url("../../img/bg_index02_sp.png") no-repeat 0 0 / cover;
	}
	#ct_bg .mainArea01::after {
		height: 12px;
	}

	#ct_bg .mainArea01 > .mainCol01 {
		position: relative;
		padding-bottom: 12px;
		width: 100%;
		height: auto;
	}
	#ct_bg .mainArea01 > .mainCol01::after {
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 12px;
		border-width: 2px 0;
		border-style: solid;
		border-image: linear-gradient(to right, #E2D0B5 0%, #D2A143 50%, #E2D0B5 100%) 1;
		background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
		box-sizing: border-box;
	}
	#ct_bg .mainArea01 > .mainCol01 > .image01 {
		position: relative;
	}
	#ct_bg .mainArea01 > .mainCol01 > .logo01 {
		position: absolute;
		top: auto;
		right: auto;
		left: 50%;
		bottom: calc(12px + 3vw);
		translate: -50% 0;
		width: 70vw;
	}

	#ct_bg .mainArea01 > .mainCol02 {
		padding: 10vw 4vw 10.5vw;
		width: 100%;
	}
	#ct_bg .mainArea01 > .mainCol02::before {
		content: normal;
	}

	#ct_bg .mainArea01 > .mainCol02 > .inner01 > .text01 {
		max-width: inherit;
		width: 100%;
	}

	#ct_bg .mainList01 {
		position: relative;
		top: 0;
		right: 0;
	}
	#ct_bg .mainList01 > li {
		width: 100%;
	}
	#ct_bg .mainList01 > li:first-child {
		margin-top: 0;
	}
	#ct_bg .mainCol03 {
		margin-top: 6vw;
		width: 100%;
	}
	#ct_bg .mainCol03 > .title01 {
		padding: 2vw 10vw 2.25vw 12vw;
		font-size: 4.5vw;
	}
	#ct_bg .mainCol03 > .title01::before {
		left: 3vw;
		width: 7vw;
		height: 5.75vw;
	}
	#ct_bg .mainCol03 > .title01::after {
		right: 3vw;
		width: 5vw;
		height: 5.75vw;
	}
	#ct_bg .mainCol04 {
		margin-top: 7.5vw;
		width: 100%;
	}
	#ct_bg .mainCol04 + .mainCol04 {
		margin-top: 6vw;
	}
	#ct_bg .mainCol04 .img01 > a {
		padding: .5vw;
	}
	#ct_bg .mainCol04 .img01 > a > .inner01 > .icon01 {
		width: 14vw;
	}
	#ct_bg .mainCol04 .img01 > .caption02 {
		margin-top: 1vw;
		font-size: 3.5vw;
	}

	#ct_bg .mainSlide01 {
		width: 100%;
	}
	#ct_bg .mainSlide01 > .swiper {
		padding: 6vw 6.5% 0;
	}
	#ct_bg .mainFrame01 {
		padding: 0.75vw;
		border-radius: 0px 4vw 4vw 4vw;
		width: 100%;
	}
	#ct_bg .mainFrame01::before {
		top: -6vw;
		right: -2vw;
		width: 16.25vw;
		height: 12.5vw;
	}
	#ct_bg .mainFrame01::after {
		content: normal;
	}

	#ct_bg .mainFrame01 > .inner01 {
		padding: 0.75vw;
		border-radius: 0px 3.5vw 3.5vw 3.5vw;
	}

	#ct_bg .mainFrame01 > .inner01 > .inner02 {
		padding: 4vw;
		border-radius: 0px 3.5vw 3.5vw 3.5vw;
	}

	#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 {
		padding-right: 0;
		max-height: 48vw;
	}
	#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 > dt {
		margin-top: 4vw;
	}
	#ct_bg .mainFrame01 > .inner01 > .inner02 > .list05 > dt:first-child {
		margin-top: 0;
	}

	#ct_bg .mainFrame02 {
		margin-top: 6vw;
		padding: 1vw;
		width: 100%;
		border-radius: 4vw;
	}
	#ct_bg .mainFrame02::before {
		top: 1vw;
		left: 1vw;
		width: calc(100% - 2vw);
		height: calc(100% - 2vw);
		background: url(../../img/bg_index05_sp.png) no-repeat 0 0 / cover;
		border-radius: 3vw;
	}
	#ct_bg .mainFrame02::after {
		top: -4.5vw;
		width: 20.2vw;
		height: 9vw;
	}

	#ct_bg .mainFrame02 > .inner01 {
		padding: 4vw 4.8vw 4vw 4.8vw;
		border-radius: 3vw;
	}

	#ct_bg .mainFrame02 > .inner01 > .wrap01 > .logo01 {
		margin: 0 auto;
		width: 44.5vw;
	}
	#ct_bg .mainFrame02 > .inner01 > .wrap01 > .text01 {
		margin-top: 1vw;
		width: 100%;
		font-size: 4.4vw;
		font-weight: 700;
		text-align: center;
	}

	#ct_bg .movieItem01 > .newIc01 {
		top: -3vw;
		left: -3vw;
		width: 16vw;
	}
	#ct_bg .movieItem01 > .image01 > a {
		border-radius: 8px;
	}
	#ct_bg .movieItem01 > .image01 > a > .inner01 {
		border-radius: 6px;
	}


	#ct_bg .movieItem01 > .image01 > a > .inner01 > .icon01 {
		width: 14vw;
	}

	#ct_bg .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .swiperNavWrap01 > .swiper-button-next {
		margin-top: 3vw;
		width: 4.75vw;
		height: 6vw;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
		margin: 0;
		width: 4.75vw;
		height: 6vw;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-prev {
		background: url("../img/slide_ic01.svg") no-repeat 0 0 / cover;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 > .swiper-button-next {
		background: url("../img/slide_ic02.svg") no-repeat 0 0 / cover;
	}

	#ct_bg .itemSlide01 {
		margin: 0 -2vw;
	}
	#ct_bg .itemSlide01 .swiperNavWrap01 > .swiper-button-prev,
	#ct_bg .itemSlide01 .swiperNavWrap01 > .swiper-button-next {
		margin-top: 0;
	}
	#ct_bg .itemSlide01 .swiperNavWrap01 > .swiper-button-prev {
		left: 0;
	}
	#ct_bg .itemSlide01 .swiperNavWrap01 > .swiper-button-next {
		right: 0;
	}
	#ct_bg .swiperNavWrap01 .swiper-pagination {
		margin: 4vw 5vw 0;
	}
	#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
		margin: 0 2vw;
		width: 4vw;
		height: 4vw;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet {
		background: url("../img/slide_ic04.svg") no-repeat 0 0 / cover;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet::after {
		background: url("../img/slide_ic03.svg") no-repeat 0 0 / cover;
	}

	#ct_bg .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: url("../img/slide_ic03.svg") no-repeat 0 0 / cover;
	}
	#ct_bg .mainSlide01 .swiperNavWrap01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: url("../img/slide_ic03.svg") no-repeat 0 0 / cover;
	}

	#ct_bg .swiperThumbnail01 .thumbnail01 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-left: 1vw;
		width: 26.75vw !important;
		height: 11vw;
		background-color: #fff;
		border: .5vw solid #D2A143;
		border-radius: 100vmax;
		cursor: pointer;
	}
	#ct_bg .swiperThumbnail01 .thumbnail01.swiper-slide-thumb-active {
		border-color: #E50057;
	}
	#ct_bg .swiperThumbnail01 .thumbnail01 img {
		width: 24vw;
	}

	#ct_bg .itemSlide01 .swiperNavWrap01 {
		margin-top: 8vw;
	}
	#ct_bg .itemSlide01 .swiperNavWrap01,
	#ct_bg .keywordSlide01 .swiperNavWrap01,
	#ct_bg .characterSlide01 .swiperNavWrap01,
	#ct_bg .characterSlide02 .swiperNavWrap01,
	#ct_bg .characterSlide03 .swiperNavWrap01 {
		flex-wrap: nowrap;
		align-items: center;
	}
	#ct_bg .keywordSlide01 .swiperNavWrap01,
	#ct_bg .characterSlide01 .swiperNavWrap01,
	#ct_bg .characterSlide02 .swiperNavWrap01,
	#ct_bg .characterSlide03 .swiperNavWrap01 {
		position: relative;
		padding-bottom: 4vw;
	}
	#ct_bg .itemSlide01 .swiperNavWrap01 .swiperThumbnail01 {
		width: 84.25vw;
	}

	#ct_bg .characterSlide01 .swiperNavWrap01 .swiperThumbnail02,
	#ct_bg .characterSlide02 .swiperNavWrap01 .swiperThumbnail05,
	#ct_bg .characterSlide03 .swiperNavWrap01 .swiperThumbnail06,
	#ct_bg .keywordSlide01 .swiperNavWrap01 .swiperThumbnail04 {
		width: 70vw;
	}

	#ct_bg .swiperThumbnail02,
	#ct_bg .swiperThumbnail05,
	#ct_bg .swiperThumbnail06 {
		position: relative;
		z-index: 5;
		margin-top: .7vw;
	}
	#ct_bg .swiperThumbnail04 {
		margin-top: 3vw;
	}
	#ct_bg .swiperThumbnail02 .swiper-wrapper,
	#ct_bg .swiperThumbnail05 .swiper-wrapper,
	#ct_bg .swiperThumbnail06 .swiper-wrapper {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 2vw;
		width: inherit;
	}
	#ct_bg .swiperThumbnail04 .swiper-wrapper {
		width: inherit;
	}

	#ct_bg .swiperThumbnail02 .thumbnail01,
	#ct_bg .swiperThumbnail04 .thumbnail01,
	#ct_bg .swiperThumbnail05 .thumbnail01,
	#ct_bg .swiperThumbnail06 .thumbnail01 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin-left: 2vw;
		width: 15.25vw !important;
		background-color: #fff;
		border: .75vw solid #D2A143;
		border-radius: 50%;
		cursor: pointer;
	}
	#ct_bg .swiperThumbnail02 .thumbnail01.swiper-slide-thumb-active,
	#ct_bg .swiperThumbnail04 .thumbnail01.swiper-slide-thumb-active,
	#ct_bg .swiperThumbnail05 .thumbnail01.swiper-slide-thumb-active,
	#ct_bg .swiperThumbnail06 .thumbnail01.swiper-slide-thumb-active {
		border-color: #E50057;
	}

	#ct_bg .frameArea01 {
		padding: 80px 4vw 92px;
	}
	#ct_bg .frameArea01::after {
		height: 12px;
	}

	#ct_bg .frameArea02 {
		padding: 0 4vw;
	}
	#ct_bg .frameArea02::before {
		position: absolute;
		left: 50%;
		top: 10vw;
		content: "";
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea02::after {
		height: 12px;
	}

	#ct_bg .frameArea02 > .inner01 {
		position: relative;
		padding: 40.25vw 0 calc(40.25vw + 12px);
	}
	#ct_bg .frameArea02 > .inner01::before {
		top: calc(-12px - 4vw);
		left: -4vw;
		width: 18vw;
		height: 14vw;
	}
	#ct_bg .frameArea02 > .inner01::after {
		position: absolute;
		left: 50%;
		bottom: 10vw;
		content: "";
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea02 > .inner01 > .title01.w01 {
		width: 82.5vw;
	}
	#ct_bg .frameArea02 > .inner01 > .bgImg01 {
		width: 165%;
	}

	#ct_bg .frameArea02 > .inner01 > .text01 {
		margin-top: 24px;
		font-size: 1.6rem;
		font-weight: 700;
	}
	#ct_bg .frameArea02 > .inner01 > .title01 + .text01 {
		margin-top: 64px;
	}
	#ct_bg .frameArea02 > .inner01 > .image01 {
		width: 7.25vw;
	}

	#ct_bg .frameArea02 > .inner01 > .image01.no01 {
		top: 42.5vw;
		left: auto;
		right: 14.5vw;
	}
	#ct_bg .frameArea02 > .inner01 > .image01.no02 {
		top: auto;
		bottom: 10.25vw;
		left: 29.5vw;
	}
	#ct_bg .frameArea02 > .inner01 > .image01.no03,
	#ct_bg .frameArea02 > .inner01 > .image01.no04 {
		display: none;
	}

	#ct_bg .frameArea02 > .inner01 > .image02 {
		width: 3.5vw;
	}
	#ct_bg .frameArea02 > .inner01 > .image02.no01 {
		top: 46.5vw;
		left: 12.57vw;
	}
	#ct_bg .frameArea02 > .inner01 > .image02.no02 {
		top: auto;
		bottom: 14vw;
		left: auto;
		right: 32.25vw
	}
	#ct_bg .frameArea02 > .inner01 > .image02.no03,
	#ct_bg .frameArea02 > .inner01 > .image02.no04 {
		display: none;
	}

	#ct_bg .frameArea03 {
		padding: 0 4vw;
	}
	#ct_bg .frameArea03::before {
		position: absolute;
		left: 50%;
		top: 10vw;
		content: "";
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea03::after {
		height: 12px;
	}

	#ct_bg .frameArea03 > .inner01 {
		position: relative;
		padding: 40.25vw 0 calc(40.25vw + 12px);
	}
	#ct_bg .frameArea03 > .inner01::before {
		top: calc(-12px - 5vw);
		right: -2vw;
		left: auto;
		width: 20vw;
		height: 14vw;
		background: url(../img/bg27.svg) no-repeat 0 0 / cover;
	}
	#ct_bg .frameArea03 > .inner01::after {
		position: absolute;
		left: 50%;
		bottom: 10vw;
		content: "";
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}

	#ct_bg .frameArea04 {
		padding: 0 4vw;
	}
	#ct_bg .frameArea04::after {
		height: 12px;
	}
	#ct_bg .frameArea04::before {
		position: absolute;
		left: 50%;
		top: 10vw;
		content: "";
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}

	#ct_bg .frameArea04 > .inner01 {
		padding: 40.25vw 0 calc(40.25vw + 12px);
	}
	#ct_bg .frameArea04 > .inner01::before {
		top: calc(-12px - 5vw);
		right: -2vw;
		width: 20vw;
		height: 14vw;
	}
	#ct_bg .frameArea04 > .inner01::after {
		position: absolute;
		left: 50%;
		bottom: 10vw;
		content: "";
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}
	#ct_bg .frameArea04 > .inner01 > .title01 {
		width: 100%;
	}
	#ct_bg .frameArea04 > .inner01 > .text01 {
		margin-top: 12vw;
		width: 100%;
	}

	#ct_bg .frameArea05 {
		padding: 0 4vw;
	}
	#ct_bg .frameArea05::after {
		height: 12px;
	}

	#ct_bg .frameArea05 > .inner01 {
		padding: 40px 0 41.25vw;
	}
	#ct_bg .frameArea05 > .inner01::before {
		content: normal;
	}
	#ct_bg .frameArea05 > .inner01::after {
		top: auto;
		right: auto;
		left: 50%;
		bottom: 13vw;
		transform: translateX(-50%);
		width: 97vw;
		height: 18.25vw;
		background: url("../img/bg20.svg") no-repeat 0 0 / 100% auto;
	}


	#ct_bg .frameArea06 {
		padding: 0 4vw;
	}

	#ct_bg .frameArea06::after {
		height: 12px;
	}

	#ct_bg .frameArea06 > .inner01 {
		padding: 80px 0 44px;
	}
	#ct_bg .frameArea06 > .inner01::before {
		position: absolute;
		top: -16.05vw;
		left: 50%;
		z-index: 10;
		content: "";
		transform: translateX(-50%);
		width: 36.75vw;
		height: 25vw;
		background: url("../img/bg17.svg") no-repeat 0 0 / cover;
	}
	#ct_bg .frameArea06 > .inner01::after {
		content: normal;
	}

	#ct_bg .frameArea07 {
		margin-top: 8vw;
		padding: 4px;
		border-radius: 24px;
	}
	#ct_bg .frameArea07 + .frameArea07 {
		margin-top: 4vw;
	}

	#ct_bg .frameArea07.w01 {
		margin-left: -2vw;
		margin-right: -2vw;
	}

	#ct_bg .frameArea07 > .inner01 {
		padding: 5.5vw 3.75vw;
		border-radius: 16px;
	}
	#ct_bg .frameArea07::before,
	#ct_bg .frameArea07::after,
	#ct_bg .frameArea07 > .inner01::before,
	#ct_bg .frameArea07 > .inner01::after {
		width: 15vw;
		height: 15vw;
	}
	#ct_bg .frameArea07 > .inner01 .new {
		top: -4.5vw;
		left: -1.5vw;
		width: 18vw;
	}
	#ct_bg .frameArea07 > .inner01 .newIc01 {
		top: -4.5vw;
		width: 12vw;
	}

	#ct_bg .frameArea07 > .inner01 > .title01.w01 {
		width: 72vw;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w02 {
		padding: 0;
		width: 100%;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w03 {
		width: 61.6vw;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w04 {
		width: 100%;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w05 {
		display: block;
		padding: 0;
		text-align: center;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w05 > .image01 {
		margin: 0 auto;
		width: 33vw;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w05 > .image02 {
		margin-top: 1vw;
		width: 100%;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w06 {
		width: 67.5vw;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w07 {
		padding: 0;
		width: 100%;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w08 {
		width: 61.6vw;
	}
	#ct_bg .frameArea07 > .inner01 > .title01.w09 {
		padding: 0;
		width: 66.25vw;
	}

	#ct_bg .frameArea07 > .inner01 > .text01 {
		margin-top: 4vw;
		width: 55.25vw;
	}
	#ct_bg .frameArea07 > .inner01 > .text01.w02 {
		width: 59.25vw;
	}

	#ct_bg .frameArea08 {
		margin-top: 12vw;
	}
	#ct_bg .frameArea08 > .inner01 {
		margin: 0 auto;
		padding: 16vw 0px 20vw;
		border-radius: 19vw;
	}

	#ct_bg .frameArea08 > .inner01 > .btn02 {
		margin-left: 4vw;
		margin-right: 4vw;
		width: 92vw;
	}

	#ct_bg .frameArea09 {
		margin-top: 4vw;
		padding: 4px;
		border-radius: 24px;
	}
	#ct_bg .title01 + .frameArea09 {
		margin-top: 12vw;
	}

	#ct_bg .frameArea09 > .inner01 {
		padding: 5.5vw;
		border-radius: 16px;
	}

	#ct_bg .frameArea10 {
		margin-top: 2vw;
		padding: 4vw;
	}
	#ct_bg .frameArea10.type02 {
		margin-top: 6vw;
	}
	#ct_bg .frameArea10 > .image01 {
		margin-top: 4vw;
	}

	#ct_bg .frameArea11 > .title01 {
		display: block;
		padding: 2vw 0;
		height: auto;
		border-radius: 4vw 4vw 0px 0px;
		border-bottom: .5vw solid #D2A143;
		font-size: 5.5vw;
		text-align: center;
	}

	#ct_bg .frameArea11 > .title01 > .text01 {
		display: table;
		margin: 0 auto;
		padding: 0 5vw;
		font-size: 4.5vw;
	}
	#ct_bg .frameArea11 > .title01 > .text01::before,
	#ct_bg .frameArea11 > .title01 > .text01::after {
		width: 3vw;
		height: 3vw;
	}

	#ct_bg .frameArea11 > .inner01 {
		padding: 6vw 2vw 8vw;
		height: auto;
		border-width: 0 1vw 1vw;
		border-radius: 0 0 4vw 4vw;
	}

	#ct_bg .frameArea11 > .inner01 > .box01 > .btn01 {
		margin: 0 2vw 0 0;
		min-width: 43vw;
	}
	#ct_bg .frameArea11 > .inner01 > .box01 > .btn01 > a > .inner01 {
		padding: 1.75vw 3.75vw 2.75vw 12vw;
		font-size: 4.5vw;
	}
	#ct_bg .frameArea11 > .inner01 > .box01 > .text01 {
		font-size: 3.5vw;
	}

	#ct_bg .frameArea11 > .inner01 > .image01 {
		max-width: inherit;
		width: 40vw;
	}

	#ct_bg .frameArea11 > .inner01 > .text01 {
		margin-top: 6vw;
		font-size: 3.5vw;
	}
	#ct_bg .frameArea11 > .inner01 > .text01 + .text01 {
		margin-top: 2vw;
	}
	#ct_bg .frameArea11 > .inner01 > .text02 {
		margin-top: 6vw;
		font-size: 3vw;
	}

	#ct_bg .frameArea12 {
		margin-top: 2.5vw;
		padding: 2vw 2vw 2.5vw 2vw;
		border-radius: 4vw;
	}

	#ct_bg .frameArea12 > .text01 {
		margin-top: 2vw;
		font-size: 3.5vw;
		text-align: left;
	}

	#ct_bg .slideArea01 {
	}
	#ct_bg .slideArea01 .movieItem01 {
		padding: 4vw 4vw 0;
		width: inherit;
	}
	#ct_bg .slideArea01 .movieItem01 .image01 > .newIcon01 {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 3vw;
		width: 12vw;
	}
	#ct_bg .slideArea01 .swiperNavWrap01 .swiper-pagination {
		margin: 4vw 6vw;
	}

	#ct_bg .subSection01 {
		margin-top: 16vw;
	}
	#ct_bg .subSection02 {
		margin-top: 18vw;
	}
	#ct_bg .subSection03 {
		margin-top: 8vw;
	}
	#ct_bg .subSection04 {
		margin-top: 5vw;
	}

	#ct_bg .list01 {
		display: flex;
		flex-wrap: inherit;
		justify-content: inherit;
		gap: 0;
		margin-top: 10vw;
	}
	#ct_bg .list01.type02 {
		margin-top: 6vw;
		row-gap: 0;
	}
	#ct_bg .list01.type02 > li:nth-child(1) > .image01,
	#ct_bg .list01.type02 > li:nth-child(1) > .inner01 {
		width: 100%;
	}

	#ct_bg .list01 > li {
		padding: 0 2.3vw 2.3vw;
		width: auto;
	}

	#ct_bg .list01 > li > .image01::before {
		top: -4vw;
		left: 50%;
		width: 24vw;
		height: 10.75vw;
	}

	#ct_bg .list01 > li > .inner01::before {
		top: -4vw;
		right: -2vw;
		width: 14vw;
		height: 9.75vw;
	}
	#ct_bg .list01 > li > .inner01::after {
		bottom: -2vw;
		left: -2vw;
		width: 14vw;
		height: 9.75vw;
	}

	#ct_bg .list01 > li > .inner01 > .inner02 {
		padding: 4vw;
	}
	#ct_bg .list01 > li > .inner01 > .inner02.h02 {
		min-height: inherit;
	}
	#ct_bg .list01 > li > .inner01 > .inner02.h03 {
		min-height: inherit;
	}
	#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w06 {
		padding-top: 2.75vw;
		padding-bottom: 2.75vw;
	}
	#ct_bg .list01 > li > .inner01 > .inner02 > .image01.w07 {
		padding-top: 2.75vw;
		padding-bottom: 2.75vw;
		max-width: 240px;
	}

	#ct_bg .list01 > li > .inner01 > .inner02 > .text04 {
		margin-top: 2vw;
		font-size: 1.2rem;
	}

	#ct_bg .list02 > li {
		margin-top: 4vw;
		width: 100%;
	}
	#ct_bg .list02 > li.img01 > a > .inner01 > .icon01 {
		width: 14vw;
	}

	#ct_bg .list03 {
		justify-content: start;
		flex-wrap: inherit;
		margin: 5.5vw 0 0;
	}
	#ct_bg .list03 > li {
		position: relative;
		margin: 4.5vw 0 0;
		padding: 0 4vw;
		width: 100%;
	}
	#ct_bg .list03 > li.img01 > a > .inner01 > .icon01 {
		width: 14vw;
	}
	#ct_bg .list03 > li.img01 > .newIcon01 {
		position: absolute;
		z-index: 10;
		top: -4vw;
		left: 3vw;
		width: 12vw;
	}

	#ct_bg .list04 {
		flex-wrap: inherit;
		margin-top: 5vw;
	}
	#ct_bg .list04 > li {
		margin: 5vw 0 0;
		width: 100%;
	}
	#ct_bg .list04::after {
		content: normal;
	}

	#ct_bg .list04 > li.w01 {
		display: none;
		width: 100vw;
		margin-inline: calc(50% - 50vw);
	}

	#ct_bg .list04 > li > a::after {
		right: 3.25vw;
		bottom: 3.25vw;
		width: 8.5vw;
		height: 8.5vw;
	}

	#ct_bg .list04 > li > a > .text01 {
		padding: 2vw;
		font-size: 6vw;
	}

	#ct_bg .list04 > li > a > .text01::before {
		left: 4vw;
		width: 8.75vw;
		height: 7.25vw;
	}
	#ct_bg .list04 > li > a > .text01::after {
		right: 4vw;
		width: 6.5vw;
		height: 7vw;
	}

	#ct_bg .list04 > li > a > .image01 {
		padding: 1.5vw;
	}

	#ct_bg .list05 > dt {
		margin-top: 6vw;
		padding-top: 4vw;
		font-size: 3.5vw;
	}
	#ct_bg .list05 > dt > .icon01 {
		margin-left: 4vw;
		padding: 1.25vw 1vw;
		font-size: 3vw;
	}
	#ct_bg .list05 > dt > .icon01::before {
		left: -1.0vw;
	}
	#ct_bg .list05 > dt > .icon01::after {
		right: -1.0vw;
	}

	#ct_bg .list05 > dd {
		margin-top: 2.5vw;
		font-size: 3.5vw;
	}

	#ct_bg .list06 {
		margin-top: 6vw;
	}
	#ct_bg .list06.type02 {
		margin-top: 0;
	}

	#ct_bg .list06 > li {
		margin-top: 10vw;
		width: 100%;
	}
	#ct_bg .list06 > li.img01 > a > .inner01 > .icon01 {
		width: 14vw;
	}

	#ct_bg .list07 > dt {
		margin-top: 4vw;
		padding: 0px 2vw;
		border-radius: 1vw;
		font-size: 3vw;
	}

	#ct_bg .list07 > dd {
		margin-top: 1vw;
		font-size: 3.5vw;
	}
	#ct_bg .list07 > dd > .font01 {
		font-size: 3.5vw;
	}

	#ct_bg .list08 {
		margin-top: 2.5vw;
		justify-content: space-between;
	}
	#ct_bg .list08 > li {
		margin: 2.5vw 0 0;
		padding: 2.5vw;
		width: 48.35%;
		font-size: 4vw;
	}
	#ct_bg .list09 {
		justify-content: space-between;
		margin-top: 4.5vw;
	}
	#ct_bg .list09 > li {
		margin: 2vw 0 0;
		width: 48.68%;
	}

	#ct_bg .list10 > li {
		padding-left: 5vw;
		font-size: 3.5vw;
	}
	#ct_bg .list10 > li::before {
		top: 2.5vw;
		left: 2.5vw;
		width: 1vw;
		height: 1vw;
	}

	#ct_bg .list11 > dt {
		margin-top: 2vw;
		font-size: 3.5vw;
	}

	#ct_bg .list11 > dd {
		font-size: 3.5vw;
	}

	#ct_bg .list12 {
		row-gap: 4vw;
		margin-top: 4vw;
		padding-right: 0;
		height: 120vw;
	}
	#ct_bg .list12 > li {
		padding: 2.47vw;
		width: 100%;
		border-radius: 4vw;
	}

	#ct_bg .list12 > li > .text01 {
		font-size: 4vw;
	}

	#ct_bg .list12 > li > .img01 {
		margin-top: 2vw;
	}
	#ct_bg .list12 > li > .img01 > .newIcon01 {
		left: -2vw;
	}
	#ct_bg .list12 > li > .img01 > a > .inner01 > .icon01 {
		width: 14vw;
	}

	#ct_bg .iconBlock01 {
		display: none;
	}

	#ct_bg .heading01 {
		font-size: 3.3rem;
		line-height: 1.2;
	}
	#ct_bg .heading02 {
		padding-bottom: 1vw;
		font-size: 3.5vw;
	}
	#ct_bg .heading03 {
		padding: 2vw 4vw;
		font-size: 4vw;
	}
	#ct_bg .heading04 {
		padding: 3vw;
		font-size: 6vw;
		-webkit-text-stroke-width: 2px;
	}
	#ct_bg .heading04::before {
		left: 4vw;
		width: 8vw;
		height: 6.5vw;
	}
	#ct_bg .heading04::after {
		right: 4vw;
		width: 5.5vw;
		height: 6vw;
	}
	#ct_bg .heading05 {
		margin-top: 4vw;
		font-size: 4.5vw;
	}
	#ct_bg .title01 + .heading05 {
		margin-top: 4vw;
	}
	#ct_bg .heading05:has(.newIcon01) {
		padding-left: 10.25vw;
	}
	#ct_bg .heading05 > .newIcon01 {
		top: -3.14vw;
		left: -2.75vw;
		width: 12vw;
	}

	#ct_bg .heading06 {
		padding: 2.25vw;
		font-size: 5.5vw;
		-webkit-text-stroke-width: 2px;
	}
	#ct_bg .heading06::before {
		left: 4vw;
		width: 8vw;
	}
	#ct_bg .heading06::after {
		right: 4vw;
		width: 5.38vw;
	}

	#ct_bg .hgroup01 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	#ct_bg .frameArea08 .hgroup01 {
		margin: 0 9vw;
	}
	#ct_bg .hgroup01 > .title01 {
		margin: 0 auto;
		padding: 0;
		width: 82vw;
		font-size: 9.5vw;
	}
	#ct_bg .frameArea02 .hgroup01.type02 {
		width: 82vw;
		margin-inline: auto;
	}
	#ct_bg .hgroup01.type02 > .title01 {
		font-size: 7vw;
	}

	#ct_bg .iconBlock02 {
		display: block;
		position: absolute;
		top: 50%;
		translate: 0 -50%;
		width: 12.5vw;
	}
	#ct_bg .iconBlock02.leftBlock {
		left: -4vw;
	}
	#ct_bg .hgroup01.type02 > .iconBlock02.leftBlock {
		left: -6vw;
	}
	#ct_bg .iconBlock02.rightBlock {
		display: flex;
		flex-direction: column-reverse;
		right: -4vw;
	}
	#ct_bg .hgroup01.type02 > .iconBlock02.rightBlock {
		right: -6vw;
	}
	#ct_bg .iconBlock02 > .icon01 {
		position: relative;
		width: 100%;
	}

	#ct_bg .iconBlock02 > .icon01.no01 {
		margin-right: 0;
	}
	#ct_bg .iconBlock02 > .icon01.no02 {
		margin-top: 0;
		left: 2vw;
	}
	#ct_bg .iconBlock02 > .icon01.no03 {
		margin-top: 0;
		margin-right: 0;
		right: 3vw;
	}

	#ct_bg .img01 {
		margin-top: 12vw;
	}
	#ct_bg .heading04 + .img01 {
		margin-top: 2vw;
	}
	#ct_bg .heading05 + .img01 {
		margin-top: 4vw;
	}

	#ct_bg .img01 > a {
		padding: 2px;
		border-radius: 8px;
	}
	#ct_bg .img01 > a > .inner01 {
		border-radius: 6px;
	}

	#ct_bg .img01 > .newIcon01 {
		top: -3vw;
		left: -3vw;
		width: 16vw;
	}

	#ct_bg .img01 > a > .inner01 > .icon01 {
		width: 14vw;
	}
	#ct_bg .img01 > .caption01 {
		margin-top: 1vw;
		font-size: 5vw;
	}
	#ct_bg .img01 > .caption02 {
		margin-top: 4vw;
		font-size: 4vw;
	}
	#ct_bg .img02 {
		margin-top: 12vw;
		width: 100%;
	}
	#ct_bg .img03 {
		margin-top: 2vw;
		max-width: inherit;
		width: 100%;
	}
	#ct_bg .img03.w02 {
		margin-top: 8vw;
	}

	#ct_bg .notes02 {
		margin-top: 2vw;
		font-size: 3.0vw;
		rotate: 0.03deg;
	}

	#ct_bg .bnrList01 > li {
		margin-top: 8vw;
		width: 100%;
	}
	#ct_bg .bnrList01 > li:first-child {
		margin-top: 0;
	}
	#ct_bg .bnrList01 > li > .text01 {
		font-size: 5vw;
		line-height: 1.2;
	}

	#ct_bg .navList01 {
		margin-top: 8vw;
	}

	#ct_bg .navList01 > li {
		margin: 4vw auto 0;
		width: 80.5vw;
	}
	#ct_bg .navList01.w02 > li {
		width: 100%;
	}
	#ct_bg .navList01 > li:nth-child(3n+1) {
		margin-left: auto;
	}

	#ct_bg .navList01 > li > a {
		display: block;
		padding: 1.5vw;
	}

	#ct_bg .navList01 > li > a > .inner01 {
		padding: 1.25vw 2.5vw;
	}
	#ct_bg .navList01.w02 > li > a > .inner01 {
		padding: 3.5vw 0 3.5vw 2.5vw;
	}

	#ct_bg .navList01 > li > a > .inner01 > .text01 {
		padding-left: 13vw;
		font-size: 7vw;
	}
	#ct_bg .navList01.w02 > li > a > .inner01 > .text01,
	#ct_bg .navList01.w02 > li > a > .inner01 > .text01.type02 {
		font-size: 5vw;
	}
	#ct_bg .navList01 > li > a > .inner01 > .text01::before {
		left: 3.5vw;
		width: 5.5vw;
		height: 6vw;
	}
	#ct_bg .navList01 > li > a > .inner01 > .image01 {
		width: 20vw;
	}

	#ct_bg .col01 {
		margin: 10vw auto 0;
		width: 100%;
	}

	#ct_bg .col01 > .copyrights01 {
		margin-top: 10vw;
	}

	#ct_bg .col02 {
		margin-top: 10vw;
		width: 100%;
	}

	#ct_bg .col02 > .image01 {
		margin-left: 0;
		width: 100%;
	}

	#ct_bg .col02 > .image02,
	#ct_bg .col02 > .image03 {
		display: none;
	}

	#ct_bg .gridTwo01 {
		grid-template-columns: repeat(1, 1fr);
		gap: 6vw;
	}

	#ct_bg .col03 > .inner01 {
		gap: 2.5vw;
	}
	#ct_bg .col03 > .inner01 > .newIcon01 {
		top: -2.5vw;
		left: -2.5vw;
		width: 10vw;
	}

	#ct_bg .col03 > .inner01 > .image01 {
		min-height: 48.75vw;
	}
	#ct_bg .col03 > .inner01 > .text01 {
		font-size: 3.5vw;
	}

	#ct_bg .col03 > .inner01 > .text01 > .icon01 {
		padding: 1.25vw 1vw;
		font-size: 3vw;
	}
	#ct_bg .col03 > .inner01 > .text01 > .icon01::before {
		left: -1.0vw;
	}
	#ct_bg .col03 > .inner01 > .text01 > .icon01::after {
		right: -1.0vw;
	}

	#ct_bg .col03 > .inner01 > .text02 {
		font-size: 3.5vw;
	}

	#ct_bg .col04 {
		width: 100%;
	}
	#ct_bg .col04.type02 {
		margin-top: 12vw;
	}
	#ct_bg .col04.type02 + .col04.type02 {
		margin-top: 8vw;
	}

	#ct_bg .col04 > .inner01 {
		padding: 5.75vw 3.75vw;
	}
	#ct_bg .col04 > .inner01 > .image01 {
		margin-top: 4vw;
	}
	#ct_bg .col04 > .inner01 > .btn01 {
		margin-top: 4vw;
	}

	#ct_bg .grid01 {
		grid-template-columns: 1fr;
		gap: 4vw;
		margin-top: 4vw;
	}

	#ct_bg .col05 {
		margin-top: 10vw;
		margin-left: 0;
		padding: 0 4vw;
		width: 100%;
	}
	#ct_bg .col05 > .text01 {
		margin-top: 6vw;
		font-size: 4vw;
	}

	#ct_bg .col06 {
		margin-top: 10vw;
		padding: 0 4vw;
		width: 100%;
	}
	#ct_bg .col06 > .btn01 {
		margin-top: 6vw;
	}

	#ct_bg .col07 {
		width: 100%;
	}
	#ct_bg .col08 {
		margin-top: 4vw;
		width: 100%;
	}
	#ct_bg .col09 {
		margin-top: 8vw;
		width: 100%;
	}
	#ct_bg .col09:nth-child(1) {
		margin-top: 4vw;
	}
	#ct_bg .col09:nth-child(2) {
		margin-top: 8vw;
	}
	#ct_bg .col09 > .title01 {
		padding: 2vw 0px 2.5vw 0px;
		font-size: 4vw;
	}
	#ct_bg .col09 > .title01 > .font01 {
		font-size: 3vw;
	}

	#ct_bg .col09 > .box01 {
		display: block;
		margin-top: 2vw;
	}

	#ct_bg .col09 > .box01 > .text01 {
		font-size: 3vw;
		text-align: center;
	}
	#ct_bg .col09 > .box01 > .btn01 {
		margin: 2vw auto 0;
		width: auto;
	}
	#ct_bg .col09 > .box01 > .btn01 > a > .inner01 {
		padding: 1.75vw 3.75vw 2.75vw 12vw;
		font-size: 4.5vw;
	}
	#ct_bg .col10 {
		margin-top: 4vw;
		width: 100%;
	}
	#ct_bg .col11 {
		margin-right: 2.7%;
		width: 38.88%;
	}
	#ct_bg .col12 {
		width: 58.33%;
	}
	#ct_bg .col12 > .text01 {
		font-size: 3.5vw;
	}

	#ct_bg .col13 {
		margin-top: 4vw;
		width: 100%;
	}
	#ct_bg .col13 + .col13 {
		margin-top: 0;
	}

	#ct_bg .txt01 {
		margin-top: 4vw;
		font-size: 3.5vw;
	}
	#ct_bg .txt02 {
		margin-top: 5vw;
		font-size: 4vw;
		text-align: left;
	}
	#ct_bg .txt03 {
		margin-top: 5vw;
		font-size: 3vw;
	}
	#ct_bg .attentionTxt01 {
		margin: 4.5vw auto 1vw;
		padding: 1vw 2vw;
		font-size: 3.5vw;
	}


	#ct_bg .snsBtn01 {
		padding: 4vw 0;
	}

	#ct_bg .bannerArea01 > .image01 {
		width: 55.55vw;
	}
	#ct_bg .bannerArea01 > .image01 > a {
		border-radius: 0px 8px 8px 0px;
	}
	#ct_bg .bannerArea01 > .closeButton01 {
		top: -6vw;
		width: 4vw;
	}

	#ct_bg .btn01 {
		margin-top: 4vw;
		min-width: inherit;
	}
	#ct_bg .btn01 > a {
		display: block;
		padding: .5vw;
	}
	#ct_bg .btn01 > a > .inner01 {
		padding: 1.75vw 3.75vw 2.75vw 12vw;
		font-size: 4.5vw;
	}
	#ct_bg .btn01 > a > .inner01::before {
		left: 5.75vw;
		width: 3vw;
		height: 3.5vw;
	}

	#ct_bg .btn02 {
		margin-top: 12vw;
		min-width: inherit;
		width: 100%;
	}

	#ct_bg .btn02 > a {
		padding: 1.5vw;
	}

	#ct_bg .btn02 > a > .inner01 {
		justify-content: center;
		padding: 4vw 6vw 4vw 17.5vw;
		font-size: 6vw;
		line-height: 1.1;
		text-align: center;
	}
	#ct_bg .btn02 > a > .inner01::before {
		left: 6vw;
		width: 5.5vw;
		height: 6vw;
	}

	#ct_bg .btnBox01 {
		margin-top: 5vw;
	}

	#ct_bg .btnBox01 > .btn01 {
		margin: 0 2vw 0 0;
		min-width: 43vw;
	}
	#ct_bg .btnBox01 > .btn01 > a > .inner01 {
		padding: 1.75vw 3.75vw 2.75vw 12vw;
		font-size: 4.5vw;
	}
	#ct_bg .btnBox01 > .text01 {
		font-size: 3.5vw;
	}

	#ct_bg .modalArea01 > .inner01 {
		padding: 12.5vw 2vw;
	}

	#ct_bg .modalArea01 > .inner01 > .button01 {
		right: 2vw;
		top: 2vw;
		width: 10vw;
	}

	#ct_bg .moldalFrame01 {
		padding: 1vw;
		width: 100%;
	}

	#ct_bg .moldalFrame01 > .inner01 {
		padding: 5vw;
	}

	#ct_bg .moldalFrame01 > .inner01 > .text01 {
		padding: 3vw;
		font-size: 6vw;
		-webkit-text-stroke-width: 2px;
	}

	#ct_bg .moldalFrame01 > .inner01 > .text01::before {
		left: 4vw;
		width: 8vw;
		height: 6.5vw;
	}
	#ct_bg .moldalFrame01 > .inner01 > .text01::after {
		right: 4vw;
		width: 5.5vw;
		height: 6vw;
	}

	#ct_bg .moldalFrame01 > .inner01 .column01 {
		margin-top: 4vw;
		width: 100%;
	}

	#ct_bg .moldalFrame01 > .inner01 .column01 > .image01 {
		padding: 3vw;
	}

	#ct_bg .moldalFrame01 > .inner01 .column02 {
		margin-top: 4vw;
		width: 100%;
	}
	#ct_bg .moldalFrame01 > .inner01 .column02 > .text01 {
		font-size: 4vw;
	}

	#ct_bg .table01 {
		margin-top: 4vw;
	}
	#ct_bg .table01 .w01 {
		width: 39%;
	}
	#ct_bg .table01 .w02 {
		width: 17vw;
	}

	#ct_bg .table01 th {
		padding: 2vw;
		font-size: 3.5vw;
		text-align: center;
	}

	#ct_bg .table01 td {
		padding: 2vw;
		font-size: 3.5vw;
	}

	#ct_bg .audioBtn01 {
		width: 100%;
		background: none;
		border: none;
		cursor: pointer;
		scale: 1.0;
		transition: scale .3s;
	}

	#ct_bg .inlineTxt01 {
		display: block;
		margin-top: 2vw;
	}

	#ct_bg .inlineTxt01 > .image01 {
		float: left;
		margin-right: 2vw;
		width: 15vw;
	}

	#ct_bg .inlineTxt01 > .text01 {
		display: block;
		font-size: 3.5vw;
	}

}















#ct_bg .container02 {
	padding-top: 125px;
}
#ct_bg .container02 .img01 > a > .inner01 > .icon01 {
	background: none;
}
#ct_bg .container02 .frameArea02 > .inner01 {
	padding-bottom: 160px;
}
#ct_bg .container02 .frameArea02 > .inner01 > .title01 + .frameArea07 {
	margin-top: 47px;
}
#ct_bg .container02 .frameArea07.typeNews + .frameArea07 {
	margin-top: 64px;
}
#ct_bg .container02 .frameArea07 > .inner01 .title01 + .img01 {
	margin-top: 16px;
	margin-bottom: 32px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w06 {
	width: 41.6132478632%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w07 {
	width: 53.4722222222%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w08 {
	width: 44.5822649573%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w09 {
	width: 58.2927350427%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w10 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w10 > .image01 {
	margin-right: 16px;
	max-width: 321px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w10 > .image02 {
	max-width: 420px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w11 {
	width: 34.8317%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w12 {
	width: 68.6567%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .title01.w13 {
	width: 45.9488%;
}

#ct_bg .container02 .frameArea07 > .inner01 .btn01 + .btn01 {
	margin-top: 24px;
}
#ct_bg .container02 .frameArea07 > .inner01 .btn01.typeLeft {
	margin-left: 0;
	margin-right: 0;
}
#ct_bg .container02 .frameArea07 > .inner01 .iconList01 {
	margin-top: 16px;
}
#ct_bg .container02 .frameArea07 > .inner01 .iconList01:first-child {
	margin-top: 0;
}

#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li {
	position: relative;
	font-weight: 500;
	rotate: 0.03deg;
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 1.6;
	padding-left: 20px;
}
#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li > .txt01:first-child {
	margin-top: 0;
}
#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li::before {
	position: absolute;
	top: .4em;
	left: 0;
	content: "";
	width: 12px;
	height: 12px;
	background: url("../img/ic03.svg") no-repeat 0 0 / cover;
}

#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li strong {
	font-weight: 800;
	rotate: 0.03deg;
}
#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li + li {
	margin-top: 26px;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents {
	max-width: 904px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	padding-bottom: 34px;
	position: relative;
	z-index: 1;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents > .dayTxt01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	color: #000;
	font-size: 1.4rem;
	rotate: 0.03deg;
	line-height: 1.0;
	margin-bottom: 7px;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents > .dayTxt01 .icon01 {
	position: relative;
	margin-left: 14px;
	padding: 5px 4px;
	background-color: #E50057;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	rotate: 0.03deg;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents > .dayTxt01 .icon01::before {
	position: absolute;
	top: 0;
	left: -4px;
	content: "";
	aspect-ratio: 1 / 5;
	height: 100%;
	background: url("../img/bg21.svg") no-repeat 0 0/100% 100%;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents > .dayTxt01 .icon01::after {
	position: absolute;
	top: 0;
	right: -4px;
	content: "";
	aspect-ratio: 1 / 5;
	height: 100%;
	background: url("../img/bg22.svg") no-repeat 0 0/100% 100%;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .fig01 {
	margin-top: 32px;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents > .title01 {
	color: #1F2C5C;
	text-align: center;
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.6rem;
	line-height: 1.4;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .hdg02 {
	color: #1F2C5C;
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 1.4;
	padding-bottom: 8px;
	position: relative;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .hdg02::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #7ecef4 0%, #ff75a9 25%, #ffff84 50%, #ff75a9 75%, #7ecef4 100%);
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .hdg03 {
	color: #1F2C5C;
	font-family: "Kaisei Decol", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.4;
	padding-left: 16px;
	margin-bottom: 16px;
	position: relative;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .hdg03::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(0deg, #ffff84 0%, #ff75a9 50%, #7ecef4 100%);
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 {
	margin-top: 16px;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 > li {
	font-weight: 500;
	rotate: 0.03deg;
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 1.6;
	padding-left: 16px;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 > li strong {
	font-weight: 800;
	rotate: 0.03deg;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 > li + li {
	margin-top: 8px;
}
#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 > li .num {
	position: absolute;
	top: 2px;
	left: 0;
	color: #153F82;
	font-family: "Kaisei Decol", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.3;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 16px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .heading05 + .inner02 {
	margin-top: 32px;
}

#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .img01 {
	margin-top: 16px;
	margin-bottom: 32px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap {
	width: 64.1025641026%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap > .pickup {
	border: 1px solid #DCDCDC;
}

#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap a[data-fancybox] {
	display: block;
	position: relative;
	transition: opacity .3s;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap a[data-fancybox]::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url("../img/ic04.png") no-repeat 0 0/contain;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	gap: 0.8333333333%;
	margin-top: 10px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 + .noteList01 {
	margin-top: 10px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 li {
	width: 19.3333333333%;
	border: 1px solid #DCDCDC;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 li a[data-fancybox]::after {
	width: 24px;
	height: 24px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 li a img {
	width: 100%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap {
	width: 33.3333333333%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap .text01 {
	font-weight: 500;
	rotate: 0.03deg;
	font-size: 1.6rem;
	letter-spacing: .02em;
	line-height: 1.6;
	margin-bottom: 24px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap .text02 {
	font-weight: 500;
	rotate: 0.03deg;
	font-size: 1.4rem;
	letter-spacing: .02em;
	line-height: 1.6;
	margin-top: 24px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 {
	position: relative;
	z-index: 10;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 {
	margin-top: 32px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item {
	background: url("../img/bg30.png") repeat 0 0/25px;
	border-radius: 16px;
	padding: 4px 12px 4px 4px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item > .newIc01 {
	position: absolute;
	z-index: 3;
	top: -8px;
	right: -8px;
	width: 44px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .img {
	width: 49.5495495495%;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .img img {
	border-radius: 12px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap {
	width: 47.7477477477%;
	padding-top: 8px;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text01 {
	text-align: center;
	color: #fff;
	background: #1F2C5C;
	font-weight: 500;
	rotate: 0.03deg;
	font-size: 1.2rem;
	letter-spacing: .02em;
	border-radius: 100vmax;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text02 {
	margin-top: 8px;
	color: #1F2C5C;
	font-family: "Kaisei Decol", serif;
	font-size: 2.2rem;
	letter-spacing: .02em;
	font-weight: 700;
	line-height: 1.1;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text03 {
	margin-top: 8px;
	color: #1F2C5C;
	font-weight: 400;
	rotate: 0.03deg;
	font-size: 1.4rem;
	letter-spacing: .02em;
}
#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text03 strong {
	font-weight: 800;
	rotate: 0.03deg;
}
#ct_bg .mallLinkBtn {
	display: table;
	width: 100%;
	margin: 8px auto 0;
}
#ct_bg .mallLinkBtn.soldout {
	display: none;
}
#ct_bg .mallLinkBtn > a {
	text-align: center;
	display: block;
	padding: 2px;
	border-radius: 100vmax;
	border: 1px solid #CA9732;
	background: linear-gradient(90deg, #D2A143 0%, #D7AF66 25%, #E2D0B5 50%, #D7AF66 75%, #D2A143 100%);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	scale: 1.0;
	transition: scale .3s;
}
#ct_bg .mallLinkBtn > a > .inner01 > .inner02::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	translate: 0 -54%;
	width: 20.9px;
	height: 22px;
	background: url("../img/ic_kounyu.svg") no-repeat 0 0/contain;
}
#ct_bg .mallLinkBtn > a.reserve > .inner01 > .inner02::before {
	translate: 0 -50%;
	width: 21px;
	height: 20px;
	background-image: url("../img/ic_yoyaku.svg");
}
#ct_bg .mallLinkBtn > a.waiting > .inner01 > .inner02::before {
	translate: 0 -50%;
	width: 21px;
	height: 20px;
	background-image: url("../img/ic_nuuka.svg");
}
#ct_bg .mallLinkBtn > a > .inner01 {
	display: block;
	padding: 8px 0 8px;
	border-radius: 100vmax;
	border: 1px solid #E50057;
	background: linear-gradient(0deg, #E50057 0%, #F85592 50.5%, #FF75A9 100%);
	color: #FFF;
	font-family: "Kaisei Decol", serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.1;
}
#ct_bg .mallLinkBtn > a > .inner01 > .inner02 {
	position: relative;
	padding-left: 28px;
	z-index: 2;
}
@keyframes glitter {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}
}
.btnStar1 {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	background: url("../img/star02.png") no-repeat center center/contain;
	animation: glitter 2s;
	pointer-events: none;
	z-index: 1;
}
.btnStar2 {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	background: url("../img/star05.png") no-repeat center center/contain;
	animation: glitter 2s;
	pointer-events: none;
	z-index: 1;
}
.btnStar3 {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/star05.png") no-repeat center center/contain;
	animation: glitter 2s;
	pointer-events: none;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap a[data-fancybox]:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 860px) {
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap {
		width: 100%;
		margin-top: 30px;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .container02 {
		padding-top: 25vw;
	}
	#ct_bg .container02 .img01 {
		margin-top: 12.7vw;
	}
	#ct_bg .container02 .heading05 + .img01 {
		margin-top: 4vw;
	}
	#ct_bg .container02 .img01 > a {
		padding: 2px;
		border-radius: 8px;
	}
	#ct_bg .container02 .img01 > a > .inner01 {
		border-radius: 6px;
	}
	#ct_bg .container02 .img01 > a > .inner01 > .icon01 {
		padding: 2px;
	}
	#ct_bg .container02 .subSection01 {
		margin-top: 16.5vw;
	}
	#ct_bg .container02 .frameArea02::before {
		content: normal;
	}
	#ct_bg .container02 .frameArea02 > .inner01 {
		padding-top: 8vw;
		padding-bottom:  calc(40.25vw + 12px);
	}
	#ct_bg .container02 .frameArea07 {
		margin-top: 4.3vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 {
		padding-left: 3.8vw;
		padding-right: 3.8vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .title01 + .img01 {
		margin-bottom: 16px;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w06 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w07 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w08 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w09 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w10 {
		width: 100%;
		text-align: center;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w10 > .image01 {
		margin: 0 auto;
		width: 50vw;
		max-width: inherit;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w10 > .image02 {
		margin: 1vw auto 0;
		width: 80vw;
		max-width: inherit;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w11 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w12 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .title01.w13 {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .iconList01 {
		margin-top: 4vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li {
		font-size: 3.5vw;
		padding-left: 5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li::before {
		top: 1vw;
		width: 3vw;
		height: 3vw;
	}

	#ct_bg .container02 .frameArea07 > .inner01 .iconList01 > li + li {
		margin-top: 2vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 {
		margin-top: 4vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 > li {
		font-size: 3.5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .numberList01 > li + li {
		margin-top: 2vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents {
		width: 100%;
		padding-top: 0;
		padding-bottom: 4.5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .dayTxt01 {
		margin-bottom: 4.5vw;
		font-size: 3.5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .dayTxt01 .icon01 {
		padding: .75vw 1vw;
		font-size: 4vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .dayTxt01 .icon01::before {
		left: -1.0vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .dayTxt01 .icon01::after {
		right: -1.0vw;
	}

	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .fig01 {
		margin-top: 8vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents > .title01 {
		text-align: left;
		font-size: 5.5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .hdg02 {
		font-size: 4.5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 .newsContents .hdg03 {
		font-size: 4vw;
	}

	#ct_bg .container02 .frameArea07 > .inner01 > .heading05 + .inner02 {
		margin-top: 4vw;
	}

	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap {
		width: 100%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 {
		gap: 1.19%;
		margin-top: 2vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .imgWrap .imgList01 li {
		width: 24.10%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap {
		width: 100%;
		margin-top: 16px;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap .text01 {
		font-size: 3.5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner02 .textWrap .text02 {
		margin-top: 6vw;
		font-size: 3vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 {
		margin-top: 4vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item {
		border-radius: 8px;
		padding: 1vw 1vw 15vw;
		position: relative;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item:has(.soldout) {
		padding-bottom: 1vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item > .newIc01 {
		top: -3vw;
		right: -4.25vw;
		width: 10vw;
	}

	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .img {
		width: 45%;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .img img {
		border-radius: 4px;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap {
		width: 51.25%;
		padding-top: 2vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text01 {
		font-size: 3vw;
		line-height: 1.6;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text02 {
		margin-top: 2vw;
		font-size: 5vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .text03 {
		margin-top: 2vw;
		font-size: 3.2vw;
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .mallLinkBtn {
		position: absolute;
		bottom: 2vw;
		left: 12px;
		width: calc(100% - 24px);
	}
	#ct_bg .container02 .frameArea07 > .inner01 > .inner03 .grid01 .item .textWrap .mallLinkBtn a {
		box-shadow: none;
	}
	#ct_bg .mallLinkBtn > a > .inner01 {
		padding: 2vw 0;
		font-size: 4.5vw;
	}
	#ct_bg .mallLinkBtn > a > .inner01 > .inner02 {
		padding-left: 7vw;
	}
	#ct_bg .mallLinkBtn > a > .inner01 > .inner02::before {
		translate: 0 -54%;
		width: 4.75vw;
		height: 5vw;
	}
	#ct_bg .mallLinkBtn > a.reserve > .inner01 > .inner02::before {
		width: 5vw;
		height: 5vw;
	}
	#ct_bg .mallLinkBtn > a.waiting > .inner01 > .inner02::before {
		translate: 0 -50%;
		width: 4.5vw;
		height: 4.175vw;
	}

}
