@charset "UTF-8";

/*
|-----------------------------------------------------------
| 年間限定製作｜ANTHRAX
|-----------------------------------------------------------
*/
#header {
  height: 157px;
  /* fixed height */
}

.sp-only {
  display: none !important;
}

/* Reset */
.lp-anthrax * {
  box-sizing: border-box;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}

.lp-anthrax img {
  width: 100%;
  height: auto;
}

/* Container */
.lp-anthrax-container {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*
 * Page
------------------------------------------------*/
.lp-anthrax {
  display: block;
  width: 100%;
}

.lp-anthrax strong {
  font-weight: bold;
}

.lp-anthrax__header {
  display: block;
  width: 100%;
  background-color: #221815;
}

.lp-anthrax__body {
  display: block;
  width: 100%;
}

.lp-anthrax__model {
  color: #1e1e1e;
  background: #efefef;
}

.video_wrapper {
  position: relative;
  margin-inline: auto;
  background-color: #000;
}

.video_wrapper .yt,
.video_wrapper iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78 / 1;
  vertical-align: bottom;
}

.lp-anthrax-video-overwrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 850px;
  cursor: pointer;
}

/*
 * Title
------------------------------------------------*/
.lp-anthrax-title {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.25em;
  margin: 0;
  padding: 1em 0;
}

.lp-anthrax-title::after {
  content: "";
  display: block;
  width: 5em;
  height: 5px;
  margin: 0.25em auto;
  background: #e60012;
}



/*
 * MV
------------------------------------------------*/
.lp-anthrax-mv {
  display: block;
  width: 100%;
}

.lp-anthrax-mv__image {
  display: block;
  width: 100%;
}

.lp-anthrax-mv__image img {
  display: block;
  width: 100%;
  height: auto;
}



/*
 * Lead & Intro
------------------------------------------------*/
.lp-anthrax-intro {
  display: block;
  width: 100%;
}

.lp-anthrax-intro__image {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: -150px 4% 0;
}

.lp-anthrax-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-anthrax-intro__content {
  display: block;
  width: 100%;
  padding: 25px 0;
}

.lp-anthrax-intro__content img {
  display: block;
  width: 100%;
  height: auto;
}

/*
 * Section
------------------------------------------------*/
.lp-anthrax-section {
  display: block;
  width: 100%;
  padding: 80px 0;
}

h2.lp-anthrax-section__title {
  display: block;
  width: 100%;
  font-size: 44px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.25;
  margin: 0 0 1em;
  padding: 0;
}

h2.lp-anthrax-section__title::after {
  content: "";
  display: block;
  width: 1em;
  height: 5px;
  margin: 0.5em auto;
  background: #e60012;
}

h3.lp-anthrax-section__title {
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  line-height: 1.45;
  margin: 0 0 1em;
  padding: 0;
}

.lp-anthrax-section__body {
  display: block;
  width: 100%;
}

.lp-anthrax-section__desc {
  font-size: 18px;
}

.lp-anthrax-section__info__title {
  font-size: 32px;
  font-family: "Anton", sans-serif;
}

.lp-anthrax-section__info__title .fs_smaller {
  font-size: 0.8em;
}

.lp-anthrax-section__info__subtitle {
  font-size: 18px;
  font-weight: bold;
}

.lp-anthrax-section__info__desc {
  font-size: 16px;
  margin-top: 0.2em;
}



/*
 * Product List
------------------------------------------------*/
.lp-anthrax-section__products__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}

.lp-anthrax-section__products__icon {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0.3em;
}
.lp-anthrax__icon-new {
  background-color: #e60012;
  color: #fff;
  padding: 0.2em 0.4em;
  line-height: 1;
}

.lp-anthrax-section__products__title {
  font-size: 18px;
  font-weight: bold;
}
.lp-anthrax-section__products__subtitle {
  font-size: 18px;
  font-weight: bold;
}
.lp-anthrax-section__products__detail {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
  font-weight: bold;
}
.lp-anthrax-section__products__price {
  font-size: 24px;
  color: #e60012;
}
.lp-anthrax-section__products__currency {
  font-size: 18px;
}
.lp-anthrax-section__products__list-link {
  text-align: center;
  margin: 50px 0 0;
}
.lp-anthrax-section__products__list-link a {
  display: inline-block;
  border: solid 1px #000;
  padding: 1em 2em;
  font-weight: bold;
  font-size: 18px;
}


/*
 * Slider
------------------------------------------------*/
.lp-anthrax__silider {
  will-change: contents;
}

.lp-anthrax__silider__item {
  text-align: center;
  position: relative;
}
.lp-anthrax-intro-video .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
}
.lp-anthrax-intro-video .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.lp-anthrax-intro-video .video_wrapper {
  max-width: 849px;
}

