@charset "utf-8";
#ct_bg .mainArea {
	padding: 445px 20px 24px;
	background: url("../img/bg_index01.svg") repeat-x, url("../img/bg_index02.svg") no-repeat 50% 60px;
	background-color: #ffbbcb;
	position: relative;
	overflow: hidden;
}
#ct_bg .mainArea > .title01 {
	position: absolute;
	top: 23px;
	left: 50%;
	width: 1200px;
	transform: translate(-50%, 0);
}

#ct_bg .infoArea01 {
	max-width: 760px;
	margin: 24px auto 0;
	padding: 28px 24px 24px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
}
#ct_bg .infoArea01 > .title01 {
	position: absolute;
	top: -19px;
	left: -19px;
	width: 127px;
}
#ct_bg .infoArea01 .inner01 {
	padding-right: 16px;
	max-height: 152px;
	overflow-y: auto;
}
#ct_bg .infoArea01 .inner01 dl {
	display: flex;
	flex-wrap: wrap;
	padding: 14px 0;
}
#ct_bg .infoArea01 .inner01 dl + dl {
	border-top: 1px solid #ccc;
}
#ct_bg .infoArea01 .inner01 dl > dt {
	font-size: 1.4rem;
	margin-right: 10px;
}
#ct_bg .infoArea01 .inner01 dl > dd {
	font-size: 1.4rem;
}
#ct_bg .movieArea {
	padding: 60px 20px 80px;
	background: url("../img/bg_index03_pc.svg") no-repeat 50% 0;
	background-color: #fffde5;
	text-align: center;
	position: relative;
}
#ct_bg .movieArea .title01 {
	width: 502px;
	margin: 0 auto 40px;
	padding-right: 8px;
}
#ct_bg .movieArea .text01 {
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	margin-bottom: 24px;
}
#ct_bg .movieArea .chara01 {
	position: absolute;
	top: -120px;
	left: 50%;
	width: 210px;
	margin-left: -606px;
	animation-delay: .1s;
}
#ct_bg .movieArea .chara02 {
	position: absolute;
	top: -131px;
	left: 50%;
	width: 240px;
	margin-left: 401px;
	animation-delay: .3s;
}
#ct_bg .movieArea .chara03 {
	display: inline-block;
	margin: 40px auto 0;
}
#ct_bg .movieArea .slide-dots {
	margin: 0;
	padding: 0;
	text-align: center;
}
#ct_bg .movieArea .slide-dots li {
	display: inline-block;
	margin: 20px 8px;
}
#ct_bg .movieArea .slide-dots li button {
	background: #FFBBCB;
	border: 2px solid #000;
	border-radius: 50%;
	outline: none;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	cursor: pointer;
}
#ct_bg .movieArea .slide-dots li.slick-active button {
	background: #F387A0;
}
#ct_bg .movieContainer {
	max-width: 800px;
	margin: 0 auto;
}
#ct_bg .movieContainer .movieText01 {
	font-size: 1.6rem;
	line-height: 1.6;
	margin-top: 16px;
}
#ct_bg .movieWrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#ct_bg .movieWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
}
#ct_bg .goodsArea {
	position: relative;
	padding: 60px 20px 76px;
	background: url("../img/bg_index04_pc.png") no-repeat 50% 0;
	background-color: #fde2e9;
}
#ct_bg .goodsArea .title01 {
	width: 707px;
	margin: 0 auto 40px;
	padding-right: 9px;
}
#ct_bg .goodsArea .chara01 {
	position: absolute;
	top: -45px;
	left: 50%;
	width: 126px;
	margin-left: 471px;
	animation-delay: .3s;
}
#ct_bg .goodsArea .text01 {
	font-size: 1.6rem;
	line-height: 2;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 13px;
}
#ct_bg .goodsArea .text01.type02 {
	margin-top: 6px;
	text-align: center;
	margin-bottom: 10px;
}
#ct_bg .goodsArea .text01 .font01,
#ct_bg .goodsArea .text01 .font02 {
	font-size: 1.4rem;
	background: #F4E08C;
	padding: 6px 15px 3px;
	margin-right: 4px;
}
#ct_bg .goodsArea .text01 .font02 {
	background: #F387A0;
	margin-right: 24px;
}
#ct_bg .goodsArea .text01.type02 .font01,
#ct_bg .goodsArea .text01.type02 .font02 {
	display: inline-block;
	margin-bottom: 9px;
	margin-right: 0;
}
#ct_bg .goodsArea .text02 {
	text-align: center;
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	margin-bottom: 14.5px;
}
#ct_bg .goodsArea .text03 {
	font-size: 2.01rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	margin-bottom: 16px;
}
#ct_bg .goodsArea .text04 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-top: 15px;
	margin-bottom: 8px;
}
#ct_bg .goodsArea .text05 {
	font-size: 2.2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	margin-bottom: 16px;
}
#ct_bg .goodsArea .btnWrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#ct_bg .goodsArea .btnWrap + .btnWrap {
	margin-top: 24px;
}
#ct_bg .goodsArea .btnWrap + .btnWrap .item + .item {
	margin-left: 40px;
}
#ct_bg .goodsArea .btnWrap .btn01 + .btn01 {
	margin-left: 32px;
}
#ct_bg .goodsArea .btnWrap02 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#ct_bg .goodsArea section + section {
	margin-top: 45px;
}
#ct_bg .goodsArea .btn02 {
	text-align: center;
	margin-top: 24px;
}
#ct_bg .goodsArea .btn02 a {
	display: inline-block;
	transition: .3s;
}
#ct_bg .goodsArea .btn02 a img {
	border-radius: 10px;
	border: 1px solid #000;
}
#ct_bg .goodsArea .btn03 {
	text-align: center;
	margin-top: 24px;
}
#ct_bg .goodsArea .btn03 a {
	display: inline-block;
	transition: .3s;
}
#ct_bg .btn04 {
	display: table;
	text-align: left;
	position: relative;
	margin-top: 16px;
}
#ct_bg .btn04{
	margin-left: 8px;
	margin-right: 8px;
}
#ct_bg .btn04:first-child {
	margin-left: 0;
}
#ct_bg .btn04:last-child {
	margin-right: 0;
}
#ct_bg .btn04 a {
	min-width: 264px;
	display: block;
	text-decoration: none;
	padding: 3px;
	background: #F387A0 url("../img/ic02_index.png") no-repeat calc(100% - 8px) 50% / 48px;
	border-radius: 16px;
	position: relative;
}
#ct_bg .btn04 a span {
	display: block;
	color: #fff;
	font-size: 2.0rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	line-height: 1.0;
	letter-spacing: 0.09em;
	padding: 22px 8px 22px 24px;
	text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}
