@charset "UTF-8";
html, body {
	position: relative;
	height: 100%;
}
body {
	background: /*#eee*/ #000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {color:#FFF;}
a:visited , a:link {
	color:#FFF;
	}
a:hover, a:focus , a:active {
	color:#999;
	text-decoration:none;
	}

p {
	font-weight: 100;
	line-height:1.8em;
}
img {
	width: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	padding-top: 80px;
}
.swiper-slide {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 90px 80px;
	background-color: black;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 768px) {
.slide1 {
	background-image: url(../img/SR_site5_sound-Aggressive.png);
}
.slide2 {
	background-image: url(../img/SR_site5_sound-SmoothSLAP.png);
}
.slide3 {
	background-image: url(../img/SR_site5_sound-TIGHTSLAP.png);
}
.slide4 {
	background-image: url(../img/SR_site5_sound-Fastfingerstyle.png);
}
.slide5 {
	background-image: url(../img/SR_site5_sound-SmoothPick.png);
}
.slide6 {
	background-image: url(../img/SR_site5_sound-SmoothFinger.png);
}
}
iframe {
	width: 100% !important;
	border: 1px solid #F1F1F1;
}
.iframeBox {
	position: relative;
	width: 100%;
}
.iframeBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important
}
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 35px;
	padding-top: 15px;
	background-color: rgba(0,0,0,0.70);
	color: #fff;
	z-index: 100;
}
.togmenu {
	display: none;
}
.menubtn {
	padding: 16px 20px;
	background-color: rgba(0,0,0,0.70);
	color: #fff;
	text-align: left;
}
#menu p a {
	width: 150px;
	display: block;
	float: left;
}
@media only screen and (min-width: 768px) {
.menubtn {
	display: none;
}
.togmenu {
	display: block;
}
#menu p {
	display: inline-block;
	border: none;
}
}
.navbar-header {
	float: left !important;
}
@media (min-width: 768px) {
.navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
	z-index:1000 !important;
}
}
.navbar {
	background-color: rgba(0,0,0,0.70);
}
.navbar-toggle {
	border: none;
	width: auto;
}
@media only screen and (max-width: 768px) {
.smart_line {
	display: block;
}
}
@media only screen and (min-width: 768px) {
.smart_line {
	display: none;
}
}
 @media only screen and (min-width: 768px) {
.swiper-button-next {
	right: 50%;
	top: 95%;
	background-image: url(../img/next_arw.png);
	margin-right: -40px;
	width: 80px;
	height: 49px;
	background-size: 80px 49px;
}
.swiper-pagination-bullet {
	background-color: rgb(238, 238, 238, 1.00);
	width: 15px;
	height: 15px;
}
.swiper-pagination-bullet {
	background-color: rgba(153,153,153,1.00);
}
}
 @media only screen and (max-width: 768px) {
.swiper-button-next {
	display: none;
}
.swiper-pagination-bullet {
	display: none !important;
}
.swiper-pagination-bullet {
	display: none !important;
}
}

.col-sm-5 p /* 2016.3.9 kato */ {
	margin-top:10px;
	}

/* footer */
div.footer {
	padding:2em 0 2em;
	}

.copy-rights {
	text-align: center;
	clear: both;
	font-weight:normal;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
	}