@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap');
html {
	font-size: 62.5%;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
}
.onlySP {
	display: none;
}
#ct_bg {
	background-color: #efedee;
	min-width: 957px;
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow: hidden;
}
#ct_bg img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}
#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 .titleArea01 {
	padding: 7px 4%;
	background-color: #6357a3;
	color: #fff;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
	font-size: 1.4rem;
}
#ct_bg .titleArea01 > .text01 {
	text-align: center;
	font-weight: bold;
}
#ct_bg .mallBtn01 {
	width: 240px;
	margin-top: 20px;
}
#ct_bg .mallBtn01.type01 {
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .mallBtn01 > a {
	color: #000;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px 20px;
	border: solid 1px #fff;
	border-radius: 100px;
	background: -webkit-linear-gradient(top, rgba(255, 240, 0, 1) 0%, rgba(235, 199, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 240, 0, 1) 0%, rgba(235, 199, 0, 1) 100%);
	font-size: 1.8rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
}
#ct_bg .mallBtn01 > a::before {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity .3s, visibility .3s;
	background: -webkit-linear-gradient(top, rgba(255, 251, 193, 1) 0%, rgba(255, 240, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 251, 193, 1) 0%, rgba(255, 240, 0, 1) 100%);
	content: "";
}
#ct_bg .mallBtn01 > a:hover::before {
	opacity: 1.0;
	visibility: visible;
}
#ct_bg .mallBtn01 > a > .inner01 {
	display: inline-block;
	position: relative;
	padding-left: 36px;
}
#ct_bg .mallBtn01 > a > .inner01::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 27px;
	height: 29px;
	background: url(../img/icon_common01.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallBtn01 > a > .inner01.waiting::before {
	top: 2px;
	width: 24px;
	height: 22px;
	background: url(../img/icon_common02.png) no-repeat 0 0/100%;
}
#ct_bg .mallBtn01 > a > .inner01.reserve::before {
	top: 1px;
	width: 25px;
	height: 25px;
	background: url(../img/icon_common03.png) no-repeat 0 0/100%;
}
#ct_bg .mainArea01 {
    background: url(../img/bg_index03_pc.png) no-repeat 50%;
	position: relative;
    overflow: hidden;
}
#ct_bg .mainArea01 > .title01 {
	position: absolute;
	left: 50%;
	width: 2000px;
	transform: translate(-50%, 0);
}
#ct_bg .mainArea01 > .inner01 {
	margin: 0 auto;
	padding-bottom: 36px;
	padding-top: 36px;
	position: relative;
}
#ct_bg .mainArea01 > .inner01 > .inner02 {
	width: 600px;
	margin: 46px auto 0;
}
#ct_bg .mainArea01 > .inner01 .heading01 img {
	min-width: 770px;
	position: relative;
	left: 50%;
	transform: translateX(-79.2%);
}
#ct_bg .mainArea01 > .inner01 .text01 {
	position: absolute;
	top: 609px;
	right: -94px;
}
#ct_bg .mainArea01 > .inner01 .text02 img {
	min-width: 525px;
	position: relative;
	left: 50%;
	transform: translate(-114.5%, -45px);
}
#ct_bg .mainArea01 > .inner01 .text03 img {
	min-width: 424px;
	position: relative;
	left: 50%;
	transform: translate(-141.3%, -37px);
}
#ct_bg .mainArea01 > .inner01 .text04 img {
	max-width: 430px;
	position: relative;
	left: 50%;
	transform: translate(-139.1%, -18px);
}
#ct_bg .mainArea01 > .inner01 .text06 {
	position: absolute;
	top: 904px;
	right: -122px;
}
#ct_bg .mainArea01 > .inner01 .imgList01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 957px;
	margin: 1000px auto 0;
}
#ct_bg .mainArea01 > .inner01 .imgList01 li:nth-child(1) {
	margin-right: 11px;
}
#ct_bg .mainArea01 > .inner01 .imgList01 li:nth-child(2) {
	margin-right: 12px;
}
#ct_bg .mainArea01 .list01 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#ct_bg .mainArea01 .list01 dt {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 2.25rem;
	line-height: 1;
	color: #fff;
	background: #e2027e;
	border-radius: 10px;
	border: 2px solid #fff;
	padding: 0.4em 1em;
	margin-right: 0.2em;
}
#ct_bg .mainArea01 .list01 dd {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 3.6rem;
	line-height: 1;
	color: #e2027e;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.5403022766113281px 0.8414709568023682px 0px, rgb(255, 255, 255) -0.416146844625473px 0.9092974066734314px 0px, rgb(255, 255, 255) -0.9899924993515015px 0.14112000167369843px 0px, rgb(255, 255, 255) -0.6536436080932617px -0.756802499294281px 0px, rgb(255, 255, 255) 0.28366219997406006px -0.9589242935180664px 0px, rgb(255, 255, 255) 0.9601702690124512px -0.279415488243103px 0px;
	padding-bottom: 0.2em;
}
#ct_bg .mainArea01 .list01 dd .number {
	font-size: 4.5rem;
	position: relative;
	top: 0.07em;
}
#ct_bg .mainArea01 .list01 dd .year {
	font-size: 2.7rem;
}
#ct_bg .mainArea01 .note01 {
	font-size: 1.8rem;
	font-weight: bold;
}
#ct_bg .mainArea01 .note01 span {
	font-family: 'Liberation Serif', 'Noto Sans CJK JP', 'TakaoGothic', 'VL Gothic', 'Yu Gothic', 'MS Gothic', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono', 'Noto Sans JP', Monospace;
	font-weight: bold;
}
#ct_bg .mainArea01 .list01 + .note01 {
	margin-top: 11px;
}
#ct_bg .anchorWrap {
	background: linear-gradient(90deg, rgba(148, 201, 236, 1) 0%, rgba(148, 201, 236, 1) 15%, rgba(214, 131, 174, 1) 30%, rgba(248, 234, 159, 1) 45%, rgba(154, 198, 155, 1) 60%, rgba(154, 198, 155, 1) 100%);
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 21px 0;
	box-shadow: 0px 4px 0px 0px rgba(55, 77, 159, 0.2);
	position: relative;
	z-index: 2;
}
#ct_bg .anchorWrap .anchorList02 {
	text-align: center;
}
#ct_bg .anchorWrap .anchorList02 li {
	margin: 0 1px;
	display: inline-block;
}
#ct_bg .anchorWrap .anchorList02 li a {
	width: 228px;
	display: block;
	background: linear-gradient(0deg, rgba(252, 153, 12, 1) 0%, rgba(255, 244, 98, 1) 100%);
	border: 4px solid #374d9f;
	border-radius: 33px;
	box-shadow: 3px 3px 10px 0px rgba(255, 255, 255, 0.75) inset, 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 7px 20px 15px;
	padding: 0 20px 0;
}
#ct_bg .anchorWrap .anchorList02 li a img {
	width: auto;
	height: 60px;
}
#ct_bg .anchorWrap .anchorList02 li a:hover {
	background: linear-gradient(0deg, rgba(253, 199, 47, 1) 0%, rgba(255, 249, 158, 1) 100%);
}
#ct_bg .heading02 {
	text-align: center;
	position: relative;
	z-index: 2;
}
#ct_bg .heading02 span {
	display: inline-block;
	position: relative;
}
#ct_bg .heading02 span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -270px;
	width: 228px;
	height: 82px;
	background: url("../img/bg_index06.png") no-repeat 0 0;
	transform: translate(0, -50%);
}
#ct_bg .heading02 span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -276px;
	width: 228px;
	height: 82px;
	background: url("../img/bg_index07.png") no-repeat 0 0;
	transform: translate(0, -50%);
}
#ct_bg .heading03 {
	position: relative;
	z-index: 1;
	text-align: center;
}
#ct_bg .heading03::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 140px;
	background: #addef8;
	transform: translate(-50%, 0);
}
#ct_bg .heading03 span {
	position: absolute;
	top: -25px;
	left: 50%;
	width: 829px;
	transform: translate(-50%, 0);
	z-index: 1;
}
#ct_bg .heading04 {
	display: table;
	margin: 0 auto;
	margin-top: 39px;
}
#ct_bg .movieWrap01 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
#ct_bg .movieWrap01 iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none;
}
#ct_bg .frameWrap01 {
	position: relative;
	padding-bottom: 30px;
}
#ct_bg .frameWrap01::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/bg_index04.png") repeat 0 0 / 40px auto;
}
#ct_bg .frameArea01, #ct_bg .frameArea03 {
	position: relative;
	z-index: 2;
}
#ct_bg .frameArea01 > .inner01, #ct_bg .frameArea02 > .inner01, #ct_bg .frameArea03 > .inner01, #ct_bg .frameArea04 > .inner01 {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea01 {
	padding-top: 55px;
	padding-bottom: 30px;
}
#ct_bg .frameArea01 > .inner01 .heading02 {
	margin-bottom: 27px;
}
#ct_bg .frameArea01 .box01 {
	border: 6px solid #fe9d4f;
	border-radius: 20px;
	background: repeating-linear-gradient(135deg, #fffcd1, #fffcd1 17px, #fffddf 0, #fffddf 34px);
	margin-bottom: 30px;
	padding: 26px 0 16px;
}
#ct_bg .frameArea01 .box01 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#ct_bg .frameArea01 .box01 > .inner02 .image01 {
	width: 491px;
	margin-left: 13px;
	margin-right: 21px;
}
#ct_bg .frameArea01 .box01 > .image02 {
	margin: 25px 0 0 17px;
}
#ct_bg .frameArea01 .box01.type02 > .image02 {
	margin: 21px 0 0 17px;
}
#ct_bg .frameArea01 .box01.type03 > .image02 {
	margin: 18px 0 0 17px;
}
#ct_bg .frameArea01 .box01.type02 {
	border: 6px solid #e84091;
	background: repeating-linear-gradient(135deg, #fee2f3, #fee2f3 17px, #feebf7 0, #feebf7 34px);
}
#ct_bg .frameArea01 .box01.type03 {
	border: 6px solid #00b0b6;
	background: repeating-linear-gradient(135deg, #d7fbf9, #d7fbf9 17px, #e3fcfb 0, #e3fcfb 34px);
}
#ct_bg .box01 .text01, #ct_bg .box02 .text01, #ct_bg .box03 .text01, #ct_bg .box04 .text01, #ct_bg .box05 .text01 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.35;
	margin-bottom: 17px;
}
#ct_bg .box01 .date01, #ct_bg .box02 .date01, #ct_bg .box03 .date01, #ct_bg .box04 .date01, #ct_bg .box05 .date01 {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 8px 0;
	color: #fff;
	background: #6155a2;
	font-size: 1.2rem;
}
#ct_bg .box01 .text02, #ct_bg .box02 .text02, #ct_bg .box03 .text02, #ct_bg .box04 .text02, #ct_bg .box05 .text02 {
	font-size: 1.6rem;
}
#ct_bg .box01 .font01, #ct_bg .box02 .font01, #ct_bg .box03 .font01, #ct_bg .box04 .font01, #ct_bg .box05 .font01 {
	font-size: 2.4rem;
}
#ct_bg .box01 .text03, #ct_bg .box02 .text03, #ct_bg .box03 .text03, #ct_bg .box04 .text03, #ct_bg .box05 .text03 {
	font-size: 1.4rem;
	margin-bottom: 30px;
}
#ct_bg .frameArea02 {
	position: relative;
}
#ct_bg .frameArea02::before {
	content: '';
	position: absolute;
	top: 1%;
	left: 0;
	width: 100%;
	height: 108.5%;
	-webkit-clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0 100%);
	clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0 100%);
	background: url("../img/bg_index05.png") repeat 0 0 / 40px auto;
	z-index: 1;
}
#ct_bg .frameArea02 > .inner01 {
	position: relative;
	z-index: 2;
}
#ct_bg .frameArea02 > .inner01 .inner02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 39px;
}
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01 {
	width: 47.916%;
	margin-bottom: 60px;
	position: relative;
}
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01.type01 {
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 {
	width: 32%;
	margin-bottom: 60px;
	position: relative;
}
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01 .movieFrameInner,
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 .movieFrameInner {
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	margin-bottom: 15px;
}
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01 .movieFrameInner .new,
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 .movieFrameInner .new {
	position: absolute;
	top: -24px;
	left: 0;
	width: 139px;
	z-index: 2;
}
#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 .movieFrameInner .new {
	width: 100px;
	top: -12px;
}
#ct_bg .frameArea02 > .inner01 .inner02 .caption {
	color: #374d9f;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6rem;
	transform: rotateZ(0.03deg);
}
#ct_bg .frameArea03 {
	text-align: center;
	padding-bottom: 41px;
}
#ct_bg .frameArea03 > .inner01 .heading02 {
	margin-bottom: 30px;
}
#ct_bg .frameArea04 {
	position: relative;
	padding-top: 20px;
}
#ct_bg .frameArea04::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	height: 111%;
	height: 65.5%;
	-webkit-clip-path: polygon(0 0%, 100% 0%, 100% 97.5%, 0 100%);
	clip-path: polygon(0 0%, 100% 0%, 100% 97.5%, 0 100%);
	background: url("../img/bg_index05.png") repeat 0 0 / 40px auto;
	z-index: 1;
}
#ct_bg .frameArea04 section > .inner01 {
	position: relative;
	z-index: 2;
	padding-top: 200px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea04 section > .inner01 > .inner02 {
	padding-bottom: 33px;
}
#ct_bg .frameArea04 .box01 {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	padding: 74px 115px 59px;
	border: 6px solid #e52d8a;
	border-radius: 20px;
	background: repeating-linear-gradient(135deg, #f8e5ed, #f8e5ed 18px, #faedf2 0, #faedf2 36px);
	margin-bottom: 70px;
	box-shadow: 0 0 8px #e52d8a;
	position: relative;
}
#ct_bg .frameArea04 .box01.type02 {
	border: 6px solid #2cb5a9;
	background: repeating-linear-gradient(135deg, #d3f3e5, #d3f3e5 18px, #e0f7ed 0, #e0f7ed 36px);
	box-shadow: 0 0 8px #2cb5a9;
}
#ct_bg .frameArea04 .box01.type03 {
	border: 6px solid #905ca2;
	background: repeating-linear-gradient(135deg, #f7e1f8, #f7e1f8 18px, #f9eafa 0, #f9eafa 36px);
	box-shadow: 0 0 8px #905ca2;
}
#ct_bg .frameArea04 .box01 .hdg {
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translate(-50%, 0);
}
#ct_bg .frameArea04 .box01 .fig01 {
	position: absolute;
	top: 14px;
	left: -130px;
}
#ct_bg .frameArea04 .box01 .fig02 {
	position: absolute;
	top: 75px;
	right: -141px;
}
#ct_bg .frameArea04 .box01.type02 .fig01 {
	top: 86px;
	left: -141px;
}
#ct_bg .frameArea04 .box01.type02 .fig02 {
	top: 13px;
	right: -143px;
}
#ct_bg .frameArea04 .box01.type03 .fig01 {
	top: 14px;
	left: -142px;
}
#ct_bg .frameArea04 .box01.type03 .fig02 {
	top: 47px;
	right: -141px;
}
#ct_bg .frameArea04 .box02 {
	border: 6px solid #00a7cb;
	border-radius: 20px;
	background: repeating-linear-gradient(135deg, #dbf7f5, #dbf7f5 17px, #e6f9f8 0, #e6f9f8 34px);
	margin-bottom: 60px;
	padding: 109px 0 0 18px;
	position: relative;
}
#ct_bg .frameArea04 .box02 .hdg {
	position: absolute;
	top: -87px;
	left: 50%;
	width: 894px;
	transform: translate(-50%, 0);
}
#ct_bg .frameArea04 .box02 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 47px;
	margin-bottom: 32px;
}
#ct_bg .frameArea04 .box02 > .inner02 > .image01 {
	width: 483px;
	margin-left: -2px;
	margin-right: 21px;
}
#ct_bg .frameArea04 .box03 {
	border: 6px solid #e52d8a;
	border-bottom: none;
	border-radius: 20px 20px 0 0;
	background: repeating-linear-gradient(135deg, #fffcd1, #fffcd1 17px, #fffddf 0, #fffddf 34px);
	padding: 25px 0 9px;
}
#ct_bg .frameArea04 .box04 {
	border: 6px solid #e52d8a;
	background: repeating-linear-gradient(135deg, #fee2f3, #fee2f3 17px, #feebf7 0, #feebf7 34px);
	padding: 30px 0 0px;
}
#ct_bg .frameArea04 .box05 {
	border: 6px solid #e52d8a;
	border-top: none;
	border-radius: 0 0 20px 20px;
	background: repeating-linear-gradient(135deg, #dbf7f5, #dbf7f5 17px, #e6f9f8 0, #e6f9f8 34px);
	margin-bottom: 30px;
	padding: 19px 0 9px;
}
#ct_bg .frameArea04 .box03 > .inner02, #ct_bg .frameArea04 .box04 > .inner02, #ct_bg .frameArea04 .box05 > .inner02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#ct_bg .frameArea04 .box03 > .inner02 .image01, #ct_bg .frameArea04 .box04 > .inner02 .image01, #ct_bg .frameArea04 .box05 > .inner02 .image01 {
	width: 491px;
	margin-left: 13px;
	margin-right: 21px;
}
#ct_bg .frameArea04 .box01 dl + dl {
	margin-top: 18px;
}
#ct_bg .frameArea04 .box01 dl dt {
	color: #e52d8a;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 800;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.8348708152770996px 0.9815840721130371px 0px, rgb(255, 255, 255) 2.357661724090576px 1.855109453201294px 0px, rgb(255, 255, 255) 1.620906949043274px 2.5244128704071045px 0px, rgb(255, 255, 255) 0.7057127356529236px 2.915813684463501px 0px, rgb(255, 255, 255) -0.2871706485748291px 2.9862239360809326px 0px, rgb(255, 255, 255) -1.2484405040740967px 2.7278923988342285px 0px, rgb(255, 255, 255) -2.0722744464874268px 2.169257640838623px 0px, rgb(255, 255, 255) -2.6679797172546387px 1.3718178272247314px 0px, rgb(255, 255, 255) -2.969977378845215px 0.42336001992225647px 0px, rgb(255, 255, 255) -2.9450221061706543px -0.5717039108276367px 0px, rgb(255, 255, 255) -2.595860481262207px -1.503831148147583px 0px, rgb(255, 255, 255) -1.9609308242797852px -2.2704074382781982px 0px, rgb(255, 255, 255) -1.110129952430725px -2.787043571472168px 0px, rgb(255, 255, 255) -0.13711915910243988px -2.9968647956848145px 0px, rgb(255, 255, 255) 0.8509865403175354px -2.876772880554199px 0px, rgb(255, 255, 255) 1.745410442352295px -2.439988136291504px 0px, rgb(255, 255, 255) 2.4476890563964844px -1.734594702720642px 0px, rgb(255, 255, 255) 2.8805108070373535px -0.8382465243339539px 0px;
}
#ct_bg .frameArea04 .box01 dl dd {
	color: #4b4b4b;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.8rem;
	font-weight: 800;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.8348708152770996px 0.9815840721130371px 0px, rgb(255, 255, 255) 2.357661724090576px 1.855109453201294px 0px, rgb(255, 255, 255) 1.620906949043274px 2.5244128704071045px 0px, rgb(255, 255, 255) 0.7057127356529236px 2.915813684463501px 0px, rgb(255, 255, 255) -0.2871706485748291px 2.9862239360809326px 0px, rgb(255, 255, 255) -1.2484405040740967px 2.7278923988342285px 0px, rgb(255, 255, 255) -2.0722744464874268px 2.169257640838623px 0px, rgb(255, 255, 255) -2.6679797172546387px 1.3718178272247314px 0px, rgb(255, 255, 255) -2.969977378845215px 0.42336001992225647px 0px, rgb(255, 255, 255) -2.9450221061706543px -0.5717039108276367px 0px, rgb(255, 255, 255) -2.595860481262207px -1.503831148147583px 0px, rgb(255, 255, 255) -1.9609308242797852px -2.2704074382781982px 0px, rgb(255, 255, 255) -1.110129952430725px -2.787043571472168px 0px, rgb(255, 255, 255) -0.13711915910243988px -2.9968647956848145px 0px, rgb(255, 255, 255) 0.8509865403175354px -2.876772880554199px 0px, rgb(255, 255, 255) 1.745410442352295px -2.439988136291504px 0px, rgb(255, 255, 255) 2.4476890563964844px -1.734594702720642px 0px, rgb(255, 255, 255) 2.8805108070373535px -0.8382465243339539px 0px;
	transform: rotateZ(0.03deg);
}
#ct_bg .frameArea04 .box01.type02 dl dt {
	color: #2cb5a9;
}
#ct_bg .frameArea04 .box01.type03 dl dt {
	color: #905ca2;
}

