@charset "utf-8";

html {
	font-size: 62.5%;
}

body {
	overflow: 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: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #864F9C;
}

#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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	align-items: center;
	margin-top: 64px;
}

#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 img {
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.25));
	transition: .3s;
}

#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/cv_btn02.png) no-repeat 0 0/100%;
	content: "";
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.25));
	transition: .3s;
}
#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/cv_btn03.png) no-repeat 0 0/100%;
	content: "";
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.25));
	transition: .3s;
}
#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%;
}
/* @keyframes btnHover {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
} */

#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;
}

@media screen and (min-width: 768px) {
.sponly {
	display: none;
}
}
@media screen and (max-width: 767px) {
.pconly {
	display: none;
}

#ct_bg {
	font-family: -apple-system, "HelveticaNeue", Helvetica;
}

#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 {
	position: relative;
}
#ct_bg::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.png);
	background-size: cover;
	top: 0;
	left: 0;
}

#ct_bg > * {
	position: relative;
}

#ct_bg .headTitleArea01 {
	background-color: #9168AA;
    color: #fff;
    font-weight: bold;
    padding: 8px 0 6px;
    text-align: center;
	font-size: 1.4rem;
}

#ct_bg .inner {
	width: 100%;
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .mvArea {
	max-width: 1172px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}

#ct_bg .movieWrapper {
	margin-top: 40px;
}

#ct_bg .movieWrap01 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#ct_bg .movieFrame {
	width: 100%;
	aspect-ratio: 560 / 315;
	border: 4px solid #AB89BD;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}
#ct_bg .movieTitle01 {
	padding: 10px 0 6px;
	background: rgba(255,253,221,0.8);
	border: 4px solid #AB89BD;
	border-bottom: none;
	border-radius: 40px 40px 0 0;
	font-size: 2rem;
	font-weight: 600;
	color: #9168AA;
	text-align: center;
	text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.834871px 0.981584px 0px, rgb(255, 255, 255) 2.357662px 1.855109px 0px, rgb(255, 255, 255) 1.620907px 2.524413px 0px, rgb(255, 255, 255) 0.705713px 2.915814px 0px, rgb(255, 255, 255) -0.287171px 2.986224px 0px, rgb(255, 255, 255) -1.248441px 2.727892px 0px, rgb(255, 255, 255) -2.072274px 2.169258px 0px, rgb(255, 255, 255) -2.66798px 1.371818px 0px, rgb(255, 255, 255) -2.969977px 0.42336px 0px, rgb(255, 255, 255) -2.945022px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.503831px 0px, rgb(255, 255, 255) -1.960931px -2.270407px 0px, rgb(255, 255, 255) -1.11013px -2.787044px 0px, rgb(255, 255, 255) -0.137119px -2.996865px 0px, rgb(255, 255, 255) 0.850987px -2.876773px 0px, rgb(255, 255, 255) 1.74541px -2.439988px 0px, rgb(255, 255, 255) 2.447689px -1.734595px 0px, rgb(255, 255, 255) 2.880511px -0.838247px 0px;
}
#ct_bg .movieFrame.coming-soon {
	background: #FFFBC6;
	display: grid;
	place-items: center;
}
#ct_bg .movieFrame.coming-soon > img {
	width: 62.5%;
}
#ct_bg .movieWrap01 > .illust {
	position: absolute;
}
#ct_bg .movieWrap01 > .illust.illust01 {
	left: -188px;
	top: -10px;
	animation: float 3s ease-in-out infinite;
}
#ct_bg .movieWrap01 > .illust.illust02 {
	left: -133px;
	bottom: -40px;
	animation: float 3.6s ease-in-out infinite;
}
#ct_bg .movieWrap01 > .illust.illust03 {
	right: -137px;
	top: 131px;
	animation: float 3.3s ease-in-out infinite;
}
#ct_bg .movieItem01 {
	width: 49%;
}
#ct_bg .movieItem01:nth-child(even) {
	margin-left: 2%;
}
#ct_bg .movieItem01:nth-child(n +3) {
	margin-top: 20px;
}
#ct_bg .movieItem02 {
	width: 32%;
	margin-left: 2%;
}
#ct_bg .movieItem02:nth-child(3n + 1) {
	margin-left: 0;
}
#ct_bg .movieItem02:nth-child(n +4) {
	margin-top: 20px;
}
#ct_bg .movieItem02 > .movieFrame {
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 177.78%;
	overflow: hidden;
	max-width: 100%;
	border-radius: 40px;
}
#ct_bg .movieFrame iframe {
	vertical-align: bottom;
	width: 100%;
	height: 100%;
}

