@charset "utf-8";

/* ------------------------------------------
Since: 2017-1-08
Version: 1.0
Auther: mitchel(visual and echo japan)
------------------------------------------*/

body{
	background:#FFF url(../img/good/bg.jpg)  top center;
    background-repeat: repeat-x;
    background-position:center 0px;
	background-size: cover;
}

@media only screen and (max-width: 420px) {
	body{
        background:#FFF;
        background-size: 100% auto;
        background-repeat: repeat-x;
        background-position:center 45vw;
	}
}
.pc_only{
  display: block;
  margin: 0 auto;
}
.sp_only{
  display: none;
}
@media only screen and (max-width: 420px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  #good-contents img{
    width: 100%;
    height: auto;
  }
}


#good-contents {
    width: 100%;
	text-align:center;
	margin-top:5px;
	position:relative;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	word-break:normal;
}

#good-contents .title{
	width: 489px;
	margin:0 auto;
    margin-bottom: 40px;
}
#good-contents .exp{
    margin-bottom: 40px;
}
#good-contents .exp p{
	font-size: 16px;
    margin-bottom: 16px;
}
#good-contents .track{
    width: 264px;
    margin:0 auto;
    text-align: left;
	position: relative;
	left: -40px;
    margin-bottom: 40px;
}
#good-contents .live{
    margin-bottom: 40px;
}
#good-contents .live .live_title{
    width: 278px;
    margin:0 auto;
    text-align: left;
    margin-bottom: 20px;
}
#good-contents .live p{
	font-size: 16px;
    margin-bottom: 26px;
}
#good-contents .live p a{
	text-decoration: underline;
	color: #000;
}
#good-contents .live p a.btn{
	width: 145px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}
#good-contents .live p a.btn:hover{
	opacity: 0.5;
}

#good-contents .pod{
    margin-bottom: 40px;
}
#good-contents .pod .pod_title{
    width: 314px;
    margin:0 auto;
    text-align: left;
    margin-bottom: 20px;
}
#good-contents .pod p{
	font-size: 16px;
    margin-bottom: 26px;
}
#good-contents .pod p a{
	text-decoration: underline;
	color: #000;
}
#good-contents .pod p a.btn{
	width: 145px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}
#good-contents .pod p a.btn:hover{
	opacity: 0.5;
}
#good-contents .pod .podcast{
	width: 800px;
	margin:0 auto;
}
#good-contents .buy{
	position: fixed;
	z-index: 10;
	bottom: 20px;
	left: 0;
	width: 100%;
}
#good-contents .buy a{
	width: 549px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}
#good-contents .buy a:hover{
	opacity: 0.5;
}
#footer{
	margin-bottom: 100px;
}
#good-contents .mv{
	max-width: 520px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#good-contents .mv .mv_area{
	position: relative;
	padding-top: 56.6666%;
}
#good-contents .mv .mv_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 420px) {
	#good-contents {
		width: 100%;
		margin-top:0px;
		padding-top: 0px;
		font-size: 16px;
	}
	
	#good-contents .title{
		width: auto;
		margin-bottom: 0px;
	}
	#good-contents .exp{
		padding: 20px 20px;
		margin-bottom: 0px;
		text-align: left;
	}
	#good-contents .exp p{
		font-size: 3.7vw;
		margin-bottom: 14px;
	}
	#good-contents .track{
		width: 100%;
		left: 0px;
		margin-bottom: 40px;
	}
	#good-contents .live{
		margin-bottom: 40px;
	}
	#good-contents .live .live_title{
		width: 278px;
		margin:0 auto;
		text-align: left;
		margin-bottom: 20px;
	}
	#good-contents .live p{
		text-align: left;
		padding: 0 20px;
		font-size: 3.7vw;
		margin-bottom: 26px;
	}
	#good-contents .live p a{
	}
	#good-contents .pod{
		margin-bottom: 40px;
	}
	#good-contents .pod .pod_title{
		width: 314px;
		margin:0 auto;
		text-align: left;
		margin-bottom: 20px;
	}
	#good-contents .pod p{
		text-align: left;
		padding: 0 20px;
		font-size: 3.7vw;
		margin-bottom: 26px;
	}
	#good-contents .pod p a{
	}
	#good-contents .buy a{
		width: 90%;
		margin: 0 auto;
		display: block;
		padding-top: 20px;
	}
	#good-contents .pod .podcast{
		width: 90%;
		margin:0 auto;
	}
	
	#good-contents .mv{
		max-width: 90%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 896px) and (min-width: 430px) {
	#good-contents .exp p{
		font-size: 13px;
		margin-bottom: 13px;
	}
	#good-contents .live p{
		padding: 0 20px;
		font-size: 13px;
		margin-bottom: 26px;
	}
	#good-contents .pod p{
		padding: 0 20px;
		font-size: 13px;
		margin-bottom: 26px;
	}

}