@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.pageTop {
	display: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	background: url(../img/bg_pikmipops08.png) repeat center;
	color: #1f1a51;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	letter-spacing: .06em;
	overflow-x: hidden;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg a {
	color: #e51373;
	text-decoration: underline;
}
#ct_bg a:hover {
	color: #e51373;
	text-decoration: none;
}

#ct_bg .imgOver01 a {
	position: relative;
	display: block;
}

#ct_bg .imgOver01 a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	transition: opacity .5s;
}

#ct_bg .imgOver01 a:hover:before {
	transition: opacity .3s;
	opacity: .35;
}

#ct_bg .center {
	text-align: center !important;
}
#ct_bg .right {
	text-align: right !important;
}


@media screen and (max-width: 639px) {
#ct_bg {
	font-size: 1.4rem;
	font-family: -apple-system, "HelveticaNeue", Helvetica;
	background-size: 25px;
}

#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:before {
	content: normal;	
}

.onlyPC {
	display: none;
}
.onlySP {
	display: block;
}
img.onlySP {
	display: inline-block;
}

}

/* footer
*****************************************/
#ct_bg .footer01 {
	position: relative;
	margin: 80px auto 0;
	padding-bottom: 20px;
	width: 960px;
}

#ct_bg .footer01 > .logo01 {
	margin: 0 auto;
	width: 169px;
}

#ct_bg .footer01 > .copyrights01 {
	margin-top: 30px;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.2rem;
	font-weight: 900;
	text-align: center;
}

#ct_bg .snsBtn01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 15px;
}

#ct_bg .snsBtn01 > li {
	margin: 10px 5px 0;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#ct_bg .footer01 > .image01 {
	margin-top: 20px;
	width: 736px;
}

#ct_bg .footer01 > .pagetop01 {
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 206px;
	-webkit-animation: float01 3s ease infinite;
	animation: float01 3s ease infinite;
}

#ct_bg .footer01 > .pagetop01 > a {
	display: block;
}

#ct_bg .footer01 > .pagetop01 > a img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#ct_bg .footer01 > .pagetop01 > a:hover img {
	transition: transform .3s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@-webkit-keyframes float01 {
	0% { -webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
	50% { -webkit-transform:translateY(0);
		transform:translateY(0);
	}
	100% { -webkit-transform:translateY(-10px);
		transform:translateY(-10px);
	}
}
@keyframes float01 {
	0% { transform:translateY(-10px);}
	50% { transform:translateY(0);}
	100% { transform:translateY(-10px);}
}


@media screen and (max-width: 639px) {
#ct_bg .footer01 {
	padding: 0 4% 20px;
	width: 100%;
}

#ct_bg .footer01 > .logo01 {
	width: 49.2%;
}

#ct_bg .footer01 > .copyrights01 {
	text-align: left;
}

#ct_bg .snsBtn01 {
	margin-top: 20px;
}

#ct_bg .footer01 > .image01 {
	margin: 0 -1.4%;
	width: 100%;
}

#ct_bg .footer01 > .pagetop01 {
	position: static;
	bottom: 0;
	margin: 30px auto 0;
	width: 42%;
}

#ct_bg .footer01 > .pagetop01 > a:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

/* contents
*****************************************/
#ct_bg .wrap01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#ct_bg .wrap01.bC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#ct_bg .wrap01.between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#ct_bg .wrap01.end {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
#ct_bg .wrap01.reverse {
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#ct_bg .jsHeadBg {
	visibility: hidden;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 300;
	opacity: 0;
	background: repeating-linear-gradient(-45deg, rgba(237,76,161,.9) 0, rgba(237,76,161,.9) 5px, rgba(235,56,150,.9) 5px, rgba(235,56,150,.9) 10px);
	transition: all .2s;
}

#ct_bg .jsHeadBg.open {
	visibility: visible;
	opacity: 1;
	transition: all .5s;
}

#ct_bg .headBtnArea01 {
	display: none;
}

#ct_bg .closeBtn01 {
	display: none;
}

#ct_bg .mainArea01 {
	position: relative;
	padding-bottom: 100px;
	padding-top: 22px;
	background: url(../img/bg_pikmipops04.png) repeat 0 50%;
}

#ct_bg .mainArea01:before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 404px;
	transform: translateX(-50%);
	background: url(../../img/bg_index01_pc.png) no-repeat 50% 0;
	content: "";
}

