@charset "utf-8";

html {
	font-size: 62.5%;
}

#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #e73736;
	color: #fff;
}

#ct_bg .headTitleArea01 > .inner01 {
	padding: 6px 14px 2px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 15px;
}
#ct_bg .headTitleArea01 > .inner01 .title01,
#ct_bg .headTitleArea01 > .inner01 .text01 {
	font-weight: bold;
}

#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 9px;
}

#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 .color01 {
	color: #E83836;
}

#ct_bg #container01 {
	width: 100%;
	padding-bottom: 0;
}
#ct_bg #container01 > .inner01,
#ct_bg #container01 > .inner02 {
	position: relative;
	padding-bottom: 30px;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#ct_bg #container01 > .inner02 {
	padding-bottom: 168px;
}
#ct_bg .mainArea01 {
	position: relative;
	padding: 10px 0 50px;
	background: url(../img/bg01.png) no-repeat center center / cover;
	overflow: hidden;
}
#ct_bg .mainArea01::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	content: "";
	width: 1483px;
	height: 301px;
	background: url(../img/bg03.svg) no-repeat center center / cover;
}
#ct_bg .mainArea01 img {
	max-width: 100%;
	height: auto;
}

#ct_bg .mainArea01 > .image01 {
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	max-width: 633px;
	animation: topshow .8s ease-in-out forwards;
}

@keyframes topshow {
	0%  {
		transform: scale(1.0, 1.0) translate(0, 0);
	}
	15% {
		transform: scale(0.78, 0.8) translate(0, 10px);
	}
	30% {
		transform: scale(1.22, 1.0) translate(0, 16px);
	}
	50% {transform: scale(0.78, 1.25) translate(0, -16px);
	}
	70% {
		transform: scale(1.0, 0.8) translate(0, 10px);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	}
	0%, 100% {
		opacity: 1;
	}
}

#ct_bg .mainArea01 > .image02 {
	position: relative;
	margin: -11px auto 0;
	max-width: 725px;
}
#ct_bg .mainArea01 > .image03 {
	position: relative;
	margin: -13px auto 0;
	max-width: 298px;
}
#ct_bg .mainArea01 > .image04 {
	position: relative;
	margin: 42px auto 0;
	max-width: 720px;
}

#ct_bg .wrapper01 {
	padding: 80px 20px;
	border-bottom: #fff solid 3px;
	background: url(../img/bg02.png) repeat top center / 382px auto;
}
#ct_bg .wrapper01 img {
	max-width: 100%;
	height: auto;
}

#ct_bg .subSection01 {
	margin: 90px auto 0;
	max-width: 960px;
}
#ct_bg .subSection01:first-child {
	margin-top: 0;
}

#ct_bg .subSection01 > .button01 {
	display: table;
	margin: 20px auto 0;
}
#ct_bg .subSection01 > .button01:first-child {
	margin-top: 0;
}
#ct_bg .subSection01 > .button01 > a {
	display: block;
	position: relative;
	padding: 8px 71px 8px 26px;
	border-radius: 100vmax;
	border: 4px solid #F80;
	background-color: #FFF;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.20);
	color: #000;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.5;
	text-decoration: none;
	transition: background .3s;
}
@media (any-hover: hover) {
	#ct_bg .subSection01 > .button01 > a:hover {
		background-color: #FFE8CD;
	}
}

#ct_bg .subSection01 > .button01 > a::after {
	position: absolute;
	top: 50%;
	right: 28px;
	translate: 0 -50%;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/ic01.svg) no-repeat center center / cover;
}


#ct_bg .iframeWrap01 {
	margin-top: 20px;
}
#ct_bg .iframeWrap01 iframe {
	padding: 0;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-fit-position: center top;
	width: 100%;
	height: 100%;
	border: #fff solid 8px;
}

#ct_bg .txt01 {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.5;
	font-style: normal;
	text-align: center;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: #FFF;
	text-stroke: 5px #fff;
	paint-order: stroke;
}

