@charset "utf-8";

 /*----------------------------------
 wrapeer
------------------------------------*/
#wrapper.no_pad{
	padding-bottom: 1px;
}
 /*----------------------------------
 wrapeer
------------------------------------*/
.index img{width:auto;}
.index img.w100{width:100%;}

 /*----------------------------------
 flexslider
------------------------------------*/
.flexWrap{
/*	background: url(/renew_images/index/main_sokureko.jpg);
	background-size: cover;*/
	background: #000 !important;
}
.flexslider{
	position:relative !important;
	margin: 0 !important;
	border: 0 !important;
	padding-bottom:32%;
	opacity:0;
	transition: opacity 1s ease-out;
}
.flexslider.view{
	opacity:1;
	height:auto !important;
}
.flex-control-nav{
	position:absolute !important;
	bottom:10px !important;
}

.flex-control-paging li a{
	background: #fff !important;
	opacity: 1 !important;
}
.flexslider .slides > li a{
	display: block;
}
.flexslider .slides > li a img{
	transition: all 0.2s ease-out;
}

.flexslider .slides > li a:hover img{
	opacity:0.7;
}

.flex-control-paging li a.flex-active{
	background: #ff0000 !important;
}
.flex-direction-nav{
	display:none !important;
}

 /*----------------------------------
 news
------------------------------------*/

.newstickerWrapper{
	background: #595656;
	padding:7px 20px;
}
.newstickerWrapper .newstikerInner{
	max-width:980px;
	margin-left: auto;
	margin-right: auto;
}
.newstickerWrapper .title{
	width: 10%;
	display:inline-block;
	vertical-align:middle;
	font-weight:bold;
	color:#fff;
}
.newstickerWrapper .more{
	width: 10%;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	float:right;
}
.newstickerWrapper .more a{
	color:#fff;
	background: url(/renew_images/common/arrow_left_white.png) no-repeat 95% center#595656;
    background-size: 6px 11px;
    padding-right: 15px;
}
.newstickerWrapper .more a:hover{
	opacity:0.7;
	transition: all 0.2s ease-out;
}
.newsticker {
	display:inline-block;
	vertical-align:middle;
	padding: 10px;
	box-sizing:border-box;
	width: 77%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.newsticker ul {
  width: 100%;
}

.newsticker ul li {
  width: 100%;
  display: none;
  margin-top: -1px;
}
.newsticker ul li a{
	font-size:16px;
	color:#fff;
	transition: opacity 0.2s ease-out;
}
.newsticker ul li a:hover{
	opacity:0.7;
}
.sp,
.flexslider .slides img.sp{
	display:none;
}


@media screen and  (max-width:640px) {
	.sp,
	.flexslider .slides img.sp{
		display:block;
	}
	.flexslider .slides img.sp_none{
		display:none;
	}
	.newstickerWrapper{
		position:relative;
		padding:10px 20px;
	}
	.newstickerWrapper .title{
		width:100%;
	}
	.newsticker{
		width:100%;
		height:1.5em !important;

	}
	.newsticker ul li a{
		font-size:12px;
	}
	.newsticker ul li{
		line-height:2em;
		margin:0;
	}
	.newstickerWrapper .more{
		position:absolute;
		right:10px;
		top:10px;
		width:5em;
	}
}



/*----------------------------------
 pagelink_area
------------------------------------*/
.pagelink_area{
	padding-top: 60px;
	padding-bottom: 60px;
}
.pagelink_area .maintext{
	max-width:912px;
	margin-left: auto;
	margin-right: auto;
}
.pagelink_area{
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.pagelink_area .btn_area{
	margin-top: 40px;
}

.pagelink_area .btn_area .left{
	float:left;
	margin-right:2%;
	width:49%;
}
.pagelink_area .btn_area .right{
	float:right;
	width:49%;
}

.pagelink_area .image_bt{
	display:none;
}
/*service_btn*/
.service_btn {
    display: inline-block;
    border: 3px solid rgb(226, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 10px 30px 10px 85px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width:100%
    box-sizing:border-box;
}
.service_btn:hover {
    background-color: rgb(250, 233, 233);
}
.service_btn span {
    display: block;
    color: rgb(226, 0, 0);
    font-size: 18px;
    font-weight: bold;
    padding: 7px 30px 7px 0;
    background: rgba(0, 0, 0, 0) url(/renew_images/lineup/arrow_red_r.png) no-repeat right center;

}
.service_btn.bottom span {
	background: rgba(0, 0, 0, 0) url(/renew_images/common/arrow_bottom.png) no-repeat right center;
	background-size:12px 6px;
}
.service_btn.cloud {
    background-image: url(/renew_images/index/icon_cloud.png);
    background-size:43px 31px;
    background-repeat: no-repeat;
    background-position: 38px center;
    display: block;
}
.service_btn.mic {
    background-image: url(/renew_images/index/icon_mic.png);
    background-repeat: no-repeat;
    background-position: 38px 12px;
    display: block;
}
@media screen and  (max-width:640px) {
	.pagelink_area{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pagelink_area .btn_area{
		margin-top: 20px;
	}
	.pagelink_area .service_btn{
		display:none;
	}
	.pagelink_area .image_bt{
		display:block;
	}
}


/*-------------------------
whitebox
-------------------------*/
.whitebox{
	background: #fff;
	padding: 40px;
	position:relative;
	font-size:16px;
	box-sizing:border-box;
}

#cloud{
	text-align:center;
	vertical-align:middle;
	color:#e20000;
	font-size:28px;
	padding-top: 50px;
	margin-bottom:20px;
}
#cloud img{
    margin-bottom: -5px;
    margin-right: 5px;
}
.cloud-area .text{
	font-size:14px;
	line-height:1.6;
}
.cloud-area .image{
	margin-top: -40px;
}

#mic{
	text-align:center;
	vertical-align:middle;
	color:#e20000;
	font-size:28px;
	padding-top: 50px;
	margin-bottom:20px;
}
#mic img{
    margin-bottom: -10px;
    margin-right: 5px;
}

