@charset "utf-8";
/* CSS Document */


/*------------------基本 start------------------*/

body {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, arial;
	
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
h1 {
	margin-top: 0;
	margin-bottom: 0;
}

h2{
	font-size: 22px;
	font-weight: bold!important;
}
ul,li{
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
body {
	font-size: 13px;
	line-height: 1.4;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, arial;
}
	
	h2{
	font-size: 14px;
	font-weight: bold!important;
}

	
}
/*------------------基本 end------------------*/

/*------------------メインビジュアル start------------------*/

.mainvis {
	margin: 0 auto;
	/*padding: 20px 0 0 0 ;*/
	text-align: center;
	background-color: #fff;
	margin-top: 65px;
}

.mainvis h1{
	max-width: 960px;
	margin: 0 auto;
}
.mainvis picture {
	width: 100%;
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
	
.mainvis {
	width: 100%;
	padding: 0 ;
	background-color: #f9f9f9 !important;
	margin-top: 50px;
}
}
/*------------------メインビジュアル end------------------*/
/*------------
all
------------*/
#all_container{
	max-width: 960px;
	margin: 0 auto;
}
a:hover{
	color: #fff;
}
#all_container a.link_basic {
	background-color: rgba(0, 0, 0, 0);
	color: #e7004d;
}
#all_container a.link_basic:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px) {


}

/*------------
jump_btn
------------*/

#jump_btn{
	padding-top: 56px;
	padding-bottom: 62px;
	background-image: url(../img/pattern_jumpBtn.jpg);
	background-repeat: repeat;
}
div.jump_btn_cover{
	margin: 0px auto;
	max-width: 880px;
}
#jump_btn a{
	position: relative;
	margin-right: 20px;
	background-color: #f678a4;
	text-align: center;
	width: 31.2%;
	height: 60px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 60px;
	border-radius:3px;
	transition: background-color 0.1s ease;
}
#jump_btn a:last-child{
	margin: 0;
}
#jump_btn a:after{
	content:"↓";
	position: absolute;
	right:15px;
	color:#e7316e;
	transition: background-color 0.1s ease;
}
@media screen and (max-width: 800px) {
	#jump_btn a:last-child:after{
		right:8px;
	}
	
}
#jump_btn a:hover{
	background-color: #e7316e;
}
#jump_btn a:hover:after{
	color: #fff;
}
@media screen and (max-width: 767px) {
	#jump_btn{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#jump_btn a{
		width: 100%;
		margin-bottom:15px;
		margin-right: 0;
		border-radius: 0px;
		height: 70px;
		line-height: 70px;
	}
	#jump_btn a::after{
		right:30px;
	}
	#jump_btn a:last-child:after{
		right:30px;
	}
}

/*------------
#about
------------*/
#about{
	background-image: url(../img/background_rainbow.png);
	background-repeat: no-repeat;
	/*background-size:contain;*/
	text-align: center;
	padding-bottom: 52px;
}
#about h2{
	display: inline-block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: rgba(250, 214, 216, 0.2);
	margin-top: 34px;
}
.about_cover{
	max-width:880px;
	width: 100%;
	margin: 0 auto;
}
.about_cover h2 img{
	margin: 0 auto;
}
.about_cover p{
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 40px;
	font-size: 13px;
}
.about_cover a{
	position: relative;
/*	margin-right: 20px;*/
	background-color: #f678a4;
	text-align: center;
	width: 31%;
	height: 60px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 60px;
	border-radius:3px;
	transition: background-color 0.1s ease;
}
.about_cover a:after{
	content:"→";
	position: absolute;
	right:15px;
	color:#e7316e;
	transition: background-color 0.1s ease;
}
.about_cover a:hover{
	background-color: #e7316e;
}
.about_cover a:hover:after{
	color: #fff;
}
@media screen and (max-width: 800px) {
	.about_cover a:after{
		right:4px;
	}
}
.about_cover img{
	width: 100%;
}
@media screen and (max-width: 767px) {
	#about{
		background-image: url(../img/background_rainbow_sp.png);
		background-size: auto;
	}
	.about_cover{
		/*padding-left: 3%;
		padding-right: 3%;*/
		width:94%;
	}
	#about h2{
		padding-right: 3%;
		padding-left: 3%;
	}
	.about_cover a{
		width: 80%;
		height: 70px;
		margin-bottom: 50px;
		line-height: 70px;
	}
	.about_cover a:after{
		right:3%;
	}

}

