@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*********　共通　*********/
#wrapper {
	width: 100%;
	overflow: hidden;
}
body {
	color: #151515;
	font-family: "Hiragino Sans", "ヒラギノ角ゴ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	clear: both;
}
.browser-ie body {
	font-family: 'YakuHanJP', 'Noto Sans Japanese', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	font-weight: 300;
}
.os-mac body {
	font-weight: 400;
}
a {
	color: inherit;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	display: inline;
	position: relative;
	-webkit-transition: .3s;
	        transition: .3s;
}
a:hover {
	filter: alpha(opacity=0.8);
	-ms-filter: alpha(opacity=0.8);
	opacity: 0.;
}
.under-element{
	clear: both;
	padding-bottom: 60px;
}

/*********　reset　*********/
.reset {
	color: black;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: normal;
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
}
	
/*********　ページ上部へ戻る　*********/
#page_top{
	width: 40px;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 5px;
	background: #29a6dd;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}

#page_top a::after{
	content: '▲';
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

/*********　body　*********/
html,
body,
.background {
	height: 100%;
}
.background {
	width: 100%;
	min-height: 100%;
	position: relative;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
}
body > .background {
	height: auto;
}

/*********　login　*********/
.login {
	width: 240px;
	height: 320px;
	position: absolute;
	text-align: center;
	background:rgba(0,0,0,0.3);
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
	padding: 40px;
}
.login img {
	width: 80%;
	margin: 0 auto;
}
.login input.id,
.login input.pass {
	width: 230px;
	height: 30px;
	font-size: 16px;
	color: #888;
	margin: 0 auto;
	border: 0;
	padding-left: 10px;
}
.login input.button:hover{
	filter: alpha(opacity=0.5);
	-ms-filter: alpha(opacity=0.5);
	opacity: 0.8;
}
.login p {
	color: #FFF000;
	text-align: left;
	margin-top: 15px;
}
.login p.forgot {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 35px;
}

/*********　footer　*********/
footer {
	font-size: 12px;
	line-height: 3;
    width: 100%;
    color: #fff;
    text-align: center;
	padding: 20px 0;
	position: absolute;
    bottom: 0;
}
footer p {
	font-size: 10px;
}
.opa{
	background: none;
	height: 100px;
	position: relative;
	bottom: 0;
}
footer p {
	font-size: 10px;
}

/*********　header　*********/
.header {
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100px;
	position: fixed;
	background: #FFF;
}
@media only screen and (max-width: 750px) {
.header {
	height: 55px;
}
}

/*********　FV　*********/
.fv {
	width: 100%;
	min-height: 220px;
	text-align: center;
	padding-top: 100px;
}
.fv h1 {
	color: #FFF;
	font-size: 36px;
	padding : 30px;
}
/*********　検索　*********/
.searchArea {
	width: 90%;
	max-width: 500px;
	height: 50px;
	margin: 0 auto;
	padding-bottom: 50px;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 0;
	text-align: center;
}
.searchArea .searchText {
	display: block;
	float: left;
	box-sizing: border-box;
	width: calc(100% - 70px);
	max-width: 430px;
	height: 50px;
	margin: 0;
	padding: 0 15px;
	border: 2px solid #000;
	color: #333;
	outline: 0;
	font-size: 20px;
}
.searchArea .searchButton {
	float: left;
	box-sizing: border-box;
	width: 70px;
	height: 50px;
	margin: 0;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
	line-height: 28px;
	font-size: 28px;
}
.searchArea .searchText:focus {
	background: #cfe7ff;
}
.searchArea .searchImg {
	display: inline-block;
	width: auto;
	height: 28px;
	margin: 10px;
	vertical-align: middle;
}
.searchArea.searchText:-ms-clear {
	display: none;
}

/*********　メイン　*********/
.wrapper {
	width: 100%;
	background: #FFF;
	overflow: auto;
	padding: 30px 0 100px 0;
}
.main {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.searchMenu {
	width: 300px;
	float: left;
}
.results {
	width: calc(100% - 300px);
	float: right;
}

.searchMenu ul {
	counter-reset: list;
	list-style: none;
	margin-right: 50px;
}
.searchMenu li.head {
	background: #000;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 15px;
	margin-bottom: 15px;
}
.searchMenu li.last {
	padding-bottom: 30px;
}
.searchMenu input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 45px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    left: 15px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.checkbox01::after {
    border-right: 3px solid #1B1464;
    border-bottom: 3px solid #1B1464;
    content: '';
    display: block;
	width: 5px;
    height: 9px;
    left: 21px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.searchMenu input:hover {
	opacity: 0.4;
}
.result_title {
	font-size: 20px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.sort {
	font-size: 12px; 
	margin-top: 10px;
	float: right;
}
.sort select {
	width: 100px;
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.tag_area {
	width: 100%;
	padding: 30px 0;
}
.tag_area span {
	color: #FFF;
	background: #1B1464;
	padding: 8px 12px;
	margin-right: 5px;
	white-space: nowrap;
}
.results_list {
	width: 100%;
}
.results_item {
	max-width: 665px;
	background: #FFF;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	padding: 15px;
	margin-bottom: 20px;
}
/*********　波形　*********/
.wave {
	width: calc(100% - 245px);
	max-width: 500px;
	border-width: 1px;
	margin-left: 70px;
	position: relative;
}
.results_list p {
	font-size: 12px;
	color: #666;
	margin-top: 15px;
	margin-left: 5px;
}
.results_list button {
	float: left;
	height: 60px;
	width: 60px;
	background: none;
	appearance: none;
	border: none;
	background-image: url(../images/play.svg);
}
.results_list button:hover {
	background-image: url(../images/play_h.svg);
} 
.buy_box {
	float: right;
	width: 160px;
}
.buy_box a:hover {
	opacity: 0.6;
}
/* 時間経過ボックス */
.wave .cur {
	position: relative; /* 変更不可 */
	width: 0; /* 変更不可 */
	height: 60px; /* 波形画像と合わせる*/
	background-color: rgb(0,0,0,0.1); /* 色変更は可 */
}
/* 波形画像 */
.wave img {
	border-style: solid;
	border-width: 1px;
	height: 60px; /* 時間経過ボックスと合わせる */
	width: 100%;
	position: absolute; /* 変更不可 */
	top: 0; /* 変更不可 */
	left: 0; /* 変更不可 */
	opacity: 0.2; /* 1 にしてしまうとソングポジション要素が見えなくなるのでNG */
}