#ct_bg .img01 {
	display: table;
	margin: 20px auto;
	background: #fff;
}
#ct_bg .img01 > a {
	border: 10px solid #fff;
	overflow: hidden;
}
#ct_bg .img01.type01,
#ct_bg .img01.type02 {
	max-width: 500px;
}
#ct_bg .img01.type01 {
	position: relative;
}
#ct_bg .img01.type01::before {
	display: block;
	position: absolute;
	top: calc(50% - 97px);
	left: -171.5px;
	content: "";
	width: 84.25px;
	height: 200px;
	background-image: url(../img/ic07.svg);
	background-size: 84.25px;
	background-repeat: no-repeat;
}
#ct_bg .img01.type01::after {
	display: block;
	position: absolute;
	top: calc(50% - 97px);
	right: -171.5px;
	content: "";
	width: 84.25px;
	height: 200px;
	background-image: url(../img/ic06.svg);
	background-size: 84.25px;
	background-repeat: no-repeat;
}
#ct_bg .img01 > a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
#ct_bg .img01 > a::before {
	position: absolute;
	bottom: 10px;
	right: 5px;
	content: "";
	width: 55px;
	height: 56px;
	padding: 10px;
	border-radius: 50px;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.20);
	background-color: #fff;
	background-image: url(../img/ic03.svg);
	background-size: 55px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
	transition: opacity .3s;
}
#ct_bg .img01 > a > img {
	transition: transform 0.3s ease;
}
#ct_bg .img01 > a:hover > img {
	transform: scale(1.02);
}
#ct_bg .img01 > a:hover::before {
	background-color: #FF8800;
	background-image: url(../img/ic04.svg);
	transition: opacity .3s;
}

#ct_bg .img02 {
	margin-top: 20px;
}

#ct_bg .chara01 img,
#ct_bg .chara02 img {
	max-width: 100%;
	height: auto;
}

#ct_bg .chara01 {
	position: fixed;
	left: 50%;
	bottom: -100%;
	margin-left: -640px;
	width: 130px;
	z-index: 1000;
}

#ct_bg .chara02 {
	position: fixed;
	left: 50%;
	bottom: -100%;
	margin-left: 541px;
	width: 117px;
	z-index: 1000;
}

.fancybox-container .fancybox-bg {
	background: url(../img/bg04.png) no-repeat center center / cover;
	opacity: 1;
}
.fancybox-container .fancybox-button--close {
	top: 10px;
	right: 10px;
	padding: 0;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.20);
	background-color: #fff;
	background-image: url(../img/ic05.svg);
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .3s;
	color: transparent;
	transition: background .3s;
}
.fancybox-container .fancybox-button--close:hover {
	background-color: #FFE8CD;
	transition: background .3s;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
	right: 20px;
	padding: 0;
	border-radius: 50px;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.20);
	background-color: #fff;
	background-image: url(../img/ic01.svg);
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .3s;
	color: transparent;
	transition: background .3s;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
	background-color: #FFE8CD;
	transition: background .3s;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
	left: 20px;
	padding: 0;
	border-radius: 50px;
	box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.20);
	background-color: #fff;
	background-image: url(../img/ic02.svg);
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity .3s;
	color: transparent;
	transition: background .3s;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover {
	background-color: #FFE8CD;
	transition: background .3s;
}
.fancybox-container .fancybox-navigation .fancybox-button {
	width: 70px;
	height: 70px;
	transform: translateY(50%);
	cursor: pointer;
}

#ct_bg .heading01 {
	padding: 15px 10px;
	text-align: center;
	border-radius: 10px;
	background: url(../img/bg05.png) 0% 0% / 5px repeat;
	color: #E83836;
	text-align: center;
	-webkit-text-stroke-width: 8px;
	-webkit-text-stroke-color: #FFF;
	paint-order: stroke;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 3.2rem;
	font-weight: 800;
	line-height: 1.5;
}

#ct_bg .frameArea01 {
	padding: 20px;
	background-color: #fff;
	border-radius: 0px 0px 20px 20px;
}

