@charset "utf-8";
/**
 * extra_bass.css
 * works/products/extra_bass/
 * update: 2016.12.09
 */

/*--------------------------------------------------
  #sdMainVisual
--------------------------------------------------*/
@media(min-width:1920px) {
  #sdMainVisual .item {
    background-size: auto;
  }
}

#sdMainVisual .item {
  background-color: #eef4f6;
}
#sdMainVisual .item .heading {
  position: absolute;
  right: 0;
  bottom: 22%;
}
#sdMainVisual .item .heading em {
  font-size: 14px;
}

#sdMainVisual .item .heading em span {
  font-size: 80%;
  font-family: "SST W20 Roman",sans-serif;
}

#sdMainVisual .item {
  background-position: center;
}
#sdMainVisual .item .heading h2 {
  font-size: 32px;
  color: #666;
}

@media(max-width:640px) {
  #sdMainVisual .item {
    background-position: center bottom;
    background-size: 220% auto;
  }
  #sdMainVisual .item .heading {
    right: 0%;
    left: initial;
    bottom: 4%;
  }
  #sdMainVisual .item .heading em {
    font-size: 90%;
  }
}
@media(max-width:580px) {
  #sdMainVisual .item {
	background-image: url(../img/mainvisual.jpg)!important;
  }
  #sdMainVisual .item .heading h2 {
    font-size: 192%;
  }
  #sdMainVisual .item .heading em {
    font-size: 80%;
  }
}
@media(max-width:480px) {
  #sdMainVisual .item .heading h2 {
    font-size: 155%;
  }
}
@media(max-width:375px) {
  #sdMainVisual .item .heading h2 {
    font-size: 140%;
	line-height: 1em;
  }
  #sdMainVisual .item .heading em {
    font-size: 65%;
  }
}
@media(max-width:360px) {
  #sdMainVisual .item .heading h2 {
    font-size: 210%;
  }
  #sdMainVisual .item .heading em {
    font-size: 100%;
  }
}
@media(max-width:320px) {
  #sdMainVisual .item .heading h2 {
    font-size: 185%;
  }
  #sdMainVisual .item .heading em {
    font-size: 80%;
  }
}

/*--------------------------------------------------
  .sd-content
--------------------------------------------------*/
.sd-content {
  margin-top: 80px;
}

@media (max-width: 640px){
  .sd-content {
    margin-top: 50px;
  }
}

.sd-content .section span.name {
  display: block;
  font-size: 14px;
  color: #808080;
}

/*--------------------------------------------------
  .intro
--------------------------------------------------*/
.sd-content .intro .tag {
  text-align: center;
}
.sd-content .intro .tag strong {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px 10px;
  font-size: 87.5%;
  font-weight: normal;
  color: #585858;
  line-height: 1.0;
  border-bottom: 1px solid #9a9a9a;
  font-family: "SST W20 Roman",sans-serif;
}
.sd-content .intro p {
  max-width: 738px;
  margin: 40px auto;
}

@media (max-width: 640px){
  .sd-content .intro p {
    text-align: left;
  }
}

/*--------------------------------------------------
  .section
--------------------------------------------------*/
.sd-content .section {
  position: relative;
  margin-top: 0;
}
.sd-content .section h5 {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  font-size: 27px;
  line-height: 1.5em;
  color: #7F7F7F;
  z-index:1;
}
.sd-content .section p {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 1.95;
  color: #666;
}
.sd-content .section .ttl-box em {
  position: relative;
  display: block;
  padding-bottom: 15px;
  font-size: 87.5%;
  font-style: normal;
  line-height: 1.5em;
  text-align: center;
}
.sd-content .section .ttl-box em:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: #9a9a9a;
  content: "";
}
.sd-content .section .ttl-box h4 {
  margin-top: 23px;
  font-size: 181.3%;
  color: #808080;
  text-align: center;
}

.sd-content .section .product {
  font-size: 275%;
  font-family: "SST W20 Ultra Light",sans-serif;
  line-height: 1.0;
}
.sd-content .section .series {
  display: block;
  font-size: 131.3%;
  font-family: "SST W20 Light",sans-serif;
  line-height: 1.0;
}
.sd-content .section.notice {
  margin-top: 30px;
}
.sd-content .section.notice p {
  font-size: 68.8%;
  /*text-align: right;*/
  text-align: center;
}

