/* reset */
.breadcrumb {
  display: none;
}

/* lp_live-x */
.lp_newitems {
  font-family: 'Noto Sans JP', sans-serif;
}

.lp_newitems .br-sp {
  display: none;
}

.lp_newitems img {
  display: block;
  width: 100%;
  margin: auto;
}

.lp_newitems p {
  margin-bottom: 0;
}

.lp_newitems__container {
  position: relative;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.lp_newitems__infobar {
  color: #000;
  font-size: 32px;
  text-align: center;
  background-color: #feef00;
  margin-top: 50px;
  padding: 20px 10px;
}


.lp_newitems__section {
  padding-top: 70px;
}

.lp_newitems__section:last-of-type {
  padding-bottom: 70px;
}

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

  .lp_newitems__section {
    padding-top: 40px;
  }

  .lp_newitems__section:last-of-type {
    padding-bottom: 40px;
  }
}

.lp_newitems__section_title {
  position: relative;
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.lp_newitems__section_title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #f39800;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

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

  .lp_newitems__section_title {
    position: relative;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}

.lp_newitems__container .pd_banner {
  color: #231815;
}

/*------------------------------
    Album
------------------------------*/
.lp_newitems__section.album .lp_newitems__section_body {
  text-align: center;
}

.lp_newitems__section.album a.cta_link {
  display: inline-block;
  color: #000;
  border: solid 1px #000;
  margin: 20px auto 0;
  padding: 15px 60px;
  text-decoration: none;
}

/*------------------------------
    Hot Items
------------------------------*/
.lp_newitems__section.hotitems .main_banner {
  text-align: center;
}

.lp_newitems__section.hotitems .main_banner a {
  display: inline-block;
  margin-top: 20px;
  max-width: 750px;
}



/*------------------------------
    Channel
------------------------------*/
.movie_list + .movie_list {
  margin-top: 24px;
}

.movie_item {
  margin: 0 10px;
}

.movie_wrap {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.movie_wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
}

.movie_list .slick-slide {
  height: auto;
}

.lp_newitems__movie_title {
  font-size: 18px;
  text-align: center;
}

.lp_newitems__section.channel .description {
  text-align: center;
  font-size: 21px;
}

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

  .lp_newitems__section.channel .description {
    text-align: center;
    font-size: 16px;
  }
}

.lp_newitems__channel_regist_wrapper {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 30px auto 20px;
}

.lp_newitems__channel_regist_image img {
  display: block;
  border-radius: 100px;
}

.lp_newitems__channel_regist_link a {
  display: flex;
  position: relative;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 7px;
  box-shadow: 0 2px 0px #ccc;
  height: 100%;
  align-items: center;
}

.lp_newitems__channel_regist_link a:active {
  transform: translateY(2px);
  box-shadow: 0 0px 0px #ccc;
}

.lp_newitems__channel_regist_link a .text {
  display: inline-block;
  padding: 5px 10px;
}

.lp_newitems__channel_regist_link a::before {
  content: "";
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  background-color: #ff0000;
  background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/2023-newitems/pc/images/icon_youtube.png?d=202301120638);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
}


/*------------------------------
    SNS
------------------------------*/
.lp_newitems__section.sns .icons_list {
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.lp_newitems__section.sns .icons_list [class^=sns_] {
  flex: 0 0 25%;
  max-width: 50px;
}

.lp_newitems__section.sns .icons_list [class^=sns_] a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}



/*------------------------------
    Event
------------------------------*/
.lp_newitems__section.event .main_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.lp_newitems__section.event .main_banner a {
  flex: 0 0 auto;
  width: calc(50% - 5px);
}

@media screen and (max-width:767px) {
  .lp_newitems__section.event .main_banner a {
    flex: 0 0 auto;
    width: 100%;
  }
}


/*------------------------------
    Technology
------------------------------*/
.lp_newitems__section.tech {
  background: url(https://jp.megabassstore.jp/sslfile/pc/img/2023-newitems/tech/bg.jpg) center center / cover no-repeat;
  background-attachment: fixed;
}

.lp_newitems__section.tech .lp_newitems__section_title {
  position: sticky;
  top: 50px;
  color: #fff;
}

.tech_wrap {
  position: relative;
  text-align: right;
}

.tech_list + .tech_list {
  margin-top: 80px;
}

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

.tech_list .slick-dots {
  margin-top: 20px;
}

.tech_link {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1em;
  color: #fff;
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
}

/*------------------------------
    New Prodcts
------------------------------*/
.pd_nav {
  background-color: #efefef;
}

.pd_nav__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1210px;
  margin: 0 auto;
  list-style: none;
}

.pd_nav__item {
  position: relative;
  width: 20%;
}

.pd_nav__item:after {
  position: absolute;
  top: calc(50% - 12px);
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #231815;
}
.pd_nav__item:first-of-type::before {
  position: absolute;
  top: calc(50% - 12px);
  display: block;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #231815;
}
.pd_nav__item a:after {
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-color: #f39800;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.1s;
}
.pd_nav__item a:hover::after {
  transform: translateY(2px) rotate(-45deg);
}

