@charset "utf-8";

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 {
	font-family: "Rounded Mplus 1c", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	transition: opacity .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .imgOver01 a:hover img {
	opacity: .6;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}

#ct_bg .snsBtn01 {
}

#ct_bg .snsBtn01 > li {
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .mallLinkBtn {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#ct_bg .mallLinkBtn .mallLink.reserve,
#ct_bg .mallLinkBtn .mallLink.waiting {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mallLinkBtn .mallLink.reserve::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/dummy02_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.reserve::after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
#ct_bg .mallLinkBtn .mallLink.on.reserve::after {
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background: url(../img/dummy02_on.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .mallLinkBtn .mallLink.waiting::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/dummy03_no.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.waiting::after {
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
#ct_bg .mallLinkBtn .mallLink.on.waiting::after {
	opacity: 1;
	visibility: visible;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background: url(../img/dummy03_on.png) no-repeat 0 0/100%;
	content: "";
}

#ct_bg .mallLinkBtn img {
	width: 100%;
}

#ct_bg .mallLinkTxt {
	margin-top: 20px;
	text-align: center;
}

#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 .wrap02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 10px 0;
}
#ct_bg .wrap02 > .image01 {
	width: 50%;
}
#ct_bg .wrap02 > .image01:nth-of-type(even) {
	padding-top: 60px;
}
#ct_bg .bgArea01 {
    position: relative;
    background: url(../img/bg.png);
    z-index: 1;
	overflow: hidden;
	background-size: 38px 37px;
	background-position: top left;
}
#ct_bg .hgroup01 {
	padding: 5px 0;
	display: flex;
	justify-content: center;
	background: linear-gradient(90deg, #002D46 0%, #154965 50%, #002D46 100%);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.80);
	color: #fff;
}
#ct_bg .hgroup01 h1,
#ct_bg .hgroup01 .text01 {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.24px;
	transform: rotate(0.05deg);
}
#ct_bg .hgroup02 {
	margin-top: 10px;
	color: #002D46;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.28px;
	transform: rotate(0.05deg);
}
#ct_bg .hgroup02 > p > span {
	font-size: 2.2rem;
	letter-spacing: 0.44px;
}
#ct_bg .hgroup02 > p + p {
	margin-top: 3px;
}
#ct_bg .hgroup02 + p {
	color: #002D46;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.24px;
}
#ct_bg .mvBlock01 {
	position: relative;
}
#ct_bg .mvBlock01::before {
	content: "";
    display: block;
    position: absolute;
    top: -7.5%;
    left: 50%;
    background: url(../img/bg07.webp) no-repeat;
    background-size: cover;
    width: 1500px;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%);
}
#ct_bg .mvBlock01 > .image01 {
	width: 100%;
	max-width: 1210px;
    margin: 12.58px auto 0;
    display: block;
}
#ct_bg .menuBlock01 {
    margin-top: -48px;
	padding: 15px 0 ;
	background: linear-gradient(90deg, #002D46 0%, #154965 50%, #002D46 100%);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.80);
}
#ct_bg .menuBlock01 > ul {
	position: relative;
	padding: 0 20px;
	width: 100%;
	max-width: 1040px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 10px;
	z-index: 99;
} 
#ct_bg .menuBlock01 > ul > li {
	width: calc((100% - 10px * 4) / 5);
}
#ct_bg .menuBlock01 > ul > li > a {
	display: block;
	transition: .3s;
}
@media screen and (min-width: 768px) {
	#ct_bg .menuBlock01 > ul > li > a:hover {
		transform: scale(1.1);
		transition: .3s;
	}
}
#ct_bg .section01 {
	margin-top: 80px;
	padding-top: 80px;
}
#ct_bg .section01 > .inner01 {
	position: relative;
	padding: 0 20px;
	width: 100%;
	max-width: 1040px;
	margin: auto;
}
#ct_bg .menuBlock01 + .section01 {
	margin-top: 50px;
	padding-top: 0;
}
#ct_bg .section01.type01 > .inner01 {
	width: 100%;
	/* max-width: 840px; */
	margin: auto;
    padding: 0 120px;
}
#ct_bg .section01.type01 + .section01 {
    margin-top: 55px;
    padding-top: 80px;
}
#ct_bg .section01 + .section01.type01 {
	margin-top: 90px;
	padding-top: 0;
}
#ct_bg #about.section01 > .inner01::before,
#ct_bg #play.section01 > .inner01::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -192px;
    right: -54.89px;
    width: 182px;
    height: 184px;
    background: url(../img/bg08.webp) no-repeat;
    background-size: cover;
    z-index: 1;
}
#ct_bg #friends.section01 > .inner01::before,
#ct_bg #manga.section01 > .inner01::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -200px;
    left: -58px;
    width: 182px;
    height: 184px;
    background: url(../img/bg09.webp) no-repeat;
    background-size: cover;
    z-index: 1;
}
#ct_bg .heading02 {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}
#ct_bg .movieArea01 {
	margin-top: 30px;
}
#ct_bg .movieArea01 .movieBlock01 {
	aspect-ratio: 800 / 450;
}
#ct_bg .movieBlock01 > iframe {
	display: block;
	width: 100%;
	height: 100%;
}
#ct_bg .movieArea02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	gap: 20px 20px;
}
#ct_bg .movieArea02 .movieBlock01 {
	aspect-ratio: 450 / 253;
	width: calc( (100% - 20px) / 2 );
}
#ct_bg .movieArea02 > .movieBlock01 > .text01 {
	margin-top: 20px;
	color: #002D46;
	/* text-align: center; */
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.28px;
	transform: rotate(0.05deg);
}
#ct_bg .bannerBlock01 {
	margin: 115px 0 80px;
	text-align: center;
}
#ct_bg .bannerBlock01 .image01 {
	max-width: 320px;
	margin: auto;
}
#ct_bg .bannerBlock01 a {
	display: inline-block;
	transition: .3s;
}
#ct_bg .bannerBlock02 {
	margin: 80px 0 0;
}
#ct_bg .bannerBlock02 .image01 {
	max-width: 720px;
	margin: auto;
}
#ct_bg .bannerBlock02 a {
	display: inline-block;
	transition: .3s;
}
@media screen and (min-width: 768px) {
	#ct_bg .bannerBlock01 a:hover,
	#ct_bg .bannerBlock02 a:hover {
		transform: scale(1.1);
		transition: .3s;
	}
}
#ct_bg .copyrightBlock01 {
	padding: 5px 0;
	background: #002D46;
}
#ct_bg .copyrightBlock01 .copyright01 {
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.24px;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea01 {
	position: relative;
	border-radius: 80px;
	background: #FFF;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.40);
}
#ct_bg .frameArea01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -50px;
	right: -50px;
	background: url(../img/icon01.webp)no-repeat;
	background-size: contain;
	width: 26.65%;
    height: 40.9%;
}
#ct_bg .frameArea01::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -44%;
    left: -20%;
    background: url(../img/bg04.webp) no-repeat;
    background-size: cover;
    width: 320px;
    height: 320px;
    z-index: -1;
}
#ct_bg .frameArea01 > .inner01 {
	position: relative;
	padding: 30px;
}
#ct_bg .frameArea01 > .inner01::before {
    content: "";
    display: block;
    position: absolute;
    top: -151px;
    right: -121px;
    background: url(../img/bg05.webp) no-repeat;
    background-size: cover;
    width: 280px;
    height: 267px;
    z-index: -1;
}
#ct_bg .frameArea01 > .inner01::after {
    content: "";
    display: block;
    position: absolute;
    top: -12%;
    right: -5%;
    background: url(../img/bg06.webp) no-repeat;
    background-size: cover;
    width: 150px;
    height: 176px;
    z-index: 0;
}
#ct_bg .frameArea01 .block01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
#ct_bg .frameArea01 .block01::before {
    content: "";
    display: block;
    position: absolute;
    top: -56.11px;
    left: -68.75px;
    background: url(../img/bg10.webp) no-repeat;
    background-size: contain;
    width: 143px;
    height: 113px;
    z-index: 0;
}
#ct_bg .frameArea01 .block01 > .col01 {
	width: 58.2%;
}
#ct_bg .frameArea01 .block01 > .col01 + .col01 {
	margin-top: 30px;
	width: calc(100% - 58.2% - 20px);
}
#ct_bg .frameArea01 .block01 > .col01 > .title01 {
	display: inline-block;
	padding: 4px 10px;
	color: #E60048;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.24px;
	border: 1px solid #E60048;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea01 .block01 > .col01 > .text02 {
	margin-top: 5px;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea01 .block01 > .col01 > .button01 {
	margin-top: 10px;
	width: 100%;
	max-width: 240px;
}
#ct_bg .frameArea01 .block01 > .col01 > .button01 a {
	display: block;
	transition: .3s;
}
@media screen and (min-width: 768px) {
	#ct_bg .frameArea01 .block01 > .col01 > .button01 a:hover {
		transform: scale(1.1);
		transition: .3s;
	}
}
#ct_bg .frameArea01 .block01 .wrap01 > .image01 {
	width: 56.8%;
}
#ct_bg .frameArea01 .block01 .wrap01 > .image01 + .image01 {
	width: 40.7%;
}
#ct_bg .frameArea02 {
	width: 100%;
	margin-top: 10px;
	border-radius: 20px;
	border: 1px solid #FCD;
	background: #FFE4ED;
}
#ct_bg .frameArea02 > .inner01 {
	padding: 5px 15px 10px;
}
#ct_bg .frameArea02 > .inner01 > .title01 {
	padding-bottom: 3px;
	color: #002D46;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.24px;
	text-align: center;
	border-bottom: 2px solid #FCD;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea02 > .inner01 > .list01 {
	margin-top: 5px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