/*------------
#plugin
------------*/
#plugin{
	background-image: url(../img/pattern_pinkCheck.jpg);
	background-repeat: repeat;
	text-align: center;
	padding-bottom:10px;
}
#plugin h2{
	display: inline-block;
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: #fff;
	margin-top: 34px;
}
.plugin_cover{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;

}
.plugin_cover p{
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 13px;
}

.plugin_cover .box_layer{
	max-width: 690px;
	margin: 1em auto 3em;
}
.plugin_cover .box_right,
.plugin_cover .box_left{
	display:inline-block;
	width: 50%;
}
.plugin_cover .box_right{
	float: right;
}
.plugin_cover .box_left{
	float: left;
}

.plugin_cover ul li{
	list-style: none;
	display: inline-block;
/*	width:30%*/;
	margin: 0 15px 35px 30px;
	text-align: left;
}
.plugin_cover ul li:last-child{
	margin-bottom: 0;
}

.plugin_cover li a{
	display: inline-block;
	position: relative;
	width: 75%;
	height: 48px;
	margin-top: 15px;
	padding-left: 15px;
	background-color: #f678a4;
	border-radius:3px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	transition: background-color 0.1s ease;
	cursor: pointer;
}
.plugin_cover li a:before{
	content:"";
	position: absolute;
	top:14px;
	left:15px;
	width: 20px;
	height: 20px;
	background-image: url(../img/pictogram_audio.png);
	color:#e7316e;
	transition: background-color 0.1s ease;
}
.plugin_cover a:hover{
	background-color: #e7316e;
	
}
.plugin_cover a:hover:before{
	color: #fff;
	background-image: url(../img/pictogram_audio_hover.png);
}
.plugin_cover li:first-child {
	margin-bottom: 120px;
}
.plugin_cover li:first-child img{
	margin-bottom: -42px;
}

.plugin_cover a.plugin_link{
	display: inline-block;
	position: relative;
	width: 50%;
	height: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 20px;
	background-color: #f678a4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border-radius:3px;
	transition: background-color 0.1s ease;
}
.plugin_cover a.plugin_link:after{
	content:"→";
	position: absolute;
	top: 32px;
	right:15px;
	color:#e7316e;
	transition: background-color 0.1s ease;
}
.plugin_cover a.plugin_link:hover{
	background-color: #e7316e;
}
.plugin_cover a.plugin_link:hover:after{
	color: #fff;
}

@media screen and (max-width: 800px) {
	.plugin_cover  a.plugin_link:after{
		right:4px;
	}
}

@media screen and (max-width: 767px) {
	#plugin h2{
		padding-right: 3%;
		padding-left: 3%;
		height: auto;
		line-height: inherit;
	}
	#plugin h2 img{
		margin-top: 25px;
		margin-bottom: 22px;
	}
	.plugin_cover{
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}
	.plugin_cover .box_layer{
		margin-top: 0;
	}
	.plugin_cover .box_right,
	.plugin_cover .box_left{
		display: block;
		width: 100%;
	}
	.plugin_cover ul{
		margin-right: 0;
		margin-left: 0;
	}
	.plugin_cover ul li{
		width: 80%;
		margin: 0 0 35px;
	}
	.plugin_cover ul li:first-child{
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.plugin_cover ul li:first-child img{
		margin-bottom: 0;
	}
	.plugin_cover li{
		margin-top: 60px;
	}
	.plugin_cover li a{
		width: 100%;
		height: 60px;
		margin-top:0;
		line-height: 60px;
	}
	.plugin_cover li a:before{
		content:"";
		width: 20px;
		height: 20px;
		position: absolute;
		top:20px;
		left:25px;
		background-image: url(../img/pictogram_audio_sp.png);
		background-size: 20px 20px;
	}
	.plugin_cover li a:hover:before{
		color: #fff;
		background-image: url(../img/pictogram_audio_hover_sp.png);
	}
	.plugin_cover li:first-child a{
		margin-top: 0;
}
	.plugin_cover a.plugin_link{
		width: 100%;
	}
	.plugin_cover a.plugin_link:after{
		right:3%;
	}
}


