@charset "UTF-8";
@media screen and (max-width: 768px) {
  .section_speaker {
    margin-bottom: 80px;
  }
  .section_speaker .subttl {
    height: auto;
  }
  .section_speaker .speaker_wrap {
    margin-top: 40px;
  }
  .section_speaker .speaker_wrap .speaker_row > li:first-child .speaker_col > li:nth-child(1) {
    border-top: #dddddd solid 1px;
  }
  .section_speaker .speaker_wrap .speaker_col > li {
    width: 100%;
    border-bottom: #dddddd solid 1px;
  }
  .section_speaker .speaker_wrap .speaker_box {
    box-sizing: border-box;
    padding: 30px 0;
  }
  .section_speaker .speaker_wrap .speaker_box:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .section_speaker .speaker_wrap .speaker_box .name {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .section_speaker .speaker_wrap .speaker_box .info {
    float: left;
    width: 45%;
    color: #000;
  }
  .section_speaker .speaker_wrap .speaker_box .info .detail {
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
  }
  .section_speaker .speaker_wrap .speaker_box .info .detail img.set {
    margin-top: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .info .price {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .pic {
    float: left;
    width: 50%;
    margin-right: 5%;
  }
  .section_speaker .speaker_wrap .speaker_box .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section_speaker .speaker_wrap .speaker_box .nv_btn {
    margin: 0;
  }
  .section_speaker .speaker_wrap .speaker_box img.set {
    width: 15px;
    height: auto;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .section_speaker .speaker_wrap .speaker_box .config {
    margin-top: 15px;
    line-height: 140%;
  }
  .section_speaker .speaker_wrap .speaker_box .config > p {
    margin-bottom: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .config img.set {
    margin-left: 0;
    margin-right: 3px;
  }
  .section_speaker .speaker_wrap .speaker_box .config ul li {
    margin-top: 5px;
    text-indent: -20px;
    padding-left: 20px;
  }
  .section_speaker .speaker_wrap .speaker_box.link {
    border: none;
  }
  .section_speaker .nv_btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* 20240926UP */
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .icon {
    width: 10%;
    margin-right: 1%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .name {
    width: 89%;
    font-size: 14px;
    margin-bottom: 0;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-head .text {
    width: auto;
    font-size: 14px;
    border: #bababb solid 1px;
    padding: 0.5em;
    margin-top: 5px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content {
    display: flex;
    align-items: self-start;
    flex-direction: row-reverse;
    margin-top: 5px;
    flex-wrap: wrap;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left {
    width: 45%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .info {
    width: 100%;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-left .text {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-fig {
    width: 50%;
    margin-right: 5%;
    margin-top: 1em;
  }
  .section_speaker .speaker_wrap .speaker_box .speaker_box-content .speaker_box-content-config {
    width: 100%;
  }
  .section_speaker .speaker_wrap.mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .esb-item:first-child {
    display: none;
  }
  br {
    display: none;
  }
  br.sp {
    display: block;
  }
  img {
    width: 100%;
  }
  #select_box {
    width: 90%;
    margin: 0 auto;
  }
  /*ページラベル*/
  #page-ttl {
    width: 90.625%;
    margin: 20px auto;
  }
  #page-ttl h2 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 18px 0;
    border-top: #dddddd solid 1px;
    border-bottom: #dddddd solid 1px;
  }
  .page-title {
    width: 90.625%;
    margin: 0 auto;
  }
  /*タイトル・サブタイトル*/
  .ttl {
    color: #444;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 20px 0;
    background: #dddddd;
  }
  .subttl {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    padding: 0 0 0 20px;
    border-left: #444 solid 2px;
    height: 25px;
    line-height: 25px;
    margin: 0 0 12px;
  }
  .audio_box_wrapper {
    margin: 20px auto 25px;
  }
  .audio_box_inner {
    width: 90.625%;
    margin: 25px auto;
  }
  .audio_box {
    padding: 20px 0;
    border-top: #dddddd solid 1px;
    position: relative;
    padding-bottom: 23.4375vw;
  }
  .audio_box:last-child {
    border-bottom: #dddddd solid 1px;
  }
  .audio_box.is-last {
    border-bottom: #dddddd solid 1px;
    margin-bottom: 5px;
  }
  .audio_box dl dt {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .audio_box dl dt .icon {
    display: inline-block;
    height: 30px;
    width: auto;
    margin-right: 10px;
    vertical-align: top;
    float: left;
  }
  .audio_box dl dt span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 34px;
  }
  .audio_box dl dd {
    overflow: hidden;
  }
  .audio_box dl dd .img {
    /* float: left;
    width: 50%; */
    width: 37.5vw;
    margin-top: 5vw;
  }
  .audio_box dl dd .info {
    /* float: left; */
    /* width: 45%; */
    /* margin: 0 0 0 5%; */
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .audio_box dl dd .info .txt01 {
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
  }
  .audio_box dl dd .info .txt01.soldout::before {
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: -0.08em;
    display:block;
    position: absolute;
    bottom: 60px;
    left: -8px;
  }
  .audio_box dl dd .info .txt01.pre_soldout::before {
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-weight: normal;
    font-size: 11px;
    display:block;
    position: absolute;
    bottom: 60px;
    left: -8px;
  }
  .audio_box dl dd .info .txt02 {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .audio_box dl dd .info .btn {
    display: block;
    width: 48.125vw;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
    padding: 0 !important;
    border: none !important;
  }
  .audio_box .btn a {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .audio_box dl dd .info .btn::after {
    position: absolute;
    content: "";
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  .audio_box-list {
    position: absolute;
    top: 14.0625vw;
    right: 0;
    width: 48.125vw;
  }
  .audio_box dl dd ul {
    /* margin: 10px 0 0; */
    /* overflow: hidden; */
    width: 100%;
  }
  .audio_box dl dd ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .audio_box dl dd ul li:nth-child(2) {
    position: absolute;
    top: 6.3vw;
    left: 0;
  }
  .audio_box dl dd ul li:nth-child(4) {
    position: absolute;
    top: 6.3vw;
    left: 16.3vw;
  }
  .audio_box dl dd ul li {
    /* width: 19%;
    float: left;
    margin: 0 1% 2px 0; */
    width: 15.625vw;
    box-sizing: border-box;
    margin-top: 0.4vw;
  }
  .audio_box dl dd ul li.disable {
    opacity: 0.3;
  }
  /*オプション*/
  .option_box_wrapper {
    margin: 20px auto 35px;
  }
  .option_box_inner {
    width: 90.625%;
    margin: 25px auto;
  }
  .option_content.index {
    width: 90%;
    margin: 0 auto;
  }
  .option_content.index:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .option_box {
    position: relative;
    padding: 20px 0;
    border-top: #dddddd solid 1px;
    overflow: hidden;
  }
  .option_box:last-child {
    border-bottom: #dddddd solid 1px;
  }
  .option_box.index {
    text-align: center;
    width: 48%;
    box-sizing: border-box;
    border: #cccccc solid 1px;
    padding: 0;
    margin: 0 0 12px;
    float: left;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .option_box.index a {
    /* text-align: center;
    width: 48%;
    box-sizing: border-box;
    border: #cccccc solid 1px;
    padding: 0;
    margin: 0 0 12px;
    float: left; */
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .option_box.index a .img {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    display: block;
    margin: 0;
  }
  .option_box.index a > p {
    padding: 15px 0 10px;
    font-size: 13px;
    color: #444444;
    height: 2.5em;
    line-height: 1.3;
    font-weight: normal;
    -ms-flex-order: 2;
        order: 2;
  }
  .option_box.index:nth-child(even) {
    float: right;
  }
  .option_box.index .img {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    display: block;
    margin: 0;
  }
  .option_box.index > p {
    padding: 15px 0;
    font-size: 13px;
    color: #444444;
    height: 2.5em;
    line-height: 1.3;
    font-weight: normal;
    -ms-flex-order: 2;
        order: 2;
  }
  .option_box .img {
    float: left;
    width: 47.5%;
    margin: 0 0 0 2.5%;
  }
  .option_box .info {
    float: left;
    width: 42.5%;
    margin: 0 2.5% 0 5%;
    color: #000;
  }
  .option_box p {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 6px 0 14px;
  }
  .option_box .btn {
    position: relative;
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .option_box .btn::after {
    position: absolute;
    content: "";
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  #top_select_box {
    margin: 20px auto 0;
    width: 90%;
  }
  /*メーカーオプション*/
  .maker_box {
    margin: 20px auto 35px;
  }
  .maker_box_inner {
    width: 90.625%;
    margin: 25px auto;
  }
  .maker_navi_box {
    margin-top: 30px;
  }
  .maker_navi_box:first-of-type {
    margin-top: 0;
  }
  .maker_navi_box p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 20px;
  }
  .maker_navi_box ul {
    overflow: hidden;
    margin: 20px 0 0;
  }
  .maker_navi_box ul li {
    width: 45%;
    margin: 0 auto;
  }
  .maker_navi_box ul li a {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .maker_navi_box ul li a::after {
    position: absolute;
    content: "";
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  .nv_section {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .nv_btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 40px 8px 10px;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    font-size: 14px;
    color: #0064a1;
    text-align: center;
    background: url(/navi/common/img/icon_arrow_blue.png) no-repeat;
    background-position: center right 15px;
    background-size: 14px 14px;
  }
  hr.nv_dotted {
    display: none;
  }
  .section_speaker {
    margin-bottom: 80px;
  }
  .section_speaker .subttl {
    height: auto;
  }
  .section_speaker .speaker_wrap {
    margin-top: 40px;
  }
  .section_speaker .speaker_wrap .speaker_row > li:first-child .speaker_col > li:nth-child(1) {
    border-top: #dddddd solid 1px;
  }
  .section_speaker .speaker_wrap .speaker_col > li {
    width: 100%;
    border-bottom: #dddddd solid 1px;
  }
  .section_speaker .speaker_wrap .speaker_box {
    box-sizing: border-box;
    padding: 30px 0;
  }
  .section_speaker .speaker_wrap .speaker_box:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .section_speaker .speaker_wrap .speaker_box .name {
    font-size: 14px;
    margin: 0 0 12px;
  }
  .section_speaker .speaker_wrap .speaker_box .name span {
    color: #ee1c25;
    font-size: 12px;
    letter-spacing: -0.08em;
    line-height: 2;
  }
  .section_speaker .speaker_wrap .speaker_box .info {
    float: left;
    width: 45%;
    color: #000;
  }
  .section_speaker .speaker_wrap .speaker_box .info .detail {
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
  }
  .section_speaker .speaker_wrap .speaker_box .info .price {
    font-size: 14px;
    margin: 0 0 15px;
  }
  .section_speaker .speaker_wrap .speaker_box .pic {
    float: left;
    width: 50%;
    margin-right: 5%;
  }
  .section_speaker .speaker_wrap .speaker_box .pic img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section_speaker .nv_btn {
    margin-top: 30px;
  }
  .dealer_box_inner .option_note {
    line-height: 1.4;
    padding-left: 2em;
    text-indent: -2em;
    margin-top: 5px;
  }
  /*audio top 20231005*/
  .audio_box.is-audio-top {

  }
  .audio_box.is-audio-top .btn {
    padding: 0 !important;
    border: none !important;
  }
  .audio_box.is-audio-top .btn a {
    display: block;
    width: 100%;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  .audio_box.is-audio-top dd {

  }
  .audio_box dl dd ul li.disable {
    opacity: 0.3;
  }
  .audio_box.is-audio-top dl dd ul {
    position: relative;
  }
  .audio_box.is-audio-top dl dd ul li:nth-child(9) {
    position: absolute;
    bottom: 0;
    right: 40%;
  }
  .audio_box .info .txt01 sup{
    position: relative;
    top:-3px;
    color: #ee1c25;
  }
  .option_box .option_box-btn {
    width: 80%;
    margin: 0 auto 10px;
    order:3;
  }
  .option_box .icon-list {
    order:4;
    padding-bottom: 15px;
  }
  .option_box .icon-list ul {
    display: flex;
    justify-content: center;
    margin: 10px auto 0;
  }
  .option_box .icon-list li {
    width: 15%;
    height: 7vw;
    display: flex;
    justify-content: center;
    margin-left:1%;
    padding: 0 1%;
  }
  .option_box .icon-list li img {
    width: auto;
    height: 7vw;
  }
  .option_box .icon-list li:first-child {
    margin-left: 0;
  }
  .option_box .icon-list li.d1 {
    background-color: #bb80ff;
  }
  .option_box .icon-list li.d2 {
    background-color: #444;
  }

  /*------------------------------------------------------*/
  /* NBOX
  /*------------------------------------------------------*/
  /* .audio_box_inner.nbox {
    width: 90.625vw;
  } */
  #audio_list .tnl_grade .tnl_grade_name {
    line-height: 30px;
    margin-bottom: 10px;
  }
  #audio_list .tnl_grade .tnl_grade_name span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 34px;
  }
  #audio_list .tnl_model {
    margin-top: 15px;
  }
  #audio_list .tnl_model:first-child {
    margin-top: 0;
  }
  #audio_list .tnl_model_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.59375vw;
  }
  #audio_list .tnl_model_info-fig {
    width: 37.5vw;
    
  }
  #audio_list .tnl_model_info-fig img {
    width: 100%;
  }
  #audio_list .tnl_model_info-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 48.125vw;
    position: relative;
  }
  #audio_list .tnl_model_info-list li {
    width: 15.625vw !important;
    margin-top: 0.4vw;
  }
  #audio_list .tnl_model_info-list li.disable {
    opacity: 0.3;
  }
  #audio_list .tnl_model_info-list li:nth-child(2) {
    position: absolute;
    top: 6.35vw;
    left: 0;
  }
  #audio_list .tnl_model_info-list li:nth-child(4) {
    position: absolute;
    top: 6.35vw;
    left: 16.3vw;
  }
  #audio_list .tnl_model_info-list li img {
    width: 100%;
  }
  #audio_list .tnl_model_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3.90625vw;
  }
  #audio_list .tnl_model_text_name {
    font-size: 3.4375vw;
    font-weight: bold;
  }
  #audio_list .tnl_model_text_name sup {
    position: relative;
    top: -3px;
    color: #ee1c25;
    font-weight: normal;
    font-size: 3.125vw;
  }
  #audio_list .tnl_model_text_btn a {
    display: block;
    width: 47.86125vw;
    border: #0064a1 solid 1px;
    border-radius: 5px;
    color: #0064a1 !important;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 8px 15px 8px 0;
  }
  #audio_list .tnl_model_text_btn a::after {
    position: absolute;
    content: '';
    top: 24%;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(../../common/img/icon_arrow_blue.png) center left no-repeat;
    background-size: 15px 15px;
  }
  #audio_list .tnl_model_fig {
    margin-top: 3.125vw;
  }
  #audio_list .tnl_model_caution {
    margin-top: 3vw;
    line-height: 1.6;
    font-size: 2.34375vw;
  }
  #audio_list .tnl_model_caution li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #audio_list .tnl_model_caution span {
    color: #ee1c25;
  }
  #audio_list .navi_box {
    padding: 20px 0;
    border-top: #dddddd solid 1px;
  }
  #audio_list .navi_box:last-child {
    border-bottom: #dddddd solid 1px;
  }
  #audio_list .navi_box .model_box {
    position: relative;
    display: none;
  }
  #audio_list .navi_box .icon {
    display: inline-block;
    height: 30px;
    width: auto;
    margin-right: 10px;
    vertical-align: top;
				float: left;
  }
  #audio_list .tnl_model_text_name.p_relative {
    position: relative;
  }
  #audio_list .tnl_model_text_name.stock_caution::before {
    white-space: pre;
    content: "【在庫無くなり次第販売終了】";
    color: #ee1c25;
    font-size: 2.125vw;
    font-weight: normal;
    position: absolute;
    left: -1.5vw;
    bottom: 7vw;
  }
  #audio_list .tnl_model_text_name.sold_out::before {
    white-space: pre;
    content: "【販売を終了させていただきました】";
    color: #ee1c25;
    font-size: 2.125vw;
    font-weight: normal;
    position: absolute;
    left: -1.5vw;
    bottom: 7vw;
  }
  
  /* メインビジュアル */
  #main_visual {
    margin: 0 auto 20px;
    position: relative;
  }

  /* price_table */
  .price_table {
    width: 100%;
    margin: 5vw auto 0;
  }
  .price_table_row {
    display: grid !important;
    grid-template-areas: 
      "a b b"
      "a c c"
      "d d e";
    width: 100%;
    margin-bottom: 10px;
  }
  .price_table_row .price_table_item {
    grid-area: a;
    float:none;
    width: 42vw;
    font-size: 3vw;
  }
  .price_table_row .price_table_price {
    grid-area: b;
    justify-self:end;
    width: 43vw;
    float:none;
    padding-right: 0;
  }

  .price_table_row .price_table_caution {
    grid-area: c;
    justify-self:end;
    width: auto;
    position: relative;
    right: -1.5vw;
    font-size: 2.6vw;
    text-align: right;
  }

  .price_table_row .price_table_kousuu {
    grid-area: d;
    justify-self:end;
    /*width: 18vw;*/
    text-align: right;
    position: relative;
    right: -0.5vw;
  }
  .price_table_kousuu .bg {
    text-align: right;
    font-size: 2.2vw;
  }
  .price_table_row .price_table_hinban {
    grid-area: e;
    /*width: 25vw;*/
    text-align: right;
    justify-self:end;
  }

  .price_table_row_bottom td {
    padding-bottom: 0;
    border-bottom: none;
  }


  .price_table_row_sum .price_table_kousuu,
  .price_table_row_sum .price_table_hinban{
    padding-top: 0;
  }

  .price_table_row.price_table_row_nboxirregular {
    display: block !important;
  }

  .price_table_row.price_table_row_nboxirregular td {
    display: block;
  }

  .price_table_row_sum {
    border-top: #000 solid 1px;
  }

  .price_table_row_sum td.price_table_caution {
    padding-top: 0;
  }

  .price_table_row .price_table_hinban.price_table_hinban_pl0 {
    padding-left: 0;
  }
  
  .price_table_price .bold {
    font-size: 4vw;
  }
  
  .price_table_hinban .sml {
    font-size: 2.6vw;
  }
  
  .price_table_title {
    font-size: 3.2vw;
    line-height: 1.2;
  }
  
  .option_box .icon-list li.note {
    position: relative;
  }
  .option_box .icon-list li.note::after {
    white-space: pre;
    text-align: left;
    content: "※形状は異なります。";
    color: #444444;
    font-size: 10px;
    letter-spacing: -0.01em;
    font-weight: normal;
    position: absolute;
    top: 7.4vw;
    left: -16.8vw;
    line-height: 1.1;
  }
  .goodsound_bnr {
    width:90vw;
    margin: 0 auto 20px;
  }
}