.pd_nav__list:before {
  left: 0;
}

.pd_nav__item:after {
  right: 0;
}

.pd_nav__item a {
  display: block;
  color: #231815;
  padding: 24px 0;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .pd_nav__list {
    padding: 0;
  }

  .pd_nav__item {
    flex: 0 0 auto;
    position: relative;
    width: 33.3333%;
  }
  .pd_nav__item.pd_nav__item-full {
    width: 100%;
  }

  .pd_nav__item a {
    display: block;
    color: #231815;
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }

  .pd_nav__list:before,
  .pd_nav__item:after {
    position: absolute;
    top: calc(50% - 12px);
    display: block;
    content: "";
    width: 1px;
    height: 24px;
    background-color: #fff;
  }
}

.pd_nav__item a:after {
  display: block;
  content: "";
}

.pd_wrap {
  margin-top: 50px;
}

.pd_banner {
  display: block;
  text-align: center;
  font-size: 20px;
}

.pd_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.pd_item {
  width: 33.333%;
  padding: 10px;
}

.pd_item__link {
  display: block;
  color: #231815;
  text-decoration: none;
}

.pd_item__link img {
  border: 1px solid #c9caca;
}

.pd_item__name {
  margin-top: 8px;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
}

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

  .pd_list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto;
    list-style: none;
    padding: 0;
  }

  .pd_item {
    width: 50%;
    padding: 10px;
  }

  .pd_item__name {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
  }

  .pd_banner {
    display: block;
    margin-top: 4px;
    color: #231815;
    font-size: 16px;
    text-align: center;
  }
}

/*------------------------------
    EXHIBITION
------------------------------*/
.exhibition_name,
.exhibition_shop__title {
  margin: 40px 0 0;
  padding: 8px 20px;
  color: #fff;
  background-color: #3e3a39;
  font-size: 24px;
}

.exhibition_name {
  text-align: center;
}

.exhibition_block {
  padding: 20px;
  background-color: #f7f7f7;
}

.exhibition_inner {
  display: flex;
  align-items: center;
}

.exhibition_block_inner .exhibition_block_inner__shop_name {
  width: 60%;
}

.exhibition_block_inner .exhibition_block_inner__date {
  width: 40%;
  padding-left: 20px;
}

.exhibition_shop_detail__inner > div + div {
  margin-left: 20px;
}

.exhibition_shop__name {
  font-size: 40px;
}

.exhibition_shop__date {
  font-size: 18px;
}

.exhibition_shop_detail__title {
  margin-top: 8px;
  font-size: 18px;
  text-align: center;
}

.exhibition_shop_detail__title:before {
  content: "+";
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.1em;
}

.exhibition_shop_detail__title.open:before {
  content: "-";
}

.exhibition_shop_detail__img {
  width: 320px;
}

.exhibition_shop_detail__text {
  flex: 1 1 auto;
}

.exhibition_shop_detail__detail {
  font-size: 18px;
}

.exhibition_shop_detail__link {
  display: block;
  width: 240px;
  margin: 2em auto 0;
  padding: 8px;
  color: #231815;
  border: 1px solid #231815;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.js-toggle-block {
  display: none;
}

.js-toggle-trigger {
  cursor: pointer;
}

.exhibition_name {
  position: relative;
}

.exhibition_name_open_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.exhibition_name_open_icon::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(-2px) rotate(45deg);
}

.exhibition_name_open_icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateY(5px) rotate(45deg);
}

.open .exhibition_name_open_icon {
  transform: translateY(-50%) rotate(180deg);
}

.exhibition_content__wrapper {}

.exhibition_content__layout {
  padding: 2%;
  background-color: #f0f0f0;
}

.exhibition_content__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.exhibition_content__inner + .exhibition_content__inner {
  margin-top: 30px;
}

.exhibition_content__inner_header {
  background: #b28247;
  display: inline-block;
  padding: 7px 100px 7px 15px;
  font-size: 18px;
  color: #fff;
  min-width: 520px;
  position: relative;
  overflow: hidden;
}

.exhibition_content__inner_header::after {
  content: "";
  display: inline-block;
  background: #f0f0f0;
  width: 300px;
  height: 100px;
  position: absolute;
  right: -130px;
  top: -50px;
  transform: rotate(45deg);
}

.exhibition_content__inner_body {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 3%;
  background-color: #fff;
  border: solid 2px #b28247;
}

.exhibition_content__image {
  flex: 0 0 auto;
  width: 40%;
}

