@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
	font-size: 62.5%;
}
#contents {
	padding: 0;
	width: 100%;
}
#header {
	box-shadow: none;
}
#footerIn img {
	border: none;
}
#wrapper {
	min-width: inherit;
	overflow: hidden;
}
.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.75;
}
#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 {
	height: 40px;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
#ct_bg .mallLinkBtn {
	width: 294.5px;
	margin-left: auto;
	margin-right: -18px;
}
#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/btn02_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/btn02_on.png) no-repeat 0 0/100%;
	content: "";
}
#ct_bg .mallLinkBtn .mallLink.on.reserve::before {
	opacity: 0;
}
#ct_bg .mallLinkBtn .mallLink.waiting::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/btn03_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/btn03_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;
}
/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
#ct_bg .sns_wrapper {
	display: table;
	margin: 0 auto 29px;
	padding: 10px 5px 0;
}
#ct_bg .sns_wrapper .snsBtn01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#ct_bg .sns_wrapper .snsBtn01 li {
	margin: 0 5px 10px;
	line-height: 0;
}
.navfixed .anchorWrap {
	padding-top: 90px;
	margin-top: -90px;
}
@media screen and (max-width: 639px) {
	#ct_bg .mallLinkBtn {
		width: 73.6vw;
		margin-left: 3vw;
		margin-right: 0;
	}
	#ct_bg {
		font-size: 1.4rem;
		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 .sns_wrapper {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		padding: 0;
		position: relative;
	}
	.navfixed .anchorWrap {
		padding-top: 11vw;
		margin-top: -11vw;
	}
}


@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}


@keyframes a-poyo-jump {
	0% {
		transform: scale(1.1, 0.2) translateY(0);
		opacity: 0;
	}
	10% {
		transform: scale(1, 1.5) translateY(-1rem);
		opacity: 1;
	}
	20% {
		transform: scale(1.05, 1) translateY(1rem);
	}
	30% {
		transform: scale(1, 1.05) translateY(0);
	}
	40% {
		transform: scale(1, 1) translateY(1rem);
	}
	50% {
		transform: scale(1, 1.02);
	}
	60% {
		transform: scale(1, 1);
	}
	100% {
		transform: scale(1, 1);
	}
}
/* キラキラが発生するアニメーション */
@keyframes glitter {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0);
		opacity: 0;
	}
}
@keyframes star {
	0% {
		transform: translateY(0) rotate(-5deg);
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		transform: translateY(50px) rotate(5deg);
		opacity: 0;
	}
}



#ct_bg .headTitleArea01 {
	position: relative;
	background-color: #b280a9;
	color: #fff;
}
#ct_bg .headTitleArea01 > .inner01 {
	padding: 3px 14px 3px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 1000px;
}
#ct_bg .headTitleArea01 > .inner01 > .title01 {
	font-size: 1.4rem;
	line-height: 1.5;
}

.anchorArea01 {
	width: 100%;
	background: #fff;
	position: relative;
}
.anchorArea01 > .logo01 {
	position: absolute;
	top: 12px;
	left: 50%;
	width: 211px;
	margin-left: -451px;
	z-index: 1;
}
.anchorArea01 > .logo01 a {
	display: block;
	transition: .3s;
}
.anchorArea01 > .inner01 {
	max-width: 931px;
	margin: 0 auto;
	height: 90px;
	position: relative;
	overflow: hidden;
}
.anchorArea01 > .inner01 > ul {
	position: absolute;
	bottom: -6px;
	right: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 655px;
}
.anchorArea01 > .inner01 > ul li {
	width: 116px;
}
.anchorArea01 > .inner01 > ul li a {
	display: block;
	transition: .15s;
}



.mainArea > .inner01 .img01 img {
	width: 100vw;
	height: auto;
}