#ct_bg .mainArea01:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	height: 16px;
	transform: translateX(-50%);
	background: repeating-linear-gradient(70deg, #f79dd4 0, #f79dd4 14px, #ef3caa 14px, #ef3caa 28px);
	content: "";
}

#ct_bg .mainArea01In {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

#ct_bg .mainArea01In > .logo01 {
}

#ct_bg .mainArea01In > .text01 {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.4rem;
}

#ct_bg .globalNav01 {
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 80%;
}

#ct_bg .globalNav01 > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
}

#ct_bg .globalNav01 > ul > li {
	width: 200px;
}

#ct_bg .globalNav01 > ul > li {
	margin-left: 8px;
}

#ct_bg .globalNav01 > ul > li:nth-child(n+4) {
	margin-top: 7px;
}

#ct_bg .globalNav01 > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 49px;
	border-radius: 100px;
	box-shadow: 0px 0px 0px 2px #1e1850 inset,0px 0px 0px 6px #ffffff inset;
	background: repeating-linear-gradient(-45deg, #ed4ca1 0, #ed4ca1 5px, #eb3896 5px, #eb3896 10px);
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	line-height: 1.222;
	letter-spacing: 0;
	transition: all .3s;
}

#ct_bg .globalNav01 > ul > li > a:hover {
	box-shadow: 0px 0px 0px 2px #1e1850 inset,0px 0px 0px 6px #fff100 inset;
	color: #fff100;
}

#ct_bg .mainImages01 {
	position: relative;
	margin: 0 auto 80px;
	margin-top: 25px;
	padding: 10px;
	width: 960px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 7px 7px 0 rgba(36, 21, 81, 0.3);
}

#ct_bg .mainImages01 .item01 > .image01 img {
	border-radius: 20px;
}

#ct_bg .mainImages01 .slick-dots {
	position: absolute;
	left: -5px;
	bottom: -40px;
}

#ct_bg .movieArea01 {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
} 

#ct_bg .movieArea01 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#ct_bg .frameArea01 {
	background: url(../img/bg_pikmipops04.png) repeat 50% 0;
	border-top: #fff solid 4px;
	border-bottom: #fff solid 4px;
}

#ct_bg .frameArea01 + .frameArea01 {
	border-top: 0;
}

#ct_bg .frameArea01.type01 {
	background: repeating-linear-gradient(-45deg, #ed4ca1 0, #ed4ca1 10px, #eb3896 10px, #eb3896 20px);
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	padding: 80px 0 95px;
	width: 960px;
}

#ct_bg .frameArea01 > .inner01 > .image01 {
	margin: 45px auto -95px;
	text-align: center;
}

#ct_bg .frameArea01 > .inner01 > .image02 {
	position: relative;
	left: -10px;
	margin: 45px auto -95px;
	text-align: center;
}

#ct_bg .frameArea02 {
	position: relative;
	margin: 20px auto 0;
	padding: 60px 0;
	width: 800px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 7px 7px 0 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .frameArea02 > .box01 {
	max-height: 370px;
	overflow: hidden;
}

#ct_bg .frameArea02 > .box01.on {
	max-height: 9999px;
	transition: max-height 3s;
}

#ct_bg .frameArea02 > .box01 > .text01 {
	margin-top: 40px;
	color: #1f1a51;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.01rem;
	font-weight: 900;
	text-align: center;
}

#ct_bg .frameArea02 > .box01 > .text01:first-child {
	margin-top: 0;
}

#ct_bg .frameArea02 > .image01 {
	position: absolute;
	top: -103px;
	left: 50px;
	width: 146px;
}

#ct_bg .frameArea02 > .image02 {
	position: absolute;
	top: 140px;
	right: -79px;
	width: 173px;
}

#ct_bg .frameArea02 > .image03 {
	position: absolute;
	bottom: -50px;
	left: -39px;
	width: 137px;
}

#ct_bg .frameArea02 > .button01 {
	display: table;
	margin: 40px auto 0;
}

#ct_bg .frameArea02 > .button01 > a {
	display: block;
	width: 280px;
	padding: 13px 20px 15px;
	background-color: #fff;
	border: solid 4px #e81871;
	border-radius: 40px;
	font-weight: 900;
	font-size: 2.01rem;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

#ct_bg .frameArea02 > .button01 > a:hover {
	color: #fff;
	background-color: #e81871;
}