@media screen and (max-width: 1241px){
	#ct_bg .btn04:last-child {
		margin-right: 16px;
	}
}
@media screen and (min-width: 768px) {
	#ct_bg .goodsArea .btn02 a:hover {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .goodsArea .btn03 a:hover {
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	#ct_bg .btn04 a {
		transition: .3s;
	}
	#ct_bg .btn04 a:hover {
		background-color: #F4E08C;
		-webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: pulse;
		animation-name: pulse;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
}
@media screen and (max-width: 960px) {
	#ct_bg .goodsArea .frameArea01 .text01 br.onlySP {
		display: block;
	}
	#ct_bg .goodsArea .text01 .font01,
	#ct_bg .goodsArea .text01 .font02 {
		display: inline-block;
		margin-bottom: 9px;
	}
}
@media screen and (max-width: 880px) {
	#ct_bg .goodsArea .btnWrap .item {
		width: 100%;
	}
	#ct_bg .goodsArea .btnWrap + .btnWrap .item + .item {
		margin-left: 0;
		margin-top: 24px;
	}
	#ct_bg .goodsArea .btnWrap .item .text02 {
		text-align: center;
	}
}
@media screen and (max-width: 840px) {
	#ct_bg .goodsArea .btnWrap {
		flex-direction: column;
	}
	#ct_bg .goodsArea .btnWrap .btn01 + .btn01 {
		margin-left: 0;
		margin-top: 16px;
	}
}
@media screen and (max-width: 767px) {
	#ct_bg .mainArea {
		padding-left: 24px;
		padding-right: 24px;
		padding-top: 20px;
		padding-bottom: 104px;
	}
	#ct_bg .mainArea > .title01 {
		position: inherit;
		top: inherit;
		left: inherit;
		width: auto;
		transform: none;
		margin-left: -16px;
		margin-right: -16px;
	}
	#ct_bg .infoArea01 {
		width: 100%;
		margin-top: 32px;
		padding: 24px 16px 16px;
	}
	#ct_bg .infoArea01 .title01 {
		width: 131px;
		left: -17px;
	}
	#ct_bg .infoArea01 .inner01 {
		padding-right: 0;
		max-height: 160px;
		overflow-y: scroll;
	}
	#ct_bg .infoArea01 .inner01 dl {
		display: flex;
		flex-wrap: wrap;
		padding: 6px 0;
	}
	#ct_bg .infoArea01 .inner01 dl + dl {
		border-top: 1px solid #ccc;
	}
	#ct_bg .infoArea01 .inner01 dl > dt {
		font-size: 1.2rem;
		margin-right: 10px;
	}
	#ct_bg .infoArea01 .inner01 dl > dd {
		font-size: 1.2rem;
	}
	#ct_bg .movieArea {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 58.4vw;
		padding-bottom: 80px;
		background: url("../img/bg_index03_sp.png") no-repeat 50% 0 / 100%;
		background-color: #fffde5;
		text-align: center;
		position: relative;
	}
	#ct_bg .movieArea .title01 {
		width: 93.8vw;
		margin: 0;
		padding-right: 0;
		position: absolute;
		top: 22.6vw;
		left: 50%;
		margin-left: -45.6vw;
	}
	#ct_bg .movieArea .text01 {
		font-size: 2.0rem;
		line-height: 1.5;
		margin-bottom: 23px;
	}
	#ct_bg .movieArea .chara01 {
		top: -80px;
		width: 36.53vw;
		margin-left: -40.9vw;
		z-index: 2;
	}
	#ct_bg .movieArea .chara02 {
		top: -80px;
		width: 39.2vw;
		margin-left: 4.1vw;
		z-index: 2;
	}
	#ct_bg .movieArea .chara03 {
		width: 76.32%;
	}
	#ct_bg .movieArea .slide-dots li {
		margin: 35px 8px 14px;
	}
	#ct_bg .movieContainer .movieText01 {
		font-size: 1.4rem;
	}
	#ct_bg .goodsArea {
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 61.93vw;
		padding-bottom: 80px;
		background: url("../img/bg_index04_sp.png") no-repeat 50% 0 / 100%;
		background-color: #fde2e9;
		position: relative;
	}
	#ct_bg .goodsArea .title01 {
		width: 91.8vw;
		margin: 0;
		padding-right: 0;
		position: absolute;
		top: 22.8vw;
		left: 50%;
		margin-left: -43.4vw;
	}
	#ct_bg .goodsArea .chara01 {
		top: -28px;
		width: 22.13vw;
		margin-left: 24.1vw;
	}
	#ct_bg .goodsArea .text01 {
		font-size: 1.4rem;
		line-height: 1.2;
		text-align: left;
		margin-top: 24px;
		margin-bottom: 18px;
	}
	#ct_bg .goodsArea .text01.type02 {
		margin-top: 8px;
		margin-bottom: 0;
		text-align: left;
	}
	#ct_bg .goodsArea .text01 .font01, #ct_bg .goodsArea .text01 .font02 {
		display: inline-block;
		font-size: 1.2rem;
		background: #F4E08C;
		padding: 8px 15px 6px;
		margin-right: 5px;
		margin-bottom: 4px;
	}
	#ct_bg .goodsArea .text01 .font02 {
		background: #F387A0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#ct_bg .goodsArea .text02 {
		text-align: left;
		font-size: 2.0rem;
		margin-bottom: 14.5px;
	}
	#ct_bg .goodsArea .text03 {
		font-size: 2.0rem;
		font-family: 'M PLUS Rounded 1c', sans-serif;
		font-weight: 900;
		margin-bottom: 16px;
	}
	#ct_bg .goodsArea .text04 {
		font-size: 1.4rem;
		line-height: 1.2;
		margin-top: 0;
		margin-bottom: 16px;
	}
	#ct_bg .goodsArea .text05 {
		font-size: 2.0rem;
		margin-top: 19px;
		margin-bottom: 6px;
	}
	#ct_bg .goodsArea section + section {
		margin-top: 64px;
	}
	#ct_bg .goodsArea .btn02 {
		max-width: 88.42%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .goodsArea .btn03 {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .btn04 {
		display: table;
		text-align: left;
		position: relative;
		width: calc(50% - 4px);
	}
	#ct_bg .btn04 {
		margin-top: 8px;
		margin-left: 0;
		margin-right: 0;
	}
	#ct_bg .btn04:last-child {
		margin-right: 0;
	}
	#ct_bg .btn04:nth-child(odd) {
		margin-left: 0;
	}
	#ct_bg .btn04:nth-child(even) {
		margin-left: 8px;
	}
	#ct_bg .btn04 a {
		min-width: auto;
		min-height: 53px;
		width: 100%;
		background: #F387A0 url("../img/ic02_index.png") no-repeat calc(100% - 8px) 50% / 36px;
	}
	#ct_bg .btn04 a span {
		font-size: 1.6rem;
		line-height: 1.25;
		letter-spacing: 0;
		padding: 0.6em 15px;
		text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
	}
	#ct_bg .btn04:nth-child(n + 3) a span {
		padding-top: 0.8em;
	}
}
/* Retina対応ディスプレイ用  */
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2) {
	

	#ct_bg .goodsArea {
		background: url("../img/bg_index04_pc@2x.png") no-repeat 50% 0;
		background-color: #fde2e9;
		background-size: contain;	
	}
	
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 0;
	width: 32px;
	height: 80px;
	background: #e62e8b;
	margin-top: 210px;
	z-index: 10;
	
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	
	transition: .3s;
	cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
	background: #fff;
}
.slick-prev:before,
.slick-next:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	border-top: solid 4px #fff;
	border-right: solid 4px #fff;
	
	transition: .3s;
}
.slick-prev:hover:before,
.slick-next:hover:before {
	border-color: #e62e8b;
}
.slick-prev:before {
	left: 11px;
	transform:translateY(-50%) rotate(-135deg);
}
.slick-next:before {
	right: 11px;
	transform:translateY(-50%) rotate(45deg);
}
.slick-prev {
	left: 4px;
	border-radius: 0 10px 10px 0;
}
.slick-next {
	right: 4px;
	border-radius: 10px 0 0 10px;
}