@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	content.css

*/
.body {
	padding: 0 0 100px 0;
}

/*============================================================
	スライダー矢印
*/
.slick-slider .slick-arrow {
	position: absolute;
	z-index: 100;
	top: 50%;
	margin-top: -25px;
	width: 50px; height: 50px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #ccc;
}
.slick-slider .slick-prev {
	left: 0;
}
.slick-slider .slick-next {
	right: 0;
}

/*============================================================
	[ HOME ] MAIN
*/
#main .container {
	max-width: 100%;
}
#main .list .block {
	float: left;
	width: 33.333%; height: 650px;
	line-height: 1.5;
}
#main .list .block a {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%; height: 100%;
}
#main .list .block .thumb {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
#main .list .block .thumb:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 240px;
	background: #ffffff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#main .list .block .info {
	position: absolute;
	bottom: 0; left: 0;
	padding: 0 50px 40px 50px;
	width: 100%;
}
#main .list .block .category {
}
#main .list .block .title {
	margin: 15px 0 0 0;
	font-size: 18px;
	color: #fff;
}
/* ホバー */
.os-other #main .list .block a:hover .thumb {
	-webkit-transform: scale(1.18);
	        transform: scale(1.18);
}

/*============================================================
	[ HOME ] TOPICS
*/
#topics {
	margin: 60px 0 0 0;
}
#topics .container {
	max-width: 100%;
}
#topics .list {
	margin: 40px 0 0 0;
}
#topics .list .block {
	float: left;
	width: 20%; height: 300px;
	line-height: 1.5;
}
#topics .list .block a {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%; height: 100%;
}
#topics .list .block .thumb {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
#topics .list .block .thumb:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0; left: 0;
	width: 100%; height: 120px;
	background: #ffffff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
#topics .list .block .category {
	position: absolute;
	top: 0; left: 0;
}
#topics .list .block .title {
	position: absolute;
	bottom: 0; left: 0;
	padding: 0 25px 30px 25px;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
/* ホバー */
.os-other #topics .list .block a:hover .thumb {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

/*============================================================
	[ HOME ] bond plus Youtube
*/
#youtube {
	margin: 60px 0 0 0;
}
#youtube .list {
	margin: 40px 0;
}
#youtube .list ul {
	margin: 0 -10px;
}
#youtube .list ul li {
	float: left;
	padding: 0 10px;
	width: 33.333%;
	line-height: 1.5;
}
#youtube .list ul li a {
	display: block;
}
#youtube .list ul li .thumb div {
	position: relative;
	height: 200px;
}
#youtube .list ul li .thumb div i {
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	margin: -30px 0 0 -40px;
	width: 80px;
}
#youtube .list ul li .thumb div i img {
	width: 100%;
}
#youtube .list ul li .title {
	margin: 10px 0 0 0;
	font-size: 16px;
}

/*============================================================
	[ HOME ] bond plus Instagram
*/
#instagram {
	margin: 60px 0 0 0;
}
#instagram .widget {
	margin: 40px auto;
	width: 800px; height: 800px;
}
#instagram .widget iframe {
	height: 810px !important;
}
#instagram .widget-sp {
	display: none;
	overflow: hidden;
	margin: 20px auto;
	width: 300px; height: 300px;
}
#instagram .widget-sp iframe {
	height: 310px !important;
}

/*============================================================
	[ HOME ] FAQ
*/
#faq {
	margin: 60px 0 0 0;
}
#faq .list {
	margin: 30px 0;
}
#faq .list ul {
	margin: 20px 0 0 0;
}
#faq .list ul .title {
	width: 600px;
	font-weight: 700;
}
#faq .list ul .btn {
	width: 210px;
}

/*============================================================
	[ HOME ] AUDIO STYLE & WORKS
*/
#works {
	margin: 60px 0 0 0;
}
#works .list {
	display: table;
	margin: 50px auto;
}
#works .list ul {
}
#works .list ul li {
	float: left;
	padding: 0 5px;
}
#works .list ul li a {
	display: block;
	padding: 2px 0 0 0;
	width: 50px; height: 50px;
	background-color: #fff;
	border-radius: 4px;
}
#works .list ul li a img {
	display: block;
	margin: 0 auto;
	width: 46px;
}
/* ホバー */
.os-other #works .list ul li a:hover {
	opacity: 0.7;
}

/*============================================================
	[ HOME ] AUDIO CUSTOMIZE MENU
*/
#customize {
	margin: 60px 0 0 0;
}
#customize .list {
	margin: 50px -10px;
}
#customize .list .wrap {
}
#customize .list .wrap .block {
	float: left;
	padding: 0 10px;
	width: 25%;
}
#customize .list .wrap .block a {
	display: block;
	height: 100%;
	background-color: #fff;
	color: #333333;
}
#customize .list .wrap .block .image {
	width: 100%; height: 230px;
}
#customize .list .wrap .block .title {
	padding: 8px 10px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4;
}
#customize .slick-slider .slick-arrow {
	background-color: transparent;
}
#customize .slick-slider .slick-prev {
	left: -40px;
}
#customize .slick-slider .slick-next {
	right: -40px;
}