#ct_bg .frameArea02 > .inner01 > .list01 > li {
	color: #002D46;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.24px;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea03 {
	position: relative;
	background: #fff;
	border-radius: 80px;
}
#ct_bg .frameArea03 > .inner01 {
	padding: 90px 40px 50px 40px;
}
#ct_bg .frameArea03 > .inner01 > .heading03 {
	color: #E60048;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.48px;
}
#ct_bg .frameArea03 > .inner01 > .heading03 + .text01 {
	margin-top: 10px;
}
#ct_bg .frameArea03 > .inner01 > .text01 {
	color: #002D46;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0.28px;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea03 > .inner01 > .text01 > span {
	color: #E60048;
}
#ct_bg .frameArea03 > .inner01 > .block01 {
	margin: 30px auto 0;
	width: 100%;
	max-width: 800px;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 {
	margin: 0 17px;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 {
	width: 43.87%;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 + .image01 {
	position: relative;
	width: 52.3%;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 + .image01::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 5.63px;
    left: 0;
    background: url(../img/icon02.webp) no-repeat;
    background-size: contain;
    width: 104.607px;
    height: 106.146px;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 + .image01::after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    right: 0;
    background: url(../img/icon02.webp) no-repeat;
    background-size: contain;
    width: 114.607px;
    height: 116.146px;
    transform: rotate(52deg);
}
#ct_bg .frameArea03 > .inner01 > .list01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 20px;
}
#ct_bg .frameArea03 > .inner01 > .list01 > li {
	width: calc( (100% - 20px * 2) / 3 );
}
#ct_bg .frameArea03 > .inner01 > .list02 {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 20px;
	counter-reset: listnum;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li {
	width: calc( (100% - 20px * 2) / 3 );
}
#ct_bg .frameArea03 > .inner01 > .list02 > li:last-child {
	margin-top: -10px;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li > .block01 {
	border-radius: 20px;
	padding: 0 4px 4px;
	background: url(../img/bg02.jpg);
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .title01 {
	margin-left: 30px;
    padding: 8px 0;
    color: #FFF;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.4;
    transform: rotate(0.05deg);
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .title01 span {
	counter-increment: listnum;
    position: relative;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .title01 span::before {
	content: counter(listnum);
    position: absolute;
	top: 50%;
	left: -34px;
	transform: translateY(-50%);
	font-size: 1.8rem;
	color: #002D46;
	background: #fff;
	border-radius: 50px;
	width: 24px;
	height: 24px;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li img {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .text01 {
	margin-top: 10px;
	color: #002D46;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.4;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .image02 {
	margin-top: -14px;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li > .wrap01 {
	align-items: center;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li > .wrap01 .image01 {
	position: relative;
	width: 100%;
	max-width: 110px;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li > .wrap01 .text01 {
	margin-top: 0;
	margin-left: 7px;
	text-align: left;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 {
	margin-top: 30px;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 > .inner01 {
	padding: 30px;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .image01 {
	width: 29.16%;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .image01 img {
	border-radius: 10px;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .image01 > span {
	margin-top: 5px;
	display: block;
	text-align: center;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .image01 > span > img {
	width: 100px;
	max-height: 38px;
	border-radius: 0;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 {
	margin-left: 30px;
	width: calc( 100% - 29.16% - 30px );
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 > .heading03 {
	color: #E60048;
    font-size: 2.4rem;
    font-weight: 900;
    letter-spacing: 0.48px;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 > .text01 {
	margin-top: 10px;
	color: #002D46;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.28px;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 > .movieArea01 {
	margin-top: 20px;
}
#ct_bg .frameArea03.type01 {
	background: none;
	border-radius: 0;
}
#ct_bg .frameArea03.type01 > .inner01 {
	padding: 0;
}
#ct_bg .frameArea03.type01 .movieArea02 {
	align-items: unset;
}
#ct_bg .frameArea03.type01 .movieArea02 .movieBlock01 {
	aspect-ratio: 455 / 256;
	background: #fff;
    border-radius: 20px;
    padding: 15px;
	display: flex;
	flex-direction: column;
}
#ct_bg .frameArea03.type01 .movieArea02 .movieBlock01 > iframe {
	max-height: 245px;
	min-height: 245px;
}
#ct_bg .frameArea03.type01 .movieArea02 .movieBlock01 > .text01 {
	margin-top: 10px;
	display: flex;
	align-items: center;
	flex: 1;
}
#ct_bg .frameArea04 {
	margin-top: 30px;
	border-radius: 15px;
	border: 2px solid #FCD;
	background: rgba(255, 255, 255, 0.80);
}
#ct_bg .frameArea04 > .inner01 {
	padding: 15px 25px;
}
#ct_bg .frameArea04 > .inner01 .title01 {
	padding-bottom: 8px;
	color: #002D46;
	font-family: "Rounded Mplus 1c";
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.28px;
	border-bottom: 2px solid #FCD;
	transform: rotate(0.05deg);
}
#ct_bg .frameArea04 > .inner01 .text01 {
	margin-top: 10px;
	color: #002D46;
	font-family: "Rounded Mplus 1c";
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.6;
	letter-spacing: 0.24px;
	transform: rotate(0.05deg);
}
@media screen and (max-width: 767px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "Rounded Mplus 1c", "HelveticaNeue", Helvetica;
	overflow: hidden;
}
#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 .hgroup01 {
	padding: 1.25vw 0;
}
#ct_bg .hgroup01 h1, #ct_bg .hgroup01 .text01 {
	font-size: 3vw;
}
#ct_bg .menuBlock01 {
	margin-top: 0;
	padding: 3.75vw 2.5vw;
}
#ct_bg .menuBlock01 > ul {
	padding: 0;
	gap: 2.5vw 2.5vw;
}
#ct_bg .menuBlock01 > ul > li {
	width: calc((100% - 2.5vw) / 2);
}
#ct_bg .menuBlock01 + .section01 {
	margin-top: 21.19vw;
}
#ct_bg .section01 + .section01.type01 {
	margin-top: 22.5vw;
}
#ct_bg .section01 {
	margin-top: 32.5vw;
	padding-top: 12.5vw;
}
#ct_bg .section01:not(.type01) {
	padding-left: 0;
	padding-right: 0;
}
#ct_bg .section01.type01 {
	padding-left: 2.5vw;
	padding-right: 2.5vw;
}
#ct_bg .section01.type01 + .section01 {
	margin-top: 25vw;
	padding-top: 12.5vw;
}
#ct_bg .section01.type01 > .inner01 {
	padding: 0;
}
#ct_bg .section01 > .inner01 {
	padding: 0;
}
#ct_bg .mvBlock01::before {
	content: none;
}
#ct_bg #about.section01 > .inner01::before,
#ct_bg #play.section01 > .inner01::before {
	background: url(../img/bg08_sp.webp) no-repeat;
    bottom: -35vw;
	left: 0;
	right: auto;
	width: 100%;
	height: 44.5vw;
	background-size: contain;
}
#ct_bg #friends.section01 > .inner01::before,
#ct_bg #manga.section01 > .inner01::before {
	background: url(../img/bg09_sp.webp) no-repeat;
	bottom: -33.85vw;
	left: 2.5vw;
	right: auto;
	width: 100%;
	height: 44.5vw;
	background-size: contain;
}
#ct_bg .hgroup02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 2.5vw;
	font-size: 3.5vw;
}
#ct_bg .hgroup02 > p + p {
	margin-top: 0;
	margin-left: 2.5vw;
}
#ct_bg .hgroup02 > p > span {
	font-size: 5.5vw;
}
#ct_bg .hgroup02 + p {
	margin-top: 1.25vw;
	font-size: 3vw;
}
#ct_bg .heading02 {
	top: -12.5vw;
	padding: 0 2.06vw;
}
#ct_bg .movieArea01 {
	margin-top: 7.5vw;
}
#ct_bg .movieArea02 {
	gap: 5vw 0;
}
#ct_bg .movieArea02 > .movieBlock01 {
	width: 100%;
}
#ct_bg .movieArea02 > .movieBlock01 > .text01 {
	margin-top: 5vw;
	font-size: 3.5vw;
}
#ct_bg .frameArea01::before {
	bottom: auto;
	top: -12.5vw;
	right: -3.75vw;
	width: 47.5vw;
	height: 37.69vw;
	z-index: 1;
}
#ct_bg .frameArea01::after {
	background: url(../img/bg04_sp.webp) no-repeat;
	bottom: -44.75vw;
	left: -37.7vw;
	background-size: contain;
	width: 87.5vw;
	height: 87.5vw;
}
#ct_bg .frameArea01 > .inner01 {
	padding: 12.5vw 3.75vw 7.5vw;	
}
#ct_bg .frameArea01 > .inner01::before {
	top: -36.5vw;
	right: -14.37vw;
	width: 70vw;
	height: 66.75vw;
}
#ct_bg .frameArea01 > .inner01::after {
	background: url(../img/bg11.webp) no-repeat;
	width: 37.5vw;
	height: 32.5vw;
	background-size: contain;
	top: 7.25vw;
	right: -19.63vw;
	z-index: 0;
}
#ct_bg .frameArea01 .block01::before {
	top: -21.53vw;
    left: -11.25vw;
	width: 35.75vw;
	height: 28.25vw;
}
#ct_bg .frameArea01 .block01::after {
	content: "";
	background: url(../img/bg12.webp) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -13.08vw;
	right: -7vw;
	width: 17.5vw;
	height: 18.08vw;
	z-index: 1;
}
#ct_bg .frameArea01 .block01 > .col01 {
	width: 100%;
}
#ct_bg .frameArea01 .block01 .wrap01 {
	align-items: center;
}
#ct_bg .frameArea01 .block01 .wrap01 > .image01 {
	padding: 0 2.5vw;
	width: 100%;
}
#ct_bg .frameArea01 .block01 .wrap01 > .image01 + .image01 {
	margin-top: 2.5vw;
	padding: 0;
	width: 50%;
}
#ct_bg .frameArea01 .block01 > .col01 + .col01 {
	margin-top: 5vw;
	width: 100%;
	text-align: center;
}
#ct_bg .frameArea01 .block01 > .col01 > .title01 {
	padding: 1vw 2.5vw;
	font-size: 3vw;
}
#ct_bg .frameArea01 .block01 > .col01 > .text02 {
	margin-top: 1.25vw;
}
#ct_bg .frameArea01 .block01 > .col01 > .button01 {
	margin: 2.5vw auto 0;
}
#ct_bg .frameArea02 {
	margin-left: 2.5vw;
	width: calc(50% - 2.5vw);
}
#ct_bg .frameArea02 > .inner01 {
	padding: 2.5vw 3.75vw;
}
#ct_bg .frameArea02 > .inner01 > .title01 {
	padding-bottom: 2vw;
	font-size: 3.5vw;
}
#ct_bg .frameArea02 > .inner01 > .list01 {
	flex-flow: column;
	margin-top: 2.5vw;
	font-size: 3vw;
	gap: 1.25vw 0;
}
#ct_bg .frameArea03 {
	border-radius: 20px;
}
#ct_bg .frameArea03 > .inner01 {
	padding: 15vw 3.75vw 12.5vw;
}
#ct_bg .frameArea03 > .inner01 > .heading03 {
	font-size: 6vw;
}
#ct_bg .frameArea03 > .inner01 > .heading03 + .text01 {
	margin-top: 2.5vw;
	font-size: 3.5vw;
	text-align: left;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 {
	margin: 0;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 {
	margin: 0 7.5vw;
	width: 100%;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 + .image01 {
	width: 100%;
	margin: 7.5vw 2.5vw 0;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 + .image01::before {
	bottom: 0;
	width: 23.15vw;
    height: 23.54vw;
}
#ct_bg .frameArea03 > .inner01 > .block01 > .wrap01 > .image01 + .image01::after {
	right: -1.5vw;
	width: 25.4vw;
    height: 25.79vw;
}
#ct_bg .frameArea03 > .inner01 > .list01 {
	gap: 2.5vw 2.5vw;
}
#ct_bg .frameArea03 > .inner01 > .list01 > li {
	width: calc( (100% - 2.5vw) / 2 );
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 {
	margin: 7.5vw 0 0;
	width: 100%;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 > .inner01 {
	padding: 7.5vw 3.75vw;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .image01 {
	margin: auto;
	width: 100%;
	max-width: 62.5vw;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .image01 > span {
	margin-top: 2.5vw;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 {
	margin: 5vw 0 0;
	width: 100%;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 > .heading03 {
	font-size: 6vw;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 > .text01 {
	margin-top: 2.5vw;
	font-size: 3.5vw;
}
#ct_bg .frameArea03 > .inner01 > .frameArea02 .wrap01 > .col01 > .movieArea01 {
	margin-top: 5vw;
}
#ct_bg .frameArea03 > .inner01 > .list02 {
	gap: 5vw 2.5vw;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li {
	width: calc( (100% - 2.5vw) / 2 );
}
#ct_bg .frameArea03 > .inner01 > .list02 > li:last-child {
	margin-top: -2.5vw;
	width: 100%;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .title01 {
	margin-left: 0;
	padding: 2vw 0;
	font-size: 4vw;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .title01 span {
	margin-left: calc(5vw + 1.25vw);
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .title01 span::before {
	left: calc(-5vw - 1.25vw);
	width: 5vw;
	height: 5vw;
	font-size: 3.5vw;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li .text01 {
	font-size: 3.5vw;
}
#ct_bg .frameArea03 > .inner01 > .list02 > li > .wrap01 .image01 {
	max-width: 27.5vw;	
}
#ct_bg .frameArea03 > .inner01 > .list02 > li > .wrap01 .text01 {
	margin-left: 1.75vw;
}
#ct_bg .frameArea03.type01 > .inner01 {
	padding: 0 2.5vw;	
}
#ct_bg .frameArea03.type01 .movieArea02 {
	gap: 2.5vw 0;
}
#ct_bg .frameArea03.type01 .movieArea02 > .movieBlock01 > .text01 {
	margin-top: 1.25vw;
}
#ct_bg .frameArea03.type01 .movieArea02 .movieBlock01 {
    border-radius: 5vw;
    padding: 3.75vw 2.5vw;
}
#ct_bg .frameArea03.type01 .movieArea02 .movieBlock01 > .text01 {
	margin-top: 2.5vw;
}
#ct_bg .frameArea04 {
	margin-top: 7.5vw;
}
#ct_bg .frameArea04 > .inner01 {
	padding: 3.75vw 6.25vw;
}
#ct_bg .frameArea04 > .inner01 .title01 {
	font-size: 3.5vw;
}
#ct_bg .frameArea04 > .inner01 .text01 {
	margin-top: 2.5vw;
	font-size: 3vw;
}
#ct_bg .wrap02 > .image01 {
	width: 100%;
}
#ct_bg .wrap02 > .image01:nth-of-type(even) {
	padding-top: 0;
}
#ct_bg .bannerBlock01 {
	margin: 30.82vw 0 20vw;
}
#ct_bg .bannerBlock02 {
	margin: 20vw 0 0;
}
#ct_bg .bannerBlock02 .image01 {
	max-width: 720px;
	margin: auto;
}
#ct_bg .copyrightBlock01 {
	padding: 1.25vw 0;
}
#ct_bg .copyrightBlock01 .copyright01 {
	font-size: 3vw;
}
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
