@charset "UTF-8";

@media screen and (min-width: 568px) {


  /**
 *
 * common
 *
 */
  .special-newarrivals-2024 {
    padding-bottom: 80px;
  }

  .special-newarrivals-2024 .section {
    padding: 40px 0;
    line-height: 1.6;
  }

  .special-newarrivals-2024 .container {
    width: 800px;
    margin: 0 auto;
  }

  .special-newarrivals-2024 .section_title {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 8px;
    text-align: center;
  }

  .special-newarrivals-2024 .section_title span {
    font-size: 38px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .02em;
    text-align: center;
  }

  .special-newarrivals-2024 .section_title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 300px;
    height: 4px;
    margin: 0 auto;
    background-color: #E60012;
  }


  /**
 *
 * main
 *
 */
  .special-newarrivals-2024 .section.main {
    width: 100%;
    padding-top: 0px;
  }

  .special-newarrivals-2024 .main_lead {
    width: 900px;
    margin: 0 auto;
    margin-left: -50px;
    padding: 32px 26px;
    background-color: #efefef;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }


  /**
 *
 * special
 *
 */
  .special-newarrivals-2024 .section.special {
    background: #000 url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/special-newarrivals-2024/pc/images/bg_special.jpg) 0 0 / cover no-repeat;
  }

  .special-newarrivals-2024 .section.special * {
    color: #fff;
  }

  .special-newarrivals-2024 .special_lead {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }

  .special-newarrivals-2024 .special_pd_img {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
  }

  .special-newarrivals-2024 .special_pd_name {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

  .special-newarrivals-2024 .special_pd_price {
    width: 300px;
    margin: 12px auto 0;
    font-size: 20px;
    letter-spacing: .04em;
    text-align: right;
  }

  .special-newarrivals-2024 .special_pd_price span {
    color: #e60012 !important;
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
  }

  .special-newarrivals-2024 .special_pd_description {
    position: relative;
    margin-top: 16px;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

  .special-newarrivals-2024 .special_pd_description:before,
  .special-newarrivals-2024 .special_pd_description:after {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 300px;
    height: 4px;
    margin: 0 auto;
    background-color: #e60012;
  }

  .special-newarrivals-2024 .special_pd_description:before {
    top: 0;
  }

  .special-newarrivals-2024 .special_pd_description:after {
    bottom: 0;
  }

  .special-newarrivals-2024 .special_btn {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    color: #fff;
    background-color: #e60012;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
  }



  /**
 *
 * lineup
 *
 */
  .special-newarrivals-2024 .pd_wrap {
    position: relative;
  }

  .special-newarrivals-2024 .pd_wrap + .pd_wrap {
    margin-top: 40px;
  }

  .special-newarrivals-2024 .pd_img img {
    width: 100%;
    height: auto;
  }

  .special-newarrivals-2024 .pd_item_list {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 6px;
  }

  .special-newarrivals-2024 .pd_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 32px - 16px) / 3);
    margin-left: 16px;
  }

  .special-newarrivals-2024 .pd_item:first-child {
    margin-left: 0;
  }

  .special-newarrivals-2024 .pd_name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
  }

  .special-newarrivals-2024 .pd_price {
    margin-top: auto;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: right;
  }

  .special-newarrivals-2024 .pd_price span {
    color: #e60012;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
  }

  .special-newarrivals-2024 .btn_submit {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    color: #fff;
    border: 0;
    background-color: #e60012;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    cursor: pointer;
  }

  .special-newarrivals-2024 .btn_submit:hover {
    opacity: .7;
  }

  .special-newarrivals-2024 .btn_submit.soldout {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    /* color: #9f9f9f; */
    color: #333;
    border: 0;
    background-color: #DDDDDD;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    cursor: initial;
  }

  .special-newarrivals-2024 .btn_submit.soldout:hover {
    opacity: 1;
  }


  /**
 *
 * line
 *
 */
  .special-newarrivals-2024 .line_lead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .special-newarrivals-2024 .line_banner {
    display: block;
    margin: 16px auto 0;
  }

}

