.mbs-f-breadcrumbs {
  display: none;
}

/* 共通スタイル */
.exhibition {
  text-align: left;
  line-height: 1.34;
}

.exhibition * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

.exhibition img {
  height: auto;
}

.exhibition nav {
  height: auto;
  background: none;
  z-index: inherit;
  top: auto;
}

.exhibition nav ul {
  margin-top: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  float: none;
  display: block;
}

.exhibition nav ul li {
  margin-top: 0;
  display: list-item;
}

nav.breadcrumb {
  margin: 0;
}

.sp-only {
  display: none;
}

/* PC用スタイル（デフォルト） */
.exhibition__container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.exhibition__header__title img {
  display: block;
  width: 100%;
  height: auto;
}

h1.exhibition__header__title {
  margin: 0;
}

.exhibition__header__lead {
  display: block;
  font-size: calc(10px + 1.0vw);
  padding: 40px 0;
}

.exhibition__header__lead p {
  display: block;
  margin: 0;
  font-size: 1em;
  text-align: center;
}

.exhibition__header__schedule {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .exhibition__header__schedule {
    margin: 0 0 20px;
  }
}

.exhibition__header__schedule__term {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #e60012;
  padding: 36px 0;
  letter-spacing: 0.2em;
}

.exhibition__header__schedule__term::before,
.exhibition__header__schedule__term::after {
  content: "";
  width: 70%;
  height: 5px;
  max-width: 270px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  margin: auto;
  background: #e60012;
}

.exhibition__header__schedule__term::before {
  top: 0;
}

.exhibition__header__schedule__term::after {
  bottom: 0;
}

.exhibition__header__schedule__annotation {
  margin-top: 20px;
  font-size: 16px;
}

.exhibition__header__schedule__annotation p {
  text-align: center;
  margin: 0 0 0.5em;
}

.exhibition__header__schedule__annotation ul {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.exhibition__body {
  display: block;
  position: relative;
  padding: 40px 0 80px;
}

.exhibition__section {
  display: block;
  position: relative;
  margin: 0 0 80px;
}

.exhibition__section__header {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 30px;
}

.exhibition__section__header__title {
  display: block;
  width: 600px;
  margin: 0 auto;
  position: absolute;
  top: 4em;
  left: 5em;
  bottom: auto;
  z-index: 5;
  margin: auto;
}

.exhibition__section__header__title img {
  display: block;
  width: 100%;
  height: auto;
}

.exhibition__section__header__bg {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

.exhibition__section__header__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.exhibition__section__body {
  display: block;
  position: relative;
}

.exhibition__product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  row-gap: 20px;
}

.exhibition__product_list__item {
  flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
  padding: 0 20px;
}

.exhibition__product_list__item > * {
  width: 100%;
  height: auto;
}

.exhibition__attention {
  display: block;
}

.exhibition__attention__content {
  display: block;
  padding: 40px 50px;
  background: #ffffff;
}

.exhibition__attention__content__title {
  display: block;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.7em;
}

.exhibition__attention__content__title::before,
.exhibition__attention__content__title::after {
  content: "-";
  margin: 0 0.25em;
}

.exhibition__attention__content__body {
  font-size: 28px;
  font-weight: bold;
}

.exhibition__attention__content__body p {
  margin: 0;
}

.exhibition__product {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.exhibition__product > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exhibition__product__image {
  display: block;
  position: relative;
  background: #fefefe;
  margin: 0 0 12px;
}

.exhibition__product__image > * {
  display: block;
}

.exhibition__product__image img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 8px 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.exhibition__product__image a:hover {
  opacity: 0.7;
}

.exhibition__product__name {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
  min-height: 2em;
}

.exhibition__product__name a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #000000;
}

.exhibition__product__price {
  display: block;
  text-align: right;
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: bold;
}

.exhibition__product__cart {
  display: block;
}

.exhibition__product__cart__button {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #e60012;
  border: 1px solid #cd0010;
  padding: 18px 15px;
}

.exhibition__product__cart__button.disabled {
  background: #5b5b5b;
  border: solid 1px #5b5b5b;
  cursor: text;
  pointer-events: none;
}

.exhibition__product__cart__button:hover {
  text-decoration: none;
  color: #ffffff;
}

.exhibition__product__bottom {
  margin-top: auto;
  width: 80%;
  margin-inline: auto;
}

.exhibition__price {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1em;
}

.exhibition__price__main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1em;
}

.exhibition__price__main__value {
  display: block;
  white-space: nowrap;
  color: #e60012;
  font-size: 1em;
  font-family: 'Oswald', sans-serif;
}

.exhibition__price__main__addon {
  display: block;
  white-space: nowrap;
  font-size: 1em;
}

.exhibition__price__addon {
  display: block;
  white-space: nowrap;
  font-size: 1em;
}

.exhibition__product__cart__button__soldout {
  color: #686868;
  background: #ccc;
  cursor: text;
  border: none;
}

.exhibition__product__cart__button__soldout:hover {
  opacity: 1;
  transition: all 0.3s;
  text-decoration: none;
  color: #686868;
}

/* スマートフォン用スタイル（768px以下） */
@media screen and (max-width: 768px) {
  .exhibition__container {
    max-width: 780px;
  }

  .exhibition__header__lead {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.6;
  }


  .exhibition__header__schedule__term {
    font-size: 21px;
    padding: 24px 0;
    letter-spacing: 0.15em;
  }

  .exhibition__header__schedule__term::before,
  .exhibition__header__schedule__term::after {
    height: 3px;
  }

  .exhibition__header__schedule__annotation {
    font-size: 14px;
    margin-top: 20px;
  }

  .exhibition__header__schedule__annotation ul {
    padding: 0 0 0 1.4em;
  }

  .exhibition__body {
    padding: 20px 0 50px;
    background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/exhibition/sp/images/bg_main.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }

  .exhibition__section__header {
    margin: 0 0 20px;
  }

  .exhibition__section__header__title {
    width: 310px;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 15px;
  }

  .exhibition__section__header__bg {
    padding: 0 20px;
  }

  .exhibition__product_list {
    display: block;
    margin: 0;
  }

  .exhibition__product_list__item {
    padding: 0 5px;
    width: 100%;
  }

  .exhibition__attention__content {
    padding: 20px 25px;
  }

  .exhibition__attention__content__title {
    font-size: 16px;
  }

  .exhibition__attention__content__body {
    font-size: 13px;
  }

  .exhibition__product {
    height: 100%;
  }

  .exhibition__product__name {
    font-size: 13px;
    max-width: 80%;
    min-width: 180px;
    margin-inline: auto;
  }

  .exhibition__product__price {
    font-size: 14px;
  }

  .exhibition__product__bottom {
    margin-top: auto;
    margin-inline: auto;
    max-width: 80%;
    min-width: 180px;
  }

  .exhibition__product__cart__button {
    font-size: 14px;
    padding: 10px 15px;
  }

  .footer_category {
    padding-top: 0;
  }
}