#ct_bg .frameArea03 {
	position: relative;
	padding: 30px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 7px 7px 0 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .frameArea03.single01 {
	margin: 70px auto 0;
	width: 462px;
}

#ct_bg .frameArea03 > .text01 {
	margin: 20px -30px 0;
	padding: 10px 15px;
	background-color: #fff200;
	color: #e51373;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
}

#ct_bg .frameArea03 > .text02 {
	margin-top: 20px;
	color: #1f1a51;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.01rem;
	font-weight: 900;
	text-align: center;
}

#ct_bg .frameArea03 > .image01 {
	position: relative;
}

#ct_bg .frameArea03 > .image01 > .icon01 {
	position: absolute;
	z-index: 10;
	width: 77px;
	height: 77px;
	top: -20px;
	right: -20px;
}

#ct_bg .frameArea04 {
	position: relative;
	margin-top: 20px;
	padding: 50px 30px 60px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 7px 7px 0 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .frameArea04 > .text01 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 210px;
	border-radius: 0 0 20px 0;
}

#ct_bg .frameArea05 {
	position: relative;
	margin: 0 auto;
	width: 280px;
	padding: 10px;
	border: #000 solid 3px;
	border-radius: 10px;
	background-color: #fff;
}

#ct_bg .frameArea05 > .text01 {
	margin-top: 15px;
	color: #1f1a51;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	text-align: center;
}

#ct_bg .frameArea06 {
	position: relative;
	padding: 30px 10px 20px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 7px 7px 0 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .frameArea06 > .text01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	margin: 20px -10px 0;
	padding: 10px 15px;
	background-color: #e51373;
	color: #fff200;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

#ct_bg .frameArea07 {
	margin: 20px auto 0;
	padding: 30px 0;
	width: 960px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 7px 7px 0 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .frameArea07 > .titArea01 {
	background-color: #fff200;
	padding: 10px 30px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
}

#ct_bg .frameArea07 > .titArea01 > .text01 {
	font-size: 1.8rem;
	color: #1f1a51;
}

#ct_bg .frameArea07 > .titArea01 > .text02 {
	font-size: 2.4rem;
	color: #e51373;
}

#ct_bg .editArea {
	padding: 0 30px;
}

#ct_bg .editArea > .image01 {
	margin: 30px auto 0;
	width: 700px;
}

#ct_bg .editArea > .text01 {
	font-size: 2.4rem;
	color: #e51373;
	margin-top: 30px;
}

#ct_bg .editArea > .text02 {
	font-size: 1.8rem;
	color: #1f1a51;
	margin-top: 20px;
}

#ct_bg .heading01 {
	height: 80px;
	text-align: center;
}

#ct_bg .heading01 img {
	height: 100%;
	width: auto;
	max-width: none;
}

#ct_bg .heading02 {
	padding: 16px 10px 14px;
	border-radius: 10px;
	background: repeating-linear-gradient(-45deg, #251f55 0, #251f55 5px, #1e1850 5px, #1e1850 10px);
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
}

#ct_bg .col01 {
	width: 462px;
}

#ct_bg .col01:nth-child(n+3) {
	margin-top: 30px;
}

#ct_bg .col02 {
	width: 300px;
	margin-left: 27px;
	margin-top: 30px;
}

#ct_bg .col02:nth-child(3n+1) {
	margin-left: 0;
}

#ct_bg .col02 > .image01 {
	margin-left: 20px;
	margin-right: 20px;
}

#ct_bg .col03 {
	width: 462px;
	margin: 0 auto;
}

#ct_bg .col03:nth-child(n+3) {
	margin-top: 15px;
}

#ct_bg .block01 {
	margin-top: 40px;
}

#ct_bg .block01 + .block01 {
	margin-top: 60px;
}

#ct_bg .bnr01 {
	text-align: center;
	margin-top: 40px;
}

#ct_bg .bnr01:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

#ct_bg .list01 {
	margin-top: 10px;
}

#ct_bg .list01 > dt {
	display: inline-block;
	width: 60px;
	float: left;
	padding-top: 3px;
	border-radius: 5px;
	background-color: #fff200;
	color: #e51373;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

#ct_bg .list01 > dd {
	padding-left: 70px;
	margin-bottom: 10px;
	padding-top: 3px;
	min-height: 26px;
	font-weight: bold;
	font-size: 1.6rem;
}

