/* reset */
.breadcrumbs,
.breadcrumb {
  display: none !important;
}

.bg_black {
  background-color: #000;
}

.footer {
  z-index: 100;
  position: relative;
}

/* .lp_caiyen_vsm */
.lp_caiyen_vsm {
  display: block;
  position: relative;
  text-align: left;
  padding-bottom: 100px;
}

.lp_caiyen_vsm__header, .lp_caiyen_vsm__section {
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lp_caiyen_vsm,
.lp_caiyen_vsm * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lp_caiyen_vsm img {
  max-width: 100%;
  height: auto;
}

.lp_caiyen_vsm .js--hide {
  visibility: hidden !important;
}

.lp_caiyen_vsm__container {
  position: relative;
}

.lp_caiyen_vsm__sticky_item {
  height: 100vh;
  z-index: 1;
  position: relative;
}

.lp_caiyen_vsm__header {
  display: block;
  color: #fff;
  z-index: 5;
  margin: auto;
  background-image: url(https://jp.megabassstore.jp/wp-content/themes/pc/lp/caiyen_vsm/images/bg_01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}


.lp_caiyen_vsm__header > .lp_caiyen_vsm__container {
  height: 100%;
}

.lp_caiyen_vsm__header__content {
  width: 100%;
  height: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.lp_caiyen_vsm__header__title {
  display: block;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto 0;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__header__title {
    max-height: none;
  }
}

.lp_caiyen_vsm__header__title img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__header__title img {
    max-height: none;
  }
}

.lp_caiyen_vsm__header__poweredby {
  display: block;
  width: 100%;
  margin: -160px auto -110px;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__header__poweredby {
    max-height: none;
  }
}

.lp_caiyen_vsm__header__poweredby img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__header__poweredby img {
    max-height: none;
  }
}

.lp_caiyen_vsm__header__nav {
  display: block;
  width: 100%;
  margin: auto 0 140px;
}

.lp_caiyen_vsm__header__nav__btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  color: #fff !important;
  border: 2px solid CurrentColor;
  text-decoration: none !important;
  text-align: center;
  background-color: transparent !important;
  max-width: 336px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12.2px 5px;
}

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

.lp_caiyen_vsm__section--100vh {
  height: 100vh;
}

.lp_caiyen_vsm__section .lp_caiyen_vsm__container {
  height: 100%;
}

.lp_caiyen_vsm__section__content {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.lp_caiyen_vsm__section__text {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  margin: auto;
}

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

.lp_caiyen_vsm__section[data-index="1"] .lp_caiyen_vsm__section__text {
  max-width: 63.41146%;
  top: 25.85315vh;
  left: 0;
}

.lp_caiyen_vsm__section[data-index="2"] .lp_caiyen_vsm__section__text {
  max-width: 60.35156%;
  top: 46.53568vh;
  left: 0;
}

.lp_caiyen_vsm__section[data-index="3"] .lp_caiyen_vsm__section__text {
  max-width: 56.77083%;
  top: 36.19442vh;
  left: 0;
}

.lp_caiyen_vsm__section[data-index="4"] .lp_caiyen_vsm__section__text {
  max-width: 63.73698%;
  top: 46.53568vh;
  right: 0;
}

.lp_caiyen_vsm__comment {
  display: block;
  height: auto;
}

.lp_caiyen_vsm__comment__content {
  display: block;
  width: 100%;
  padding: 0px 0 40px;
}

.lp_caiyen_vsm__comment__title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 0px;
  padding: 20px 0;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__comment__title {
    max-width: 100%;
  }
}

.lp_caiyen_vsm__comment__title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.lp_caiyen_vsm__comment__sub_title {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 25px;
  padding: 10px 0;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__comment__sub_title {
    max-width: 95%;
    margin-bottom: 15px;
  }
}

.lp_caiyen_vsm__comment__sub_title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.lp_caiyen_vsm__comment__text {
  display: block;
  position: relative;
  max-width: 1153px;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__comment__text {
    max-width: 100%;
  }
}

.lp_caiyen_vsm__comment__text__thumb {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  margin: auto !important;
  width: 53.94623% !important;
}

.lp_caiyen_vsm__comment__text img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.lp_caiyen_vsm__body {
  display: block;
  position: relative;
  /* background: #fff; */
  z-index: 1;
}

.lp_caiyen_vsm__technology {
  display: block;
  padding-bottom: 200px;
  background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/caiyen_vsm/pc/images/bg_tech_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.lp_caiyen_vsm__technology__section {
  display: block;
  padding: 70px 0 0;
  overflow: hidden;
  max-width: 1240px;
  margin: 0 auto;
}

..lp_caiyen_vsm__technology__section:last-of-type {
  margin-bottom: -150px;
}

.lp_caiyen_vsm__technology__section_header {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.lp_caiyen_vsm__technology__section__layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 -25px;
}

.lp_caiyen_vsm__technology__section__layout.row {
  display: flex;
  flex-direction: column;
}

.lp_caiyen_vsm__technology__section__layout.bg_spiral_guide {
  background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/caiyen_vsm/pc/images/tech_bg.png);
  background-size: 67%;
  background-repeat: no-repeat;
  background-position: -100px;
  padding-bottom: clamp(50px, 23vw, 380px);
}
.lp_caiyen_vsm__technology__section__layout.bg_spiral_guide .lp_caiyen_vsm__technology__section__layout__image,
.lp_caiyen_vsm__technology__section__layout.bg_spiral_guide .lp_caiyen_vsm__technology__section__layout__body {
  width: 50%;
  margin-left: auto;
}

.lp_caiyen_vsm__technology__section__layout.bg_spiral_guide .lp_caiyen_vsm__technology__section__layout__body {
  padding: 0 25px;
}
.lp_caiyen_vsm__technology__section__layout.bg_spiral_guide .lp_caiyen_vsm__technology__section__title__main {
  text-indent: 0;
}

.lp_caiyen_vsm__container.col-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.lp_caiyen_vsm__container.col-wrap .lp_caiyen_vsm__technology__section__layout {
  flex: 0 0 auto;
  width: 45%;
}

.lp_caiyen_vsm__container.col-wrap .lp_caiyen_vsm__technology__section__layout .lp_caiyen_vsm__technology__section__layout__image {
  flex: 0 0 auto;
  max-width: 100%;
}

.lp_caiyen_vsm__technology__section__layout__image {
  display: block;
  padding: 0 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 52.54%;
  -ms-flex: 0 0 52.54%;
  flex: 0 0 52.54%;
  max-width: 52.54%;
}

.lp_caiyen_vsm__technology__section__layout__image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.lp_caiyen_vsm__technology__section__layout__image img ~ img {
  margin-top: 15px;
}

.lp_caiyen_vsm__technology__section__layout__body {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  padding: 0 25px;
}

.lp_caiyen_vsm__technology__section__title {
  display: block;
  font-weight: bold;
  margin: 10px 0 10px;
}

.lp_caiyen_vsm__technology__section__title small {
  font-size: 0.5em;
}

.lp_caiyen_vsm__technology__section__title__main {
  display: block;
  font-size: 22.5px;
}


.lp_caiyen_vsm__technology__section__title__sub {
  display: block;
  font-size: 15.75px;
}

.lp_caiyen_vsm__technology__section__body {
  display: block;
  font-size: 18px;
}

.lp_caiyen_vsm__technology__section__body p {
  font-size: 1em;
  margin: 0 0 1em;
}

.lp_caiyen_vsm__technology__section__body dl {
  font-size: 1em;
  margin: 0 0 1em;
}

.lp_caiyen_vsm__technology__section__body dl dt {
  font-size: 1em;
  font-weight: normal;
}

.lp_caiyen_vsm__technology__section__body dl dd {
  font-size: 1em;
  font-weight: normal;
}

.lp_caiyen_vsm__lineup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* height: 1042px; */
  /* background-color: #fff; */
}

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

