@charset "UTF-8";

/*-----------------------------------------------------
	common
-----------------------------------------------------*/
.kome {
	font-size: 9px;
	color: #f79256;
	font-weight: bold;
	margin: 0 1px;
}
.txt-l {
	font-size: 14px;
	line-height: 1.6;
}
.txt-s {
	font-size: 10px;
	line-height: 1.6;
}

/*-----------------------------------------------------
	button
-----------------------------------------------------*/
a.button,
.button,
input.button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	border: 0;
	outline: none;
	background: #f79256;
	/*border: 1px solid #f79256;*/
	/*padding: 0 30px;
	line-height: 42px;
	height: 46px;*/
	overflow: hidden;
	z-index: 2;
	-webkit-appearance: none;
	transition-duration:.2s;
}
a.button:before,
.button:before,
input.button:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	background: #333;
	border-radius: 80%;
	left: 50%;
	transition-duration:.3s;
	z-index: -1;
}
a.button:hover,
.button:hover,
input.button:hover {
	/*color: #f79256;*/
    /*border-color: #333333;*/
    color: #fff;
}
a.button:hover:before,
.button:hover:before,
input.button:hover:before {
	left: -50%;
	width: 200%;
	border-radius: 0;
}
/*--------------------btn-xl--------------------*/
a.btn-xl,
input.btn-xl {
	height:56px;
	line-height:56px;
	padding:0 10px;
	font-size:13px;
}
a.btn-xl:before,
input.btn-xl:before {
	top: 28px;
}
a.btn-xl:hover:before,
input.btn-xl:hover:before {
	top: -28px;
	height: 118px;
}
/*--------------------btn-l--------------------*/
a.btn-l,
.btn-l,
input.btn-l {
	height:56px;
	line-height:56px;
	padding:0 10px;
	font-size:13px;
	min-width: 200px;
}
a.btn-l:before,
input.btn-l:before {
	top: 28px;
}
a.btn-l:hover:before,
input.btn-l:hover:before {
	top: -28px;
	height: 118px;
}
/*--------------------btn-m--------------------*/
a.btn-m,
.btn-m,
input.btn-m {
	height:40px;
	line-height:40px;
	padding:0 10px;
	font-size:13px;
}
a.btn-m:before,
.btn-m:before,
input.btn-m:before {
	top: 20px;
}
a.btn-m:hover:before,
.btn-m:hover:before,
input.btn-m:hover:before {
	top: -20px;
	height: 80px;
}
/*--------------------btn-s--------------------*/
a.btn-s,
.btn-s,
input.btn-s {
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-size:12px;
}
a.btn-s:before,
.btn-s:before,
input.btn-s:before {
	top: 15px;
}
a.btn-s:hover:before,
.btn-s:hover:before,
input.btn-s:hover:before {
	top: -15px;
	height: 60px;
}

/*--------------------btn-login--------------------*/
.btn-login {
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	font-size: 12px;
	width: 100%;
	border: none;
	font-weight: bold;
	color: #fff !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	text-align: left;
}

.loginuser {
	height: auto;
	line-height: 16px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #666 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	display: block;
	position: relative;
	cursor: pointer;
	text-align: left;
	padding: 0;
	box-sizing: border-box;
	background: none;
}


/*--------------------btn-news--------------------*/
a.btn-news {
	height: 36px;
	line-height: 36px;
	padding: 0;
	width: 100%;
	border: none;
	color: #333;
	background: none;
	font-weight: normal;
}
a.btn-news:before {
	top: 20px;
}
a.btn-news:hover:before {
	top: -20px;
	height: 80px;
}

/*--------------------btn-usermenu--------------------*/
a.btn-usermenu {
	height: 34px;
	line-height: 34px;
	font-weight: normal;
	display: block;
	background: none;
	text-align: left;
	font-size: 12px;
}
a.btn-usermenu:before {
	display: none;
}
a.btn-usermenu:hover {
	background: #404040;
}
/*--------------------btn-form--------------------*/
a.btn-form,
input.btn-form {
	height:60px;
	line-height:60px;
	padding:0 10px;
	width: 100%;
	font-size:16px;
	font-weight: normal;
}
a.btn-form:before,
input.form-xl:before {
	top: 40px;
}
a.btn-form:hover:before,
input.form-xl:hover:before {
	top: -40px;
	height: 160px;
}
.form-btn-back .btn-form {
	background: #999;
}
/*--------------------btn-form--------------------*/
.btn-inline {
	width: 50px;
}

/*--------------------btn-option--------------------*/
.btn-line-org,
a.btn-line-org,
input.btn-line-org {
	border: 1px solid #f79256;
	background: none;
	color: #f79256;
	box-sizing: content-box;
}
.btn-line-bk,
a.btn-line-bk,
input.btn-line-bk {
	border: 1px solid #333;
	background: none;
	color: #333;
	box-sizing: content-box;
}
.btn-line-org:before,
a.btn-line-org:before,
input.btn-line-org:before {
	background: #f79256;
}
.btn-wide-l,
a.btn-wide-l,
input.btn-wide-l {
	/*padding:0 150px;*/
}

.btn-w100 {
	padding: 0;
	width: 100%;
}

.btn-nodee{
	margin-top: 5px;
}
.btn-nodee + p{
	margin-top: 5px;
}

/*-----------------------------------------------------
	body
-----------------------------------------------------*/
body {
	overflow: hidden;
}

/*-----------------------------------------------------
	container
-----------------------------------------------------*/
#container {
	position: relative;
	padding-top: 40px;
	background: #fff;
	z-index: 1;
}

/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#header {
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	height: 40px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
	transition-duration:.2s;
}
.top #header,
.cont-regist #header{
	/*border-bottom: none;*/
}
#header .wrap {

}
#header h1 {
	height: 40px;
	width: 150px;
	margin: 0 auto;
}
#header h1 a {
	display:block;
	width:inherit;
	height:inherit;
	background:url(../images/id_router_mobile.svg) center no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}

#header .navBtn {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	background:url(../images/icon_menu_close.svg) 0 0 no-repeat;
	text-align: center;
	top:0;
	right: 0;
}

#header .wrap.nav-on .navBtn {
	-webkit-animation: icon_close 0.3s steps(7,end) 1;/*実際のコマ数-1, end*/
	-webkit-animation-fill-mode:forwards;
}