/*
 * intro-video
------------------------------------------------*/
.lp-anthrax-intro-video {
  margin-top: 2em;
  background-color: #221815;
  padding-bottom: 40px;
}

.lp-anthrax-intro-video h3.lp-anthrax-section__title {
  color: #fff;
}

.lp-anthrax-intro-video h3.lp-anthrax-section__title .fs-large {
  font-size: 32px;
}


/*
 * about_wakebate
------------------------------------------------*/
.about_wakebate {
  background-color: #efead6;
  padding: 40px 0;
}

.about_wakebate .lp-anthrax-section__image {
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
}


/*
 * ijack
------------------------------------------------*/
.ijack .lp-anthrax-section__desc {
  font-size: 16px;
  margin-top: -100px;
  margin-bottom: 50px;
}

.ijack .lp-anthrax-section__info {
  width: 100%;
  max-width: 600px;
  padding: 1em;
  background-color: #efefef;
  margin: -50px auto 0 0;
}



/*
 * ORC
------------------------------------------------*/
.orc.lp-anthrax-section {
  background: linear-gradient(200deg, hsl(0deg 0% 0% / 4%) 6%, transparent 14%);
}
.orc .lp-anthrax-section__video {
  text-align: center;
  margin-inline: auto;
  padding: 50px 0;
  max-width: 700px;
}

.orc .lp-anthrax-section__info {
  width: 100%;
  max-width: 600px;
  padding: 1em;
  background-color: #efefef;
  margin: -80px 0 -80px auto;
  z-index: 1;
  position: relative;
}

.orc .lp-anthrax-section__info__title {
  font-size: 32px;
  font-family: "Anton", sans-serif;
}

.orc .lp-anthrax-section__info__title .fs_smaller {
  font-size: 0.8em;
}

.orc .lp-anthrax-section__info__subtitle {
  font-size: 18px;
  font-weight: bold;
}

.orc .lp-anthrax-section__info__desc {
  font-size: 16px;
  margin-top: 0.2em;
}