/*------------
#special_package
------------*/
#special_package{
	background-image: url(../img/background_rainbow.png);
	background-repeat: no-repeat;
	/*background-size:contain;*/
	text-align: center;
}
#special_package h2{
	display: inline-block;
	width: 100%;
	height: 110px;
	line-height: 110px;
	background-color: rgba(250, 214, 216, 0.2);
	margin-top: 34px;
}
.special_package_cover{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;

}
.special_package_cover p{
	display: inline-block;
	margin-top: 35px;
	margin-bottom: 35px;
	font-size: 13px;
}
.special_package_cover p span.strong{
	color: #ff0054;
	font-weight: 900;
	display: block;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size:20px;
}

.special_package_cover a{
	position: relative;
	margin-bottom: 10px;
	background-color: #f678a4;
	text-align: center;
	width: 430px;
	padding: 28px 0;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-radius:3px;
	transition: background-color 0.1s ease;
}

.special_package_cover a:hover{
	background-color: #e7316e;
}
.mail_block{
	background-color: rgba(255,255,255,1);
	border:1px solid #f68eb2;
}
.mail_block p{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 13px;
}
.footer_cover{
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}
.footer_cover p{
	display: inline-block;
	margin-top: 45px;
	margin-bottom: 45px;
	font-size: 13px;
}
#jump_toTop{
	text-align: right;
	float: right;
	margin-top: 45px;
}

@media screen and (max-width: 767px) {
	#special_package{
		background-image: url(../img/background_rainbow_sp.png);
		background-size: auto;
	}
	#special_package h2{
		padding-right: 3%;
		padding-left: 3%;
		height: auto;
		
	}
	#special_package h2 img{
		margin-top: 25px;
		margin-bottom: 22px;
	}
	.special_package_cover{
	   /* padding-right: 3%;
		padding-left: 3%;*/
		width: 94%;
	}
	.special_package_cover a{
		width: 75%;
		padding: 13px 5px;
	}
	.special_package_cover p span.strong{
	color: #ff0054;
	font-weight: 900;
	display: block;
	margin-top: 20px;
	padding-bottom: 10px;
	font-size:15px;
	}
	.special_package_cover img{
		width: 100%;
	}
	.mail_block p{
		margin-right: 3%;
		margin-left: 3%;
	}
	.footer_cover{
		padding-right: 3%;
		padding-left: 3%;
	}
	.footer_cover p{
		margin-bottom: 0;
		font-size: 10px;
	}
	#jump_toTop{
		text-align: center;
		float: inherit;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 20%;
	}
}


/*------------
#conversion_area
------------*/
#conversion_area{
	background-image: url(../img/pattern_pinkCheck.jpg);
	background-repeat: repeat;
	text-align: center;
	padding: 60px 0 40px;
}
.conversion_cover{
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}
.conversion_cover ul li{
	list-style: none;
	display: inline-block;
	width:45%;
	margin-right: 30px;
	vertical-align: top;
	text-align: center;
}
.conversion_cover li:last-child{
	margin-right: 0;
}
.conversion_cover li a.link_btn{
	display: inline-block;
	position: relative;
	width: 100%;
	height: 70px;
	padding-top: 17px;
	margin-bottom: 12px;
	background-color: #f678a4;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	border-radius:3px;
	transition: background-color 0.1s ease;
	cursor: pointer;
}
.conversion_cover li a.link_btn:after{
	content:"→";
	position: absolute;
	top: 50%;
	right:12px;
	color:#e7316e;
	transition: background-color 0.1s ease;
	transform: translateY(-50%)
}
.conversion_cover li a:hover{
	background-color: #e7316e;
}
.conversion_cover li a:hover:after{
	color: #fff;
}

@media screen and (max-width: 767px) {
	#conversion_area{
	}
	.conversion_cover ul li{
		width: 80%;
		min-height: auto;
		margin-right: 0;
	}
	.conversion_cover li a.link_btn{
		width: 100%;
	}
	.conversion_cover li{
		margin-top: 30px;
	}
	.conversion_cover li:first-child{
		margin-top: 0;
	}
	.conversion_cover li:last-child{
		margin-top: 30px;
	}
}




/*------------------メインコンテンツ start------------------*/


@media screen and (max-width: 767px) {


}

/*------------------メインコンテンツ end------------------*/