.whitebox.left{
	width:49%;
	margin-right: 2%;
	float:left;
}
.whitebox.right{
	width:49%;
	float:right;
}
.logo_area .logo{
	width:20.44%;
	display:inline-block;
	vertical-align:middle;
}
.logo_area .text{
	font-size:14px;
	line-height:1.6;
	width:76%;
	margin-left: 3%;
	display:inline-block;
	vertical-align:middle;
}
.whitebox.left .image{
	margin-top: 15px;
}
.whitebox.right .image{
	margin-top: 4px;
}
@media screen and  (max-width:640px) {
	#cloud{
		font-size:20px;
		padding-top: 30px;
		margin-bottom:10px;
	}
	#cloud img{
	    margin-bottom: -2px;
	    margin-right: 5px;
	    width:30px;
	}
	#mic{
		font-size:20px;
		padding-top: 30px;
		margin-bottom:10px;
	}
	#mic img{
	    margin-bottom: -10px;
	    margin-right: 5px;
	    width:25px;
	}
	.whitebox{
		padding: 5%;
	}
	.cloud-area .image_sp{
		margin-top: 20px;
	}
	.whitebox.left{
		width:100%;
		margin-right: 0;
		float:none;
		margin-bottom: 20px;
	}
	.whitebox.right{
		width:100%;
		float:none;
	}
}

 /*----------------------------------
 taiken
------------------------------------*/
.taiken{
	margin-top: 60px;
	text-align:center;
}
.taiken h3{
	padding-bottom: 20px;
}


.service_btn.hear {
    background-image: url(/renew_images/index/icon_hear.png);
    background-size:30px 35px;
    background-repeat: no-repeat;
    background-position: 38px center;
}
@media screen and  (max-width:640px) {
}
/*----------------------------------
lineup
------------------------------------*/
.whitebox.lineup{
	text-align:center;
	margin-top: 60px;
}
.whitebox.lineup h3{
	font-size:28px;
}
.whitebox.lineup h3 .small{
	font-size:22px;
}
.whitebox.lineup h3 .small{
	font-size:22px;
}
.whitebox.lineup .btn-area{
	margin-top: 25px;
	text-align:center;
	max-width:600px;
	margin-left: auto;
	margin-right:auto;
}
.whitebox.lineup .btn-area .logo{
	width: 25%;
	margin-right: 5%;
	display:inline-block;
	vertical-align:middle;
}
.whitebox.lineup .btn-area .logo img{
	width:100%;
}
.whitebox.lineup .btn-area .bt{
	width:55%;
	display:inline-block;
	vertical-align:middle;
}
.whitebox.lineup .btn-area .bt a{
	font-size:18px;
	font-weight:bold;
	border-radius:3px;
    color: #fff;
    padding: 20px;
    display: block;
    background: url(/renew_images/common/arrow_left_white.png) no-repeat 95% center#e20000;
    background-size: 6px 11px;
}
.whitebox.lineup .btn-area .bt a:hover{
	opacity:0.8;
}
@media screen and  (max-width:640px) {
	.service_btn.hear{
		background-position: 15px center;
		padding-left: 30px;
	}
	.service_btn.hear span{
		text-align:left;
		padding: 10px 30px 10px 25px;
	}
	.whitebox.lineup h3{
		font-size:22px;
	}
	.whitebox.lineup h3 .small{
		font-size:18px;
	}
	.whitebox.lineup .btn-area .logo{
		width:40%;
		margin-right: 4%;

	}
	.whitebox.lineup .btn-area{
		margin-top: 10px;
	}
	.whitebox.lineup .btn-area .bt{
		width:56%;

	}
	.whitebox.lineup .btn-area .bt a{
		font-size:16px;
		padding: 10px;
	}
}
 /*----------------------------------
 modal settings
------------------------------------*/
.hidden{
	display:none;
}