.lp_caiyen_vsm__lineup__header__title img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.lp_caiyen_vsm__lineup__body {
  display: block;
  padding: 50px 0;
  max-width: 1240px;
  margin: 0 auto;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__body {
    padding: 80px 0;
  }
}

.lp_caiyen_vsm__lineup__list {
  display: block;
  list-style: none;
  padding-left: 0;
}

.lp_caiyen_vsm__lineup__list__item {
  display: block;
  margin: 0 0 80px;
}

.lp_caiyen_vsm__lineup__block {
  display: block;
}

.lp_caiyen_vsm__lineup__block__header {
  display: block;
  width: 100%;
}

.lp_caiyen_vsm__lineup__block__header__image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__block__header__image {
    margin-bottom: 10px;
  }
}

.lp_caiyen_vsm__lineup__block__header__image > .lp_caiyen_vsm__container {
  width: 100%;
  overflow: visible;
  /* height: 186px; */
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__block__header__image > .lp_caiyen_vsm__container {
    padding-left: 0;
    padding-right: 5px;
    height: auto;
  }
}

.lp_caiyen_vsm__lineup__block__header__image img {
  /* display: block; */
  /* width: 100vw; */
  /* height: auto; */
  /* max-width: calc((100vw - 1210px) / 2 + 1210px + 1%); */
  /* -webkit-transform: translate(1%, 30px); */
  -ms-transform: translate(1%, 30px);
  /* transform: translate(1%, 30px); */
  /* position: absolute; */
  /* top: 0; */
  /* left: auto; */
  /* right: 0; */
  /* bottom: 0; */
  /* z-index: 1; */
  /* margin: auto; */
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__block__header__image img {
    width: 100%;
    max-width: 100%;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.lp_caiyen_vsm__lineup__block__header__title {
  display: block;
  position: relative;
  z-index: 1;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__block__header__title {
    margin-bottom: 5px;
  }
}

.lp_caiyen_vsm__lineup__block__summary {
  display: block;
  font-size: 19.2px;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__block__summary {
    font-size: 13px;
  }
}

.lp_caiyen_vsm__lineup__block__summary p {
  display: block;
  font-size: 1em;
  line-height: inherit;
  margin-bottom: 1em;
  padding: 20px 60px;
}

.lp_caiyen_vsm__lineup__block__nav {
  display: block;
  width: 100%;
  margin: 25px 0 0;
}

.lp_caiyen_vsm__lineup__block__nav__btn {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 17px 15px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-decoration: none !important;
  border: 2px solid CurrentColor;
  color: inherit !important;
  text-decoration: none !important;
}

@media (orientation: portrait) {
  .lp_caiyen_vsm__lineup__block__nav__btn {
    max-width: 200px;
    padding: 7px 5px;
    font-size: 14px;
  }
}

.lp_caiyen_vsm .js_anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.lp_caiyen_vsm .js_anim.is-animated {
  opacity: 1;
}

.lp_caiyen_vsm .js_anim.js_fadeInUp {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.lp_caiyen_vsm .js_anim.js_fadeInUp.is-animated {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.lp_caiyen_vsm .js_anim.js_slideInLeft {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.lp_caiyen_vsm .js_anim.js_slideInLeft.is-animated {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.is-animated .js_anim {
  opacity: 1 !important;
}

.lp_caiyen_vsm .js_anim.js_fadeInUp {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

.is-animated .js_fadeInUp {
  -webkit-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.lp_caiyen_vsm .js_anim.js_slideInLeft {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.is-animated .js_slideInLeft {
  -webkit-transform: translateX(0px) !important;
  -ms-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}

.lp_caiyen_vsm .is-fixed {
  z-index: 2;
}