#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px;
}
@media screen and (max-width: 767px) {
	.pcNone {
		display: block !important;
	}
	.spNone {
		display: none !important;
	}
	.pcNoneImg {
		display: inline-block !important;
	}
	.spNoneImg {
		display: none !important;
	}
	html {
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	html::-webkit-scrollbar {
		display: none;
	}
	#ct_bg {
		font-size: 1.4rem;
		min-width: 100%;
	}
	#ct_bg a {
		text-decoration: underline;
	}
	#ct_bg a:hover {
		text-decoration: none;
	}
	#header {
		border-bottom: #ccc solid 1px;
	}
	#ct_bg img {
		width: 100%;
		height: auto;
	}
	#ct_bg .imgOver01 a:hover img {
		opacity: 1.0;
	}
	.onlyPC {
		display: none;
	}
	.onlySP {
		display: block;
	}
	img.onlySP {
		display: inline-block;
	}
	#ct_bg .titleArea01 {
		padding: 9px 4% 8px;
		font-size: 1.2rem;
		line-height: 1.75;
	}
	#ct_bg .mallBtn01 {
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .mallBtn01 > a {
		padding: 15px 20px;
		font-size: 1.6rem;
	}
	#ct_bg .mallBtn01 > a:hover::before {
		opacity: 0;
		visibility: hidden;
	}
	#ct_bg .mallBtn01 > a > .inner01 {
		display: inline-block;
		position: relative;
		padding-left: 36px;
	}
	#ct_bg .mainArea01 > .title01 {
		position: inherit;
		top: inherit;
		left: inherit;
		width: auto;
		transform: none;
	}
	
	#ct_bg .mainArea01 > .inner01 {
		width: 92vw;
		padding-bottom: 8.5vw;
	}
	#ct_bg .mainArea01 > .inner01 > .inner02 {
		width: 100%;
		margin: 6.4vw auto 0;
	}
	#ct_bg .mainArea01 > .inner01 > .inner02 > .inner03 {
		margin: 0 0 0 6vw;
	}
	#ct_bg .mainArea01 > .inner01 .text01 {
		position: absolute;
		top: inherit;
		right: inherit;
	}
	#ct_bg .mainArea01 > .inner01 .heading01 img, #ct_bg .mainArea01 > .inner01 .text02 img, #ct_bg .mainArea01 > .inner01 .text03 img, #ct_bg .mainArea01 > .inner01 .text04 img {
		min-width: inherit;
		max-width: inherit;
		position: inherit;
		left: inherit;
		transform: none;
	}
	#ct_bg .mainArea01 > .inner01 .text01 {
		top: 145.6vw;
		right: inherit;
		left: -3.89vw;
		width: 50.13vw;
	}
	#ct_bg .mainArea01 > .inner01 .text02 {
		margin-top: -2.7vw;
		width: 59.6vw;
	}
	#ct_bg .mainArea01 > .inner01 .text03 {
		margin-top: 39vw;
		width: 46.2vw;
		margin-left: auto;
	}
	#ct_bg .mainArea01 > .inner01 .text04 {
		margin-top: 36.8vw;
		margin-left: 0;
		width: 93.1vw;
	}
	#ct_bg .mainArea01 > .inner01 .text06 {
		position: static;
		top: inherit;
		right: inherit;
		margin: 7vw -1.2vw 6.9vw -0.2vw;
	}
	#ct_bg .mainArea01 > .inner01 .imgList01 {
		justify-content: center;
		width: 100%;
		margin: 0;
	}
	#ct_bg .mainArea01 > .inner01 .imgList01 li {
		width: 45%;
	}
	#ct_bg .mainArea01 > .inner01 .imgList01 li:nth-child(1) {
		margin-right: 1.85vw;
	}
	#ct_bg .mainArea01 > .inner01 .imgList01 li:nth-child(2) {
		margin-right: 0;
		margin-left: 1.85vw;
	}
	#ct_bg .mainArea01 > .inner01 .imgList01 li:nth-child(3) {
		margin-top: -1vw;
	}
	#ct_bg .mainArea01 .list01 + .list01 {
		margin-top: 0.2vw;
	}
	#ct_bg .mainArea01 .list01 dt {
		font-size: 1.25rem;
		line-height: 1;
		border-radius: 8px;
		border: 1px solid #fff;
		padding: 0.4em 1.15em;
		margin-right: 0.35em;
	}
	#ct_bg .mainArea01 .list01 dd {
		font-size: 1.98rem;
		padding-bottom: 0.2em;
	}
	#ct_bg .mainArea01 .list01 dd .number {
		font-size: 2.475rem;
		top: 0.07em;
	}
	#ct_bg .mainArea01 .list01 dd .year {
		font-size: 1.485rem;
	}
	#ct_bg .mainArea01 .note01 {
		font-size: 1rem;
	}
	#ct_bg .mainArea01 .list01 + .note01 {
		margin-top: 1.5vw;
	}
	#ct_bg .anchorWrap {
		background: url("../img/bg_index08.png") repeat-y 0 0 / 100% auto;
		border-top: 3.5px solid #fff;
		border-bottom: 3.5px solid #fff;
		padding: 20px 3.33vw;
		box-shadow: none;
	}
	#ct_bg .anchorWrap .anchorList02 {
		display: flex;
		flex-wrap: wrap;
	}
	#ct_bg .anchorWrap .anchorList02 li {
		width: 48.57%;
		margin: 0;
	}
	#ct_bg .anchorWrap .anchorList02 li:nth-child(odd) {
		margin-right: 2.86%;
	}
	#ct_bg .anchorWrap .anchorList02 li:nth-child(n + 3) {
		margin-top: 10px;
	}
	#ct_bg .anchorWrap .anchorList02 li a {
		width: 100%;
		font-size: 1.8rem;
		border: 3px solid #374d9f;
		padding: 0 8px 0;
	}
	#ct_bg .anchorWrap .anchorList02 li a img {
		height: 11.866vw;
	}
	#ct_bg .anchorWrap .anchorList02 li a:hover {
		background: linear-gradient(0deg, rgba(253, 199, 47, 1) 0%, rgba(255, 249, 158, 1) 100%);
	}
	#ct_bg .heading03::after {
		height: 0;
		background: none;
	}
	#ct_bg .heading03 span {
		position: absolute;
		top: -25px;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
		z-index: 1;
	}
	#ct_bg .heading04 {
	padding: 0 4vw;
	}
	#ct_bg .frameWrap01 {
		padding-bottom: 30px;
	}
	#ct_bg .frameWrap01::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url("../img/bg_index04.png") repeat 0 0 / 40px auto;
	}
	#ct_bg .frameArea01 > .inner01,
	#ct_bg .frameArea02 > .inner01,
	#ct_bg .frameArea03 > .inner01,
	#ct_bg .frameArea04 > .inner01 {
		width: 100%;
	}
	#ct_bg .frameArea01 {
		padding-top: 16.266vw;
		padding-bottom: 8.2vw;
	}
	#ct_bg .frameArea01 > .inner01 .heading02 {
		margin-bottom: 8.8vw;
	}
	#ct_bg .frameArea01 .box01 {
		width: 92vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4vw;
		padding: 3.733vw 0 1.6vw;
	}
	#ct_bg .frameArea01 .box01 > .inner02 .image01 {
		width: 100%;
		margin-left: 2%;
		margin-right: 2%;
	}
	#ct_bg .frameArea01 .box01 > .inner02 > .inner03 {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
	}
	#ct_bg .frameArea01 .box01 > .image02 {
		width: 95.8%;
		margin: 6.66vw auto 0;
	}
	#ct_bg .frameArea01 .box01.type02 > .image02 {
		margin: 6.66vw auto 0;
	}
	#ct_bg .frameArea01 .box01.type03 > .image02 {
		margin: 6.66vw auto 0;
	}
	#ct_bg .frameArea01 .box01.type02 {
		border: 6px solid #e84091;
		background: repeating-linear-gradient(135deg, #fee2f3, #fee2f3 17px, #feebf7 0, #feebf7 34px);
	}
	#ct_bg .frameArea01 .box01.type03 {
		border: 6px solid #00b0b6;
		background: repeating-linear-gradient(135deg, #d7fbf9, #d7fbf9 17px, #e3fcfb 0, #e3fcfb 34px);
	}
	#ct_bg .box01 .text01, #ct_bg .box02 .text01, #ct_bg .box03 .text01, #ct_bg .box04 .text01, #ct_bg .box05 .text01 {
		font-size: 1.8rem;
		margin-bottom: 15px;
	}
	#ct_bg .box01 .date01, #ct_bg .box02 .date01, #ct_bg .box03 .date01, #ct_bg .box04 .date01, #ct_bg .box05 .date01 {
		margin-left: 0;
		margin-bottom: 10px;
		padding: 2px 3px 0;
		font-size: 1.1rem;
	}
	#ct_bg .box01 .text02, #ct_bg .box02 .text02, #ct_bg .box03 .text02, #ct_bg .box04 .text02, #ct_bg .box05 .text02 {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	#ct_bg .box01 .font01, #ct_bg .box02 .font01, #ct_bg .box03 .font01, #ct_bg .box04 .font01, #ct_bg .box05 .font01 {
		font-size: 1.8rem;
	}
	#ct_bg .box01 .text03, #ct_bg .box02 .text03, #ct_bg .box03 .text03, #ct_bg .box04 .text03, #ct_bg .box05 .text03 {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	#ct_bg .frameArea02 {
		padding-top: 3vw;
		padding-bottom: 10.8vw;
	}
	#ct_bg .frameArea02::before {
		top: 6.5vw;
		height: 101.5%;
		-webkit-clip-path: polygon(0 1.5%, 100% 0%, 100% 98.5%, 0 100%);
		clip-path: polygon(0 1.5%, 100% 0%, 100% 98.5%, 0 100%);
		background: url("../img/bg_index05.png") repeat 0 0 / 40px auto;
		z-index: 1;
	}
	#ct_bg .frameArea02 > .inner01 {
		position: relative;
		z-index: 2;
	}
	#ct_bg .frameArea02 > .inner01 .inner02 {
		width: 92vw;
		margin-left: auto;
		margin-right: auto;
		margin-top: 49px;
	}
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01,
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 {
		width: 100%;
		margin-bottom: 0;
	}
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01 + .movieFrame01,
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 + .movieFrame02 {
		margin-top: 54px;
	}
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01 .movieFrameInner,
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 .movieFrameInner {
		padding: 7.5px;
		margin-bottom: 15px;
	}
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame01 .movieFrameInner .new,
	#ct_bg .frameArea02 > .inner01 .inner02 .movieFrame02 .movieFrameInner .new {
		position: absolute;
		top: -18px;
		width: 27.464vw;
	}
	#ct_bg .frameArea02 > .inner01 .inner02 .caption {
		color: #374d9f;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-size: 1.6rem;
	}
	#ct_bg .frameArea03 {
		text-align: center;
		padding-top: 3vw;
		padding-bottom: 5.9vw;
	}
	#ct_bg .frameArea03 > .inner01 .heading02 {
		margin-bottom: 9.06vw;
	}
	#ct_bg .frameArea04 {
		position: relative;
		padding-top: 7vw;
	}
	#ct_bg .frameArea04::before {
		top: 15vw;
		width: 100%;
		height: 64.3%;
		-webkit-clip-path: polygon(0 0.6%, 100% 0%, 100% 99.4%, 0 100%);
		clip-path: polygon(0 0.6%, 100% 0%, 100% 99.4%, 0 100%);
		background: url("../img/bg_index05.png") repeat 0 0 / 40px auto;
	}
	#ct_bg .frameArea04 section > .inner01 {
		position: relative;
		z-index: 2;
		padding-top: 47.2vw;
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .frameArea04 section > .inner01 > .inner02 {
		padding-bottom: 3px;
	}
	#ct_bg .frameArea04 .box01 {
		width: 100%;
		padding: 12.53vw 15px 5.866vw;
		margin-bottom: 12vw;
	}
	#ct_bg .frameArea04 .box01.type03 {
		padding: 9.866vw 15px 5.866vw;
	}
	#ct_bg .frameArea04 .box01 .hdg {
		position: absolute;
		top: -9.4vw;
		left: 50%;
		width: 67.2vw;
	}
	#ct_bg .frameArea04 .box01 .fig01, #ct_bg .frameArea04 .box01.type02 .fig01, #ct_bg .frameArea04 .box01.type03 .fig01 {
		position: inherit;
		top: inherit;
		left: inherit;
		margin-left: -2px;
		margin-right: -2px;
		margin-bottom: 6px;
	}
	#ct_bg .frameArea04 .box01 .fig02, #ct_bg .frameArea04 .box01.type02 .fig02, #ct_bg .frameArea04 .box01.type03 .fig02 {
		display: none;
	}
	#ct_bg .frameArea04 .box02 {
		border: 6px solid #00a7cb;
		border-radius: 20px;
		background: repeating-linear-gradient(135deg, #dbf7f5, #dbf7f5 17px, #e6f9f8 0, #e6f9f8 34px);
		margin-bottom: 30px;
		padding: 59px 6.5px 0;
		position: relative;
	}
	#ct_bg .frameArea04 .box02 .hdg {
		top: -44px;
		width: 96.133vw;
	}
	#ct_bg .frameArea04 .box02 > .inner02 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	#ct_bg .frameArea04 .box02 > .inner02 > .image01 {
		width: 100%;
		margin-left: -2px;
		margin-right: -2px;
		margin-bottom: 37px;
	}
	#ct_bg .frameArea04 .box02 > .inner02 > .inner03 {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .frameArea04 .box03 {
		border: 6px solid #e52d8a;
		border-bottom: none;
		border-radius: 20px 20px 0 0;
		background: repeating-linear-gradient(135deg, #fffcd1, #fffcd1 17px, #fffddf 0, #fffddf 34px);
		padding: 14px 0 21px;
	}
	#ct_bg .frameArea04 .box04 {
		border: 6px solid #e52d8a;
		background: repeating-linear-gradient(135deg, #fee2f3, #fee2f3 17px, #feebf7 0, #feebf7 34px);
		padding: 24px 0 21px;
	}
	#ct_bg .frameArea04 .box05 {
		border: 6px solid #e52d8a;
		border-top: none;
		border-radius: 0 0 20px 20px;
		background: repeating-linear-gradient(135deg, #dbf7f5, #dbf7f5 17px, #e6f9f8 0, #e6f9f8 34px);
		margin-bottom: 30px;
		padding: 21px 0 21px;
	}
	#ct_bg .frameArea04 .box03 > .inner02, #ct_bg .frameArea04 .box04 > .inner02, #ct_bg .frameArea04 .box05 > .inner02 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#ct_bg .frameArea04 .box03 > .inner02 .image01 {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 11px;
	}
	#ct_bg .frameArea04 .box04 > .inner02 .image01 {
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 2px;
	}
	#ct_bg .frameArea04 .box05 > .inner02 .image01 {
		width: 96vw;
		margin-left: 6vw;
		margin-right: -2.2vw;
		margin-bottom: 14px;
	}
	#ct_bg .frameArea04 .box03 > .inner02 > .inner03, #ct_bg .frameArea04 .box04 > .inner02 > .inner03, #ct_bg .frameArea04 .box05 > .inner02 > .inner03 {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .frameArea04 .box01 dl + dl {
		margin-top: 14px;
	}
	#ct_bg .frameArea04 .box01 dl dt {
		font-size: 1.8rem;
		text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.7551651000976562px 0.9588510990142822px 0px, rgb(255, 255, 255) 1.0806045532226562px 1.6829419136047363px 0px, rgb(255, 255, 255) 0.1414743959903717px 1.9949899911880493px 0px, rgb(255, 255, 255) -0.832293689250946px 1.8185948133468628px 0px, rgb(255, 255, 255) -1.6022871732711792px 1.196944236755371px 0px, rgb(255, 255, 255) -1.979984998703003px 0.28224000334739685px 0px, rgb(255, 255, 255) -1.8729133605957031px -0.7015664577484131px 0px, rgb(255, 255, 255) -1.3072872161865234px -1.513604998588562px 0px, rgb(255, 255, 255) -0.4215916097164154px -1.9550602436065674px 0px, rgb(255, 255, 255) 0.5673243999481201px -1.9178485870361328px 0px, rgb(255, 255, 255) 1.417339563369751px -1.4110805988311768px 0px, rgb(255, 255, 255) 1.9203405380249023px -0.558830976486206px 0px;
	}
	#ct_bg .frameArea04 .box01 dl dd {
		font-size: 1.6rem;
		text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.7551651000976562px 0.9588510990142822px 0px, rgb(255, 255, 255) 1.0806045532226562px 1.6829419136047363px 0px, rgb(255, 255, 255) 0.1414743959903717px 1.9949899911880493px 0px, rgb(255, 255, 255) -0.832293689250946px 1.8185948133468628px 0px, rgb(255, 255, 255) -1.6022871732711792px 1.196944236755371px 0px, rgb(255, 255, 255) -1.979984998703003px 0.28224000334739685px 0px, rgb(255, 255, 255) -1.8729133605957031px -0.7015664577484131px 0px, rgb(255, 255, 255) -1.3072872161865234px -1.513604998588562px 0px, rgb(255, 255, 255) -0.4215916097164154px -1.9550602436065674px 0px, rgb(255, 255, 255) 0.5673243999481201px -1.9178485870361328px 0px, rgb(255, 255, 255) 1.417339563369751px -1.4110805988311768px 0px, rgb(255, 255, 255) 1.9203405380249023px -0.558830976486206px 0px;
	}
	#ct_bg .sns_wrapper {
		margin-left: -10px;
		margin-right: -10px;
		padding: 5px 0 0;
	}	
	#ct_bg .sns_wrapper .snsBtn01 {
		flex-wrap: wrap;
	}
	#ct_bg .sns_wrapper .snsBtn01 li {
		margin: 0 5px 10px;
		line-height: 0;
	}
}
@media screen and (max-width: 320px) {
	#ct_bg .mainArea01 > .inner01 > .inner02 > .inner03 {
		margin: 0 0 0 4vw;
	}
	#ct_bg .mainArea01 .list01 dt {
		font-size: 1.125rem;
	}
	#ct_bg .mainArea01 .list01 dd {
		font-size: 1.782rem;
	}
	#ct_bg .mainArea01 .list01 dd .number {
		font-size: 2.2275rem;
	}
	#ct_bg .mainArea01 .list01 dd .year {
		font-size: 1.3365rem;
	}
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}