#ct_bg .list01 > dd:last-child {
	margin-bottom: 0;
}

#ct_bg .btnList01 {
	position: relative;
	width: 374px;
	margin-left: auto;
	margin-right: auto;
}

#ct_bg .btnList01 > .button01 {
	position: relative;
}

#ct_bg .btnList01 > .button01:not(:first-child) {
	margin-top: 30px;
}

#ct_bg .btnList01 > .image01,
#ct_bg .btnList01 > .image02,
#ct_bg .btnList01 > .image03,
#ct_bg .btnList01 > .image04 {
	position: absolute;
	z-index: 2;
}

#ct_bg .btnList01 > .image01 {
	width: 105px;
	top: -36px;
	left: -90px;
}

#ct_bg .btnList01 > .image02 {
	width: 120px;
	top: 54px;
	right: -96px;
}

#ct_bg .btnList01 > .image03 {
	width: 165px;
	top: 160px;
	left: -125px;
}

#ct_bg .btnList01 > .image04 {
	width: 97px;
	top: 247px;
	right: -66px;
}

#ct_bg .btn01 {
	display: table;
	margin: 20px auto 0;
	min-width: 216px;
}

#ct_bg .btn01:hover,
#ct_bg .btn02:hover {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: tada;
	animation-name: tada;
}

#ct_bg .btn01 > a {
	position: relative;
	display: block;
	padding: 8px 10px 8px 77px;
	border-radius: 30px;
	background-color: #34d9c3;
	box-shadow: 3px 4px 0 0 rgba(31, 26, 81, .3);
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.7rem;
	font-weight: 900;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .btn01 > a:before {
	position: absolute;
	top: 50%;
	left: 29px;
	content: "";
	margin-top: -16px;
	width: 32px;
	height: 31px;
	background: url(../img/icon_pikmipops01.png) no-repeat 0 0 / cover;
}

#ct_bg .btn01 > a:after {
	position: absolute;
	top: 4px;
	left: 50%;
	content: "";
	margin-left: -42.7%;
	width: 85.4%;
	height: 20px;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, .3);
}

#ct_bg .btn02 {
	display: table;
	margin: 10px auto 0;
	width: 100%;
}

#ct_bg .btn02 > a {
	position: relative;
	display: block;
	padding: 8px;
	border-radius: 30px;
	background-color: #34d9c3;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.3rem;
	font-weight: 900;
	text-decoration: none;
	text-shadow: 2px 2px 0 rgba(31, 26, 81, 0.3);
	text-align: center;
}

#ct_bg .btn02 > a > .icon01 {
	display: inline-block;
	margin-left: 10px;
	padding: 0 8px;
	border-radius: 10px;
	background-color: #fff200;
	color: #34d9c3;
	font-weight: 700;
	font-size: 1.6rem;
	box-shadow: 2px 2px 0 0 rgba(31, 26, 81, .3);
	text-shadow: 0 0 0;
	line-height: 1.3;
}

#ct_bg .btn03 {
	display: table;
	margin: 40px auto;
}

#ct_bg .btn03 > a {
	display: block;
	max-width: 960px;
	padding: 22px 60px 18px;
	background-color: #fff;
	border: solid 4px #fff200;
	box-shadow: inset 2px 1px 0 #e81871, inset -1px -2px 0 #e81871, inset -1px 2px 0 #e81871, inset 1px -2px 0 #e81871, inset 2px 0 0 #e81871, inset -2px 0 0 #e81871;
	border-radius: 40px;
	font-weight: bold;
	font-size: 2.0rem;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .btn03 > a > .font01 {
	position: relative;
	display: inline-block;
	top: -2px;
	margin-left: 10px;
	padding: 4px 8px 2px;
	background-color: #e81871;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.2;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#ct_bg .btn03 > a:hover {
	color: #fff;
	background-color: #e81871;
}

#ct_bg .btn03 > a:hover > .font01 {
	background-color: #fff;
	color: #e81871;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	10%, 20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

#ct_bg .slideArea01 {
	margin-top: 20px;
}

#ct_bg .slide01 {
	margin: 0 -500%;
}

#ct_bg .slide01 .slick-slide {
	width: 640px;
	height: 360px;
	overflow: hidden;
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	transition: 0.5s;
}

#ct_bg .slide01 .slick-center {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#ct_bg .slide01 .slick-next {
	right: 50%;
	margin-right: -388px;
}