.aboutArea01 {
	background: url("../../img/index_bg03.png") no-repeat 50% 20px;
	position: relative;
	background-color: #80BECC;
}
.aboutArea01 > .inner01 {
	overflow: hidden;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	height: 735px;
	background: url("../../img/index_bg04_pc.png") no-repeat 50% 9px;
	opacity: 0;
}
.aboutArea01 > .inner01.is-inview {
	opacity: 1;
	animation: a-poyo-jump 1s 0.3s both;
	transform-origin: center bottom;
}
.aboutArea01 > .inner01 .tx01 {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -284px;
	width: 564px;
	opacity: 0;
}
.aboutArea01 > .inner01 .tx02 {
	position: absolute;
	top: 220px;
	left: 50%;
	margin-left: -277px;
	width: 310px;
	opacity: 0;
}
.aboutArea01 > .inner01 .tx03 {
	position: absolute;
	top: 325px;
	left: 50%;
	margin-left: -277px;
	width: 286px;
	opacity: 0;
}
.aboutArea01 > .inner01 .tx04 {
	font-size: 1.2rem;
	position: absolute;
	top: 575px;
	left: 50%;
	margin-left: -277px;
	width: 100%;
	opacity: 0;
	color: #885492;
}
.aboutArea01 > .inner01 .img01 {
	position: absolute;
	top: 185px;
	left: 50%;
	margin-left: 22px;
	width: 280px;
	opacity: 0;
}
.aboutArea01 > .inner01 > .wrap01 {
	position: absolute;
    top: 485px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
    width: 560px;
}
.aboutArea01 > .inner01 > .wrap01 .btn01 {
	width: 259px;
	opacity: 0;

}
.aboutArea01 > .inner01 > .wrap01 .btn01:nth-of-type(2) {
	margin-left: 20px;
}
.aboutArea01 > .inner01.is-inview .tx01,
.aboutArea01 > .inner01.is-inview .tx02,
.aboutArea01 > .inner01.is-inview .tx03,
.aboutArea01 > .inner01.is-inview .tx04,
.aboutArea01 > .inner01.is-inview .img01,
.aboutArea01 > .inner01.is-inview .btn01 {
	opacity: 1;
	animation: a-poyo-jump 1s 1.2s both;
	transform-origin: center bottom;
}
.aboutArea01 > .inner01.is-inview .tx02,
.aboutArea01 > .inner01.is-inview .tx03,
.aboutArea01 > .inner01.is-inview .tx04,
.aboutArea01 > .inner01.is-inview .img01,
.aboutArea01 > .inner01.is-inview .btn01 {
	animation-delay: 1.7s;
}
.rainbowWrap {
	position: absolute;
	top: 625px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
.rainbowWrap > .inner01,
.rainbowWrap > .inner02,
.rainbowWrap > .inner03,
.rainbowWrap > .inner04 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 309px;
	transform: translateX(-50%);
	background: url("../img/bg04_pc.png") no-repeat 50% 0;
	z-index: 1;
}
.rainbowWrap > .inner02 {
	background: url("../img/bg05_pc.png") no-repeat 50% 0;
	z-index: 2;
}
.rainbowWrap > .inner03 {
	background: url("../img/bg06_pc.png") no-repeat 50% 0;
	z-index: 3;
}
.rainbowWrap > .inner04 {
	background: url("../img/bg07_pc.png") no-repeat 50% 0;
	z-index: 4;
}
.rainbowWrap > ul li:nth-child(1) {
	position: absolute;
	top: 34px;
	left: 50%;
	margin-left: -362px;
	width: 31px;
	z-index: 1;
}
.rainbowWrap > ul li:nth-child(4) {
	position: absolute;
	top: 31px;
	left: 50%;
	margin-left: 310px;
	width: 29px;
	z-index: 1;
}
.rainbowWrap > ul li:nth-child(2) {
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -196px;
	width: 29px;
	z-index: 2;
}
.rainbowWrap > ul li:nth-child(3) {
	position: absolute;
	top: 63px;
	left: 50%;
	margin-left: 129px;
	width: 29px;
	z-index: 3;
}
.rainbowWrap > ul li:nth-child(5) {
	position: absolute;
	top: 6.5vw;
	left: 11vw;
	width: 7vw;
	z-index: 2;
}
.rainbowWrap > ul li:nth-child(6) {
	position: absolute;
	top: 1.6vw;
	left: 41.2vw;
	width: 7.125vw;
	z-index: 1;
}
.rainbowWrap > ul li:nth-child(7) {
	position: absolute;
	top: 15.3vw;
	left: 82.3vw;
	width: 6.875vw;
	z-index: 3;
}
.productsArea01,
.productsArea02 {
	background: url("../img/bg01.png") repeat 50% 0/708px auto;
	padding-top: 5px;
}
.productsArea02 {
	padding-top: 13px;
	padding-bottom: 300px;
}
.productsArea01 > .ti01,
.productsArea02 > .ti01 {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -23px;
	position: relative;
}
.productsArea02 > .ti01 {
	margin-bottom: 16px;
}
.productsArea01 > .inner01,
.productsArea02 > .inner01 {
	max-width: 954px;
	margin: 0 auto;
	padding: 0 20px 97px;
}
.productsArea02 > .inner01 {
	max-width: 923px;
	background: #fff;
	border-radius: 26px;
	padding: 13px;
}
.productsArea02 > .inner01 .ti02 {
	border-radius: 20px 20px 0 0;
	text-align: center;
}
.productsArea02 > .inner01.typeHouse .ti02 {
	background: #a87fca;
}
.productsArea02 > .inner01.typeRoom .ti02 {
	background: #00bca8;
}
.productsArea02 > .inner01.typeFigure .ti02 {
	background: #ff9e50;
}
.productsArea02 > .inner01.typeToy .ti02 {
	background: #3cbcff;
}
#ct_bg .productsArea02 > .inner01 .ti02 img {
	width: auto;
	height: 80px;
}
.productsArea01 > .inner01 .lineupList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 57px;
}
.productsArea01 > .inner01 .lineupList01 li {
	width: 47.5%;
}
.productsArea01 > .inner01 .lineupList01 li a {
	display: block;
}
.productsArea02 > .inner01 > .inner02 {
	padding: 45px 58px 55px 38px;
}
.productsArea02 > .inner01 > .inner02 .item01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.productsArea02 > .inner01 > .inner02 .item01 + .item01,
.productsArea02 > .inner01.typeToy > .inner02 .movieContainer + .item01,
.productsArea02 > .inner01.typeHouse > .inner02 .movieContainer + .item01 {
	margin-top: 40px;
	padding-top: 108px;
}
.productsArea02 > .inner01.typeHouse > .inner02 .item01 + .item01,
.productsArea02 > .inner01.typeHouse > .inner02 .movieContainer + .item01 {
	background: url("../img/bg10.png") no-repeat 50% 0;
}
.productsArea02 > .inner01.typeRoom > .inner02 .item01 + .item01 {
	background: url("../img/bg11.png") no-repeat 50% 0;
}
.productsArea02 > .inner01.typeFigure > .inner02 .item01 + .item01 {
	background: url("../img/bg12.png") no-repeat 50% 0;
}
.productsArea02 > .inner01.typeToy > .inner02 .item01 + .item01,
.productsArea02 > .inner01.typeToy > .inner02 .movieContainer + .item01 {
	background: url("../img/bg13.png") no-repeat 50% 0;
}
@media screen and ( max-width: 639px ) {
	.productsArea02 > .inner01.typeHouse > .inner02 .item01 + .item01,
	.productsArea02 > .inner01.typeRoom > .inner02 .item01 + .item01,
	.productsArea02 > .inner01.typeFigure > .inner02 .item01 + .item01,
	.productsArea02 > .inner01.typeToy > .inner02 .item01 + .item01,
	.productsArea02 > .inner01.typeToy > .inner02 .movieContainer + .item01,
	.productsArea02 > .inner01.typeHouse > .inner02 .movieContainer + .item01 {
		position: relative;
		background: none;
	}
	.productsArea02 > .inner01 > .inner02 .item01 + .item01::before,
	.productsArea02 > .inner01.typeToy > .inner02 .movieContainer + .item01::before,
	    .productsArea02 > .inner01.typeHouse > .inner02 .movieContainer + .item01::before {
		content: "";
        background-size: contain;
		background-repeat: no-repeat;
        width: 92vw;
        height: 12.5vw;
        position: absolute;
        margin: 0 -4.5vw 0 -6vw;
        top: 0;
        left: 0;
	}
	.productsArea02 > .inner01.typeHouse > .inner02 .item01 + .item01::before,
	.productsArea02 > .inner01.typeHouse > .inner02 .movieContainer + .item01::before {
		background-image: url("../img/bg10_sp.png");
	}
	.productsArea02 > .inner01.typeRoom > .inner02 .item01 + .item01::before {
		background-image: url("../img/bg11_sp.png");
	}
	.productsArea02 > .inner01.typeFigure > .inner02 .item01 + .item01::before {
		background-image: url("../img/bg12_sp.png");
	}
	.productsArea02 > .inner01.typeToy > .inner02 .item01 + .item01::before,
	.productsArea02 > .inner01.typeToy > .inner02 .movieContainer + .item01::before {
		background-image: url("../img/bg13_sp.png");
	}
}
.productsArea02 > .inner01 > .inner02 .item01 > .col01 > .new01 {
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
@media screen and ( max-width: 639px ){
	.productsArea02 > .inner01 > .inner02 .item01 > .col01 > .new01 {
		width: 60px;
	}
}
.productsArea02 > .inner01 > .inner02 .col01 {
	width: 49%;
	position: relative;
}
.productsArea02 > .inner01 > .inner02 .col02 {
	width: 49%;
}
.productsArea02 > .inner01 .movieContainer {
	margin-top: 45px;
}
.productsArea02 > .inner01 .movieContainer.type01 {
	max-width: 480px;
	margin: 45px auto 0;
}
.productsArea02 > .inner01 .movieContainer .movieWrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.productsArea02 > .inner01 .movieContainer .movieWrap.short {
	width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 177.78%;
    overflow: hidden;
    max-width: 100%;
}
.productsArea02 > .inner01 .movieContainer .movieWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
}
.productsArea02 .releaseText,
.productsArea02 .nameText,
.productsArea02 .catchText,
.productsArea02 .priceText,
.productsArea02 .pointText,
.productsArea02 .list01 li,
.productsArea02 .setText,
.productsArea02 .otherText {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.productsArea02 .releaseText {
	font-weight: 400;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	background: #00bca8;
	padding: 4px 15px 6px;
	margin-bottom: 13px;
}
.productsArea02 .releaseText.type01 {
	background: #FF2F7B;
}
.productsArea02 .nameText {
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.productsArea02 .catchText {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
.productsArea02 .priceText {
	text-align: right;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.productsArea02 .priceText .price {
	font-size: 2rem;
	margin-left: 0.75em;
}
.productsArea02 .mallLinkBtn {
	text-align: right;
	margin-top: -15px;
	margin-bottom: 15px;
}
.productsArea02 .pointText {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.5;
}
.productsArea02 .pointText + .pointText {
	margin-top: 5px;
}
.productsArea02 .list01 {
	margin-top: 10px;
}
.productsArea02 .list01 li {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
	position: relative;
}
.productsArea02 .list01 li::before {
	content: '・';
}
.productsArea02 .list01 li > span {
	display: inline-block;
	padding-left: 1em;
}
.productsArea02 .setText {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
}
.productsArea02 .otherText {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
}
.productsArea02 .pointText + .setText,
.productsArea02 .list01 + .setText {
	margin-top: 10px;
}
.productsArea02 .pointText + .otherText,
.productsArea02 .setText + .otherText,
.productsArea02 .list01 + .otherText {
	margin-top: 10px;
}
.movieArea01 {
	background: url("../../img/index_bg05.jpg") repeat 50% 0;
	padding-top: 22px;
	padding-bottom: 76px;
	min-height: 1000px;
}
.movieArea01 .ti01 {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	position: relative;
}
.movieArea01 > .inner01 {
	max-width: 910px;
	margin: 0 auto;
	padding: 20px 20px;
	background: #fff;
}
.campaignArea01 {
	background: url("../img/bg02.png") repeat 50% 0/708px auto;
	padding-top: 8px;
}
.campaignArea01 > .ti01 {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -23px;
	position: relative;
}
.campaignArea01 > .inner01 {
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px 145px;
}
.infoArea01 {
	background: url("../img/bg03.png") repeat 50% 0/708px auto;
	padding-top: 6px;
}
.infoArea01 .ti01 {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -22px;
	position: relative;
}
.infoArea01 > .inner01 {
	max-width: 940px;
	margin: 0 auto 0;
	padding: 0 20px 311px;
}






.eventArea01 {
	background: url("../img/bg02.png") repeat 50% 0/708px auto;
	padding-top: 5px;
}
.eventArea01 > .ti01 {
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -23px;
	position: relative;
}
.eventArea01 > .inner01 {
	max-width: 963px;
	margin: 0 auto;
	padding: 0 20px 289px;
}
.eventArea01 > .inner01 > .inner02 {
	background-color: #fff;
	border-radius: 26px;
	padding: 13px;
}
.eventArea01 > .inner01 > .inner02 > .title01 {
	color: #FDF795;
	background: #885492;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1.25;
	padding: 15px 20px;
	border-radius: 20px 20px 0 0;
}
.eventArea01 > .inner01 > .inner02 > .inner03 {
	background-color: #fff;
	border-radius: 26px;
	padding: 20px 48px 52px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 > .date {
	text-align: right;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 20px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 > .date .cate01 {
	color: #885492;
	background: #FDF795;
	border: 2px solid #885492;
	display: inline-block;
	padding: 3px 9px 4px;
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	border-radius: 15px;
	line-height: 1.2;
	margin-right: 10px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 > section {
	margin-top: 50px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 > section + section {
	margin-top: 32px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .title02 {
	color: #FF2F7B;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 1.25;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 3px solid #FF2F7B;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .tx01 {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1.75;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .noteList01 {
	margin-top: 22px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .noteList01 li {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .list01 {
	margin-top: 19px;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .list01 li {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.75;
	padding-left: 1.5em;
	position: relative;
}
.eventArea01 > .inner01 > .inner02 > .inner03 .list01 li::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 13px;
	width: 5px;
	height: 5px;
	background: #444;
	border-radius: 50%;
}


.list01Wrap {
	background-color: #fff;
	border-radius: 20px;
	padding: 58px 75px 57px 80px;
}
.list01Wrap.type02 {
	padding: 77px 75px 100px 80px;
	background: url("../img/bg14.png") no-repeat 50% 15px,  url("../img/bg14.png") no-repeat 50% calc(100% - 15px);
	background-color: #fff;
}
.list01Wrap .title {
	color: #885492;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 900;
	font-size: 2.2rem;
	padding-bottom: 1px;
	margin-bottom: 10px;
	border-bottom: 3px solid #000;
}
.list01Wrap dl {
	width: 100%;
	min-height: 96px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}
.list01Wrap dl + dl {
	margin-top: 24px;
}
.list01Wrap dl > dt {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.5;
	margin-right: 1em;
}
.list01Wrap dl > dt > span.cate01,
.list01Wrap dl > dt > span.cate02 {
	display: block;
	width: 100%;
	position: absolute;
	top: 38px;
	left: 0;
	padding: 3px 5px 5px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	line-height: 1.2;
}
.list01Wrap dl > dt > span.cate01 {
	background-color: #FB6DB4;
}
.list01Wrap dl > dt > span.cate02 {
	background-color: #64C4C4;
}
.list01Wrap dl > dd {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 2rem;
	line-height: 1.5;
}
.list01Wrap dl > dd {
	width: calc(100% - 6em);
}
.list01Wrap dl > dd > .note01 {
	font-size: 1.5rem;
}
.pdfBtn01 {
	margin-top: 10px;
	display: table;
}
.pdfBtn01 > a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	line-height: 1.2;
	background: #885492;
	padding: 10px 20px 10px 45px;
	border-radius: 50px;
	transition: opacity .3s;
}
.pdfBtn01 > a:hover {
	opacity: .7;
	transition: opacity .3s;
}
.pdfBtn01 > a::before {
	content: "";
	position: absolute;
	left: 18px;
	top: calc(50% - 13.5px);
	width: 22px;
	height: 27px;
	background: url("../img/ico01.png") no-repeat;
	background-size: 22px;
}


/* footer
*****************************************/
#ct_bg .footer01 {
	position: relative;
	width: 100%;
	margin-top: -249px;
}
#ct_bg .footer01 > .sns_wrapper {
	margin-bottom: 146px;
}
#ct_bg .footer01 .img01 img {
	width: 100vw;
	height: auto;
}
#ct_bg .footer01 .rainbowWrap {
	top: 95px;
}
#ct_bg .footer02 {
	position: relative;
	width: 100%;
	background: #fff;
}
#ct_bg .footer02 > .inner01 {
	position: relative;
	margin: 0 auto;
	padding: 10px 20px;
	max-width: 1240px;
	text-align: center;
}
#ct_bg .footer02 > .inner01 > .copyrights01 {
	color: #805680;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.28;
}
@media screen and ( max-width: 639px ) {
	#ct_bg .footer02 > .inner01 > .copyrights01 {
		text-align: left;
	}
	#ct_bg .footer02 > .inner01 > .copyrights01 > span {
		display: block;
	}
}
@media screen and ( max-width: 400px ) {
	#ct_bg .footer02 > .inner01 > .copyrights01 {
		font-size: 3.5vw;
	}
}



