@charset "utf-8";

html {
	font-size: 62.5%;
}

#contents {
	padding: 0;
	width: 100%;
}

#header {
	box-shadow: none;
}

#footerIn img {
	border: none;
}

.onlySP {
	display: none;
}

#ct_bg {
	background: #fecfe4 url(../img/bg_top01.png) no-repeat center top/cover;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",Osaka,sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
}

#ct_bg img {
	max-width: 100%;
	height: auto;
}

#ct_bg .imgOver01 img {
	-webkit-transition: opacity .3s;
	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;
}

.fb_iframe_widget > span {
	vertical-align: baseline !important;
}

#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 .contents01 {
	background: url(../img/bg_top02.png) no-repeat;
	background-position: center 0;
}

#ct_bg .main-image01 {
	text-align: center;
	padding: 60px 0 40px;
}

#ct_bg .product-box {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1003px;
}

#ct_bg .product {
	background-color: #e4007f;
	border-radius: 20px;
	margin-bottom: 30px;
	width: 480px;
}

#ct_bg .product > a {
	display: block;
	padding: 20px;
}

#ct_bg .product:nth-child(odd) {
	margin-right: 40px;
}

#ct_bg .product:hover {
	background-color: #e026ac;
}

#ct_bg .product > a > .button01 {
	width: 320px;
	height: 69px;
	margin: 20px auto 0;
	background: url(../img/btn_index01_pc.png) no-repeat 50% 0;
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden;
}

#ct_bg .product:hover > a > .button01 {
	background-position: 50% 100%;
}

#ct_bg .snsBtn01 {
	position: relative;
	top: -30px;
	text-align: center;
}

#ct_bg .snsBtn01 > li {
	display: inline-block;
	padding-bottom: 20px;
}

@media screen and (max-width: 639px) {
#ct_bg {
	background-image: url(../img/bg_top01_sp.png);
	background-size: 100%;
	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 .contents01 {
	background: url(../img/bg_top02_sp.png) no-repeat;
	background-position: center 20px;
	background-size: contain;
}

#ct_bg .main-image01 {
	margin: 0 14.666%;
}

#ct_bg .product-box {
	width: 100%;
}

#ct_bg .product {
	margin-bottom: 15px;
	width: 92%;
}

#ct_bg .product:nth-child(odd) {
	margin-right: 0px;
}

#ct_bg .product:hover {
	background-color: #e4007f;
}
	
#ct_bg .product > a > .button01 {
	width: 244px;
	height: 68px;
	background-image: url(../img/btn_index01_sp.png);
	background-size: 244px;
}	
}

/* Clearfix */
#ct_bg .cf:after {
	content: " ";
	display: block;
	clear: both;
}