@media screen and (max-width: 567px) {

  /**
 *
 * common
 *
 */
  .special-newarrivals-2024 {
    padding-bottom: 40px;
  }

  .special-newarrivals-2024 .section {
    padding: 20px 0;
    line-height: 1.6;
  }

  .special-newarrivals-2024 .container {
    margin: 0 auto;
    padding: 0 20px;
  }

  .special-newarrivals-2024 .section_title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-align: center;
  }

  .special-newarrivals-2024 .section_title span {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .02em;
    text-align: center;
  }

  .special-newarrivals-2024 .section_title:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    margin: 0 auto;
    background-color: #E60012;
  }


  /**
 *
 * main
 *
 */
  .special-newarrivals-2024 .section.main {
    width: 100%;
    padding: 20px 0;
    min-height: auto;
  }

  .special-newarrivals-2024 .main_lead {
    margin: 0 auto;
    padding: 24px 20px;
    background-color: #efefef;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }


  /**
 *
 * special
 *
 */
  .special-newarrivals-2024 .section.special {
    background: #000 url(//jp.megabassstore.jp/sslfile/sp/img/special-newarrivals-2024/bg_special.jpg) 0 0 / cover no-repeat;
  }

  .special-newarrivals-2024 .section.special * {
    color: #fff;
  }

  .special-newarrivals-2024 .special_lead {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
  }

  .special-newarrivals-2024 .special_pd_img {
    width: 100%;
    height: auto;
    margin: 20px 0 0;
  }

  .special-newarrivals-2024 .special_pd_name {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }

  .special-newarrivals-2024 .special_pd_price {
    width: 93%;
    margin: 0px auto 0;
    font-size: 16px;
    letter-spacing: .04em;
    text-align: right;
  }

  .special-newarrivals-2024 .special_pd_price span {
    color: #e60012 !important;
    font-size: 28px;
    font-family: 'Oswald', sans-serif;
  }

  .special-newarrivals-2024 .special_pd_description {
    position: relative;
    margin-top: 16px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }

  .special-newarrivals-2024 .special_pd_description:before,
  .special-newarrivals-2024 .special_pd_description:after {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 150px;
    height: 4px;
    margin: 0 auto;
    background-color: #e60012;
  }

  .special-newarrivals-2024 .special_pd_description:before {
    top: 0;
  }

  .special-newarrivals-2024 .special_pd_description:after {
    bottom: 0;
  }

  .special-newarrivals-2024 .special_btn {
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 16px 0;
    color: #fff;
    background-color: #e60012;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-align: center;
  }



  /**
 *
 * lineup
 *
 */
  .special-newarrivals-2024 .pd_wrap {
    position: relative;
    margin: 0 -20px 40px;
  }

  .special-newarrivals-2024 .pd_wrap.nomargin {
    margin-bottom: 0;
  }

  .special-newarrivals-2024 .pd_img img {
    width: 100%;
    height: auto;
  }

  .special-newarrivals-2024 .pd_item_list {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 0 4px;
  }

  .special-newarrivals-2024 .pd_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 12px - 8px) / 2);
    margin-left: 12px;
  }

  .special-newarrivals-2024 .pd_item:first-child {
    margin-left: 0;
  }

  .special-newarrivals-2024 .pd_name {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
  }

  .special-newarrivals-2024 .pd_price {
    margin-top: auto;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .04em;
    text-align: right;
  }

  .special-newarrivals-2024 .pd_price span {
    color: #e60012;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
  }

  .special-newarrivals-2024 .btn_submit {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    color: #fff;
    border: 0;
    background-color: #e60012;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    cursor: pointer;
  }

  .special-newarrivals-2024 .btn_submit:hover {
    opacity: .7;
  }

  .special-newarrivals-2024 .btn_submit.soldout {
    display: block;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    /* color: #9f9f9f; */
    color: #333;
    border: 0;
    background-color: #DDDDDD;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    cursor: initial;
  }

  .special-newarrivals-2024 .btn_submit.soldout:hover {
    opacity: 1;
  }


  /**
 *
 * line
 *
 */
  .special-newarrivals-2024 .line_lead {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }

  .special-newarrivals-2024 .line_banner {
    display: block;
    margin: 16px auto 0;
  }

}

@media screen and (min-width: 568px) {

  /* footer float  */
  .footer_float {
    position: fixed;
    right: 10px;
    bottom: calc(10px + 103px + 10px);
    width: 173px;
    height: 150px;
    z-index: 5000;
  }

  .footer_float img {
    width: 100%;
    height: auto;
  }

  .footer_float:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 567px) {

  .footer_float {
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 132px;
    z-index: 1000;
  }

  .footer_float img {
    width: 100%;
    height: auto;
  }
}
