:root {
  --lp-color-accent: #77965a;
  --lp-color-beige: #918255;
  --lp-color-brown: #93641f;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.for_hp .ec-only {
  display: none !important;
}

.for_ec .hp-only {
  display: none !important;
}

.lp_levante {
  color: #231815;
}

.fc-accent {
  color: var(--lp-color-accent);
}

.fc-beige {
  color: var(--lp-color-beige);
}

.fc-brown {
  color: var(--lp-color-brown);
}

.smaller {
  font-size: 0.7em;
}

.smaller .smaller {
  font-size: 0.6em;
  font-weight: normal;
}

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

.lp_levante_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

@media (min-width: 769px) {
  .lp_levante_container.narrow-pc {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .lp_levante_container.full-sp {
    max-width: 100%;
    padding: 0;
  }
}

[data-lang="jp"].hide,
[data-lang="en"].hide {
  display: none;
}

/*  Move
====================================*/
[data-move-from] {
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes move-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes move-from-top {
  0% {
    opacity: 0;
    transform: translateY(-5%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes move-from-left {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes move-from-right {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

[data-move-from="bottom"].show {
  animation: move-from-bottom 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

[data-move-from="top"].show {
  animation: move-from-top 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

[data-move-from="left"].show {
  animation: move-from-left 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

[data-move-from="right"].show {
  animation: move-from-right 0.5s ease-in-out;
  animation-fill-mode: forwards;
}

/*  Heading
====================================*/
.lp_levante {
  padding-bottom: 120px;
}


/*  Heading
====================================*/
.lp_levante_section_header {
  font-size: 36px;
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width:768px) {
  .lp_levante_section_header {
    font-size: 24px;
  }
}


.lp_levante_section_header h2 {
  display: inline-block;
  line-height: 1.2;
}

.lp_levante_section_header h2::after {
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background-color: #000;
  margin-inline: auto;
  background-color: currentColor;
}


.lp_levante_section_content_inner_detail_title_main {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.lp_levante_section_content_inner_detail_title_sub {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}


@media screen and (max-width:768px) {
  .lp_levante_section_content_inner_detail_title_main {
    font-size: 27px;
  }

  .lp_levante_section_content_inner_detail_title_sub {
    font-size: 16px;
  }
}

/*  Translate
====================================*/
.lp_levante_translate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}

.lp_levante_translate_content {
  border: solid 1px #fff;
  display: flex;
}

.lp_levante_translate_body_title {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 8px;
  font-size: 14px;
}

.lp_levante_translate_inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  padding: 0;
  font-weight: bold;
  cursor: pointer;
}

.lp_levante_translate_content [data-translate] {
  padding: 0 8px;
  background-color: #000;
  color: #fff;
}

.lp_levante_translate_content [data-translate].translated {
  background-color: #fff;
  color: #000;
}

/*  Main Visual
====================================*/
.lp_levante_section.mv {
  display: grid;
  grid-template-areas: "stack";
  background-color: #010101;
  aspect-ratio: 1920 / 1082;
}

@media screen and (max-width:768px) {
  .lp_levante_section.mv {
    aspect-ratio: 160 / 267;
  }

}

.lp_levante_section.mv .lp_levante_section_mv_bg,
.lp_levante_section.mv .lp_levante_section_mv_main {
  grid-area: stack;
}

.lp_levante_section.mv .lp_levante_section_mv_main {
  position: relative;
  z-index: 1;
}

.lp_levante_section.mv .lp_levante_section_mv_bg img,
.lp_levante_section.mv .lp_levante_section_mv_main img {
  width: 100%;
}


/*  Intro
====================================*/
.lp_levante_section.intro {
  display: grid;
  grid-template-areas: "stack";
  background-color: #010101;
  background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/levante/pc/images/intro_bg.jpg?d=202603060157);
  background-position: center top;
  background-size: 100%;
  padding-bottom: 160px;
}

@media screen and (min-width:769px) {
  .lp_levante_section.intro .lp_levante_section_content {
    display: grid;
    grid-template-columns: 1fr 0.26fr;
    gap: 16px;
    width: 100%;
  }

  .lp_levante_section.intro .lp_levante_section_content_inner {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .lp_levante_section.intro {
    background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/levante/sp/images/intro_bg.jpg?d=202603060157);
    background-size: 100%;
    background-position: center top;
    padding-bottom: calc((768px - 100vw) * 0.3);
  }
}

.lp_levante_section.intro .lp_levante_container {
  grid-area: stack;
}

.lp_levante_section.intro .lp_levante_container {
  position: relative;
  z-index: 1;
  margin-top: -160px;
}


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

  .lp_levante_section.intro .lp_levante_container {
    position: relative;
    z-index: 1;
    margin-top: -50px;
  }
}

.lp_levante_section.intro .lp_levante_section_content_inner_text {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.8;
}

.lp_levante_section.intro .lp_levante_section_content_inner_text:last-of-type {
  margin-top: 120px;
}

.lp_levante_section.intro .lp_levante_section_bg_aside {
  margin-top: -430px;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

@media screen and (max-width:1400px) {
  .lp_levante_section.intro .lp_levante_section_bg_aside {
    margin-top: calc(-33vw);
  }
}

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

  .lp_levante_section.intro .lp_levante_section_content_inner_image:nth-of-type(3) {
    margin-top: -40px;
  }

  .lp_levante_section.intro .lp_levante_section_content_inner_text:last-of-type {
    margin-top: 90px;
  }

  .lp_levante_section.intro .lp_levante_section_bg_aside {
    margin-top: calc(-40vw);
  }
}

@media screen and (max-width:768px) {
  .lp_levante_section.intro .lp_levante_section_bg_aside {
    margin-top: calc(-420px);
  }
}

.lp_levante_section.intro .lp_levante_section_content_inner_image {
  margin-bottom: 16px;
}

/*  Tech
====================================*/
.lp_levante_section.tech {
  background-color: #fafafa;
  background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/lp/levante/pc/images/tech_bg.jpg);
  background-size: 100%;
  margin-top: -160px;
  padding: 128px 0;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}

@media screen and (max-width:768px) {
  .lp_levante_section.tech {
    margin-top: -160px;
    padding: 100px 0 64px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}

.lp_levante_section.tech .lp_levante_section_content_inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}

.lp_levante_section.tech .lp_levante_section_content_inner + .lp_levante_section_content_inner {
  margin-top: 64px;
}


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

  .lp_levante_section.tech .lp_levante_section_content_inner:nth-of-type(odd) {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width:768px) {
  .lp_levante_section.tech .lp_levante_section_content_inner {
    flex-direction: column;
  }

  .lp_levante_section.tech .lp_levante_section_content_inner + .lp_levante_section_content_inner {
    margin-top: 32px;
  }
}

.lp_levante_section.tech .lp_levante_section_content_inner_image {
  flex: 0 0 auto;
  width: calc(50% + 16px);
}

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

  .lp_levante_section.tech .lp_levante_section_content_inner_image {
    width: 100%;
  }

  .lp_levante_section.tech .lp_levante_section_content_inner_detail {
    width: 100%;
    padding: 0 16px;
  }
}

/*  Types
====================================*/
.lp_levante_section.type .lp_levante_section_mv img {
  width: 100%;
}

.lp_levante_section.type .lp_levante_section_content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 32px;
}

@media screen and (max-width:768px) {
  .lp_levante_section.type .lp_levante_section_content {
    grid-template-columns: 1fr;
  }
}


.lp_levante_section.type .lp_levante_section_content_inner_detail_title_main {
  font-size: 36px;
}

.lp_levante_section.type .lp_levante_section_content_inner_detail_title_sub {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  border-top: solid 1px var(--lp-color-brown);
  padding-top: 12px;
}


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

  .lp_levante_section.type .lp_levante_section_content_inner_detail_title {
    margin-top: -24px;
    padding: 0 16px;
  }

  .lp_levante_section.type .lp_levante_section_content_inner_text {
    padding: 0 16px;
  }
}

/*  Lineup
====================================*/
.lp_levante_section.lineup .lp_levante_section_mv {
  margin-bottom: 32px;
  text-align: center;
}

.lp_levante_section.lineup .lp_levante_section_content_inner {
  margin-bottom: 32px;
}

.lp_levante_section.lineup .lp_levante_section_content_inner_text {
  margin-top: 16px;
  padding: 0 60px;
}

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

  .lp_levante_section.lineup .lp_levante_section_content_inner {
    margin-bottom: 32px;
  }

  .lp_levante_section.lineup .lp_levante_section_content_inner_text {
    padding: 0 16px;
  }
}

.lp_levante_section.lineup .lp_levante_section_content_inner_link {
  text-align: center;
}

.lp_levante_section.lineup .lp_levante_section_content_inner_link a {
  display: inline-block;
  padding: 16px 64px;
  line-height: 1;
  border: solid 1px #000;
  color: #333;
}

.lp_levante_section.lineup .lp_levante_section_footer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.lp_levante_section.lineup .lp_levante_section_footer .lp_levante_section_footer_link_item {
  text-align: center;
}

.lp_levante_section.lineup .lp_levante_section_footer .lp_levante_section_footer_link_item a {
  display: inline-block;
  padding: 16px 64px;
  line-height: 1;
  border: solid 1px #000;
  color: #333;
}