#ct_bg .slide01 .slick-prev {
	left: 50%;
	margin-left: -386px;
}

#ct_bg .slide01 .item01 iframe {
	width: 100%;
	height: 100%;
}

#ct_bg .txt01 {
	font-weight: bold;
}

@media screen and (max-width: 639px) {
#ct_bg .mainArea01 {
	padding-bottom: 3.33vw;
	padding-top: 0;
	background-size: 25px;
}

#ct_bg .mainArea01:before {
	left: 0;
	height: 33.6vw;
	transform: translateX(0);
	background-image: url(../../img/bg_index01_sp.png);
	background-size: 100%;
}

#ct_bg .mainArea01:after {
	left: 0;
	height: 12px;
	transform: translateX(0);
	background: repeating-linear-gradient(70deg, #f79dd4 0, #f79dd4 8px, #ef3caa 8px, #ef3caa 16px);
}

#ct_bg .mainArea01In {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 7px 2.666%;
	background: repeating-linear-gradient(-45deg, #ed4ca1 0, #ed4ca1 5px, #eb3896 5px, #eb3896 10px);
}

#ct_bg .mainArea01In > .logo01 {
	width: 58px;
}

#ct_bg .mainArea01In > .text01 {
	position: static;
	margin-left: 10px;
	top: inherit;
	right: inherit;
	max-width: 220px;
	color: #fff;
	font-size: 1.1rem;
}
	
#ct_bg .headBtnArea01 {
	display: block;
	position: absolute;
	z-index: 1000;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 2.666%;
	border: solid 2px #e8026f;
	background-color: #fff;
	border-radius: 7px;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
}
	
#ct_bg .headBtnArea01 > .text01 {
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 3px;
	transform: translateX(-50%);
	color: #e8026f;
	font-size: 1.0rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	text-align: center;
	letter-spacing: -.06em;
}
	
#ct_bg .headButton01 > span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -11px;
	width: 22px;
	height: 2px;
	background-color: #e8026f;
	text-indent: 100%;
	white-space: nowrap;
}

#ct_bg .headButton01 > span.top {
	top: 7px;
}
#ct_bg .headButton01 > span.middle {
	top: 15px;
}
#ct_bg .headButton01 > span.bottom {
	top: 23px;
}
	
#ct_bg .active .headButton01 > span.top {
	transform: rotate(45deg);
	top: 15px;
}
#ct_bg .active .headButton01 > span.middle {
	background: none;
}
#ct_bg .active .headButton01 > span.bottom {
	transform: rotate(-45deg);
	top: 15px;
}
	
#ct_bg .headBlock01 {
	position: absolute;
	height: 100vh;
	padding-bottom: 60px;
	z-index: 900;
	top: 0;
	opacity: 0;
	visibility: hidden;
	left: 0;
	width: 100%;
	transition: all .2s;
}
	
#ct_bg .active .headBlock01 {
	visibility: visible;
	opacity: 1.0;
	transition: all .2s;
}
	
#ct_bg .closeBtn01 {
	display: table;
	width: 160px;
	margin: 40px auto 0;
	padding: 10px;
	border: solid 2px #fff;
	border-radius: 100px;
	color: #fff;
	text-align: center;
}
	
#ct_bg .closeBtn01:hover {
	cursor: pointer;
}
	
#ct_bg .closeBtn01 > .inner01 {
	position: relative;
	display: inline-block;
	margin-left: -4px;
	padding-left: 28px;
	font-size: 1.6rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
}

#ct_bg .closeBtn01 > .inner01:before,#ct_bg .closeBtn01 > .inner01:after {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	width: 24px;
	height: 3px;
	background-color: #fff;
}

#ct_bg .closeBtn01 > .inner01:before {
	transform: rotate(-45deg);

}
#ct_bg .closeBtn01 > .inner01:after {
	transform: rotate(45deg);
}

#ct_bg .globalNav01 {
	position: static;
	width: 100%;
	top: inherit;
	bottom: inherit;
	right: inherit;
}

#ct_bg .globalNav01 > ul {
	display: block;
	padding: 80px 2.666% 0;
}

#ct_bg .globalNav01 > ul > li {
	width: 100%;
	border-top: solid 2px #fff;
}
	
#ct_bg .globalNav01 > ul > li:last-child {
	border-bottom: solid 2px #fff;
}