/* a-poyo-jumpUp
*****************************************/
.a-poyo-jumpUp {
	opacity: 0;
}
.a-poyo-jumpUp.is-inview {
	opacity: 1;
	animation: a-poyo-jump 1.5s 0.3s both;
	transform-origin: center bottom;
}
.a-poyo-jumpUp--top.is-inview {
	animation-delay: 0.8s;
}
.star0 {
	position: fixed;
	top: -15px;
	left: -15px;
	width: 53px;
	height: 61px;
	background: url("../img/star01.png") no-repeat center center / 34px auto;
	z-index: 9999;
	animation: star 1s ease-out 0s forwards;
	pointer-events: none;
}
.star1 {
	position: fixed;
	top: -15px;
	left: -15px;
	width: 53px;
	height: 61px;
	background: url("../img/star02.png") no-repeat center center / 53px auto;
	z-index: 9999;
	animation: star 1s ease-out 0s forwards;
	pointer-events: none;
}
.star2 {
	position: absolute;
	display: block;
	width: 42px;
	height: 46px;
	background: url("../img/star01.png") no-repeat center center/contain;
	animation: glitter 2s forwards;
	pointer-events: none;
	z-index: 2;
}
.star3 {
	position: absolute;
	display: block;
	width: 66px;
	height: 76px;
	background: url("../img/star02.png") no-repeat center center/contain;
	animation: glitter 2s forwards;
	pointer-events: none;
	z-index: 2;
}
.star4 {
	position: absolute;
	display: block;
	width: 97px;
	height: 113px;
	background: url("../img/star03.png") no-repeat center center/contain;
	animation: glitter 2s forwards;
	pointer-events: none;
	z-index: 2;
}