#ct_bg .frameArea02 {
	margin-top: 30px;
}

#ct_bg .frameArea02 + .frameArea02 {
	padding-top: 30px;
	border-top: 5px solid #008CCE;
}

#ct_bg .col01 {
	margin-top: 20px;
	padding: 30px 20px;
	width: 50%;
	background: #E6F7FD;
}

#ct_bg .col01 > .text01 {
	color: #008CCE;
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .02em;
}

#ct_bg .col01 > .text02 {
	margin-top: 15px;
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 2.01rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .02em;
	rotate: .03deg;
}

#ct_bg .col02 {
	margin-top: 20px;
	width: 47.8%;
}

#ct_bg .col02 > .button01 {
	margin-top: 20px;
	width: 100%;
}
#ct_bg .col02 > .button01 + .button01 {
	margin-top: 15px;
}

#ct_bg .col02 > .button01 > a {
	display: block;
	position: relative;
	padding: 23px 20px;
	border-radius: 10px;
	border: 2px solid #F80;
	background: #FFE8CD;
	box-shadow: 0px 5px 0px 0px #F80;
	color: #000;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: .02em;
	text-decoration: none;
	transition: background .3s;
}
#ct_bg .col02 > .button01 > a::after {
	position: absolute;
	top: 50%;
	right: 24px;
	translate: 0 -50%;
	content: "";
	width: 13px;
	height: 13px;
	background: url(../img/ic08.svg) no-repeat center center / cover;
}
@media (any-hover: hover) {
	#ct_bg .col02 > .button01 > a:hover {
		background-color: #fff;
	}
}
#ct_bg .col02 > .button01 > a > .inner01 {
	display: inline-block;
	rotate: .03deg;
}

#ct_bg .list01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .02em;
	rotate: .03deg;
}
#ct_bg .list01 > dt {
	margin-top: 5px;
	width: 50px;
}
#ct_bg .list01 > dd {
	margin-top: 5px;
	width: calc(100% - 50px);
}

#ct_bg .notes01 {
	margin-top: 20px;
	color: #595959;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: .02em;
	rotate: .03deg;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#ct_bg .notes01 + .notes01 {
	margin-top: 5px;
}

@media screen and (max-width: 639px) {

#ct_bg .headTitleArea01 > .inner01 {
	padding-left: 2%;
	padding-right: 2%;
	display: block;
	text-align: center;
	font-size: 13px;
}
#ct_bg .headTitleArea01 > .inner01 .text01 {
	margin-left: 0;
}
#ct_bg #container01 > .inner02 {
	padding-bottom: 57%;
}

#ct_bg .mainArea01 {
	padding: 7.5vw 0 4.5vw;
	background: url(../img/bg01_sp.png) no-repeat top center / cover;
}
#ct_bg .mainArea01::before {
	width: 100%;
	height: auto;
	aspect-ratio: 400 / 157;
	background: url(../img/bg03_sp.svg) no-repeat top center / cover;
}

#ct_bg .mainArea01 > .image01 {
	padding-left: 0;
	width: 90vw;
}
#ct_bg .mainArea01 > .image02 {
	margin-top: 0;
	width: 96.5vw;
}
#ct_bg .mainArea01 > .image03 {
	margin-top: -0.75vw;
	width: 52.75vw;
}
#ct_bg .mainArea01 > .image04 {
	margin-top: 2.75vw;
	width: 96vw;
}

#ct_bg .wrapper01 {
	padding: 20vw 5vw;
	border-bottom: #fff solid 4px;
}

#ct_bg .subSection01 {
	margin-top: 22.5vw;
}
#ct_bg .subSection01 > .button01 {
	margin-top: 5vw;
}

#ct_bg .subSection01 > .button01 > a {
	padding: 2vw 13.5vw 2vw 6.5vw;
	border: 1vw solid #F80;
	box-shadow: 0px 1.5vw 0px 0px rgba(0, 0, 0, 0.20);
	font-size: 5vw;
}

