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

#orochix10 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* orochix10 */
#orochix10 {
  line-height: 1.6;
}
#orochix10 img {
  width: 100%;
  height: auto;
}
#orochix10 .w100 {
  width: 100%;
}
#orochix10 .js-fadeIn {
  opacity: 0;
}
#orochix10 .js-fadeIn.fadeInUp {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
#orochix10 .js-fadeIn.fadeInRight {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
#orochix10 .js-fadeIn.-inView {
  -webkit-animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeIn 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
#orochix10 .js-fadeIn.-inView.fadeInUp {
  -webkit-animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeInUp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
#orochix10 .js-fadeIn.-inView.fadeInRight {
  -webkit-animation: fadeInRight 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  animation: fadeInRight 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
#orochix10 .js-fadeIn.-inView.hasDelay {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.lp_orochix10_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.lp_orochix10_container {
  position: relative;
  width: 1144px;
  margin: 0 auto;
}

.lp_orochix10_container.w-1400 {
  width: 100%;
  max-width: 1400px;
}


.lp_orochix10_main {
  height: calc(100vh - 112.5px);
  background: url(https://jp.megabassstore.jp/sslfile/pc/img/orochi-x10/main.png) 50% 50% / cover no-repeat;
}

.lp_orochix10_main_copy {
  position: absolute;
  top: 9vw;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.lp_orochix10_main_copy span {
  display: inline-block;
}
.lp_orochix10_main_copy-01 {
  width: 65%;
}
.lp_orochix10_main_copy-02 {
  width: 100%;
}

.lp_orochix10_intro_mv {
  background-color: #fff;
  position: relative;
}

.lp_orochix10_intro_head {
  text-align: center;
}
.lp_orochix10_intro_head span {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lp_orochix10_intro_head-01 {
  width: 41%;
  margin-bottom: 16px;
}
.lp_orochix10_intro_head-02 {
  width: 31%;
}

.lp_orochix10_intro_text__01 {
  width: 87%;
  margin: 32px auto;
}

.lp_orochix10_intro_img__04 {
  width: 100%;
}

.lp_orochix10_intro_img__02 {
  width: 68%;
  margin: 32px auto 100px;
}

.lp_orochix10_intro_block {
  background: url(https://jp.megabassstore.jp/sslfile/pc/img/orochi-x10/intro/image05.png) 50% 50% / cover no-repeat;
  background-attachment: fixed;
  position: relative;
}
.lp_orochix10_intro_block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp_orochix10_intro_block__img {
  width: 42%;
  margin-left: -2%;
}
.lp_orochix10_intro_block__text {
  width: 59%;
}

.lp_orochix10_tech {
  background-color: #fff;
  position: relative;
}

.lp_orochix10_tech__head {
  width: 60%;
  margin: 0 auto;
}

.lp_orochix10_tech_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lp_orochix10_tech_block + .lp_orochix10_tech_block {
  margin-top: 32px;
}
.lp_orochix10_tech_block__img {
  width: 49%;
}
.lp_orochix10_tech_block__img-01 {
  width: 54.5%;
  margin-left: -5.5%;
}
.lp_orochix10_tech_block__content {
  width: 44%;
  margin-left: 24px;
}
.lp_orochix10_tech_block__content-01 {
  padding-top: 64px;
}
.lp_orochix10_tech_block__name {
  font-size: 24px;
}
.lp_orochix10_tech_block__name .note {
  font-size: 14px;
  font-weight: 400;
}
.lp_orochix10_tech_block__name .sub {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.lp_orochix10_tech_block__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
}
.lp_orochix10_tech_block__color {
  margin-top: 10px;
}
.lp_orochix10_tech_block__color h4 {
  font-size: 18px;
}
.lp_orochix10_tech_block__color li {
  font-size: 16px;
}

.lp_orochix10_lineup {
  background-color: #fff;
  position: relative;
}

.lp_orochix10_lineup__head {
  height: 28vw;
  background: url(https://jp.megabassstore.jp/sslfile/pc/img/orochi-x10/lineup/h2_bg.png) 50% 0 / cover no-repeat;
  text-align: center;
}
.lp_orochix10_lineup__head span {
  display: inline-block;
  margin-top: 19vw;
  width: 9%;
}
.lp_orochix10_lineup__h3 {
  width: 120%;
  margin: 40px -10% -10px;
}
.lp_orochix10_lineup__img {
  margin: 24px auto;
}

.lp_orochix10_lineup_block {
  margin-top: 24px;
  padding: 0 6.5%;
}
.lp_orochix10_lineup_block__text {
  margin-top: 8px;
  font-size: 15px;
}
.lp_orochix10_lineup_block__btn {
  display: block;
  width: 160px;
  margin: 40px auto 0;
  color: #000;
  border: solid 1px #000;
  padding: 12px;
  text-align: center;
}
.lp_orochix10_lineup_block.-hasImg {
  display: grid;
  grid-template-areas: "name name" "txt img";
  grid-template-columns: 69% 29%;
  grid-gap: 2% 8px;
}
.lp_orochix10_lineup_block.-hasImg .lp_orochix10_lineup_block__name {
  grid-area: name;
  padding-right: 31%;
}
.lp_orochix10_lineup_block.-hasImg .lp_orochix10_lineup_block__text {
  grid-area: txt;
}
.lp_orochix10_lineup_block.-hasImg .lp_orochix10_lineup_block__img {
  grid-area: img;
}

/* -------------------------------
Loading
-------------------------------- */
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5000;
}

.loader {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  text-align: center;
}