.adjust .sd-content .section h5 {
  font-size: 125%;
}
.adjust .sd-content .section p {
  font-size: 81.3%;
  line-height: 1.9;
}
.adjust .sd-content .section .ttl-box h4 {
  font-size: 168.8%;
}

@media(max-width:640px) {
  .sd-content .section h5 {
    padding-bottom: 0;
    font-size: 125%;
  }
  .sd-content .section p {
    padding-bottom: 10px;
    font-size: 81.3%;
  }
  .sd-content .section .product {
    font-size: 225%;
  }
  .sd-content .section.notice p {
    font-size: 62.5%;
    text-align: left;
  }
  .sd-content .section .ttl-box h4 {
    font-size: 168.8%;
  }
}

/* .section.no-01
--------------------------------------------------*/
.section.no-01 {
  margin-top: 70px;
}
.section.no-01 .img-box img {
  width: 100%;
}
.section.no-01 .txt-box {
  margin: 50px auto 0;
  width: 79.25%;
  text-align: center;
}
.section.no-01 .txt-box h5 {
  text-align: center;
}

.adjust .section.no-01 .img-box img {
  margin-left: 0;
  width: 100%;
}
.adjust .section.no-01 .txt-box {
  width: 100%;
}

@media(max-width:640px) {
  .section.no-01 {
    margin-top: 60px;
  }
  .section.no-01 .txt-box {
    margin: 30px auto 0;
    width: auto;
  }
}

/* .section.no-02
--------------------------------------------------*/
.section.no-02 {
  margin-top: 100px;
}
.section.no-02 .img-box {
  float: left;
  width: 484px;
  width: 51.4893617%;
}
.section.no-02 .img-box img {
  width: 100%;
}
.section.no-02 .txt-box {
  float: right;
  margin-top: 0.8468085%;
  width: 38%;
}

.adjust .section.no-02 .img-box {
  width: 49%;
}
.adjust .section.no-02 .txt-box {
  margin-top: 2%;
  width: 45%;
}

@media(max-width:640px) {
  .section.no-02 {
    margin-top: 60px;
  }
  .section.no-02 .img-box {
    float: none;
    width: auto;
  }
  .section.no-02 .txt-box {
    float: none;
    margin-top: 25px;
    width: auto;
  }
}

/* .section.no-03
--------------------------------------------------*/
.section.no-03 {
  margin-top: 95px;
}
.section.no-03 .img-box {
  float: right;
  width: 50.9574468%;
}
.section.no-03 .img-box img {
  width: 100%;
}
.section.no-03 .txt-box {
  float: left;
  margin-top: 12.4680851%;
  width: 37%;
}

.adjust .section.no-03 .txt-box {
  margin-top: 8%;
  width: 42%;
}

@media(max-width:640px) {
  .section.no-03 {
    margin-top: 15px;
  }
  .section.no-03 .img-box {
    float: none;
    width: auto;
  }
  .section.no-03 .txt-box {
    float: none;
    margin-top: 25px;
    width: auto;
  }
}

/* .section.no-04
--------------------------------------------------*/
.section.no-04 {
  margin-top: 120px;
}
.section.no-04 .img-box {
  float: right;
  width: 46.2765957%;
  text-align: right;
}
.section.no-04 .img-box img {
  width: 100%;
  height: auto;
}

.section.no-04 .img-box span.name {
  margin-top: 7px;
}

.section.no-04 .txt-box {
  float: left;
  margin-top: 1.3191489%;
  width: 42.2340468%;
}

.adjust .section.no-04 .txt-box {
  margin-top: 0;
  width: 45%;
}

@media(max-width:640px) {
  .section.no-04 {
    margin-top: 80px;
  }
  .section.no-04 .img-box {
    float: none;
    margin: 0 auto;
    width: 75%;
  }
  .section.no-04 .txt-box {
    float: none;
    margin-top: 25px;
    width: auto;
  }
}

/* .section.no-05
--------------------------------------------------*/
.section.no-05 {
  margin-top: 120px;
}
.section.no-05 .img-box {
  float: left;
  max-width: 484px;
  text-align:right;
}
.section.no-05 .img-box img {
  height: auto;
  width: 100%;
}

