@charset "UTF-8";
/*商品一覧、商品個別ページ等で共通のCSS*/
/* product_navi */
#product-navi .inner {
  width: 80%;
  max-width: 300px;
  height: 385px;
  position: relative;
}
#product-navi .inner.headphone {
  background-image: url(../images/HEADPHONE_NAVI.png);
  background-repeat: no-repeat;
  background-position: top 50px right -40px;
}
#product-navi .inner.microphone {
  background-image: url(../images/MICROPHONE_NAVI.png);
  background-repeat: no-repeat;
  background-position: top 0px right -55px;
}
#product-navi .inner.cartridge {
  background-image: url(../images/CARTRIDGE_NAVI.png);
  background-repeat: no-repeat;
  background-position: top 0px right 0px;
}
@media (max-width: 756px) {
  #product-navi {
    margin-bottom: 77px;
  }
  #product-navi .inner {
    background-size: contain;
  }
  #product-navi .inner.microphone {
    background-position: top 30px right -55px;
  }
}
@media (min-width: 757px) {
  #product-navi .inner {
    max-width: 1030px;
    height: 480px;
  }
  #product-navi .inner.headphone {
    background-image: url(../images/HEADPHONE_NAVI.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right -30px;
  }
  #product-navi .inner.microphone {
    background-image: url(../images/MICROPHONE_NAVI.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right 20px;
  }
  #product-navi .inner.cartridge {
    background-image: url(../images/CARTRIDGE_NAVI.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right 15px;
  }
}
#product-navi .title {
  margin: 0;
  word-break: break-all;
}
#product-navi .inner.headphone .title {
  font-size: 5.7rem;
}
#product-navi .inner.microphone .title {
  font-size: 5.3rem;
}
#product-navi .inner.cartridge .title {
  font-size: 5.9rem;
}
#product-navi .explain {
  font-size: 12px;
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.7;
  word-break: break-all;
}
#product-navi .inner a {
  display: block;
  width: 100%;
  max-width: 182px;
  padding: 13px 0;
  background: #000;
  font-size: 1.5rem;
  color: #A58C55;
  text-align: center;
  border: 1px solid #000;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s;
  margin: auto;
}
#product-navi .inner a:hover {
  text-decoration: none;
  opacity: 1;
  background: #fff;
}
#product-navi .inner a::after {
  content: "→";
  position: absolute;
  margin-left: 5px;
  transition: 0.5s;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