#ct_bg .subSection01 > .button01 > a::after {
	right: 4.5vw;
	width: 6.25vw;
	height: 6.25vw;
}


#ct_bg .iframeWrap01 {
	margin-top: 5vw;
}
#ct_bg .iframeWrap01 iframe {
	border: #fff solid 2vw;
}

#ct_bg .txt01 {
	font-size: 5vw;
	-webkit-text-stroke-width: 4px;
	text-stroke: 4px #fff;
}

#ct_bg .img01 {
	margin: 5vw auto;
}
#ct_bg .img01.type01,
#ct_bg .img01.type02 {
	width: 63.89%;
}
#ct_bg .img01.type01::before {
	top: calc(50% - 9vw);
	left: -12vw;
	content: "";
	width: 8vw;
	height: 19vw;
	background-size: 8vw;
}
#ct_bg .img01.type01::after {
	top: calc(50% - 9vw);
	right: -12vw;
	content: "";
	width: 8vw;
	height: 19vw;
	background-size: 8vw;
}
#ct_bg .img01 > a {
	border: 4px solid #fff;
}
#ct_bg .img01 > a::before {
	padding: 0;
	width: 8vw;
	height: 8vw;
	background-size: 8vw;
}
#ct_bg .img01 > a:hover > img {
	transform: scale(1);
}
#ct_bg .img01 > a:hover::before {
	background-color: #fff;
	background-image: url(../img/ic03.svg);
	transition: opacity .3s;
}
#ct_bg .img02 {
	margin-top: 5vw;
}

#ct_bg .chara01,
#ct_bg .chara02 {
	display: none;
}
.fancybox-container .fancybox-button--close,
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left,
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
	width: 10vw;
	height: 10vw;
	background-size: 5vw;
}
.fancybox-container .fancybox-navigation .fancybox-button {
	top: auto;
	bottom: calc(0% + 50px);
	transform: translateY(0);
}

#ct_bg .heading01 {
	padding: 3.75vw 2.5vw;
	border-radius: 2.5vw;
	-webkit-text-stroke-width: 1vw;
	font-size: 5vw;
}

#ct_bg .frameArea01 {
	padding: 5vw 3.75vw;
	border-radius: 0px 0px 5vw 5vw;
}

#ct_bg .frameArea02 {
	margin-top: 7.5vw;
}

#ct_bg .frameArea02 + .frameArea02 {
	padding-top: 7.5vw;
	border-top: 1.25vw solid #008CCE;
}

#ct_bg .col01 {
	margin-top: 0;
	padding: 5vw .5vw;
	width: 100%;
}

#ct_bg .col01 > .text01 {
	font-size: 5vw;
}

#ct_bg .col01 > .text02 {
	margin-top: 3.75vw;
	font-size: 4vw;
}

#ct_bg .col02 {
	margin-top: 5vw;
	width: 100%;
}

#ct_bg .col02 > .button01 {
	margin-top: 5vw;
}
#ct_bg .col02 > .button01 + .button01 {
	margin-top: 3.75vw;
}

#ct_bg .col02 > .button01 > a {
	display: flex;
	align-items: center;
	padding: 3vw 5vw;
	min-height: 17.5vw;
	border-radius: 2.5vw;
	font-size: 4.5vw;
}
#ct_bg .col02 > .button01 > a::after {
	right: 6vw;
	width: 3.25vw;
	height: 3.25vw;
}

#ct_bg .list01 {
	margin-top: -1.25vw;
	font-size: 3.5vw;
}
#ct_bg .list01 > dt {
	margin-top: 1.25vw;
	width: 12.5vw;
}
#ct_bg .list01 > dd {
	margin-top: 1.25vw;
	width: calc(100% - 12.5vw);
}

#ct_bg .notes01 {
	margin-top: 5vw;
	font-size: 3vw;
}
#ct_bg .notes01 + .notes01 {
	margin-top: 1.25vw;
}

}