.section.no-05 .img-box span.name {
  /*position: absolute;
  left: -123px;
  bottom: -20px;*/
  padding-right: 5px;
  margin-top: 5px;
}

.section.no-05 .txt-box {
  float: right;
  margin-top: 0%;
  width: 43%;
}

.adjust .section.no-05 .txt-box {
  margin-top: 0;
}

@media(max-width:640px) {
  .section.no-05 {
    margin-top: 60px;
  }
  .section.no-05 .img-box {
    float: none;
    width: auto;
	text-align:right;
  }
  .section.no-05 .img-box img {
    margin-left: -5%;
    width: 105%;
  }
  .section.no-05 .img-box span.name {
  position: relative;
  left: initial;
  bottom: initial;
}
  .section.no-05 .txt-box {
    float: none;
    margin-top: 25px;
    width: auto;
  }
}

/* .intro-02
--------------------------------------------------*/
.intro-02 {
  margin-top: 130px;
}

@media(max-width:640px) {
  .intro-02 {
    margin-top: 80px;
  }
}

/* .section.no-06
--------------------------------------------------*/
.section.no-06 {
  margin-top: 60px;
}
.section.no-06 img {
  width: 100%;
  height: auto;
}
.section.no-06 .embed {
  display: none;
}
.section.no-06 .txt-box {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 50px;
}

@media(max-width:640px) {
  .section.no-06 {
    margin-top: 40px;
  }
  .section.no-06 .thickbox {
    display: none;
  }
  .section.no-06 .embed {
    display: block;
  }
}

/* .section.no-07
--------------------------------------------------*/
.section.no-07 {
  margin-top: 110px;
  font-size: 0;
}
.section.no-07 .img-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 2.7659574%;
  width: 44.680851%;
}
.section.no-07 .img-box img {
  width: 100%;
  height: auto;
}
.section.no-07 .img-box span.name {
  font-size: 11px;
  position: absolute;
  left:55px;
  bottom: 30px;
}

.section.no-07 .txt-box {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7.4468085%;
  margin-left: 9.4680851%;
  width: 43.0851063%;
  font-size: 16px;
  font-size: 1rem;
}

.adjust .section.no-07 .img-box {
  margin: 0 0 0 2%;
}
.adjust .section.no-07 .txt-box {
  margin-left: 6%;
  width: 44%;
  font-size: 1.2rem;
}

@media(max-width:640px) {
  .section.no-07 {
    margin-top: 60px;
  }
  .section.no-07 .img-box {
    display: block;
    margin: 0 auto;
    width: 70%;
  }
  .section.no-07 .img-box span.name {
    left: initial;
	right: 19%;
	bottom: 10px;
  }
  .section.no-07 .txt-box {
    display: block;
    margin: -5% 0 0;
    width: auto;
    font-size: 0.9rem;
  }
}

/* .intro-03
--------------------------------------------------*/
.intro-03 {
  margin-top: 135px;
}

@media(max-width:640px) {
  .intro-03 {
    margin-top: 80px;
  }
}

/* .section.no-08
--------------------------------------------------*/
.section.no-08 {
  margin-top: 60px;
}
.section.no-08 .img-box {
  font-size: 0;
}
.section.no-08 .img-01 {
  display: inline-block;
  width: 51.3829787%;
}
.section.no-08 .img-01 img {
  width: 100%;
}
.section.no-08 .img-02 {
  display: inline-block;
  margin-left: 2.4468085%;
  width: 46.1702127%;
}
.section.no-08 .img-02 img {
  width: 100%;
}
.section.no-08 .txt-box {
  margin: 60px auto 45px;
  width: 73.4042553%;
}

.adjust .section.no-08 .img-01,
.adjust .section.no-08 .img-02 {
  margin: 0;
  width: 49.9999%;
}
.adjust .section.no-08 .img-box img {
  margin: 0;
  width: 100%;
  height: auto;
}