@media screen and (min-width: 640px) {
	#ct_bg.navfixed  {
		padding-top: 90px;
	}
	.navfixed .anchorArea01 {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.anchorArea01 > .inner01 > ul li a:hover {
		margin-top: -5px;
	}
	.aboutArea01 > .rainbowWrap > ul li {
		animation-delay: 2.5s;
	}
	.productsArea01 > .inner01 .lineupList01 li:nth-child(n + 3) {
		margin-top: 34px;
	}
	.productsArea01 > .inner01 .lineupList01 li a:hover {
		animation: pulse .4s ease-in-out;
	}
}
@media screen and (max-width: 936px) {
	.anchorArea01 > .inner01 > ul {
		bottom: -0.64vw;
		width: 69.97vw;
	}
	.anchorArea01 > .inner01 > ul li {
		width: 17.7%;
	}
	.anchorArea01 > .logo01 {
		width: 22.54vw;
		left: 20px;
		margin-left: 0;
	}
}

@media screen and ( max-width: 768px ) {
	#ct_bg > .inner01,
	.productsArea02 {
		overflow-x: hidden;
	}
}
@media screen and (max-width: 639px) {
	#ct_bg {
		background: #fff;
	}
	#ct_bg .headTitleArea01 > .inner01 {
		text-align: right;
		padding: 1.25vw 13px 1.75vw;
	}
	#ct_bg .headTitleArea01 > .inner01 > .title01 {
		font-size: 3.5vw;
	}
	#ct_bg .headTitleArea01 > .inner01 > .title01 .pcNone {
		display: block !important;
	}
	#wrapper {
		overflow: initial;
	}
	#ct_bg.navfixed > .inner01 {
		margin-top: 7.3vw;
	}
	.anchorArea01 {
		padding-top: 3vw;
	}
	.anchorArea01 > .logo01 {
		width: 33vw;
		top: -12.25vw;
		left: 2.5vw;
	}
	.anchorArea01 > .inner01 {
		height: 11vw;
		width: 100%;
		background: #fff;
	}
	.navfixed > .anchorArea01 {
		margin-top: 3.73vw;
	}
	.navfixed .anchorArea01 {
		padding-top: 3vw;
	}
	.navfixed .anchorArea01 > .inner01 {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 3;
	}
	.anchorArea01 > .inner01 > ul {
		bottom: -3px;
		right: 2.5vw;
		width: calc(100% - 2.5vw - 2.5vw);
	}
	.anchorArea01 > .inner01 > ul li {
		width: 18.42%;
	}
	.aboutArea01 > .inner01 {
		height: 230.75vw;
		background: url("../../img/index_bg04_sp.png") no-repeat 50% 0/100%;
	}
	.aboutArea01 > .inner01 > .wrap01 {
		justify-content: center;
		top: 165vw;
		left: 0;
		transform: none;
		width: auto;
	}
	.aboutArea01 > .inner01 > .wrap01 > .btn01 {
		width: 68.75vw;
	}
	.aboutArea01 > .inner01 > .wrap01 .btn01:nth-of-type(2) {
		margin: 5vw 0 0 0;
	}
	.aboutArea01 > .inner01 .tx01 {
		top: 10vw;
		margin-left: -48vw;
		width: 96.75vw;
	}
	.aboutArea01 > .inner01 .tx02 {
		top: 35vw;
		left: 13.25vw;
		margin-left: 0;
		width: 77.625vw;
	}
	.aboutArea01 > .inner01 .tx03 {
		top: 58.875vw;
		left: 13.25vw;
		margin-left: 0;
		width: 71.5vw;
	}
	.aboutArea01 > .inner01 .tx04 {
		top: 215.125vw;
		left: 13.25vw;
		margin-left: 0;
		width: 71.5vw;
	}
	.aboutArea01 > .inner01 .img01 {
		top: 89.875vw;
		left: 15vw;
		margin-left: 0;
		width: 70vw;
	}
	.aboutArea01 > .inner01 .btn01 {
		top: 250.25vw;
		left: 10.75vw;
		margin-left: 0;
		width: 78.5vw;
	}
	.aboutArea01 > .rainbowWrap > ul li {
		animation-delay: 0;
	}
	.rainbowWrap {
		top: 222.5vw;
	}
	.rainbowWrap > .inner01,
	.rainbowWrap > .inner02,
	.rainbowWrap > .inner03,
	.rainbowWrap > .inner04 {
		height: 32.75vw;
	}
	.rainbowWrap > .inner01 {
		background: url("../img/bg04_sp.png") no-repeat 50% 0/100%;
	}
	.rainbowWrap > .inner02 {
		background: url("../img/bg05_sp.png") no-repeat 50% 0/100%;
	}
	.rainbowWrap > .inner03 {
		background: url("../img/bg06_sp.png") no-repeat 50% 0/100%;
	}
	.rainbowWrap > .inner04 {
		background: url("../img/bg07_sp.png") no-repeat 50% 0/100%;
	}
	.productsArea01,
	.productsArea02 {
		background: url("../img/bg01.png") repeat 50% 0/88vw auto;
		padding-top: 23vw;
	}
	.productsArea02 {
		padding-top: 14.15vw;
		padding-bottom: 39.7vw;
	}
	.productsArea01 > .ti01,
	.productsArea02 > .ti01 {
		margin-bottom: 3.4vw;
	}
	.productsArea01 > .ti01 img,
	.productsArea02 > .ti01 img {
		max-width: 110vw !important;
		width: 110vw !important;
		margin-left: -4.7vw;
	}
	.productsArea02 > .ti01 {
		margin-bottom: 3.7vw;
	}
	.productsArea01 > .inner01,
	.productsArea02 > .inner01 {
		padding: 0 4vw 25vw;
	}
	.productsArea02 > .inner01 {
		margin: 0 4vw;
		padding: 1.25vw;
		border-radius: 5vw;
	}
	.productsArea02 > .inner01 .ti02 {
		border-radius: 4.125vw 4.125vw 0 0;
	}
	#ct_bg .productsArea02 > .inner01 .ti02 img {
		height: 17vw;
	}
	.productsArea02 > .inner01.typeToy .ti02 {
		height: 17vw;
	}
	#ct_bg .productsArea02 > .inner01.typeToy .ti02 img {
		width: 77.5vw;
		height: auto;
		vertical-align: text-top;
	}
	.productsArea01 > .inner01 .lineupList01 {
		margin-bottom: 15vw;
	}
	.productsArea01 > .inner01 .lineupList01 li {
		width: 100%;
	}
	.productsArea01 > .inner01 .lineupList01 li:nth-child(n + 2) {
		margin-top: 7.5vw;
	}
	.productsArea01 > .inner01 .img01 {
		width: 112vw;
		margin-left: -12vw;
	}
	.productsArea02 > .inner01 > .inner02 {
		padding: 7.125vw 4.5vw 9vw 4.75vw;
	}
	.productsArea02 > .inner01 > .inner02 .col01 {
		width: 100%;
	}
	.productsArea02 > .inner01 > .inner02 .col02 {
		width: 100%;
		margin-top: 10vw;
		display: contents;
	}
	.productsArea02 > .inner01 > .inner02 .boxGroup01 {
		order: 1;
	}
	.productsArea02 > .inner01 > .inner02 .boxGroup02 {
		order: 2;
	}
	.productsArea02 > .inner01 .boxGroup03 {
		order: 3;
		margin-top: 8vw;
	}
	.productsArea02 > .inner01 .movieContainer {
		margin-top: 9.5vw;
	}
	.productsArea02 > .inner01 .movieContainer.type01 {
		margin-top: 9.5vw;
	}
	.productsArea02 .releaseText {
		margin-bottom: 3.25vw;
	}
	.productsArea02 .nameText {
		margin-bottom: 5vw;
	}
	.productsArea02 .catchText {
		margin-bottom: 5vw;
	}
	.productsArea02 .priceText {
		font-size: 4vw;
		margin-bottom: 2.5vw;
	}
	.productsArea02 .mallLinkBtn {
		font-size: 5vw;
		margin-bottom: 4.5vw;
	}
	.movieArea01 {
		background: url("../../img/index_bg05.jpg") repeat 50% 0/300vw;
		padding-top: 14.1vw;
		padding-bottom: 25vw;
		min-height: inherit;
	}
	.movieArea01 .ti01 {
		margin-bottom: 20px;
	}
	.movieArea01 .ti01 img {
		max-width: 105vw !important;
		width: 105vw !important;
		margin-left: -2.5vw;
	}
	.movieArea01 > .inner01 {
		background: #fff;
		padding: 4.25vw 4.25vw 10vw 4.25vw;
		margin: 0 4vw;
	}
	.campaignArea01 {
		background: url("../img/bg02.png") repeat 50% 0/88vw auto;
		padding-top: 14.1vw;
	}
	.campaignArea01 > .ti01 {
		margin-bottom: 4vw;
	}
	.campaignArea01 > .ti01 img {
		max-width: 108vw !important;
		width: 108vw !important;
		margin-left: -4vw;
	}
	.campaignArea01 > .inner01 {
		padding: 0 4vw 22.5vw;
	}
	.infoArea01 {
		background: url("../img/bg03.png") repeat 50% 0/88vw auto;
		padding-top: 14.3vw;
	}
	.infoArea01 .ti01 {
		margin-bottom: 5vw;
	}
	.infoArea01 .ti01 img {
		max-width: 105vw !important;
		width: 105vw !important;
		margin-left: -2.5vw;
	}
	.infoArea01 > .inner01 {
		padding: 0 4vw 43.5vw;
	}
	.eventArea01 {
		background: url("../img/bg02.png") repeat 50% 0/88vw auto;
		padding-top: 14.2vw;
	}
	.eventArea01 > .ti01 {
		margin-bottom: 3.8vw;
	}
	.eventArea01 .ti01 img {
		max-width: 105vw !important;
		width: 105vw !important;
		margin-left: -2.5vw;
	}
	.eventArea01 > .inner01 {
		max-width: 376px;
		padding: 0 4px 154px;
	}
	.eventArea01 > .inner01 > .inner02 {
		padding: 4px;
	}
	.eventArea01 > .inner01 > .inner02 > .title01 {
		font-size: 2.2rem;
		padding: 17px 16px;
		border-radius: 22px 22px 0 0;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 {
		padding: 23px 20px 28px;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 > .date {
		font-size: 1.2rem;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 > .date .cate01 {
		border: 1px solid #885492;
		padding: 3px 7px 3px;
		font-size: 1.2rem;
		border-radius: 12px;
		margin-right: 7px;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 > section {
		margin-top: 30px;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 > section + section {
		margin-top: 30px;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .title02 {
		font-size: 1.8rem;
		line-height: 1.25;
		padding-bottom: 7px;
		margin-bottom: 20px;
		border-bottom: 3px solid #FF2F7B;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .tx01 {
		font-size: 1.6rem;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .noteList01 {
		margin-top: 22px;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .noteList01 li {
		font-size: 1.4rem;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .list01 {
		margin-top: 19px;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .list01 li {
		font-size: 1.6rem;
	}
	.eventArea01 > .inner01 > .inner02 > .inner03 .list01 li::before {
		top: 13px;
		left: 10px;
		width: 4px;
		height: 4px;
	}
	.list01Wrap {
		padding: 8.25vw 9.75vw 9.5vw 5.25vw;
	}
	.list01Wrap.type02 {
		padding: 34px 30px 51px;
		background: url("../img/bg14_sp.png") no-repeat 50% 7px / 97%, url("../img/bg14_sp.png") no-repeat 50% calc(100% - 7px) / 97%;
		background-color: #fff;
		border-radius: 10px;
	}
	.list01Wrap .title {
		font-size: 1.8rem;
		line-height: 1.5;
		padding-bottom: 0;
		margin-bottom: 9px;
		border-bottom: 2px solid #000;
	}
	.list01Wrap dl {
		padding-bottom: 3.25vw;
	}
	.list01Wrap dl + dl {
		margin-top: 3.5vw;
	}
	.list01Wrap dl > dt {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		font-size: 1.6rem;
	}
	.list01Wrap dl > dd {
		width: 100%;
		font-size: 1.6rem;
	}
	.list01Wrap dl > dd > .note01 {
		font-size: 1.3rem;
	}
	.list01Wrap dl > dd img {
		width: 100%;
	}
	.list01Wrap dl > dt > span.cate01,
	.list01Wrap dl > dt > span.cate02 {
		display: table;
		width: auto;
		position: static;
		margin-left: 1em;
		padding: 3px 5px 5px;
		font-size: 1.2rem;
		color: #fff;
		text-align: center;
		border-radius: 5px;
	}
	.list01Wrap dl > dt > span.cate02 {
		padding-left: calc(5px + .5em);
		padding-right: calc(5px + .5em);
	}
	.pdfBtn01 > a {
		padding: 6px 15px 6px 38px;
		text-decoration: none !important;
	}
	.pdfBtn01 > a:hover {
		opacity: 1;
	}
	.pdfBtn01 > a::before {
		left: 15px;
		top: calc(50% - 11px);
		width: 18px;
		height: 22px;
		background-size: 18px;
	}
	#ct_bg .footer01 {
		margin-top: -28.5vw;
		padding-top: 3vw;
	}
	#ct_bg .footer01 .rainbowWrap {
		top: 21.5vw;
	}
	#ct_bg .footer02 > .inner01 {
		padding: 14px 16px;
	}
	.star0 {
		width: 16.5vw;
		height: 19vw;
	}
	.star1 {
		width: 16.5vw;
		height: 19vw;
	}
	.star2 {
		width: 5.25vw;
		height: 5.75vw;
	}
	.star3 {
		width: 8.25vw;
		height: 9.5vw;
	}
	.star4 {
		width: 12.125vw;
		height: 14.125vw;
	}
}





/* slider
*****************************************/
#ct_bg .slideArea01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#ct_bg .slider01 {
	margin-top: 3px;
	width: 83.3%;
}
#ct_bg .slider01 .item01 .image01 {
	background: #fff;
}
#ct_bg .slider01 .item01 .image01 a {
	transition: opacity .3s;
}
#ct_bg .slider01 .item01 .image01 a:hover {
	opacity: .6;
}
#ct_bg .slider01 .item01 .text01 {
	margin-top: 10px;
}
#ct_bg .slider01thum {
	width: 15.6%;
}
#ct_bg .slider01thum .draggable {
	overflow: hidden;
}
#ct_bg .slider01thum .slick-arrow {
	position: absolute;
	z-index: 2;
	top: auto;
	left: auto;
	right: auto;
	transform: none;
	width: 100%;
	height: 30px;
	padding: 0;
	border: none;
	box-sizing: border-box;
}
#ct_bg .slider01thum .slick-arrow:before {
	content: "";
}
#ct_bg .slider01thum .slick-arrow.slick-prev {
	bottom: 0;
	background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
	transition: .5s;
}
#ct_bg .slider01thum .slick-arrow.slick-prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -5px 0 0 -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 7px 0 7px;
	border-color: #1f2971 transparent transparent transparent;
	opacity: .5;
	transition: opacity .3s;
}
#ct_bg .slider01thum .slick-arrow.slick-prev:hover::before {
	opacity: 1.0;
}
#ct_bg .slider01thum .slick-arrow.slick-next {
	top: 0;
	background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
	transition: .5s;
}
#ct_bg .slider01thum .slick-arrow.slick-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	margin: -5px 0 0 -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 9px 7px;
	border-color: transparent transparent #1f2971 transparent;
	opacity: .5;
	transition: opacity .3s;
}
#ct_bg .slider01thum .slick-arrow.slick-next:hover::before {
	opacity: 1.0;
}
#ct_bg .thumbnList01 {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#ct_bg .thumbnList01 > li {
	margin: 10px 0 0 2%;
	width: 18.4%;
	cursor: pointer;
	transition: opacity .3s;
}
#ct_bg .thumbnList01 > li:hover {
	opacity: .6;
}
#ct_bg .thumbnList01 > li:nth-child(5n+1) {
	margin-left: 0;
}