.exhibition_content__detail {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.exhibition_content__inner_title {
  margin-top: 15px;
  margin-bottom: 15px !important;
  text-align: center;
}

.exhibition_content__image__inner + .exhibition_content__image__inner {
  margin-top: 20px;
}

.exhibition_content__inner_title img {
  width: auto;
  max-width: 400px;
  max-height: 90px;
  display: inline;
}

.exhibition_content__inner_detail {
  font-size: 18px;
  text-align: center;
}

.exhibition_content__attention {
  font-size: 21px;
  text-align: center;
  margin-top: 15px;
}

.lp_newitems__comming_soon {
  width: 100%;
  height: auto;
  max-width: 750px;
  margin: 10px auto;
  padding: 6em 0;
  background-color: #f7f7f7;
  text-align: center;
}
.lp_newitems__comming_soon img {
  max-width: 300px;
  width: 80%;
}


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


  /*------------------------------
    EXHIBITION
------------------------------*/
  .exhibition_name,
  .exhibition_shop__title {
    margin: 40px 0 0;
    padding: 8px 20px;
    color: #fff;
    background-color: #3e3a39;
    font-size: 18px;
  }

  .exhibition_name {
    text-align: center;
  }

  .exhibition_block {
    padding: 0px;
    background-color: #f7f7f7;
  }

  .exhibition_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .exhibition_block_inner {
    padding: 3%;
  }

  .exhibition_block_inner .exhibition_block_inner__shop_name {
    width: 100%;
  }

  .exhibition_block_inner .exhibition_block_inner__date {
    width: 100%;
  }

  .exhibition_shop_detail__text {
    width: 100%;
  }

  .exhibition_shop__name {
    font-size: 21px;
    font-weight: bold;
  }

  .exhibition_shop__date {
    font-size: 16px;
  }

  .exhibition_shop_detail__title {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    text-align: center;
  }

  .exhibition_shop_detail__title:before {
    content: '+';
    display: inline-block;
    margin-right: 0.5em;
    font-size: 1.1em;
  }

  .exhibition_shop_detail__title.open:before {
    content: '-';
  }

  .exhibition_shop_detail__img {
    width: 100%;
  }

  .exhibition_shop_detail__detail {
    font-size: 16px;
  }

  .exhibition_shop_detail__link {
    display: block;
    width: 240px;
    margin: 2em auto 0;
    padding: 8px;
    color: #231815;
    border: 1px solid #231815;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
  }

  .js-toggle-block {
    display: none;
  }

  .js-toggle-trigger {
    cursor: pointer;
  }

  /*====================================
  Exbition Content
====================================*/

  .exhibition_name {
    position: relative;
    padding-right: 70px;
  }

  .exhibition_name_open_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }

  .exhibition_name_open_icon::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-2px) rotate(45deg);
  }

  .exhibition_name_open_icon::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: solid 1px #000;
    border-top: solid 1px #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(5px) rotate(45deg);
  }

  .open .exhibition_name_open_icon {
    transform: translateY(-50%) rotate(180deg);
  }

  .exhibition_content__wrapper {}

  .exhibition_content__layout {
    padding: 2%;
    background-color: #f0f0f0;
  }

  .exhibition_content__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .exhibition_content__inner + .exhibition_content__inner {
    margin-top: 30px;
  }

  .exhibition_content__inner_header {
    position: relative;
    display: block;
    width: 100%;
    min-width: auto;
    padding: 9px 50px 5px 10px;
    line-height: 1;
    font-size: 15px;
    color: #fff;
    background: #b28247;
    overflow: hidden;
  }

  .exhibition_content__inner_header::after {
    content: "";
    display: inline-block;
    background: #f0f0f0;
    width: 300px;
    height: 100px;
    position: absolute;
    right: -160px;
    bottom: 0;
    transform: rotate(45deg);
    visibility: unset;
  }

  .exhibition_content__inner_body {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 3%;
    gap: 20px;
    background-color: #fff;
    border: solid 2px #b28247;
  }

  .exhibition_content__image {
    flex: 0 0 auto;
    width: 100%;
  }

  .exhibition_content__detail {
    display: flex;
    flex-direction: column;
  }

  .exhibition_content__inner_title {
    margin-bottom: 15px !important;
    text-align: center;
  }

  .exhibition_content__inner_title img {
    width: auto;
    max-width: 100%;
    max-height: 70px;
  }

  .exhibition_content__inner_detail {
    font-size: 14px;
    text-align: center;
  }

  .exhibition_content__attention {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
}


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


  /*-----2022.1.11 concept album 2022-----*/
  /* footer banner */
  h3.footer_banner_title,
  #guide h3.footer_banner_title {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .02em;
    text-align: center;
  }

  h3.footer_banner_title:after,
  #guide h3.footer_banner_title:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    margin: 8px auto 0;
    background-color: #C30D23;
  }

  .footer_banner_link {
    display: block;
    margin: 10px auto 40px;
  }

  .footer_banner_link:hover {
    opacity: .7;
  }

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

  /* 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:767px) {

  /*-----2022.1.11 concept album 2022-----*/
  /* footer banner */
  h3.footer_banner_title,
  #footer_content h3.footer_banner_title {
    position: relative;
    margin-bottom: 12px !important;
    padding: 12px;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }

  h3.footer_banner_title:after,
  #footer_content h3.footer_banner_title:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    margin: 8px auto 0;
    background: #e60012;
  }

  .footer_banner_link {
    display: block;
    margin: 10px auto 40px;
  }

  .footer_banner_link:hover {
    opacity: .7;
  }

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

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

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

  .footer_float:hover {
    opacity: .7;
  }

}