@media(max-width:640px) {
  .section.no-08 {
    margin-top: 40px;
  }
  .section.no-08 .img-01,
  .section.no-08 .img-02 {
    margin: 0;
    width: 50%;
  }
  .section.no-08 .img-box img {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .section.no-08 .txt-box {
    width: auto;
  }
}
@media(max-width:480px) {
  .section.no-08 .img-01,
  .section.no-08 .img-02 {
    display: block;
    width: auto;
  }
  .section.no-08 .img-02 {
    margin-top: 15px;
  }
  .section.no-08 .txt-box {
    margin: 0;
  }
}

/* .section.no-09
--------------------------------------------------*/
.section.no-09 {
  margin-top: 70px;
}
.section.no-09 .img-box img {
  margin-left: -4.787234%;
  width: 115.7446808%;
  height: auto;
}
.section.no-09 .txt-box {
  margin: 0px auto 0;
  width: 73.4042553%;
}

.adjust .section.no-09 .img-box img {
  margin-left: 0;
  width: 104%;
}

@media(max-width:640px) {
  .section.no-09 {
    margin-top: 20px;
  }
  .section.no-09 .img-box img {
    margin-left: 0;
    width: 104%;
  }
  .section.no-09 .txt-box {
    margin: 20px auto 0;
    width: auto;
  }
}

/* .section.no-10
--------------------------------------------------*/
.section.no-10 {
  margin-top: 10px;
}
.section.no-10 .img-box {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.section.no-10 .img-box img {
  display: inline-block;
  float: left;
}
.section.no-10 .img-box img.n10_img2 {
  float: right;
}
.section.no-10 .img-box img.n10_img3 {
  margin-top: 28px;
}
.section.no-10 .img-box img.n10_img4 {
  margin-top: 28px;
  margin-left: 22px;
}


@media(max-width:640px) {
  .section.no-10 {
    margin-top: 20px;
  }
  .section.no-10 .img-box img {
    float: none;
    width: 100%;
    margin: 20px auto;
  }
  .section.no-10 .img-box img.n10_img4 {
    margin:20px auto;
  }
}

/* .smoj
--------------------------------------------------*/
.smoj .sd2-fnSlick p {
  margin-top: 10px;
}


/*--------------------------------------------------
  .comment2
--------------------------------------------------*/
/* .comment2.no-01
--------------------------------------------------*/
.sd-content .comment2.no-01 {
  margin: 130px 0 0;
  background-color: #f6f8f8;
}
.sd-content .comment2.no-01 .txt-box {
  margin-left: 51.5957446%;
  padding: 80px 0 30px;
  width: 376px;
  width: 40%;
}

.adjust .sd-content .comment2.no-01 .txt-box {
  padding: 70px 0;
}
.adjust .sd-content .comment2.no-01 .txt-box p {
  line-height: 1.9;
}

@media(max-width:640px) {
  .sd-content .comment2.no-01 {
    margin: 40px 0 0;
  }
  .sd-content .comment2.no-01 .txt-box {
    margin-left: 39%;
    padding: 40px 0 60px !important;
    width: 55%;
  }
  .sd-content .comment2.no-01 .img-box img {
    margin-left: -9%;
  }
}
@media(max-width:479px) {
  .sd-content .comment2.no-01 .txt-box {
    padding: 30px 0 70% !important;
    width: auto;
  }
  .sd-content .comment2.no-01 .img-box img {
    width: 160%;
  }
}

/* .comment2.no-02
--------------------------------------------------*/
.sd-content .comment2.no-02 {
  margin: 125px 0 0;
  background-color: #f6f8f8;
}
.sd-content .comment2.no-02 .txt-box {
  margin-left: 8.5106382%;
  padding: 70px 0 30px;
  width: 380px;
  width: 37%;
}

.adjust .sd-content .comment2.no-02 .txt-box {
  margin-left: 8%;
  padding: 70px 0 80px;
  width: 46%;
}
.adjust .sd-content .comment2.no-02 .txt-box p {
  line-height: 1.9;
}
.adjust .sd-content .comment2.no-02 .img-box img {
  margin-left: 5%;
}

@media(max-width:640px) {
  .sd-content .comment2.no-02 {
    margin: 40px 0 0;
  }
  .sd-content .comment2.no-02 .txt-box {
    margin-left: 7%;
    padding: 40px 0 60px !important;
    width: 55%;
  }
  .sd-content .comment2.no-02 .img-box img {
    margin-left: 0;
  }
}
@media(max-width:479px) {
  .sd-content .comment2.no-02 .txt-box {
    padding: 30px 0 65% !important;
    width: auto;
  }
  .sd-content .comment2.no-02 .img-box img {
    margin-left: -45%;
    width: 160%;
  }
}

/* .comment2.no-03
--------------------------------------------------*/
.sd-content .comment2.no-03 {
  margin-top: 50px;
  background-color: #f6f8f8;
}
.sd-content .comment2.no-03 .txt-box {
  margin-left: 510px;
  margin-left: 54.2553191%;
  padding: 80px 0 30px;
  width: 370px;
  width: 39.3617021%;
}

.adjust .sd-content .comment2.no-03 .txt-box {
  padding: 60px 0;
}
.adjust .sd-content .comment2.no-03 .txt-box p {
  line-height: 1.9;
}

@media(max-width:640px) {
  .sd-content .comment2.no-03 {
    margin: 40px 0 0;
  }
  .sd-content .comment2.no-03 .txt-box {
    margin-left: 42%;
    padding: 30px 0 50px !important;
    width: 50%;
  }
  .sd-content .comment2.no-03 .img-box img {
    margin-left: -14%;
  }
}
@media(max-width:479px) {
  .sd-content .comment2.no-03 .txt-box {
    padding: 30px 0 70% !important;
    width: auto;
  }
  .sd-content .comment2.no-03 .img-box img {
    margin-left: 0% !important;
    width: 165%;
  }
}

/* .comment2.no-04
--------------------------------------------------*/
.sd-content .comment2.no-04 {
  margin: 80px 0 0;
  background-color: #f6f8f8;
}
.sd-content .comment2.no-04 .txt-box {
  margin-left: 80px;
  margin-left: 8.5106382%;
  padding: 100px 0 30px;
  width: 375px;
  width: 39.893617%;
}

.adjust .sd-content .comment2.no-04 .txt-box {
  margin-left: 7%;
  padding: 75px 0 80px;
  width: 43%;
}
.adjust .sd-content .comment2.no-04 .txt-box p {
  line-height: 1.9;
}
.adjust .sd-content .comment2.no-04 .img-box img {
  margin-left: 5%;
}

@media(max-width:640px) {
  .sd-content .comment2.no-04 {
    margin: 40px 0 0;
  }
  .sd-content .comment2.no-04 .txt-box {
    margin-left: 7%;
    padding: 40px 0 60px !important;
    width: 48%;
  }
  .sd-content .comment2.no-04 .img-box img {
    margin-left: 0;
  }
}
@media(max-width:479px) {
  .sd-content .comment2.no-04 .txt-box {
    padding: 30px 0 65% !important;
    width: auto;
  }
  .sd-content .comment2.no-04 .img-box img {
    margin-left: -50%;
    width: 165%;
  }
}

/*--------------------------------------------------
  .conclu
--------------------------------------------------*/
.sd-content .conclu {
  margin-top: 80px;
  text-align: center;
}
.sd-content .conclu p {
  font-size: 14px;
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}

.sd-content .pagination .index {
  margin-left: 0px;
}
.sd-content .pagination {
  
}

@media(max-width:640px) {
  .sd-content .pagination {
    margin: 40px 0 0;
  }
  .sd-content .conclu p {
    text-align: left;
  }
}


.sd-content .section span.title {
	vertical-align:bottom;
	position:relative;
	top: -1px;
	padding: 0 10px 0 0;
	background: url("../../img/icon_end_menu_next2_on.png") no-repeat right center;
	text-indent: 0px;
	display: inline-block;
	margin-top:15px;
}

@media(max-width:640px) {
	.sd-content .section span.title {
		background: url("../../img/icon_end_menu_nextl2_on.png") no-repeat right center;
		background-size: 6.75px 12px;
		margin-bottom:40px;
	}
}

.sd-content .section a {
	transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-webkit-transition: opacity 0.3s ease-in;
}
.sd-content .section.no-6 a:hover {
	opacity: 0.6;
}


div.btnwrap {
	margin-top: 50px;
}

.sd-content .linkbtn a {
	min-width:210px;
}


.sp {
	display:none !important;
}
@media (max-width: 640px){
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
		margin-top:30px !important;
	}
}