@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');

/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: #fff;
  margin: 0;
  padding: 0;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}
#pitbull {
  line-height: 1;
}

/* ----------------------------------------------------------
  LP BASE
---------------------------------------------------------- */
#lp_4875 {
  width: 100% !important;
  background: #111;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  font-family: 'Noto Serif JP', serif;
}

#lp_4875 img {
  max-width: 100%;
  height: auto;
  display: block;
}

#lp_4875 h1,
#lp_4875 h2,
#lp_4875 h3 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal;
  height: auto !important;
}

#lp_4875 a {
  color: #fff;
  text-decoration: none !important;
}

.lp4875_sec_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

/* ----------------------------------------------------------
  HERO
---------------------------------------------------------- */
#lp4875_hero {
  position: relative;
  width: 100%;
  background: url("../img/hero_bg.jpg") center top / 1700px no-repeat #000;
  overflow: hidden;
  padding: 0 0 7.5rem;
}

.lp4875_hero_inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  min-height: 700px;
  margin: 0 auto;
}

.lp4875_hero_title {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
}

/* ----------------------------------------------------------
  PRODUCT PARTS
---------------------------------------------------------- */
#lp4875_parts {
  background: #fff;
  padding: 5rem 0;
}

.lp4875_sec_ttl {
  text-align: center;
  font-size: 2rem !important;
  font-family: serif;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  color: #111 !important;
}

.lp4875_sec_ttl::after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background: #111;
  margin: 26px auto 0;
}

.lp4875_parts_img_wrap {
  margin-top: 70px;
  text-align: center;
}

.lp4875_parts_img {
  width: min(100%, 840px);
  margin: 0 auto;
}

/* ----------------------------------------------------------
  4 MODES
---------------------------------------------------------- */
#lp4875_modes {
  background: #000;
  padding: 5rem 0;
}

.lp4875_modes_head {
  width: 100%;
  max-width: 620px !important;
  margin: 0 auto;
}

.lp4875_modes_list {
  width: 100%;
  max-width: 47.5rem;
  margin: 4.375rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
}

.lp4875_modes_img {
  width: 100%;
}

.lp4875_modes_note {
  width: 100%;
  max-width: 720px !important;
  margin: 2rem auto 0;
}

/* ----------------------------------------------------------
  FEATURES
---------------------------------------------------------- */
#lp4875_features {
  background: linear-gradient(
    to bottom,
    #000 25%,
    #1b1b1b 58%,
    #000 100%
  );
  padding: 0;
}

.lp4875_feature_block {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

.lp4875_feature_monitor,
.lp4875_feature_compact,
.lp4875_feature_led {
  margin-top: 12rem;
}

.lp4875_feature_img {
  width: 100%;
  max-width: 800px !important;
  margin: 0 auto;
}

.lp4875_speed_head {
  width: 100%;
  max-width: 800px !important;
  margin: 0 auto -4rem;
}

.lp4875_speed_table_wrap {
  width: 100%;
  max-width: 800px !important;
  margin: -2.5rem auto 0;
}

.lp4875_feature_bgblock {
  width: 100%;
  max-width: 1200px;
  margin: -2rem 0 0;
}

.lp4875_feature_bg {
  width: 100%;
  max-width: 800px !important;
  margin: 0 0 0 auto;
}

/* ----------------------------------------------------------
  SPEED TABLE
---------------------------------------------------------- */
.lp4875_speed_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: 'Noto Sans JP', sans-serif;
  color: #111;
}

.lp4875_speed_table th,
.lp4875_speed_table td {
  border: 1px solid #aaa;
  padding: 0.55rem 0.75rem !important;
  line-height: 1.25;
  color: #111;
}

.lp4875_speed_table th {
  background: #1b1b1b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

.lp4875_speed_table th:nth-child(1),
.lp4875_speed_table td:nth-child(1) {
  width: 50%;
}

.lp4875_speed_table th:nth-child(2),
.lp4875_speed_table td:nth-child(2),
.lp4875_speed_table th:nth-child(3),
.lp4875_speed_table td:nth-child(3) {
  width: 25%;
}

.lp4875_speed_table td:nth-child(1) {
  background: #1b1b1b;
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

.lp4875_speed_table td:nth-child(2) {
  background: #cfcfcf;
  font-size: 1rem;
  text-align: center;
}

.lp4875_speed_table td:nth-child(3) {
  background: #cfcfcf;
  font-size: 1rem;
  text-align: left;
}

.lp4875_speed_table strong {
  font-weight: 900;
}

.lp4875_speed_table td:nth-child(2) strong,
.lp4875_speed_table td:nth-child(3) strong {
  font-size: 2.25rem;
  font-style: italic;
  line-height: 1;
}

.lp4875_speed_table small {
  font-size: 0.625rem;
  font-weight: 700;
}

/* ----------------------------------------------------------
  BUY / LP FOOTER
---------------------------------------------------------- */
#lp4875_buy {
  background: #fff;
  padding: 6.25rem 1.25rem 5rem;
}

.lp4875_buy_main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.lp4875_buy_left,
.lp4875_buy_product {
  flex: 0 1 calc((100% - 3rem) / 2);
  width: calc((100% - 3rem) / 2);
  max-width: calc((100% - 3rem) / 2);
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp4875_buy_txt,
.lp4875_buy_product {
  height: auto;
}

.lp4875_buy_txt {
  width: 100%;
}

.lp4875_buy_product {
  object-fit: contain;
}

/* ----------------------------------------------------------
  BUY BUTTON
---------------------------------------------------------- */
.lp4875_buy_btn {
  position: relative;
  overflow: hidden;

  font-family: 'Noto Sans JP', sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;

  width: 19.375rem;
  height: 4.375rem;
  margin-top: 6rem;

  background: #000;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0.5rem;

  font-size: 1.25rem;
  font-weight: 400;

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.lp4875_buy_btn span {
  position: relative;
  z-index: 2;

  width: 1rem;
  height: 1rem;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

  transform: rotate(45deg);

  transition:
    transform 0.35s ease;
}

.lp4875_buy_btn::before {
  content: "";

  position: absolute;
  top: 0;
  left: -120%;
  z-index: 1;

  width: 80%;
  height: 100%;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.22) 50%,
    rgba(255,255,255,0) 100%
  );

  transition:
    left 0.7s ease;
}

.lp4875_buy_btn:hover {
  transform: translateY(-4px);

  background: #222;

  box-shadow:
    0 12px 30px rgba(0,0,0,0.22);
}

.lp4875_buy_btn:hover span {
  transform:
    translateX(6px)
    rotate(45deg);
}

.lp4875_buy_btn:hover::before {
  left: 140%;
}

.lp4875_buy_logo {
  max-width: 130px;
  margin: 3rem auto 1rem;
}

.lp4875_buy_copy {
  color: #111;
  text-align: center;
}

/* ----------------------------------------------------------
  ANIMATION
---------------------------------------------------------- */
.lp4875_anim {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}

.lp4875_zoom {
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 1s ease,
    transform 1s ease;
}

.lp4875_anim.is-show,
.lp4875_zoom.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.lp4875_hero_title {
  opacity: 0;
  animation: lp4875HeroFade 0.9s ease 0s both;
}

@keyframes lp4875HeroFade {
  from {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}