/*
 * Origin
------------------------------------------------*/
.origin.lp-anthrax-section {
  background-image: url(https://jp.megabassstore.jp/sslfile/lp/anthrax/pc/img/origin_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.origin .lp-anthrax-section__subtitle {
  font-size: 24px;
  text-align: center;
  font-family: "Yu Mincho", "MS Mincho", "IPAPMincho", serif;
  font-weight: bold;
}

.origin-explain.lp-anthrax-section {
  background-image: url(https://jp.megabassstore.jp/sslfile/lp/anthrax/pc/img/origin_photo.jpg);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 1em 0;
}

.origin-explain .lp-anthrax-section__info {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  color: #fff;
}


/*
 * Good Desing
------------------------------------------------*/
.gooddesign.lp-anthrax-section {
  background-image: url(https://jp.megabassstore.jp/sslfile/lp/anthrax/pc/img/gooddesign_bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.gooddesign .lp-anthrax-section__image {
  margin-top: -120px;
}


/*
 * Technology
------------------------------------------------*/
.tech.lp-anthrax-section {
  padding: 80px 0 30px;
  overflow-x: hidden;
}
.tech.lp-anthrax-section .lp-anthrax-container {
  position: relative;
}

.tech.lp-anthrax-section .lp-anthrax-container::after {
  content: "";
  position: absolute;
  top: -120px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-inline: -15%;
  width: 100%;
  height: 100%;
  background-image: url(https://jp.megabassstore.jp/sslfile/lp/anthrax/pc/img/tech_bg.jpg);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}


.tech .lp-anthrax-section__layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-areas: "desc image";
  gap: 32px;
  padding-top: 240px;
}
.tech .lp-anthrax-section__image {
  grid-area: image;
}


/*
 * Technology explain
------------------------------------------------*/
.tech-explain.lp-anthrax-section {
  background-color: #e1e3e3;
}

.tech-explain .lp-anthrax-section__title {
  text-align: center;
  font-size: 36px;
}
.tech-explain .lp-anthrax-section__layout {
  display: grid;
  grid-template-areas: "image desc";
  grid-template-columns: 0.9fr 1fr;
  gap: 25px;
  padding-top: 30px;
}
.tech-explain .lp-anthrax-section__image {
  grid-area: image;
}

/*
 * performance
------------------------------------------------*/
.performance.lp-anthrax-section {
  background-color: #3e3a39;
}
.performance .lp-anthrax-section__title {
  color: #fff;
}
.performance .lp-anthrax-section__title .small {
  font-size: 0.5em;
  font-family: Meiryo,メイリオ,Hiragino Kaku Gothic ProN,‘ヒラギノ角ゴ ProN’,'Oswald', sans-serif;
  font-weight: bold;
  margin-left: 0.5em;
  margin-right: -5em;
}
.performance .lp-anthrax-section__body {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
}


/*
 * various
------------------------------------------------*/
.various.lp-anthrax-section {
  background-color: #3e3a39;
  padding-top: 0;
  padding-bottom: 200px;
}
.various .lp-anthrax-section__title {
  color: #fff;
}
.various .lp-anthrax-section__lead {
  color: #fff;
}
.various .lp-anthrax-section__lead {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.various .lp-anthrax-section__layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 150px 130px;
}
.various .lp-anthrax-section__item {
  position: relative;
}
.various .video_wrapper {
  padding: 23px 0;
}
img.various_action_illust {
  position: absolute;
  bottom: -190px;
  width: 116%;
  margin-left: -8%;
  pointer-events: none;
}
.lp-anthrax-section__video__heading {
  background-color: #221815;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
  gap: 15px;
}

.lp-anthrax-section__video__subtitle {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1;
}
.lp-anthrax-section__video__subtitle span {
  font-size: 0.7em;
  font-weight: normal;
}
.lp-anthrax-section__video__title {
  color: #f7b52c;
  font-style: italic;
  flex: 1;
  font-size: 21px;
  font-weight: bold;
}
.lp-anthrax-section__video__title span {
  font-size: 0.7em;
}



/*
 * Tab
------------------------------------------------*/
.lp-anthrax-tab {
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #000000;
}

.lp-anthrax-tab__nav {
  display: block;
  width: 100%;
}

.lp-anthrax-tab__nav__list {
  list-style: none;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.lp-anthrax-tab__nav__list__item {
  display: flex;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000000;
}

.lp-anthrax-tab__nav__link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background: #898989;
  text-decoration: none !important;
}

.lp-anthrax-tab__nav__link.js--opened {
  color: #000000;
  background: #ffffff;
}

.lp-anthrax-tab__nav__link__text {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  padding: 0;
}
.lp-anthrax-tab__nav__link__text.selected {
  display: none;
}

.js--opened .lp-anthrax-tab__nav__link__text.selected {
  display: block;
}

.js--opened .lp-anthrax-tab__nav__link__text.unselected {
  display: none;
}

.lp-anthrax-tab__nav__link__text__addon {
  display: block;
  font-size: 0.3em;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}

.lp-anthrax-tab__nav__link__subtext {
  font-size: 18px;
  display: none;
}

.lp-anthrax-tab__body {
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #000000;
}

.lp-anthrax-tab__content {
  display: none;
  width: 100%;
  padding: 25px 59px;
}

.lp-anthrax-tab__content.js--opened {
  display: block;
}

/*
 * Lineup
------------------------------------------------*/
.lp-anthrax-lineup {
  display: block;
  width: 100%;
}

.lp-anthrax-lineup__list {
  list-style: none;
  padding: 0;
  width: auto;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.lp-anthrax-lineup__list__item {
  display: flex;
  width: auto;
  margin: 0 0 40px;
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
}

.lp-anthrax-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1em;
  line-height: 1.25;
}

.lp-anthrax-price__main {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.lp-anthrax-price__main__value {
  display: block;
  font-size: 1.5em;
  color: #e60012;
}

.lp-anthrax-price__main__addon {
  display: block;
  font-size: 1em;
}

.lp-anthrax-price__addon {
  display: block;
  font-size: 0.7em;
}

.lp-anthrax-product {
  width: 100%;
  display: flex;
}

.lp-anthrax-product__layout {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lp-anthrax-product__layout__image {
  width: 100%;
  margin: 0 0 15px;
}

.lp-anthrax-product__layout__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.lp-anthrax-product__image {
  display: block;
  width: 100%;
  aspect-ratio: 2/1;
}

.lp-anthrax-product__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #efefef;
}

.lp-anthrax-product__name {
  display: block;
  width: 100%;
  margin: 0 0 0.5em;
  font-size: 22px;
  font-weight: bold;
}

.lp-anthrax-product__price {
  display: block;
  width: 100%;
  margin: auto 0 0.25em;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.lp-anthrax-product__nav {
  display: block;
  width: 100%;
}

.lp-anthrax-product__nav__btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 0;
  outline: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 18px 15px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background: #e60012;
  cursor: pointer;
}

.lp-anthrax-product__nav__btn:hover {
  opacity: 0.7;
}

.lp-anthrax-product__nav__btn--soldout {
  color: #1e1e1e;
  background: linear-gradient(to bottom, #fefefd 0%, #e2e3dd 100%);
  cursor: default;
}

.lp-anthrax-product__nav__btn--soldout:hover {
  opacity: 1;
}