#product-navi .inner a:hover::after {
  transform: translateX(100px);
}
@media (max-width: 756px) {
  #product-navi .explain {
    margin-top: 130px;
    margin-bottom: 20px;
  }
}
@media (min-width: 757px) {
  #product-navi .title {
    font-size: 7.2rem;
    margin: 127px 0 32px;
  }
  #product-navi .explain {
    font-size: 1.4rem;
    max-width: 385px;
    letter-spacing: 0.1em;
  }
  #product-navi .inner a {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 250px;
    padding: 25px 0;
    font-size: 2.1rem;
    right: 0;
  }
}
/*special_site banner*/
.special_site {
  position: relative;
  width: 100%;
  height: 267px;
  margin: 0 auto;
  background-position: top 33% center;
  background-size: cover;
}
.special_site .logo_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 35%;
  text-align: center;
}
.special_site .logo_box img {
  max-height: 100px;
}
.special_site .explain {
  position: absolute;
  text-align: center;
}
.special_site .explain p {
  line-height: 1.7;
  word-break: break-all;
  white-space: pre-line;
}
.special_site .explain a {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #707070;
}
.special_site .explain a::after {
  content: ">";
  margin-left: 10px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.special_site .explain a:hover {
  text-decoration: none;
}
/* special_site_area  */
/*add202404*/
article.special_site_area {
  width: 100%;
}
.special_site_area a {
  width: 80%;
  margin: 40px auto 0px auto;
  display: flex;
  flex-direction: row;
  border: 0px;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
  max-width: 1260px;
  transition: .3s
}
.series_img {
  flex: 0 0 40%;
}
.series_txt_area {
  flex: 1 0;
  padding: 0 1rem 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eee
}
.series_txt_area .explain {
  width: 100%;
  line-height: 1.5;
  font-size: 1.4rem;
  word-break: break-all;
}
.series_txt_area .explain .name {
  line-height: 1.5;
  font-size: 1.5rem;
  margin: 0 0 .2rem 0;
}
@media screen and (max-width: 767px) {
  .special_site_area a {
    width: 90%;
    margin: 40px auto 0px auto;
    display: flex;
    flex-direction: column;
    border: none;
    box-sizing: border-box;
    border-radius: 0px;
    overflow: hidden;
    max-width: 1260px;
    transition: .3s
  }
  .series_img {
    flex: 0 0 40%;
  }
  .series_txt_area {
    flex: 1 0;
    padding: 0 .5rem 0 .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff
  }
  .series_txt_area .explain {
    width: 100%;
    line-height: 1.5;
    font-size: 1.2rem;
    word-break: break-all;
  }
  .series_txt_area .explain .name {
    line-height: 1.3;
    font-size: 1.3rem;
    margin: 1rem 0 .5rem 0;
  }
}
/*b_series_area  */
.b_series_area {
  width: 100%;
  display: flex;
  margin: 0 0 10px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.b_series_area a.b_series {
  position: relative;
  flex: 0 0 49%;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 4px 8px 4px 20px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  transition: opacity .3s;
  cursor: pointer;
}
.b_series .vertical_accent_color {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 6px;
  height: calc(100% - 8px);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.b_series.D3000 {
  background-color: #a50051
}
.b_series.ESW {
  background-color: #51308e
}
.b_series.ATL {
  background-color: #6295D2
}
.b_series.SY10 {
  background-color: #47a637
}
.b_series.SY20 {
  background-color: #23ada6
}
.b_series.S3000IEM {
  background-color: #898000
}
.b_series.S3000 {
  background-color: #00699f
}
.b_series.S5000 {
  background-color: #7f1083
}
.b_series.S6000 {
  background-color: #003b8f
}
.b_series.W-OP {
  background-color: #9b9b9b
}
.b_series_area .b_series:hover {
  text-decoration: none;
  color: #fff;
  opacity: .6
}
.b_series_area a.b_service {
  flex: 0 0 49%;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0 0px 10px 0px;
  padding: 8px 6px 8px 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #000;
  background-color: #bbb;
  transition: opacity .3s;
}
.b_download_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.b_download_area a.b_service {
  flex: 0 0 49%;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0 0px 10px 0px;
  padding: 8px 6px 8px 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  color: #000;
  background-color: #d3e8c0;
  transition: opacity .3s;
}

.b_download_area .b_download {
  flex: 0 0 49%;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0 0px 10px 0px;
  padding: 8px 6px 8px 10px;
  font-family: "FP-HiraKakuProN-W6";
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  transition: background-color .3s;
  cursor: pointer
}
.b_download_area .b_download:hover {
  background-color: #eee;
  text-decoration: none;
  opacity: 1
}
@media screen and (max-width: 767px) {
  .b_download_area .b_download {
    flex: 0 0 49%;
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 0 0px 10px 0px;
    padding: 4px 6px 4px 10px;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
    letter-spacing: 1.2px;
    line-height: 1.2;
    background-color: #fff;
    color: #000;
    transition: background-color .3s;
    cursor: pointer
  }
  .b_download_area a.b_service {
    flex: 0 0 49%;
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 0 0px 10px 0px;
    padding: 4px 6px 4px 10px;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
    letter-spacing: 1.2px;
    line-height: 1.2;
    color: #000;
    background-color: #d3e8c0;
    transition: opacity .3s;
  }
  .b_series_area a.b_service {
    flex: 0 0 49%;
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 0 0px 10px 0px;
    padding: 4px 6px 4px 10px;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
    letter-spacing: 1.2px;
    line-height: 1.2;
    color: #000;
    background-color: #bbb;
    transition: opacity .3s;
  }
  .b_series_area a.b_series {
    position: relative;
    flex: 0 0 49%;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding: 4px 6px 4px 20px;
    font-family: "FP-HiraKakuProN-W6";
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
    transition: opacity .3s;
    cursor: pointer;
  }
}
#manual, #guide, #specifications, #data, #sw, #fw, #correspondence, #other, #product_image, #service_parts {
  margin-top: -100px;
  padding-top: 100px;
}
/* ↑add202404↑ */
@media (max-width:767px) {
  .special_site {
    height: 163px;
    margin-bottom: 157px;
  }
  .special_site .logo_box img {
    width: 35%;
    max-width: 65px;
  }
  .special_site .explain {
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
  }
}
@media (min-width:768px) {
  .special_site {
    max-width: 1922px;
  }
  .special_site .explain {
    width: 330px;
    top: 50%;
    left: 78%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
  }
}
.special_site .logo_box img {
  max-width: 240px;
  height: 75px;
  object-fit: contain;
}
/* カラーチップ */
.colorTip {
  margin: 0;
  padding: 0;
  display: inline;
}
.colorTip li {
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  position: relative;
}
.colorTip li:last-child {
  margin-right: 0;
}
.colorTip .checked_w::after, .colorTip .checked_b::after {
  display: block;
  content: "✓";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
}
.colorTip .checked_w::after {
  color: #fff;
}
.colorTip .checked_b::after {
  color: #000;
}
.colorTip .single, .colorTip .double {
  display: inline-block;
  width: 22px;
  height: 22px;
  transform: rotate(-55deg);
  border-radius: 11px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
}
.colorTip .single .one {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 100%;
}
.colorTip .double .one, .colorTip .double .two {
  display: block;
  width: 100%;
  height: 50%;
  background: #000;
}
.colorTip .double .one {
  border-radius: 11px 11px 0 0;
}
.colorTip .double .two {
  border-radius: 0 0 11px 11px;
}
.colorTip .triple, .colorTip .quattro {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  overflow: hidden;
}
.colorTip .triple .one, .colorTip .triple .two, .colorTip .triple .three {
  display: block;
  width: 100%;
  height: 50%;
  background: #000;
  transform: rotate(90deg);
  position: absolute;
}
.colorTip .triple .one {
  top: 5px;
  right: -5px;
}
.colorTip .triple .two {
  top: 5px;
  left: -5px;
}
.colorTip .triple .three {
  bottom: -12px;
  height: 100%;
  transform: rotate(45deg);
}
.colorTip .quattro .one, .colorTip .quattro .two, .colorTip .quattro .three, .colorTip .quattro .four {
  display: block;
  width: 100%;
  height: 50%;
  background: #000;
  transform: rotate(90deg);
  position: absolute;
}
.colorTip .quattro .one {
  top: 5px;
  right: -5px;
}
.colorTip .quattro .two {
  top: 5px;
  left: -5px;
}
.colorTip .quattro .three {
  top: 15px;
  right: -5px;
}
.colorTip .quattro .four {
  top: 15px;
  left: -5px;
}
/* SELECT */
.select_box {
  position: relative;
  padding: 10px 0;
  height: 2.5em;
}
.select_box::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #000;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: 10;
}
.select_box::after {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 30px;
  height: calc(100% - 2px);
  padding: 0;
  content: '';
  pointer-events: none;
  background: #ffffff;
  z-index: 9;
}
.select_box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: 1px solid #898989;
  padding: 0 10px;
  line-height: 1.5;
}
.select_box select::-ms-expand {
  display: none;
}
.BigBanner {
  text-align: center;
}
.BigBanner img {
  width: 90%;
  max-width: 950px;
}
@media (max-width:767px) {
  .BigBanner {
    padding: 30px 0;
  }
}
@media (min-width:768px) {
  .BigBanner {
    padding: 50px 0;
  }
}