#ct_bg .globalNav01 > ul > li:not(:first-child) {
	margin-left: 0;
}

#ct_bg .globalNav01 > ul > li:nth-child(4+n) {
	margin-top: 0;
}

#ct_bg .globalNav01 > ul > li > a {
	display: block;
	height: auto;
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

#ct_bg .globalNav01 > ul > li > a:hover {
	box-shadow: none;
	color: #fff;
}
	
#ct_bg .mainImages01 {
	margin-top: 20px;
	padding: 5px;
	width: 78.6%;
	border-radius: 15px;
	box-shadow: 5px 5px 0 rgba(36, 21, 81, 0.3);
}

#ct_bg .mainImages01 .item01 > .image01 img {
	border-radius: 10px;
}

#ct_bg .frameArea01 {
	background-size: 25px;
}
	
#ct_bg .frameArea01.type01 {
	background: repeating-linear-gradient(-45deg, #ed4ca1 0, #ed4ca1 5px, #eb3896 5px, #eb3896 10px);
}

#ct_bg .frameArea01 > .inner01 {
	margin: 0 auto;
	padding: 60px 4% 95px;
	width: 100%;
}

#ct_bg .frameArea01 > .inner01 > .image01 {
	margin-top: 20px;
}
	
#ct_bg .frameArea01 > .inner01 > .image02 {
	left: -14%;
	width: 125%;
	margin-top: 40px;
}

#ct_bg .frameArea02 {
	padding: 25px 5.7% 41%;
	width: 100%;
}
	
#ct_bg .frameArea02 > .box01 {
	max-height: 310px;
}

#ct_bg .frameArea02 > .box01 > .text01 {
	margin-top: 30px;
	font-size: 1.6rem;
	text-align: left;
}

#ct_bg .frameArea02 > .image01 {
	top: auto;
	bottom: -2%;
	left: -1%;
	width: 28.8%;
}

#ct_bg .frameArea02 > .image02 {
	top: auto;
	bottom: -2%;
	right: auto;
	left: 31.9%;
	width: 34%;
}

#ct_bg .frameArea02 > .image03 {
	bottom: -2%;
	left: 71.4%;
	width: 27%;
}

#ct_bg .frameArea02 > .button01 > a {
	width: 224px;
	padding: 10px 20px 12px;
	background-color: #fff;
	font-size: 1.6rem;
}
	
#ct_bg .frameArea02 > .button01 > a:hover {
	color: #e81871;
	background-color: #fff;
}

#ct_bg .frameArea03 {
	position: relative;
	padding: 35px 5%;
}

#ct_bg .frameArea03.single01 {
	margin: 70px 4% 0;
	padding: 20px 5%;
	width: auto;
}

#ct_bg .frameArea03 > .image01 {
	margin:  0 5%;
}
	
#ct_bg .frameArea03 > .image01 > .icon01 {
	width: 50px;
	height: 50px;
	top: -10px;
	right: -10px;
}

#ct_bg .frameArea03 > .text01 {
	margin: 20px -5.5% 0;
	padding: 10px;
	font-size: 2.01rem;
}

#ct_bg .frameArea03 > .text02 {
	font-size: 1.4rem;
}

#ct_bg .frameArea04 {
	padding: 25px 5.7% 50%;
}

#ct_bg .frameArea04 > .text01 {
	width: 56.5%;
}

#ct_bg .frameArea05 {
	width: 100%;
	padding: 10px 3.2%;
}

#ct_bg .frameArea05 > .text01 {
	font-size: 1.4rem;
}
	
#ct_bg .frameArea06 {
	padding: 20px 2.666vw;
	border-radius: 10px;
	box-shadow: 6px 6px 0 0 rgba(31, 26, 81, 0.3);
}

#ct_bg .frameArea06 > .text01 {
	height: auto;
	margin: 15px -2.666vw 0;
	padding: 8px 0.5vw;
	font-size: 3.266vw;
}	

#ct_bg .frameArea07 {
	padding: 35px 0;
	width: 100%;
}

#ct_bg .frameArea07 > .titArea01 {
	padding: 15px 15px;
}

#ct_bg .frameArea07 > .titArea01 > .text01 {
	font-size: 1.4rem;
}

#ct_bg .frameArea07 > .titArea01 > .text02 {
	font-size: 2.0rem;
}

#ct_bg .editArea > .image01 {
	margin: 35px auto 0;
	width: 95%;
}