@-webkit-keyframes icon_close {
	0%		 { background-position-y: 0px; }
	100%	 { background-position-y: -280px; }
}

#header .wrap.nav-off .navBtn {
	-webkit-animation: icon_open 0.3s steps(7,end) 1;
	-webkit-animation-fill-mode:forwards;
}

@-webkit-keyframes icon_open {
	0%		 { background-position-y: -280px; }
	100%	 { background-position-y: 0px; }
}

#header .wrap.default .navBtn {
	-webkit-animation: none;
}








/*--------------------nav--------------------*/
#nav {
	position: absolute;
	width: calc(100% - 40px);
	top: 0;
	left: -100%;
	background: #333;
	box-sizing: border-box;
	/*min-height: 1000px;*/
	overflow-y: scroll;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	transition-duration:.2s;
}

#header .wrap.nav-on #nav {
	left: 0;
}

#nav #login {
	padding: 30px;
}
#nav #gmenu {
	padding: 0 30px;
}
#nav #gmenu > li {
	display: block;
	font-size: 12px;
}
#nav #gmenu > li a {
	display: block;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	color: #999;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

#nav #login .user-label {
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px;
	color: #666;
}

#nav #login .user-name {
	display: block;
	width: 100%;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*--------------------usermenu--------------------*/
#nav #login.login-on {
	background: #222;
	margin-bottom: 30px;
}
#nav #login .usermenu {
	margin-top: 10px;
}
#nav #login .usermenu li {
	display: block;
}


/*-----------------------------------------------------
	wrapper
-----------------------------------------------------*/
.cont-regist #wrapper {
	background: #888888 url(../images/bg_hero.jpg) center no-repeat;
}


/*-----------------------------------------------------
	hero area
-----------------------------------------------------*/
#hero-area {
	height: 500px;
	width: 100%;
	background: #111 url(../images/bg_hero01.jpg) 75% center no-repeat;
    background-size: auto 500px;
	display: table;
	color: #ffffff;
}
#hero-area .wrap {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#hero-area .wrap .inner {
	width: 90%;
	margin: 0 auto;
	position: relative;
    padding-top: 40px;
}
#hero-area h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: 2px;
}
#hero-area .hero-copy {
	font-size: 13px;
	line-height: 18px;
	margin-top: 10px;
}


#hero-area .btn-signin {
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    background: #f79256;
    overflow: hidden;
    font-weight: bold;
    font-size:13px;
    line-height:13px;
    padding:15px 30px;
    transition-duration:.2s;
}

#hero-area .btn-signin span {
    color: #000;
    margin-bottom: 5px;
    display: block;
}


/*-----------------------------------------------------
	counter
-----------------------------------------------------*/
#counter {
	text-align: center;
	font-size: 10px;
	background: #333333;
	color: #fff;
	padding: 5px 20px;
}
#counter .count-label,
#counter .count-song {
	display: inline-block;
}
#counter .count-num {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 2px;
	padding: 0 3px 0 5px;
	vertical-align: middle;
}

/*-----------------------------------------------------
	news
-----------------------------------------------------*/
#news-top {
	height: 40px;
	line-height: 40px;
	font-size: 10px;
	text-align: center;
	background: #fff;
}
#news-top .news-label {
	display: none;
}
#news-top .news-cont {
	width: calc(100% - 80px);
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
	border-right: 1px solid #dcdcdc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news-top .news-link {
	width: 80px;
	float: right;
}
#news-top .news-cont span {
	margin-right: 10px;
}
#news-top .news-cont a {
	color: #333;
}
#news-top .btn-news i {
	display: none;
}

/*-----------------------------------------------------
invite
-----------------------------------------------------*/
.invite {
    text-align: center;
    font-size: 12px;
    background: #616161;
    color: #fff !important;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
    padding: 10px;
}

.invite span {
    color: #f79256;
}

/*-----------------------------------------------------
	section
-----------------------------------------------------*/
.section {
	position: relative;
	/*min-height: 600px;*/
	border-top: 1px solid #e3e3e3;
}
.section:first-child {
	border-top: none;
}
.section.stripe:nth-child(odd) {
	background-color:#f0f0f0;
}
.section.stripe:nth-child(even) {
	background-color:#ffffff;
}
.section.gray {
	background-color:#efefef;
}
.section.white {
	background-color:#fff;
}
.section .wrap {
	width: 90%;
	padding: 45px 0;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.section.sect-low .wrap {
	padding: 30px 0;
}
.section .wrap-narrow {

}

.section .col2-menu {
	margin-bottom: 30px;
	text-align: center;
}
.section .col2-main {

}

.section h1 {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 20px;
	text-align: center;
}
.section h2 {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 45px;
	text-align: center;
}
.section.sect-low h1 {
	margin-bottom: 10px;
}
.section .col2-menu h1 {
	margin-bottom: 30px;
}
.section h3 {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 20px;
	text-align: center;
}
.section p.lead {
	font-size: 12px;
	line-height: 20px;
	color: #5c5c5c;
	margin-bottom: 30px;
	text-align: center;
}
.section p.lead .break {
	display: inline;
}
.section h4 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}
.section p.sub {
	font-size: 10px;
	line-height: 14px;
	color: #666666;
}
.col3 {
	text-align: center;
}
.col3 .col {
	margin-bottom: 30px;
}
.col3 .col:last-child {
	margin-bottom: 0;
}
.col4 {
	text-align: center;
}
.col4 .col {
	margin-bottom: 30px;
}
.col4 .col:last-child {
	margin-right: 0;
}

/*-----------------------------------------------------
	link-register
-----------------------------------------------------*/
#link-register {
	padding: 90px 0;
	background: #888888 url(../images/bg_map.jpg) center no-repeat;
}

/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
#footer {
	background: #333;
	color: #999;
	font-size: 10px;
	line-height: 16px;
}
#footer .wrap {
	text-align: center;
	padding: 30px 0;
}
#footer ul.license {
	/*display: inline-block;*/
	margin-bottom: 5px;
}
#footer ul.license li {
	display: inline-block;
	margin-right: 10px;
}
#footer ul.license li:last-child {
	margin-right: 0;
}