#ct_bg .movieItem02 > .movieFrame iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ct_bg .navWrap {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
#ct_bg .navWrap > .nav {
	display: flex;
	justify-content: center;
	gap: 1.6%;
}
#ct_bg .nav > .item {
	width: 23.8%;
}
#ct_bg .nav > .item a img {
	filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.25));
	transition: .3s;
}

#ct_bg .frameArea01 {
	padding-top: 160px;
}
#ct_bg .frameArea01 .heading01 + * {
	margin-top: 40px;
}
#ct_bg .heading01 {
	margin-left: auto;
	margin-right: auto;
}
#ct_bg .frameArea02 {
	border: 4px solid #AB89BD;
	border-radius: 40px;
	background: rgba(255,253,221,0.8);
	overflow: hidden;
}
#ct_bg .frameArea02 .inner01 {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}
#ct_bg #howto .heading01 {
	width: 535px;
}
#ct_bg #howto .inner {
	max-width: 1000px;
}
#ct_bg #sample .heading01 {
	width: 539px;
}
#ct_bg #lineup .heading01 {
	width: 838px;
}
#ct_bg #lineup .col01 {
	display: flex;
	gap: 32px;
	align-items: center;
}
#ct_bg #lineup .col01 .txtWrap {
	width: calc(50% - 16px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
#ct_bg #lineup .col01 .imgWrap {
	width: calc(50% - 16px);
}
#ct_bg #lineup .col01 .heading02 {
	width: 100%;
	max-width: 320px;
}
#ct_bg #lineup .col01 .heading02 + * {
	margin-top: 16px;
}
#ct_bg #lineup .txt01 {
	color: #000;
}
#ct_bg #lineup .txt02 {
	text-align: center;
	margin-top: 16px;
}
#ct_bg #lineup .txt02 span {
	padding: 8px 24px;
	font-weight: bold;
	color: #fff;
	background: #5DB8C4;
	border-radius: 999px;
}
#ct_bg #lineup .txt03 {
	margin-top: 16px;
	font-weight: bold;
	font-size: 2rem;
}
#ct_bg #lineup .txt04 {
	margin-top: 4px;
	font-weight: bold;
	font-size: 2.4rem;
}
#ct_bg #lineup .txt04 span {
	font-size: 2rem;
}
#ct_bg #lineup .img02 {
	margin-top: 40px;
}
#ct_bg #lineup .img02 img {
	border-radius: 20px;
	border: 4px solid #F4B3C2;
	image-rendering: pixelated;
}
#ct_bg #qa .heading01 {
	width: 617px;
}
#ct_bg #qa .qaBlock01 {
	border: 4px solid #AB89BD;
	border-radius: 40px;
	background: rgba(255,253,221,0.8);
	overflow: hidden;
	padding: 40px;
}
#ct_bg #qa .qaBlock01:not(:first-of-type) {
	margin-top: 40px;
}
#ct_bg #qa .qaBlock01 .q {
	display: flex;
}
#ct_bg #qa .qaBlock01 .a {
	display: flex;
	padding-top: 24px;
}
#ct_bg #qa .qaBlock01 .a + .q {
	border-top: 2px solid #DACBE2;
	margin-top: 24px;
	padding-top: 24px;
}
#ct_bg #qa .qaBlock01 .q .icon,
#ct_bg #qa .qaBlock01 .a .icon {
	width: 32px;
	margin-right: 16px;
}
#ct_bg #qa .qaBlock01 .q .txt,
#ct_bg #qa .qaBlock01 .a .txt {
	width: calc(100% - 48px);
	padding-top: 4px;
	font-weight: bold;
}
#ct_bg #qa .qaBlock01 .qaWrap01 {
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
#ct_bg #qa .qaBlock01 .qaWrap01 .img01 {
	width: calc(50% - 12px);
}
#ct_bg #ct_footer {
	background-image: url(../img/bg02.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 32px;
	position: relative;
	margin-top: 248px;
}
#ct_bg #ct_footer .illust01 {
	width: 640px;
	position: absolute;
	top: -88px;
	left: calc(50% - 320px);
}
#ct_bg #ct_footer .inner {
	width: 100%;
	max-width: 100%;
	background: #FFF799;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 64px;
}
#ct_bg #ct_footer .img01 {
	width: 100%;
	max-width: 320px;
	margin-top: 48px;
}
#ct_bg #ct_footer .copyright {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 8px;
}
#ct_bg #ct_footer .copyright p {
	font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
	#ct_bg .mallLinkBtn .mallLink img:hover,
	#ct_bg .mallLinkBtn .mallLink.reserve.on::before,
	#ct_bg .mallLinkBtn .mallLink.waiting.on::before {
		transform: translateY(3px);
		filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.25));
	}
	#ct_bg .nav > .item a:hover img {
		transform: translateY(3px);
		filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.25));
	}
}
@media screen and (max-width: 960px) {
	#ct_bg #howto .heading01 {
		width: 56vw;
	}
	#ct_bg #sample .heading01 {
		width: 56.75vw;
	}
	#ct_bg #lineup .heading01 {
		width: 88vw;
	}
	#ct_bg #qa .heading01 {
		width: 65vw;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg::before {
		background-image: url(../img/bg_sp.png);
	}
	#ct_bg .inner {
		padding-left: 4%;
		padding-right: 4%;
	}
	#ct_bg .movieWrap01 {
		padding-left: 4%;
		padding-right: 4%;
	}
	#ct_bg .movieFrame {
		border-radius: 0 0 20px 20px;
	}
	#ct_bg .movieFrame > .illust {
		display: none;
	}
	#ct_bg .movieTitle01 {
		font-size: 1.6rem;
		border-radius: 20px 20px 0 0;
	}
	#ct_bg .movieItem01 {
		width: 100%;
	}
	#ct_bg .movieItem01:nth-child(even) {
		margin-left: 0;
	}
	#ct_bg .movieItem01:nth-child(n +2) {
		margin-top: 20px;
	}
	#ct_bg .movieItem02 {
		width: 48%;
		margin-left: 4%;
	}
	#ct_bg .movieItem02 > .movieFrame {
		border-radius: 20px;
	}
	#ct_bg .movieItem02:nth-child(3n + 1) {
		margin-left: 4%;
	}
	#ct_bg .movieItem02:nth-child(odd) {
		margin-left: 0;
	}
	#ct_bg .movieItem02:nth-child(n +3) {
		margin-top: 20px;
	}
	#ct_bg .navWrap {
		padding-left: 4%;
		padding-right: 4%;
	}
	#ct_bg .navWrap > .nav {
		flex-wrap: wrap;
		gap: 16px;
	}
	#ct_bg .navWrap > .nav.row01 {
		gap: 2%;
	}
	#ct_bg .nav > .item {
		width: calc(50% - 8px);
	}
	#ct_bg .nav.row01 > .item {
		width: 32%;
	}
	#ct_bg .frameArea01 {
		padding-top: 120px;
	}
	#ct_bg .frameArea02 {
		border: 2px solid #AB89BD;
		border-radius: 16px;
	}
	#ct_bg .frameArea02 .inner01 {
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 4vw;
	}
	#ct_bg #howto .inner {
		padding-left: 0;
		padding-right: 0;
	}
	#ct_bg #lineup .col01 {
		flex-direction: column;
		gap: 40px;
	}
	#ct_bg #lineup .col01 .txtWrap {
		width: 100%;
	}
	#ct_bg #lineup .col01 .imgWrap {
		width: 100%;
		max-width: 320px;
	}
	#ct_bg #lineup .img02 img {
		border: 2px solid #F4B3C2;
		border-radius: 8px;
	}
	#ct_bg #qa .qaBlock01 {
		border: 2px solid #AB89BD;
		border-radius: 16px;
		padding: 16px;
	}
	#ct_bg #qa .qaBlock01 .a {
		padding-top: 16px;
	}
	#ct_bg #qa .qaBlock01 .a + .q {
		margin-top: 16px;
		padding-top: 16px;
	}
	#ct_bg #qa .qaBlock01 .qaWrap01 {
		margin-top: 16px;
		flex-direction: column;
	}
	#ct_bg #qa .qaBlock01 .qaWrap01 .img01 {
		width: 100%;
	}
	#ct_bg #qa .qaBlock01 .qaWrap01 .img01 + .img01 {
		margin-top: 16px;
	}
	#ct_bg #ct_footer {
		background-image: url(../img/bg02_sp.png);
		background-position: top center;
		background-size: contain;
		background-repeat: no-repeat;
		padding-top: 8vw;
		position: relative;
		margin-top: calc(120px + 8vw);
	}
	#ct_bg #ct_footer .illust01 {
		width: 80vw;
		top: -10vw;
		left: calc(50% - 40vw);
	}
	#ct_bg #ct_footer .inner {
		width: 100%;
		max-width: 100%;
		background: #FFF799;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 64px;
	}
	#ct_bg #ct_footer .img01 {
		width: 100%;
		max-width: 320px;
		margin-top: 48px;
	}
	#ct_bg #ct_footer .copyright {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 8px;
	}
	#ct_bg #ct_footer .copyright p {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 360px) {
	#ct_bg #ct_footer .copyright {
		flex-direction: column;
		gap: 4px;
	}
}

@keyframes float {
	0% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(-10px);
	}
	100% {
	  transform: translateY(0);
	}
}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
