﻿@charset "UTF-8";


#one_and_only img {
  max-width: 100%;
  height: auto;
}
#one_and_only .one_and_only__pd_img {
  text-align: center;
}
#one_and_only .one_and_only__pd_img img {
  width: 80%;
  display: inline-block;
}

li {
  list-style-type: none;
}

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


  /*　common
------------------------------------------------ */
  .one_and_only_sec {
    padding: 40px 0 90px;
  }

  .container {
    width: 980px;
    margin: 0 auto;
  }

  .container.border-frame {
    border: solid 3px #000;
    padding: 30px;
  }

  .icon-special {
    position: relative;
  }

  .icon-special::after {
    content: "";
    display: inline;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -70px;
    top: -70px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .icon-special1::after {
    background-image: url(https://jp.megabassstore.jp/sslfile/pc/img/one_and_only/icon_special1.png);
  }

  .icon-special2::after {
    background-image: url(https://jp.megabassstore.jp/sslfile/pc/img/one_and_only/icon_special2.png);
  }


  .one_and_only__h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 34px;
  }

  .one_and_only__h2 img {
    display: inline-block;
  }

  /*------------------------------
      購入者専用商品エリア
  ------------------------------*/
  .one_and_only__mv {
    text-align: center;
    margin-top: 30px;
  }
  .one_and_only__mv img {
    width: 100%;
  }

  .one_and_only__mv_title {
    margin-top: 30px;
    text-align: center;
  }

  .one_and_only__mv_title img {
    max-width: 100%;
    width: 70%;
    display: inline;
  }

  .one_and_only__description {
    display: flex;
    gap: 20px;
    margin-top: 30px;
  }

  .one_and_only__description_text {
    flex: 1 1 auto;
    width: 60%;
    font-size: 16px;
    line-height: 1.8;
  }

  .one_and_only__description_image {
    flex: 1 1 auto;
    width: 40%;
  }
  .one_and_only__description_image img {
    width: 100%;
  }

  .special1_area .one_and_only__pd_list {
    margin-top: 50px;
  }

  .special1_area .one_and_only__pd_list > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .special1_area .one_and_only__pd_list__title {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
  }

  .one_and_only__pd_list__password {
    margin: 14px 0;
    font-size: 14px;
    font-weight: normal;
  }

  .special1_area .one_and_only__pd_list__price {
    font-size: 16px;
    color: #c60000;
    margin-top: 10px;
    font-weight: bold;
    text-align: right;
  }
  .special1_area .one_and_only__pd_list__price span {
    font-size: 14px;
    color: #1e1e1e;
  }

  .one_and_only__txt {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .one_and_only__txt a {
    text-decoration: underline;
    font-size: 1em;
    color: #0066cc;
  }

  .fc_red {
    color: #e60012;
  }

  .bg_gr {
    background: #EFEFF0;
  }

  .bg_black {
    background: #000;
  }

  .one_and_only__slider_nav a {
    display: block;
    background: #000;
    cursor: pointer;
  }

  .one_and_only__slider_nav a:hover {
    opacity: 1;
  }

  .one_and_only__slider_nav a.active img {
    opacity: .7;
  }


  /*　main
------------------------------------------------ */
  .one_and_only_main {
    font-weight: bold;
  }

  .one_and_only_main__img {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
  }

  .one_and_only_main__img img {
    display: inline;
  }

  .one_and_only_main__head {
    margin-bottom: 32px;
    text-align: center;
  }

  .one_and_only_main__head img {
    display: inline-block;
  }

  .one_and_only_main__txt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }

  .one_and_only_main__txt.box {
    font-size: 3em;
    border: solid 2px #fff;
    display: inline-block;
    padding: 7px 30px;
  }

  .one_and_only_main__txt.large {
    font-size: 2.5em;
  }

  .one_and_only_inner.fv {
    padding: 20px 0;
  }

  .one_and_only_inner.jacket {
    background-image: url(https://jp.megabassstore.jp/sslfile/pc/img/one_and_only/bg_benefit.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
  }

  .one_and_only_inner.jacket .one_and_only_main__txt {
    color: #fff;
  }

  .one_and_only_inner.specialbox .one_and_only_main__img {
    max-width: 660px;
  }

  .one_and_only_inner.specialbox .one_and_only__txt {
    margin: 30px auto;
  }


  /* Box
------------------------------------------------ */
  .one_and_only__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 587px;
    margin-bottom: 32px;
  }

  .one_and_only__box_main {
    width: 783px;
  }

  .one_and_only__slider {
    padding-right: 7px;
    padding: 0;
  }

  .one_and_only__slider_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 181px;
    height: 100%;
    padding-left: 14px;
  }

  /*　商品エリア
------------------------------------------------ */
  .one_and_only__pd_list {
    margin: 0px auto 40px;
  }

  .one_and_only__pd_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
    gap: 20px;
  }

  .one_and_only__pd_item {
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
  }

  .one_and_only__pd_item form {
    margin-top: auto;
  }

  .one_and_only__pd_img-head img {
    width: 100%;
    height: auto;
  }

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

  /* start concept album */
  .one_and_only__pd_list-center > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .one_and_only__pd_list-center .one_and_only__pd_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0px;
  }

  .one_and_only__pd_list-center .one_and_only__pd_img {}

  /* end concept album */

  .one_and_only__pd_name {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
  }

  .one_and_only__pd_price {
    font-size: 18px;
    text-align: right;
  }

  .one_and_only__pd_price span {
    font-size: 36px;
    font-family: Oswald, sans-serif;
  }

  .one_and_only__btn_cart {
    text-align: center;
  }

  .one_and_only__btn_cart a,
  .one_and_only__btn_cart input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    width: 100%;
    margin: 30px auto 0;
    color: #fff;
    background: #e60012;
    border: 0;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    cursor: pointer;
    padding: 24px 10px;
    display: block;
    max-width: 360px;
  }

  .one_and_only__btn_cart__disabled {
    width: 100%;
    height: 63px;
    margin-top: 10px;
    color: #1e1e1e;
    background: #e2e3dd;
    background: linear-gradient(to bottom, #fefefd 0%, #e2e3dd 100%);
    border: 1px solid #e2e3dd;
    font-size: 18px;
    text-align: center;
    line-height: 63px;
  }



  /* 注意事項
------------------------------------------------ */
  .one_and_only_att {
    width: 980px;
    margin: 60px auto 0;
    padding: 40px 32px;
    color: #c60000;
    border: 4px solid #c60000;
  }

  .one_and_only_att h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .one_and_only_att dt,
  .one_and_only_att dd,
  .one_and_only_att p {
    color: #c60000;
    font-size: 16px;
    text-align: left;
    line-height: 1.75;
  }

  .one_and_only_att p {
    margin-bottom: 1em;
  }

  .one_and_only_att dt {
    margin-top: 1em;
  }

  /*------------------------------
      Accordion
  ------------------------------*/
  .one_and_only__aboutTicket_accordion {
    display: block !important;
  }



}