#footer ul.license li.jasrac {
	background: url(../images/jasrac.png) left center no-repeat;
	padding-left: 36px;
	background-size: auto 30px;
	line-height: 30px;
}

#footer ul.license li.jrc {
	background: url(../images/jrc_license_mark.gif) left center no-repeat;
	padding-left: 36px;
	background-size: auto 30px;
	line-height: 30px;
}

#footer ul.license li.nextone {
    background: url(../images/nextone_license_mark.png) left center no-repeat;
    padding-left: 36px;
    background-size: auto 30px;
    line-height: 30px;
}

#footer ul.ft-link {
	/*display: inline-block;*/
	margin-bottom: 20px;
}
#footer ul.ft-link li {
	display: inline-block;
	margin-right: 10px;
}
#footer ul.ft-link li:last-child {
	margin-right: 0;
}
#footer a {
	color: #999;
}
#footer .copyright {
	/*margin-top: 6px;*/
}
#footer .bnr {
	margin-bottom: 20px;
	text-align: center;
}
#footer .bnr img {
	max-width: 90%;
}

/*-----------------------------------------------------
	pagetop
-----------------------------------------------------*/
#pageTop {
	display: none;
}

/*-----------------------------------------------------
	price
-----------------------------------------------------*/

/*--------------------basic--------------------*/
.price-basic {
	text-align: center;
}
.price-basic .col {
	line-height: 40px;
	border: 1px solid #333;
	font-size: 13px;
	margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.price-basic .col .label {
	background: #efefef;
	border-bottom: 1px solid #333;
}
.price-basic .col .cont {
    box-sizing: border-box;
    background: #fff;
}

/*--------------------plan--------------------*/

.price-plan {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.price-plan div {
	box-sizing: border-box;
}

.price-plan .label {
	box-sizing: border-box;
	/*border: 1px solid #333;*/
}
			.label-setup,
			.label-rate {
				display: none;
			}
			.label-plan {
				text-align: center;
				line-height: 40px;
				font-size: 14px;
				font-weight: bold;
			}
			.label-setup {

			}
			.label-rate {
				height: 58px;
				line-height: 58px;
				padding-left: 20px;
			}
			.label-setup-album {
				width: 180px;
				float: left;
				font-size: 16px;
				line-height: 18px;
				padding: 20px 0 0 20px;
			}
			.label-setup-sub {
				width: calc(100% - 180px);
				float: left;
			}
			.label-base {
				height: 57px;
				line-height: 57px;
				padding-left: 10px;
			}
			.label-add,
			.label-jan {
				height: 58px;
				line-height: 58px;
				padding-left: 10px;
				border-top: 1px solid rgba(0,0,0,0.2);
			}


.price-plan .cont {
	box-sizing: border-box;
	text-align: center;
	position: relative;
	font-size: 12px;
}
			.price-plan .cont-plan {
				position: relative;
				margin-bottom: 10px;
			}
			.price-plan .cont-plan .inner {
				border: 1px solid #333;
				padding-bottom: 10px;
				position: relative;
				transition-duration: .2s;
			}
			.price-plan .cont-plan:last-child {

			}
			.price-plan .cont-all {

			}
			.price-plan .cont-focus .inner {
				/*background: #f79256;*/
				background: #fce7da;
				/*top: -10px;*/
			}
            .price-plan .cont-campaign .inner {
                background: #fff;
            }
			.price-plan .cont-focus .inner:after {
				content: "";
				position: absolute;
				display: block;
				width: 70px;
				height: 70px;
				top: 0;
				left: 0;
				background: url(../images/badge_recommend.svg) center no-repeat;
				background-size: 100%;
			}
            .price-plan .cont-campaign .inner:after {
                background: url(../images/badge_campaign.svg) center no-repeat;
            }
            .price-plan .cont-campaign-20off .inner:after {
                content: "";
                position: absolute;
                display: block;
                width: 70px;
                height: 70px;
                top: 0;
                left: 0;
                background: url(../images/ribbon_campaign_20off.svg) center no-repeat;
                background-size: 100%;
            }
			.cont-title {
				height: 30px;
				background: #efefef;
				display: table;
				width: 100%;
				padding: 0 30px;
			}
			.cont-img {
				/*height: 180px;*/
				background: #efefef;
				transition-duration: .2s;
			}
			.price-plan .cont-focus .cont-title,
			.price-plan .cont-focus .cont-img {
				background: #fce7da;
			}
            .price-plan .cont-campaign .cont-title,
            .price-plan .cont-campaign .cont-img {
                background: #ffe7e7;
            }
			.cont-img img {
				height: 120px;
				width: auto;
				padding-top: 10px;
			}
			.cont-title span.title {
				display: table-cell;
				vertical-align: middle;
			}
			.price-plan .cont-add,
			.price-plan .cont-jan {

			}
			.price-plan .cont-base,
			.price-plan .cont-add,
			.price-plan .cont-jan,
			.price-plan .cont-rate {
				height: 24px;
				line-height: 24px;
				/*border-top: 1px solid rgba(0,0,0,0.2);*/
				text-align: left;
				padding-left: 10px;
			}
			.price-plan .cont-mobile {
				height: 40px;
				line-height: 40px;
				ackground: #f1f1f1;
				text-align: left;
				padding-left: 10px;
				font-weight: bold;
				border-top: 1px solid rgba(0,0,0,0.2);

			}
			.price-plan .cont-rate {
				transition-duration: .2s;
			}
			.price-plan .cont-focus .inner .cont-img {

			}
			.price-plan .cont-focus .inner .cont-rate {
				/*height: 68px;
				padding-bottom: 10px;*/
			}

            .price-plan .cont-base .price-default {
                text-decoration: line-through;
                font-size: 11px;
            }
            .price-plan .cont-base .price-campaign {
                font-weight: bold;
                margin-left: 5px;
                font-size: 14px;
                color: #f91a1a;
            }

.price-plan .common {
	display: none;
}
			.price-plan .common-add {
				position: absolute;
				width: calc(100% - 1px);
				height: 58px;
				line-height: 58px;
				background: #fff;
				border-bottom: 1px solid rgba(0,0,0,0.2);
				top: 300px;
				left: 1px;
			}
			.price-plan .common-jan {
				position: absolute;
				width: calc(100% - 1px);
				height: 58px;
				line-height: 58px;
				background: #fff;
				border-bottom: 1px solid rgba(0,0,0,0.2);
				top: 358px;
				left: 1px;
			}
.price-plan .label-mobile {
	color: #999;
	margin-right: 5px;
}








/*--------------------plan2--------------------*/
.price-plan2 {
    margin-top: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.price-plan2 div {
    box-sizing: border-box;
}

.price-plan2 .label {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.price-plan2 .label .box-base,
.price-plan2 .label .box-jan,
.price-plan2 .label .box-rate {
    display: none;
}


.price-plan2 .cont-wrap {
    text-align: center;
    flex: 1;
    display: flex;
    font-weight: bold;
    flex-direction: column;
}

.price-plan2 .cont {
    flex: 1;
    border: 1px solid #333;
    margin-top: 20px;
}

.price-plan2 .cont-wrap .box {
    font-size: 14px;
    line-height: 18px;
}

.price-plan2 .cont-wrap .box-plan {
    padding: 20px;
    background: #efefef;
}

.price-plan2 .box:last-child {
    border-bottom: none;
}

.price-plan2 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    background-size: auto 100px;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
    margin-bottom: 10px;
}

.price-plan2 .cont-single .title {
    background-image: url(../images/plan-single.svg);
}

.price-plan2 .cont-ep .title {
    background-image: url(../images/plan-ep.svg);
}

.price-plan2 .cont-album .title {
    background-image: url(../images/plan-album.svg);
}

.price-plan2 .box-base,
.price-plan2 .box-jan,
.price-plan2 .box-rate {
    margin-bottom: 5px;
}

.price-plan2 .box-base .sp-only:first-child,
.price-plan2 .box-jan .sp-only:first-child,
.price-plan2 .box-rate .sp-only:first-child {
    margin-right: 10px;
    color: #666;
}

.price-plan2 .box-base {
    margin-top: 20px;
}


.price-plan2 .box-rate {
    margin-bottom: 20px;
}






/*--------------------plan-form--------------------*/
.price-plan-form {
	min-height: 540px;
}
.price-plan-form .inner {
	padding-top:42px;
	background: #fff;
	top: 0;
}
input[type="radio"] + .cont-radio {
	display: block;
	position: absolute;
	margin-left: 0;
	line-height: auto;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

input[type="radio"] + .cont-radio:before {
	top: 30px;
	left: 50%;
	margin-left: -11px;
	margin-top: -11px;
	border: 1px solid #333;
	z-index: 2;
}
input[type="radio"] + .cont-radio:after {
	top: 30px;
	left: 50%;
	z-index: 3;
}
input[type="radio"]:checked + .cont-radio:after {
	left: 50%;
	margin-left: -6px;
	margin-top: -6px;

}

.price-plan-form .label-plan {
	height: calc(240px + 42px);
}
.price-plan-form .common-add {
	top: calc(300px + 42px);
}
.price-plan-form .common-jan {
	top: calc(358px + 42px);
}
.price-plan-form .label-plan h2 {
	font-size: 24px;
	line-height: 28px;
	color: #f79256;
	margin-bottom: 10px;
	text-align: left;
}
.price-plan-form .label-plan p {
	font-size: 12px;
	line-height: 18px;
	color: #5c5c5c;
}
.price-plan-form .cont-all .inner:after {
	content: "";
	position: absolute;
	display: block;
	width: 70px;
	height: 70px;
	top: 0;
	left: 0;
	background: url(../images/badge_recommend.svg) center no-repeat;
	background-size: 100%;
}

input[type="radio"] + .cont-radio:hover + .inner {
	background: #f1f1f1;
}
input[type="radio"]:checked + .cont-radio + .inner {
	background: #f79256 !important;
	top: -10px !important;
}
input[type="radio"]:checked + .cont-radio + .inner .cont-img {
	height: 190px !important;
}
input[type="radio"]:checked + .cont-radio + .inner .cont-rate {
	height: 68px !important;
	padding-bottom: 10px !important;
}

/*-----------------------------------------------------
	detail
-----------------------------------------------------*/

.detail {
	border-top: 2px solid #333;
}
.detail-sect {
	padding: 30px 0;
	border-bottom: 2px solid #333;
	font-size: 12px;
	overflow: hidden;
}
.detail-sect .detail-header {
	box-sizing: border-box;
	position: relative;
}
.detail-sect .detail-header h2 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	text-align: left;
}
.detail-sect .detail-header .note {
	font-size: 10px;
	line-height: 1.6;
	color: #666;
	margin-top: 30px;
	margin-bottom: 30px;
}
.detail-sect .detail-header .detail-edit-btn {
	/*position: absolute;
	top: 0;
	right: 0;*/
	display: none;
}

.detail-sect .detail-info {

}
.detail-sect .detail-item {
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.detail-sect .detail-item:first-child {
	padding-top: 0;
	border-bottom: 1px solid #dcdcdc;
}
.detail-sect .detail-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.detail-sect .detail-item.item-break {
	border-bottom: 2px solid #111;
}
.detail-sect .detail-item.item-coupon {
	background: #ececec;
	padding: 20px;
	margin-top: 20px;
}
.detail-sect .detail-item.item-indent {
	/*margin-left: -28px;*/
	border-top: 2px solid #111;
	margin-top: -1px;
}
.detail-sect .detail-item.item-indent:first-child {
	border-top: none;
	margin-top: 0;
}
.detail-sect .detail-item.item-indent > .box-form {
	margin-top: 0;
}
.detail-sect .detail-title {
	color: #999;
	margin-bottom: 20px;
	font-size: 13px;
	font-weight: bold;
}
.detail-sect ul.detail-list li:after {
	content: "";
	display: block;
	clear: both;
}
.detail-sect ul.detail-list li {
	zoom: 1;
}
.detail-sect div.detail-list:after {
	content: "";
	display: block;
	clear: both;
}
.detail-sect div.detail-list {
	zoom: 1;
}
.detail-sect .detail-label {
	color: #999;
	margin-bottom: 10px;
}
.detail-sect .label-must:after {
	content: "＊";
	display: inline;
	padding-left: 3px;
	color: #f79256;
	font-weight: bold;
	line-height: 20px;

}
.detail-sect .detail-label > div {
	color: #666;
}
.detail-check .detail-sect .detail-label > div {
	margin-bottom: 0;
}
.detail-sect .detail-label .note {
	font-size: 11px;
	line-height: 16px;
	margin-top: 10px;
}
.detail-sect .detail-desc {
	margin-bottom: 12px;
}
.detail-list li:last-child .detail-desc {
	margin-bottom: 0;
}
.detail-list .detail-desc:last-child {
	margin-bottom: 0;
}
.detail-sect .detail-desc .inner {
	margin-bottom: 20px;
}
.detail-sect .detail-desc .inner:last-child {
	margin-bottom: 0;
}
.detail-sect .detail-img img {
	width: 120px;
}
.detail-sect .detail-no-img {
	box-sizing: border-box;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 118px;
	border: 2px dotted #ccc;
	font-size: 12px;
	color: #ccc;
}
.detail-sect .detail-no-img-l {
	width: 240px;
	height: 240px;
	line-height: 238px;
	font-size: 16px;
}
.detail-sect .detail-desc-item {
	display: inline-block;
	margin-right: 20px;
}
.detail-sect .detail-desc-item:last-child {
	margin-right: 0;
}

.detail-amount {

}
.detail-amount .detail-sect {
	border-bottom: none;
}
/*
.detail-amount {
	margin-bottom: 90px;
	border: 2px solid #111;
	padding: 0 30px;
	border-radius: 18px;
}
.detail-amount .detail-sect {
	border-bottom: none;
}
*/

.detail-link .detail-list li{
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
}
.detail-link .detail-sect .detail-item{
	margin-bottom: 30px;
}
.detail-link .detail-list .detail-desc {
    width: 100%;
}
.detail-link_tab > *{
	width: 100px;
}


/*--------------------detail-form--------------------*/
.detail-form .detail-header {
	margin-bottom: 30px;
}
.detail-form .detail-info {

}
.detail-form .detail-header h2,
.detail-form h2.h2-v2 {
	font-size: 16px;
	line-height: 1.6;
	color: #f79256;
	margin-bottom: 10px;
}
.detail-form .detail-header p {
	font-size: 12px;
	line-height: 18px;
}
.msg-error {
	color: #e66060;
	font-weight: bold;
	margin-top: 10px;
}
.msg-error:before {
	font-family:'fontello';
	content: '\E805';
	display: inline;
	padding-right: 5px;
	color: #111;
}

.detail-card {
	font-size: 0;
}
.detail-card .box-form {
	display: inline-block;
	margin-top: 0 !important;
	vertical-align: top;
	margin-right: 0;
	margin-bottom: 12px;
}
.detail-card .box-form:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-image: url(../images/icon_card.png);
	background-repeat: no-repeat;
	background-size: 50px auto;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	/*border-radius: 4px;*/
	overflow: hidden;
}
.box-form.card-visa:after {
	background-position: 0 0;
}
.box-form.card-master:after {
	background-position: 0 -50px;
}
.box-form.card-dc:after {
	background-position: 0 -100px;
}
.box-form.card-nicos:after {
	background-position: 0 -150px;
}
.box-form.card-ufj:after {
	background-position: 0 -200px;
}
.box-form.card-jcb:after {
	background-position: 0 -250px;
}
.box-form.card-amex:after {
	background-position: 0 -300px;
}

.detail-card input[type="radio"] + label {
	font-size: 10px;
	line-height: 14px;
	display: block;
	width: 47px;
	padding-top: 60px;
	margin-left: 0;
	padding-left: 25px;
	position: relative;
	z-index: 1;
}
.detail-card input[type="radio"] + label span {
	display: inline-block;
	height: 28px;
}

.detail-card input[type="radio"] + label:before {
	bottom: 10px;
	left: 0;
	top: auto;
	margin-top: 0;
}
.detail-card input[type="radio"] + label:after {
	bottom: 20px;
	left: 10px;
	top: auto;
	margin-top: 0;
}
.detail-card input[type="radio"]:checked + label:after {
	bottom: 15px;
	left: 5px;
}

/*--------------------detail-about--------------------*/
.detail-about .detail-header {
	width: 240px;
	padding-right: 0;
}
.detail-about .detail-info {

}

/*--------------------chart--------------------*/
.price-chart {
	margin-top: 60px;
}
.price-bar {
	height: 90px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
    display: flex;
}
.price-bar .price-col {
	height: inherit;
	font-size: 9px;
	line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-bar .price-label {
	background: #f79256;
	margin-right: 1px;
	font-size: 12px;
    flex: 1;
}
.price-bar .price-router {
	width: 13%;
	background: #8e8e8e;
	margin-right: 1px;
	word-break: break-all;
}
.price-bar .price-copyright {
	width: 12%;
	background: #c1c1c1;
	margin-right: 1px;
}
.price-bar .price-due {
	width: 19%;
	background: #c1c1c1;
}

.price-chart .length {
	text-align: center;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 30px;
	position: relative;
	z-index: 1;
}
.price-chart .length:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ccc;
	top: calc(50% - 1px);
	left: 0;
	z-index: -1;
}
.price-chart .length span {
	display: inline-block;
	background: #fff;
	padding: 0 10px;
}
.price-chart .length-cfm {
	width: 69%;
	font-size: 12px;

}
.price-chart .length-all {
	width: 100%;
	font-size: 16px;

}

/*--------------------detail-box--------------------*/
.detail-box {
	border: 1px solid #e0e0e0;
	background: #fff;
	box-sizing: border-box;
	border-radius: 18px;
	padding: 30px;
}
.detail-box .detail-sect {
	padding: 0;
	border-bottom: none;
	text-align: center;
}
.detail-box .box-form {
	margin-bottom: 0;
}
.detail-box h2 {
	font-size: 20px;
	line-height: 1.6;
	color: #f79256;
	margin-bottom: 10px;
}

/*-----------------------------------------------------
	faq
-----------------------------------------------------*/
ul.faq {
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
ul.faq li {
	border: 1px solid #333333;
	position: relative;
	background: #fff;
	margin-bottom: -1px;
	transition-duration:.3s;
}
ul.faq li:first-child {
	margin-top: 0 !important;
}
ul.faq .faq-q {
	font-size: 13px;
	line-height: 18px;
	padding: 0 15px;
	font-weight: bold;
	display: table;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
	min-height: 70px;
	transition-duration:.3s;
}
ul.faq .faq-q .inner {
	width: 100%;
	padding-left: 45px;
	height: inherit;
	display: table-cell;
	vertical-align: middle;
	background: url(../images/faq_q.svg) 0 center no-repeat;
	background-size: auto 36px;
}

ul.faq .faq-a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	font-size: 0;
	font-size: 12px;
	line-height: 20px;
	background: url(../images/faq_a.svg) 15px 15px no-repeat;
	background-size: auto 36px;
	padding: 0 15px 0 60px;
	color: #666;
	transition-duration:.3s;
}
ul.faq .faq-on .faq-a {
	height: auto;
	padding: 15px 15px 15px 60px;
}
ul.faq li.faq-on {
	margin: 20px 0;
}

ul.faq li.faq-on .faq-a:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 1px;
	background: rgba(0,0,0,0.3);
}

/*-----------------------------------------------------
	form page
-----------------------------------------------------*/
.form-login {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #dcdcdc;
}
.form-login .inner {
	margin-left: 28px;
	margin-top: 10px;
}
.note-password {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
}
.note-password a {
	line-height: 22px;
}
.form-btn {
	text-align: center;
	margin-top: 30px;
}
.form-btn-back {
	width: calc(40% - 10px);
	float: left;
}
.form-btn-next {
	width: calc(60% - 10px);
	float: right;
}
.form-btn-l {
	/*width: calc(50% - 30px);
	float: left;*/
}
.form-btn-r {
	/*width: calc(50% - 30px);
	float: right;*/
	margin-top: 10px;
}
.form-btn-center {
	width: 50%;
	margin: 0 auto;
}

.form-btn-next {
	text-align: right !important;
}

/*-----------------------------------------------------
	menu-local
-----------------------------------------------------*/
ul.menu-local {

}
ul.menu-local li {
    position: relative;
}
ul.menu-local li a {
	display: block;
	/*margin-bottom: 8px;*/
    padding: 5px 0;
	color: #333;
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
ul.menu-local li.menu-on a {
	font-weight: bold;
    color: #fff;
}
ul.menu-local li.menu-on:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #f79256;
    left: 0;
    top: 0;
}

/*-----------------------------------------------------
	menu-tab
-----------------------------------------------------*/
ul.menu-tab {
	margin-top: 30px;
	border-top: 2px solid #333;
	box-sizing: border-box;
	font-size: 0;
	text-align: center;
}
ul.menu-tab li {
	display: inline-block;
}
ul.menu-tab li a {
	display: block;
	box-sizing: border-box;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
	min-width: 100px;
	font-size: 12px;
	color: #f79256;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	transition-duration:.3s;
}
ul.menu-tab li a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -100%;
	background-color: #9dd435;
	width: 100%;
	height: 2px;
	transition-duration:.3s;
}
ul.menu-tab li a:hover::after {
	left: 0;
	background-color: #f79256;
}
ul.menu-tab li.menu-tab-on a {
	color: #333 !important;
}
ul.menu-tab li.menu-tab-on a::after {
	left: 0 !important;
	background-color: #333 !important;
}

/*-----------------------------------------------------
	misc
-----------------------------------------------------*/
ul.store-icon {
	text-align: center;
	font-size: 0;
}
ul.store-icon li {
	display: inline-block;
	width: 60px;
	margin: 0 10px;
}
ul.store-icon li img {
	width: 100%;
	height: auto;
}

.signin {
	border: 1px solid #e0e0e0;
	background: #fff;
	box-sizing: border-box;
	margin: 30px auto 0;
	border-radius: 18px;
	padding: 30px;
}
.regist {
	background:rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	border-radius: 18px;
	padding: 30px;
	margin-top: 30px;
}
.regist .lead {
	font-weight: bold;
	text-align: left !important;
}
.regist-note {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dcdcdc;
	text-align: left;
}
.icon-feat img {
	width: 80px;
}


/*-----------------------------------------------------
	animation
-----------------------------------------------------*/
/*.anime-top {
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
}
.anime-top01 {
	animation-delay: 0;
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;

}
.anime-top02 {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
}
.anime-top03 {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
}
.anime-top04 {
	animation-delay: .6s;
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
}
.anime-top05 {
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
}*/


/*-----------------------------------------------------
	history
-----------------------------------------------------*/
.history {
	margin-top: 30px;
	border-bottom: 2px solid #333;
}
.history-album {
	border-top: 2px solid #333;
	padding: 45px 0;
}
.history-album .history-jacket {
	width: 100%;
	margin-bottom: 20px;
}
.history-album .history-jacket img {
	width: 100%;
	height: auto;
}

.history-album .history-list {

}
.history-album .history-list li {
	border-bottom: 1px solid #dcdcdc;
	font-size: 12px;
	line-height: 1.6;
	padding: 16px 0;
}
.history-album .history-list li:first-child {
	padding-top: 0;
}
.history-album .history-list li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.history-album .history-label {
	margin-bottom: 2px;
	color: #999;
}
.history-album .history-desc {

}

/*-----------------------------------------------------
	report
-----------------------------------------------------*/
.report {
	margin-top: 70px;
	border-bottom: 1px solid #dcdcdc;
}
.report-row {
	border-top: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 1.4;
	transition-duration: .2s;
	zoom: 1;
}
.report-row:after {
	content: "";
	display: block;
	clear: both;
}
.report-row:hover {
	background: #f9f9f9;
}
.report-date {
	width: 200px;
	box-sizing: border-box;
	padding: 20px 10px;
	line-height: 32px;
	float: left;
}
.report-title {
	width: calc(100% - 380px);
	box-sizing: border-box;
	padding: 20px 10px;
	line-height: 32px;
	float: left;
}
.report-btn {
	width: 180px;
	box-sizing: border-box;
	padding: 20px 10px;
	font-size: 0;
	text-align: right;
	float: right;
}

/*-----------------------------------------------------
	magazine
-----------------------------------------------------*/
.magazine {
	margin-top: 30px;
	border-bottom: 2px solid #333;
}
.magazine-row {
	border-top: 2px solid #333;
	font-size: 12px;
	line-height: 1.4;
	transition-duration: .2s;
	zoom: 1;
	padding: 30px 0;
}
.magazine-row:after {
	content: "";
	display: block;
	clear: both;
}
.magazine-row:hover {
	background: #f9f9f9;
}
.magazine-date {

}
a.magazine-title {

}

.magazine-detail {
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 18px;
}
.magazine-head {
	border-bottom: 1px solid #dcdcdc;
	padding: 20px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.magazine-head-date {
	color: #666;
	font-size: 11px;
}
.magazine-cont {
	padding: 10px;
}
.magazine-cont .inner {
	width: 660px;
	margin: 0 auto;
}

.news-btn {
	text-align: center;
	margin-top: 60px;
	position: relative;
	height: 80px;
}
.news-btn-l {
	width: 38%;
	position: absolute;
	top: 0;
	left: 0;
}
.news-btn-c {
	width: calc(100% - 76% - 20px);
	position: absolute;
	top: 0;
	left: calc(38% + 10px);
}
.news-btn-r {
	width: 38%;
	position: absolute;
	top: 0;
	right: 0;
}
.news-btn a {
	font-size: 12px;
}

/*-----------------------------------------------------
	step
-----------------------------------------------------*/
ul.step {
	margin-bottom: 30px;
	border: 1px solid #f79256;
}
ul.step li {
	float: left;
	width: 16.6%;
	box-sizing: border-box;
	border-right: 1px solid #f79256;
	padding: 0;
	height: 40px;
	position: relative;
	color: #999;
	text-indent: -9999px;
}
ul.step li:last-child {
	width: 17%;
	border-right: none;
}
ul.step li::after {
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #ccc;
	text-align: center;
	overflow: hidden;
	top: 0;
	left: 0;
	text-indent: 0;
}
ul.step li:nth-child(1)::after {
	content: "01";
}
ul.step li:nth-child(2)::after {
	content: "02";
}
ul.step li:nth-child(3)::after {
	content: "03";
}
ul.step li:nth-child(4)::after {
	content: "04";
}
ul.step li:nth-child(5)::after {
	content: "05";
}
ul.step li:nth-child(6)::after {
	content: "06";
}
ul.step li:nth-child(7)::after {
	content: "07";
}
ul.step li.step-on {
	background: #f79256;
}
ul.step li.step-on::after {
	color: #fff;
}
ul.step-regist li {
 	width: 14.3%;
}
ul.step-regist li:last-child {
	width: 14.2%;
	border-right: none;
}

/*-----------------------------------------------------
	excel
-----------------------------------------------------*/
.excel {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 360px;
	padding: 20px;
	box-sizing: border-box;
	background: #f79256;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	display: none;
}
.excel .btn-close {
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
	background:url(../images/icon_down_close.svg) 0 bottom no-repeat;
	cursor: pointer;
}
.excel a {
	color: #111;
}
.excel input {
	border-color: #f79256 !important;
}


.detail-edit-btn.open .excel {
	display: block;
	z-index: 2;
}
.detail-edit-btn.open {
	animation-duration: 0.2s;
	-webkit-animation-duration: 0.2s;
	-moz-animation-duration: 0.2s;
}

/*-----------------------------------------------------
	news
-----------------------------------------------------*/
ul.news {
	text-align: left;
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
ul.news li {
	border-bottom: 2px solid #333;
	padding: 30px 0;
	clear: both;
	zoom: 1;
}
ul.news li:after {
	content: "";
	display: block;
	clear: both;
}
ul.news li:last-child {
	border-bottom: none;
}
ul.news li .news-date {

}
ul.news li .news-cont {

}
ul.news li h2 {
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: left;
}
ul.news li p {
	margin-bottom: 10px;
	color: #666;
}
ul.news li p:last-child {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	reading
-----------------------------------------------------*/
.reading {

}
.reading p {
	margin: 15px 0;
}
.reading p:first-child {
	margin-top: 0;
}



.box-form.box-form-half-center {
	width: 100% !important;
}
.box-form.box-form-half {
	width: 100% !important;
}

.box-form.box-form-half-btn {
	width: 100% !important;
	padding-right: 60px;
}


.song-play {
	font-size: 0;
}
.song-play-btn {
	font-size: 24px;
	line-height: 45px;
	height: 45px;
	width: 45px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	background: #f9f9f9;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}
.song-play-time {
	font-size: 12px;
	margin-top: 5px;
}
.song-play-note {
	font-size: 11px;
}



.sns {
	font-size: 0;
	line-height: 1;
	display: block;
	vertical-align: top;
	margin-top: 20px;
}
.sns .snsbtn {
	display: inline-block;
	line-height: 1;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	font-size: 14px;
	margin: 0 10px;
}


a.badge_free {
	position: absolute;
	display: block;
	top: -92px;
	right: -24px;
	width: 90px;
	height: 90px;
	background:url(../images/badge_free-01.svg) center no-repeat;
	background-size: 100% auto;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
}

.badge_campaign_itunes {
    position: absolute;
    display: block;
    top: -90px;
    right: -10px;
    width: 120px;
    height: 120px;
    background:url(../images/badge_campaign_itunes.svg) center no-repeat;
    background-size: 100% auto;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.badge_campaign_20off {
    position: absolute;
    display: block;
    top: -90px;
    right: -10px;
    width: 120px;
    height: 120px;
    background:url(../images/badge_campaign_20off.svg) center no-repeat;
    background-size: 100% auto;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}
.badge_sonoca {
    position: absolute;
    display: block;
    top: -90px;
    right: -10px;
    width: 120px;
    height: 120px;
    background:url(../images/badge_sonoca.svg) center no-repeat;
    background-size: 100% auto;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.badge_campaign_single {
    background:url(../images/badge_campaign_single.svg) center no-repeat;
}



/*--------------------simulator--------------------*/
.simulator-wrap {
	margin-top: 30px;
	text-align: center;
}
.simulator {
	box-sizing: border-box;
	background: #ededed;
	margin-top: 10px;
	overflow: hidden;
	text-align: left;
	height: 0;
	padding: 0 21px;
	transition-duration:.3s;
}
.simulator-on .simulator {
	height: auto;
	padding: 20px 20px;
	border: 1px solid #dcdcdc;
}
.simulator-cal {
	position: relative;
	zoom: 1;
}
.simulator-cal:after {
	content: "";
	display: block;
	clear: both;
}
.simulator-plan {
	width: 100%;
}
.simulator-num {
	width: 150px;
}
.simulator-jan {
	width: 150px;
}

.simulator-result {
	margin-top: 30px;
	text-align: right;
	font-size: 22px;
}
.simulator-result > div {
	display: inline-block;
	border-bottom: 2px solid #111;
}


.btn-simulator {
	padding-left: 60px;
	padding-right: 60px;
}
.btn-simulator:after {
	position:absolute;
	display:block;
	content: "";
	top: 50%;
	right: 20px;
	margin-top: -8px;
	width:15px;
	height: 15px;
	background:url(../images/icon_down_close.svg) 0 0 no-repeat;

}
.simulator-on .btn-simulator:after {
	-webkit-animation: icon_close_simu 0.3s steps(8,end) 1;/*実際のコマ数-1, end*/
	-webkit-animation-fill-mode:forwards;
	-moz-animation: icon_close_simu 0.3s steps(8,end) 1;/*実際のコマ数-1, end*/
	-moz-animation-fill-mode: forwards;
}
.simulator-off .btn-simulator:after {
	-webkit-animation: icon_open_simu 0.3s steps(8,end) 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation: icon_open_simu 0.3s steps(8,end) 1;
	-moz-animation-fill-mode: forwards;
}
.simulator-default .btn-simulator:after {
	-webkit-animation: none;
	-moz-animation: none;
}




@-webkit-keyframes icon_close_simu {
	0%		 { background-position-y: 0px; }
	100%	 { background-position-y: -128px; }
}
@-moz-keyframes icon_close_simu {
	0%		 { background-position-y: 0px; }
	100%	 { background-position-y: -128px; }
}
@-webkit-keyframes icon_open_simu {
	0%		 { background-position-y: -128px; }
	100%	 { background-position-y: 0px; }
}
@-moz-keyframes icon_open_simu {
	0%		 { background-position-y: -128px; }
	100%	 { background-position-y: 0px; }
}

/*--------------------path--------------------*/
.path {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 11px;
}

/*--------------------20th--------------------*/
.cfm-20th {
	margin-top: 45px;
	text-align: center;
}
.cfm-20th img {
	width: 100px;
}

.sonoca {
	padding: 30px 0 230px 0;
	background: url(../images/sonoca_bg.png) no-repeat bottom center;
}

.sect-sonoca {
	margin-top: 30px;
	padding: 20px 20px 230px 20px;
	border: #333 solid 1px;
	background: #fff url(../images/sonoca_bg.png) no-repeat bottom center;
}




/*--------------------配信サービスの選択--------------------*/
.select-store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px ;
}

.select-store-item {
    background: #fff;
    border: 1px solid #dcdcdc;
    width: calc((100% - 15px)/ 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    padding: 25px 20px ;
    cursor: pointer ;
    transition-duration: .25s ;
}

.select-store-item:hover {
    border: 1px solid #000 ;
}

.select-store-item.toggle-on {
    border: 5px solid #f79256 ;
    transition-duration: .25s ;
    padding: 21px 16px ;
}

.select-store-item img {
    width: 100% ;
    height: auto ;
}

.select-store-item-dummy {
    padding: 0 ;
    border: 0 ;
    background: none ;
    height: 0 ;
}

.select-store-item-dummy:hover {
    border: none ;
}



/*--------------------リスト7段階--------------------*/
ul.step li {
    width: calc(100% / 7) ;
}
ul.step li:last-child {
    width: calc(100% / 7) ;
}



/*--------------------配信アルバム 配信先一覧--------------------*/
.detail-sect .detail-header-store {
    float: none ;
    width: auto ;
    padding-right: 0 ;
}

.detail-sect .detail-header-store h2 {
    text-align: center ;
}

.album-store-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px ;
}

.album-store-item {
    background: #fff;
    border: 1px solid #dcdcdc;
    width: calc((100% - 15px)/ 2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    padding: 25px 20px ;
}

.album-store-item img {
    width: 100% ;
    height: auto ;
}

.album-store-item-dummy {
    padding: 0 ;
    border: 0 ;
    background: none ;
    height: 0 ;
}

.album-store-add .form-btn {
    margin-bottom: 30px ;
}




/* service */
.service_list li{
	margin-top: 60px;
}
.service_list h2{
	margin-bottom: 20px;
}
.service_table{
	margin-top: 20px;
}
.service_img{
	width: 33.33%;
	padding: 0 10px;
}



/*-----------------------------------------------------
	analytics
-----------------------------------------------------*/
.analytics_select_wrap{
	text-align: center;
}
.analytics_select{
	border: 1px solid #f79256;
	background: #f0f0f0;
	padding: 20px 10px;
	max-width: 600px;
	margin: 0 auto;
}
.analytics_select .select_term_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.analytics_select .select_label{
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
}
.analytics_select .box-form{
	margin: 0;
}
.analytics_select .box-form #period{
	max-width: 130px;
}
.select_term_box,
.select_term_box_detail{
	position: relative;
	margin: 0;
}
.select_term_box_detail .box-form.box-form-half{
	margin: 0;
	margin-bottom: 30px;
}
.select_term_box_detail .box-form.box-form-half:last-child{
	margin-bottom: 0;
}
.select_term_box_detail::before{
	content: "～";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.analytics_chart{
	max-width: 800px;
	margin: 0 auto;
}
.analytics_chart_box{
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #e3e3e3;
}
.analytics_chart_box:first-child{
	margin-top: 80px;
	padding-top: 0;
	border-top: 0;
}

.analytics_chart h2{
	margin-bottom: 30px;
	font-size: 20px;
}
.analytics_chart h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 15px;
	margin-top: 40px;
}
.analytics_chart h2 + h3{
	margin-top: 0;
}

.analytics_chart table{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #333;
	table-layout: fixed;
	border-collapse: separate;
	line-height: 1.4;
}
.analytics_chart table tr td{
	padding: 10px 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	overflow-wrap : break-word;
	text-align: right;
}
.analytics_chart table tr td:first-child{
	width: 50%;
	text-align: left;
}
.analytics_chart table tr td:last-child{
	border-right: 0;
}
.analytics_chart table tr:last-child td{
	border-bottom: 0;
}
.analytics_chart table .heading td{
	text-align: center !important;
	border-bottom: 1px solid #333;
	background: #efefef;
}