.modal_more{
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.modal_more .overLay {
    background: url("/images/common/overlay_02.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    position: fixed;
    width: 100%;
}
.modal_more .modal_wrapper {
    left: 0;
    position: relative;
    top: 5%;
}
.modal_more .modal_inner {
    left: 50%;
    margin-left: -346px;
    position: absolute;
    width: 692px;
}
.modal_more .modal_inner .bt_close {
    cursor: pointer;
    text-align: right;
}
.modal_more .modal_content{
    background: url("/images/common/modal_body.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
		padding:50px;
}
.modal_more .modal_content h2,
.modal_more .modal_content ul.servise_more li{
    text-align: center;
}
.modal_more .modal_content h2{
	width: 500px;
}

.modal_more .modal_content p.text{
	width:596px;
	margin:10px auto 0px;
}
.modal_more .modal_content p.text,
.modal_more .modal_content ul.servise_more li{
	line-height: 1.6;
	font-size:0.9em;
}
/*ボタンを移動*/
.modal_more .servise_more{
	position: absolute;
	top:192px;
	left: 294px;
}


/*----------------------------------
 sokureko_more settings
------------------------------------*/
.commonBox .center .sokureko_more{
	background-color: #eee;
	padding: 30px;
	text-align: left;
	margin-top: 25px;
	overflow: hidden;
	height:440px;
}

.commonBox .center .sokureko_more h3 img{
	clear: both;
	margin-bottom:20px;
}

.sokureko_more .text{
	width:550px;
	margin: 0;
	overflow: hidden;
	font-size: 0.9em;
	line-height: 2;
}

.sokureko_more ul{
	float: right;
}

/*----------------------------------
 sokureko_servise settings
------------------------------------*/
.commonBox .center .sokureko_servise {
	background:url(/images/index/partition.png) center top no-repeat;
	padding: 40px 15px 0;
	overflow: hidden;
}
.sokureko_servise .sokureko_servise{
	width: 870px;

}
.sokureko_servise .sokukore24{
	width:271px;
	float:left;
}
.sokureko_servise .sokukoreAir{
	width:290px;
	margin: 0 3px;
	float:left;
}
.sokureko_servise .sokukorePiano{
	width:273px;
	float:left;
}


.sokureko_servise div img{
	margin-bottom: 10px;
}

.commonBox .center .sokureko_servise ul{
	margin-bottom: 10px;
	display: inline-block;
	height: 150px;
}
.commonBox .center .sokureko_servise li{
	text-align:left;
	background:url(/images/index/right_arrow_red.gif) left 5px no-repeat;
	padding-left: 12px;
	margin-bottom:10px;
}

.commonBox .center ul.servise_more li.bg_none a{
	background:none;
}

.more_btn{
	/*cursor: pointer;*/
}
/*----------------------------------
 music_app settings
------------------------------------*/
.music_app{
	padding: 30px 30px 0;
}

.music_app .app{
	/*float: right;*/
}
.app_btn_area p{
	font-size: 16px;
}
.music_app .app_btn_area li {
	display: inline;
	margin-right:10px;
}
.music_app .app_btn_area li a{
	cursor: pointer;
}

.app_btn_area{
	margin-top: 20px;
	padding:30px 20px;
	background-color: #f4f4f4;
}

.app_btn_area p{
	margin-bottom: 20px;
}

.app_btn_area li {
	display: inline;
	margin-right:10px;
}

.music_app .description p{
	margin-bottom: 20px;
}

.music_app .description dl{
	margin-bottom:20px;
}
.commonBox .music_app ul.servise_more,
.music_app .description dd{
	padding-left:5px;
}

/**
 * 共通　right_arrow_red
 **/
.commonBox .center .sokureko_servise ul.servise_more{
	margin:0;
}

.app .detail{
	margin-top: 10px;
}
.app .detail a{
    background: url("/images/index/right_arrow_red.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    padding-left: 12px;
}
.commonBox .center ul.servise_more li{
	background:none;
	text-align:center;
}
ul.servise_more li a{
	background:url(/images/index/right_arrow_red.gif) left center no-repeat;
	padding-left: 12px;
	cursor:pointer;
}
ul.servise_more li a:hover{
	color:#E51E1E;
}
/*----------------------------------
 nes_event settings
------------------------------------*/
/*#newsAndBanner {
	margin-bottom: 50px;
}

#newsAndBanner h3{
	font-size:14px;
	border-bottom: 1px solid #ccc;
}

#newsAndBanner ul{
}

#newsAndBanner .news_more{
	float: right;
	margin-right:15px;
}
*/

/* .lpLink
------------------------------------------------ */

.lpLink li{float: left;}
.lpLink li.first{margin-right: 10px;}