#ct_bg .editArea > .text01 {
	font-size: 2.0rem;
}

#ct_bg .editArea > .text02 {
	font-size: 1.4rem;
}

#ct_bg .heading01 {
	height: 14.2vw;
}
	
#ct_bg .heading02 {
	padding-top: 15px;
	padding-bottom: 13px;
	font-size: 1.8rem;
}

#ct_bg .col01 {
	width: 100%;
}

#ct_bg .col01 + .col01 {
	margin-top: 30px;
}
	
#ct_bg .col02 {
	width: 46.376%;;
	margin-left: 0;
	margin-top: 20px;
}

#ct_bg .col02:nth-child(even) {
	margin-left: 5.797%;
}
	
#ct_bg .col02:nth-child(n+3) {
	margin-top: 25px;
}
	
#ct_bg .col02 > .image01 {
	margin-left: 3.571%;
	margin-right: 3.571%;
}

#ct_bg .col03:nth-child(n+2) {
	margin-top: 20px;
}
	
#ct_bg .block01 + .block01 {
	margin-top: 40px;
}
	
#ct_bg .bnr01:hover {
	-webkit-animation: none;
	animation: none;
}
	
#ct_bg .list01 {
	margin-top: 10px;
}

#ct_bg .list01 > dt {
	width: 45px;
	float: none;
	padding-top: 1px;
	font-size: 1.2rem;
}

#ct_bg .list01 > dd {
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 0;
	margin-top: 4px;
	font-size: 1.2rem;
}
	
#ct_bg .btnList01 {
	width: 100%;
	position: static;
}
	
#ct_bg .btnList01 > .button01 {
	margin-top: 0;
}

#ct_bg .btnList01 > .button01:not(:first-child) {
	margin-top: 20px;
}

#ct_bg .btnList01 > .image01 {
	width: 19.666vw;
	top: inherit;
	bottom: 2.6vw;
	left: 20.333vw;
}

#ct_bg .btnList01 > .image02 {
	width: 22.333vw;
	top: inherit;
	bottom: 23.333vw;
	right: inherit;
	left: 31.066vw;
}
	
#ct_bg .btnList01 > .image03 {
	width: 29.866vw;
	top: inherit;
	bottom: 25.6vw;
	left: 0.333vw;
}
	
#ct_bg .btnList01 > .image04 {
	width: 17.066vw;
	top: inherit;
	bottom: 2.266vw;
	left: 1vw;
	right: inherit;
}

#ct_bg .btn01 {
	min-width: 190px;
}

#ct_bg .btn01:hover,
#ct_bg .btn02:hover {
	-webkit-animation: none;
	animation: none;
}

#ct_bg .btn01 > a {
	font-size: 2.3rem;
}

#ct_bg .btn01 > a:before {
	margin-top: -13px;
	width: 28px;
	height: 26px;
}

#ct_bg .btn02 {
	margin-top: 20px;
}

#ct_bg .btn02 > a {
	font-size: 1.9rem;
}

#ct_bg .btn02 > a > .icon01 {
	padding: 2px 8px;
	font-size: 1.2rem;
}
	
#ct_bg .btn03 {
	display: block;
	margin-left: 4%;
	margin-right: 4%;
}

#ct_bg .btn03 > a {
	padding: 16px 20px 14px;
	border-radius: 20px;
	font-size: 1.6rem;
}

#ct_bg .btn03 > a > .font01 {
	top: 0;
	padding: 4px 8px 2px;
	font-size: 1.4rem;
}

#ct_bg .btn03 > a:hover {
	color: #e81871;
	background-color: #fff;
}

#ct_bg .btn03 > a:hover > .font01 {
	background-color: #e81871;
	color: #fff;
}
	
#ct_bg .slide01 {
	margin: 0;
	padding-left: 7.246%;
	padding-right: 7.246%;
	transition: all 0;
}

#ct_bg .slide01 .slick-slide {
	height: 44.266vw;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0;
}

#ct_bg .slide01 .slick-next {
	right: -2.266vw;
	margin-right: 0;
}

#ct_bg .slide01 .slick-prev {
	left: -2.266vw;
	margin-left: 0;
}
	
#ct_bg .slide01 .item01 iframe {
	width: 100%;
	height: 100%;
}

#ct_bg .slick-list .slick-track {
	display: none !important;
}
	

}


/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