@media screen and (max-width: 639px) {
	#ct_bg .slider01 {
		width: 100%;
	}
	#ct_bg .slick-dotted.slick-slider {
		margin: 0;
	}
	#ct_bg .slider01 .item01 .image01 a:hover {
		opacity: 1.0;
	}
	#ct_bg .slider01 .item01 .text01 {
		margin-top: 10px;
	}
	#ct_bg .slider01 .slick-arrow {
		position: absolute;
		z-index: 2;
		top: auto;
		left: auto;
		right: auto;
		bottom: -15px;
		transform: none;
		width: 8.125vw;
		height: 9.125vw;
		padding: 0;
		margin-top: 0;
		border: none;
		box-sizing: border-box;
	}
	#ct_bg .slider01 .slick-arrow:before {
		content: "";
	}
	#ct_bg .slider01 .slick-arrow.slick-prev {
		left: 0;
	}
	#ct_bg .slider01 .slick-arrow.slick-prev::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 8.125vw;
		height: 9.125vw;
		background: url("../img/btn04.png") no-repeat 0 0/contain;
	}
	#ct_bg .slider01 .slick-arrow.slick-next {
		right: 0;
	}
	#ct_bg .slider01 .slick-arrow.slick-next::before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		width: 8.125vw;
		height: 9.125vw;
		background: url("../img/btn05.png") no-repeat 0 0/contain;
	}
	#ct_bg .slider01 .slick-dots {
		height: auto;
		margin-top: 30px;
		position: static;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#ct_bg .slider01 .slick-dots > li {
		margin-left: 5px;
		margin-right: 5px;
		width: 10px;
		height: 10px;
	}
	#ct_bg .slider01 .slick-dots > li > button {
		display: block;
		padding: 0;
		width: 100%;
		height: 100%;
		border-radius: 100%;
		background-color: #ff2f7b;
		opacity: .2;
	}
	#ct_bg .slider01 .slick-dots > li.slick-active > button {
		opacity: 1.0;
	}
	#ct_bg .slider01 .slick-dots > li > button::before {
		content: none;
	}
	#ct_bg .slider01 .slick-dots > li > button:not(:first-child) {
		display: none;
	}
	#ct_bg .slider01thum {
		display: none;
	}
	#ct_bg .thumbnList01 > li:hover {
		opacity: 1.0;
	}
	
}