/*============================================================
	[ HOME ] bond Plus BLOG
*/
#blog {
	margin: 60px 0 0 0;
}
#blog .list {
	margin: 30px 0;
}
#blog .list ul {
	margin: 20px 0 0 0;
}
#blog .list ul .title {
	font-weight: 700;
}
#blog .list ul .btn {
	width: 210px;
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	.body {
		padding: 0 0 30px 0;
	}

	/*============================================================
		スライダー矢印
	*/
	.slick-slider .slick-arrow {
		margin-top: -20px;
		width: 40px; height: 40px;
		font-size: 16px;
		line-height: 40px;
	}

	/*============================================================
		[ HOME ] MAIN
	*/
	#main .list .block {
		width: 100%; height: auto;
	}
	#main .list .block a {
		padding-top: 80%;
		height: 0;
	}
	#main .list .block .thumb:before {
		padding-top: 30%;
		height: 0;
	}
	#main .list .block .info {
		padding: 0 15px 15px 15px;
	}
	#main .list .block .title {
		margin: 10px 0 0 0;
		font-size: 16px;
	}

	/*============================================================
		[ HOME ] TOPICS
	*/
	#topics {
		margin: 30px 0 0 0;
	}
	#topics .container {
		padding: 0;
	}
	#topics .list {
		margin: 20px 0 0 0;
	}
	#topics .list .block {
		width: 50%; height: auto;
	}
	#topics .list .block a {
		padding-top: 100%;
		height: 0;
	}
	#topics .list .block .thumb:after {
		padding-top: 20%;
		height: 0;
	}
	#topics .list .block .title {
		padding: 0 15px 10px 15px;
		font-size: 14px;
	}

	/*============================================================
		[ HOME ] bond plus Youtube
	*/
	#youtube {
		margin: 30px 0 0 0;
	}
	#youtube .list {
		margin: 20px 0 0 0;
	}
	#youtube .list ul {
		margin: 0;
	}
	#youtube .list ul li {
		float: none;
		padding: 0 0 15px 0;
		width: 100%;
	}
	#youtube .list ul li a {
		display: table;
	}
	#youtube .list ul li .thumb {
		display: table-cell;
		vertical-align: top;
		padding: 0 15px 0 0;
		width: 50%;
	}
	#youtube .list ul li .thumb div {
		position: relative;
		padding-top: 56.206%;
		height: 0;
	}
	#youtube .list ul li .thumb div i {
		margin: -18px 0 0 -25px;
		width: 50px;
	}
	#youtube .list ul li .thumb div span {
		position: absolute;
		top: 0; left: 0;
	}
	#youtube .list ul li .title {
		display: table-cell;
		vertical-align: top;
		padding: 0 15px 0 0;
		margin: 0;
		font-size: 15px;
	}
	#youtube .btn-wrap {
		padding: 0 15px;
	}

	/*============================================================
		[ HOME ] bond plus Instagram
	*/
	#instagram {
		margin: 30px 0 0 0;
	}
	#instagram .widget {
		display: none;
	}
	#instagram .widget-sp {
		display: block;
	}
	#instagram .btn-wrap {
		padding: 0 15px;
	}

	/*============================================================
		[ HOME ] FAQ
	*/
	#faq {
		margin: 30px 0 0 0;
	}
	#faq .list {
		margin: 20px 0 15px 0;
	}
	#faq .list ul {
		margin: 20px 0 0 0;
	}
	#faq .list ul .btn {
		margin: 10px 0 0 0;
		width: 100%;
	}
	#faq .btn-wrap {
		padding: 0 15px;
	}

	/*============================================================
		[ HOME ] AUDIO STYLE & WORKS
	*/
	#works {
		margin: 30px 0 0 0;
	}
	#works .list {
		display: block;
		margin: 20px auto 10px auto;
	}
	#works .list ul {
		padding: 0 10px;
	}
	#works .list ul li {
		width: 20%;
		margin: 0 0 10px 0;
		padding: 0 5px;
	}
	#works .list ul li a {
		padding: 7px;
		width: 100%; height: auto;
	}
	#works .list ul li a img {
		width: 100%;
	}
	#works .btn-wrap {
		padding: 0 15px;
	}

	/*============================================================
		[ HOME ] AUDIO CUSTOMIZE MENU
	*/
	#customize {
		margin: 30px 0 0 0;
	}
	#customize .list {
		margin: 20px 0;
		padding: 0 30px;
	}
	#customize .list .wrap .block {
		width: 50%;
	}
	#customize .list .wrap .block .image {
		position: relative;
		padding-top: 70%;
		height: 0;
	}
	#customize .list .wrap .block .image span {
		position: absolute;
		top: 0; left: 0;
	}
	#customize .list .wrap .block .title {
		padding: 8px 10px;
		font-size: 13px;
		line-height: 1.4;
	}
	#customize .btn-wrap {
		padding: 0 15px;
	}
	#customize .slick-slider .slick-prev {
		left: -30px;
	}
	#customize .slick-slider .slick-next {
		right: -30px;
	}

	/*============================================================
		[ HOME ] bond Plus BLOG
	*/
	#blog {
		margin: 30px 0 0 0;
	}
	#blog .list {
		margin: 20px 0 15px 0;
	}
	#blog .list ul {
		margin: 20px 0 0 0;
	}
	#blog .list ul .btn {
		margin: 10px 0 0 0;
		width: 100%;
	}
	#blog .btn-wrap {
		padding: 0 15px;
	}

}


