.fs-l-main,
.fs-l-pageMain {
  max-width: inherit !important;
  margin: 0 auto;
}

#fs_CustomPage .fs-l-main {
  padding: 0;
}

.fs-c-breadcrumb__listItem {
  display: inline;
}

:root {
  --lp-red: #d7000f;
  --lp-red-dark: #b9000c;
  --lp-pink: #fff5f6;
  --lp-gray: #f6f6f6;
  --lp-border: #e9c6ca;
  --lp-text: #222;
  --lp-muted: #777;
  --lp-width: 1200px;
  --lp-sans: "Noto Sans JP", sans-serif;
  --lp-serif: "Noto Serif JP", "Yu Mincho", serif;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.lp_wrap {
  margin: 0 auto;
  color: var(--lp-text);
  font-family: var(--lp-sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
  background: #fff;
}

.lp_wrap * {
  box-sizing: border-box;
  letter-spacing: 0;
}

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

.lp_wrap img[src=""] {
  visibility: hidden;
}

.lp_wrap ul,
.lp_wrap ol {
  margin: 0;
  padding: 0;
}

.lp_wrap li {
  list-style: none;
}

.lp_wrap a {
  color: inherit;
  text-decoration: none;
}

.lp_wrap .fadein {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .7s ease, transform .7s ease;
}

.lp_wrap .fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.lp_wrap button {
  font: inherit;
}


.lp_wrap > section[class=""] {
  display: none;
}

.lp_wrap .lp_section {
  padding: 95px 0;
}

.lp_wrap .lp_section--gray {
  background: var(--lp-gray);
}

.lp_wrap .lp_inner {
  width: calc(100% - 40px);
  max-width: var(--lp-width);
  margin: 0 auto;
}

.lp_wrap .lp_head {
  margin: 0 0 40px;
  text-align: center;
}

.lp_wrap .lp_head__en {
  display: block;
  margin-bottom: 10px;
  color: var(--lp-red);
  font-family: var(--lp-sans);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.lp_wrap .lp_head__ja {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .lp_head__ja .red {
  color: var(--lp-red);
}

.lp_wrap .worry {
  padding-top: 100px;
  padding-bottom: 95px;
  background: #F8F7F5;
}

.lp_wrap .worry .lp_head {
  margin-bottom: 50px;
}

.lp_wrap .worry .lp_head__ja {
  font-size: 36px;
  line-height: 1.4;
}

.lp_wrap .lp_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 300px;
  min-height: 42px;
  padding: 10px 30px;
  border-radius: 0;
  background: var(--lp-red);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: background .2s ease;
}

.lp_wrap .lp_btn::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 15px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.lp_wrap .lp_btn:hover {
  background: var(--lp-red-dark);
}
/*
.lp_wrap .fv {
  display: grid;
  grid-template-columns: 59.4% 40.6%;
  min-height: 725px;
  margin: 0;
  background: #fff;
}

.lp_wrap .fv__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 70px 115px 65px max(20px, calc((100vw - var(--lp-width)) / 2));
}

.lp_wrap .fv__logo {
  display: none;
}

.lp_wrap .fv__lead {
  margin: 0 0 20px;
  color: var(--lp-red);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.55;
}

.lp_wrap .fv__title {
  margin: 0;
  color: var(--lp-red);
  font-family: var(--lp-serif);
  font-size: 74px;
  font-weight: 700;
  line-height: 1.43;
}

.lp_wrap .fv__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 35px 0 20px;
  color: var(--lp-red);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
}

.lp_wrap .fv__copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  min-height: 38px;
  padding: 5px 10px;
  background: var(--lp-red);
  color: #fff;
  font-size: .95em;
  line-height: 1;
}

.lp_wrap .fv__copy::before,
.lp_wrap .fv__copy::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--lp-border);
}

.lp_wrap .fv__badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: none;
  margin-bottom: 40px;
}

.lp_wrap .fv__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
  border: 1px solid var(--lp-border);
  color: var(--lp-red);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
}

.lp_wrap .fv__button {
  margin: 0;
  text-align: right;
}

.lp_wrap .fv .lp_btn {
  min-width: 186px;
  min-height: 49px;
  padding: 10px 25px;
  font-size: 22px;
  line-height: 1;
}

.lp_wrap .fv .lp_btn::after {
  order: 2;
  width: 36px;
  height: 1px;
  margin-left: 15px;
  border-top: 1px solid currentColor;
  border-right: 0;
  transform: none;
}

.lp_wrap .fv .lp_btn::before {
  content: "";
  order: 3;
  width: 8px;
  height: 8px;
  margin-left: -10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.lp_wrap .fv__visual {
  position: relative;
  overflow: hidden;
  min-height: 725px;
  background: #f4f1ee;
}

.lp_wrap .fv__visual picture {
  display: block;
  width: 100%;
  height: 100%;
}

.lp_wrap .fv__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp_wrap .fv__note {
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .45);
} */

.lp_wrap .worry__list {
  width: min(520px, 100%);
  margin: 0 auto;
}

.lp_wrap .worry__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  color: #333;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.6;
}

.lp_wrap .worry__item + .worry__item {
  margin-top: 40px;
}

.lp_wrap .worry__item img {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  margin-top: 0;
  object-fit: contain;
}

.lp_wrap .worry__item p {
  margin: 0;
  font-weight: 800;
}

.lp_wrap .worry__item span {
  color: var(--lp-red);
  font-weight: 800;
}

.lp_wrap .intro {
  padding: 0;
  background: #fff;
}

.lp_wrap .intro__inner {
  display: grid;
  grid-template-columns: 39.2% 60.8%;
  align-items: center;
  min-height: 515px;
}

.lp_wrap .intro__photo {
  overflow: hidden;
  align-self: stretch;
  background: #f4f1ee;
}

.lp_wrap .intro__photo img {
  width: 100%;
  height: 100%;
  min-height: 515px;
  object-fit: cover;
}

.lp_wrap .intro__body {
  padding: 55px 80px 55px 70px;
}

.lp_wrap .intro__title {
  margin: 0 0 45px;
  color: var(--lp-red);
  font-family: var(--lp-serif);
  font-size: 47px;
  font-weight: 700;
  line-height: 1.7;
}

.lp_wrap .intro__title span {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: 2px solid var(--lp-red);
  font-weight: 700;
}

.lp_wrap .intro__text {
  margin: 0;
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.8;
}

.lp_wrap .intro__text span {
  color: var(--lp-red);
  font-weight: 800;
}

.lp_wrap .lineup {
  background: #fff;
}

.lp_wrap .lineup .lp_inner {
  max-width: 1200px;
}

.lp_wrap .lineup .lp_head {
  margin-bottom: 15px;
}

.lp_wrap .lineup .lp_head__ja {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .lineup__lead {
  margin: 0 0 40px;
  text-align: center;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.lp_wrap .lineup__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px 25px;
}

.lp_wrap .product {
  --product-color: #d7b349;
  position: relative;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 417px;
  border: 1px solid var(--product-color);
  background: #fff;
}

.lp_wrap .product--yellow {
  --product-color: #d7b349;
}

.lp_wrap .product--purple {
  --product-color: #8d76ca;
}

.lp_wrap .product--pink {
  --product-color: #cf5aa6;
}

.lp_wrap .product--blue {
  --product-color: #5fa6c8;
}

.lp_wrap .product--green {
  --product-color: #59a777;
}

.lp_wrap .product:nth-child(4) {
  grid-column: 2 / span 2;
}

.lp_wrap .product:nth-child(5) {
  grid-column: 4 / span 2;
}

.lp_wrap .product__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin: 0;
  border-bottom: 1px solid var(--product-color);
  color: var(--product-color);
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

.lp_wrap .product__body {
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: end;
  min-height: 271px;
  padding: 20px 20px 15px;
}

.lp_wrap .product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
}

.lp_wrap .product__catch {
  margin: 0 0 20px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.lp_wrap .product__pressure {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  position: relative;
  margin: 0 0 20px;
  padding-top: 15px;
  color: var(--product-color);
  font-size: 66px;
  font-family: var(--lp-serif);
  font-weight: 700;
  line-height: .9;
}

.lp_wrap .product__pressure_main {
  position: static;
  display: inline-block;
  padding-top: 0;
  color: var(--product-color);
  font-family: var(--lp-sans);
  font-size: 52px;
  font-weight: 700;
}

.lp_wrap .product__pressure_top {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--product-color);
  font-family: var(--lp-sans);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.lp_wrap .product__pressure_unit {
  color: var(--product-color);
  font-family: var(--lp-sans);
  font-size: 26px;
  font-weight: 800;
}

.lp_wrap .product__pressure .product__pressure_label {
  position: relative;
  bottom: 0px;
  color: var(--product-color);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  writing-mode: horizontal-tb;
}

.lp_wrap .product__specs li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  margin-top: 5px;
  border: 1px solid var(--product-color);
  color: var(--product-color);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.lp_wrap .product__visual {
  min-height: 235px;
  background: #fff;
}

.lp_wrap .product__visual img {
  width: 100%;
  height: 235px;
  object-fit: contain;
}

.lp_wrap .product__desc {
  min-height: 63px;
  margin: auto 20px 20px 20px;
  padding: 10px 15px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.lp_wrap .product__arrow {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: var(--product-color);
}

.lp_wrap .product__arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
}

.lp_wrap .lineup__button {
  margin-top: 80px;
  text-align: center;
}

.lp_wrap .lineup__button .lp_btn,
.lp_wrap .faq__button .lp_btn {
  min-width: 485px;
  min-height: 66px;
  font-size: 18px;
}

.lp_wrap .lineup__button .lp_btn::after,
.lp_wrap .faq__button .lp_btn::after {
  order: 2;
  width: 30px;
  height: 1px;
  margin-left: 35px;
  border-top: 1px solid currentColor;
  border-right: 0;
  transform: none;
}

.lp_wrap .lineup__button .lp_btn::before,
.lp_wrap .faq__button .lp_btn::before {
  content: "";
  order: 3;
  width: 8px;
  height: 8px;
  margin-left: -10px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

.lp_wrap .reason__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.lp_wrap .reasons {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #F8F7F5;
}

.lp_wrap .reasons .lp_inner {
  max-width: 1200px;
}

.lp_wrap .reasons .lp_head {
  margin-bottom: 35px;
}

.lp_wrap .reasons .lp_head__ja {
  color: var(--lp-red);
  font-size: 36px;
  line-height: 1.4;
}

.lp_wrap .reasons .lp_head__ja span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--lp-red);
  font-weight: 800;
}

.lp_wrap .reason {
  border: 1px solid var(--lp-red);
  background: #F8F7F5;
}

.lp_wrap .reason__num {
  display: block;
  padding: 10px 15px;
  background: var(--lp-red);
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}

.lp_wrap .reason__body {
  padding: 20px;
}

.lp_wrap .reason__title {
  margin: 0 0 25px;
  color: var(--lp-red);
  text-align: center;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .reason__text {
  min-height: 84px;
  margin: 0 0 25px;
  text-align: center;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.lp_wrap .reason__image {
  height: 320px;
  overflow: hidden;
  background: #f6f6f6;
}

.lp_wrap .reason__image img {
  height: 100%;
  object-fit: cover;
}

.lp_wrap .compare {
  overflow-x: auto;
}

.lp_wrap .compare_sec {
  padding-top: 90px;
  padding-bottom: 110px;
  background: #fff;
}

.lp_wrap .compare_sec .lp_inner {
  max-width: 1200px;
}

.lp_wrap .compare_sec .lp_head {
  margin-bottom: 45px;
}

.lp_wrap .compare_sec .lp_head__ja {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .compare_sec .lp_head__ja span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--lp-red);
  color: var(--lp-red);
  font-weight: 800;
}

.lp_wrap .compare__table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.lp_wrap .compare__table th:first-child,
.lp_wrap .compare__table td:first-child {
  width: 16%;
}

.lp_wrap .compare__table th:nth-child(2),
.lp_wrap .compare__table td:nth-child(2),
.lp_wrap .compare__table th:nth-child(3),
.lp_wrap .compare__table td:nth-child(3) {
  width: 42%;
}

.lp_wrap .compare__table th,
.lp_wrap .compare__table td {
  border: 1px solid #cfcfcf;
  padding: 45px 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  color: #111;
}

.lp_wrap .compare__table thead th {
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(90deg, #f7f7f7 0%, #e7e7e7 100%);
  font-size: 27px;
}

.lp_wrap .compare__table thead th:nth-child(2) {
  background: var(--lp-red);
  color: #fff;
}

.lp_wrap .compare__table thead th:first-child {
  background: linear-gradient(90deg, #fff 0%, #f8f8f8 100%);
}

.lp_wrap .compare__table tbody td:nth-child(2) {
  background: #fef3f3;
}

.lp_wrap .compare__table tbody th {
  color: var(--lp-red);
  font-size: 28px;
}

.lp_wrap .voice__grid,
.lp_wrap .trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.lp_wrap .voices {
  padding-top: 95px;
  padding-bottom: 115px;
  background: #F8F7F5;
}

.lp_wrap .voices .lp_inner {
  max-width: 1200px;
}

.lp_wrap .voices .lp_head {
  margin-bottom: 100px;
}

.lp_wrap .voices .lp_head__ja {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.4;
}

.lp_wrap .voice {
  position: relative;
  padding: 65px 35px 25px;
  border: 1px solid var(--lp-red);
  background: #F8F7F5;
  text-align: center;
}

.lp_wrap .voice__icon,
.lp_wrap .trust__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 99px;
  margin: 0 auto 20px;
  border: 1px solid var(--lp-red);
  border-radius: 50%;
  color: var(--lp-red);
  font-size: 26px;
  font-weight: 800;
}

.lp_wrap .voice__icon {
  position: absolute;
  top: -45px;
  left: 50%;
  margin: 0;
  background: #fff;
  transform: translateX(-50%);
}

.lp_wrap .voice__icon img,
.lp_wrap .trust__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp_wrap .voice__meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 141px;
  min-height: 30px;
  margin: 0 0 25px;
  padding: 5px 15px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 0 1px #f2f2f2;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.lp_wrap .voice__title {
  margin: 0 0 25px;
  color: var(--lp-red);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .voice__text {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.lp_wrap .voice__text span {
  color: var(--lp-red);
  font-weight: 500;
}

.lp_wrap .trust {
  padding: 50px 25px 45px;
  background: #f7f6f4;
  text-align: center;
}

.lp_wrap .trust_sec {
  padding-top: 90px;
  padding-bottom: 105px;
  background: #fff;
}

.lp_wrap .trust_sec .lp_inner {
  max-width: 1200px;
}

.lp_wrap .trust_sec .lp_head {
  margin-bottom: 65px;
}

.lp_wrap .trust_sec .lp_head__ja {
  color: #111;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .trust_sec .lp_head__ja span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--lp-red);
  color: var(--lp-red);
  font-weight: 800;
}

.lp_wrap .trust_sec .trust__grid {
  gap: 25px;
}

.lp_wrap .trust__icon {
  border: 0;
  border-radius: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  font-size: 36px;
}

.lp_wrap .trust__title {
  margin: 0 0 30px;
  color: var(--lp-red);
  font-size: 26px;
  font-weight: 800;
  line-height: 1.35;
}

.lp_wrap .trust__text {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.lp_wrap .faq {
  width: 100%;
  margin: 0 auto;
}

.lp_wrap .faq_sec {
  padding-top: 100px;
  padding-bottom: 115px;
  background: #F8F7F5;
}

.lp_wrap .faq_sec .lp_inner {
  max-width: 1200px;
}

.lp_wrap .faq_sec .lp_head {
  margin-bottom: 45px;
}

.lp_wrap .faq_sec .lp_head__ja {
  color: #111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.45;
}

.lp_wrap .faq__item {
  border: 1px solid var(--lp-red);
  background: #F8F7F5;
}

.lp_wrap .faq__item + .faq__item {
  margin-top: 20px;
}

.lp_wrap .faq__question {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 25px 90px 25px 130px;
  cursor: pointer;
  color: #111;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

.lp_wrap .faq__question::-webkit-details-marker {
  display: none;
}

.lp_wrap .faq__icon {
  position: absolute;
  top: 50%;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--lp-red);
  transform: translateY(-50%);
}

.lp_wrap .faq__icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.lp_wrap .faq__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 35px;
  color: var(--lp-red);
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-50%);
}

.lp_wrap .faq__item[open] .faq__question::after {
  content: "-";
}

.lp_wrap .faq__answer {
  padding: 0 90px 30px 130px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.lp_wrap .faq__answer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.lp_wrap .faq__table_wrap {
  overflow-x: auto;
  margin-top: 20px;
}

.lp_wrap .faq__size_table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.lp_wrap .faq__size_table th,
.lp_wrap .faq__size_table td {
  border: 1px solid #333;
  padding: 15px;
  font-weight: 700;
}

.lp_wrap .faq__size_table thead th {
  background: #f8dce5;
}

.lp_wrap .faq__size_table tbody th {
  background: #f8f3f3;
}

.lp_wrap .faq__button {
  margin-top: 80px;
  text-align: center;
}

.lp_wrap .lp_footer {
  padding: 60px 0 55px;
  background: #ddd;
}

.lp_wrap .lp_footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
}

.lp_wrap .lp_footer__logo {
  width: 180px;
  min-height: 56px;
}

.lp_wrap .lp_footer__links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 34px;
}

.lp_wrap .lp_footer__links li {
  color: #333;
  font-size: 13px;
}

.lp_wrap .lp_footer__sns {
  display: flex;
  gap: 10px;
}

.lp_wrap .lp_footer__sns li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 12px;
}

.lp_wrap .lp_footer__sns img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp_wrap .lp_footer__copy {
  margin: 35px 0 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

.compare .scroll{
  display: none;
}
@media screen and (max-width: 1180px) {
  .lp_wrap .fv__body {
    padding-right: 60px;
    padding-left: 20px;
  }

  .lp_wrap .fv__title {
    font-size: 62px;
  }
}

@media screen and (max-width: 900px) {
  .lp_wrap .fv {
    grid-template-columns: 1fr;
  }

  .lp_wrap .fv__body {
    width: 100%;
    margin: 0;
    padding: 55px 25px 40px;
  }

  .lp_wrap .fv__visual {
    min-height: 420px;
  }

  .lp_wrap .intro,
  .lp_wrap .voice__grid,
  .lp_wrap .trust__grid {
    grid-template-columns: 1fr;
  }

  .lp_wrap .intro__inner,
  .lp_wrap .reason__grid {
    grid-template-columns: 1fr;
  }

  .lp_wrap .intro__body {
    padding: 40px 25px 55px;
  }

  .lp_wrap .intro__title {
    font-size: 32px;
  }

  .lp_wrap .intro__text {
    font-size: 18px;
  }

  .lp_wrap .reasons .lp_head__ja {
    font-size: 28px;
  }

  .lp_wrap .voices .lp_head__ja {
    font-size: 28px;
  }

  .lp_wrap .voices .lp_head {
    margin-bottom: 80px;
  }

  .lp_wrap .trust_sec .lp_head__ja {
    font-size: 28px;
  }

  .lp_wrap .reason__image {
    height: 280px;
  }

  .lp_wrap .lineup__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp_wrap .product,
  .lp_wrap .product:nth-child(4),
  .lp_wrap .product:nth-child(5) {
    grid-column: auto;
  }
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .lp_wrap {
    font-size: 14px;
  }

  .lp_wrap .lp_section {
    padding: 65px 0;
  }

  .lp_wrap .lp_head {
    margin-bottom: 30px;
  }

  .lp_wrap .lp_head__ja {
    font-size: 24px;
  }

  .lp_wrap .worry {
    padding-top: 60px;
  }

  .lp_wrap .worry .lp_head {
    margin-bottom: 35px;
  }

  .lp_wrap .lp_head__en {
    font-size: 16px;
  }

  .lp_wrap .worry .lp_head__ja {
    font-size: 24px;
  }

  .lp_wrap .worry__item {
    gap: 14px;
    font-size: 17px;
  }

  .lp_wrap .worry__item + .worry__item {
    margin-top: 25px;
  }

  .lp_wrap .worry__item img {
    width: 28px;
    height: 28px;
  }

  .lp_wrap .lp_btn {
    width: min(100%, 310px);
    min-width: 0;
  }

  .lp_wrap .lineup__button .lp_btn,
  .lp_wrap .faq__button .lp_btn {
    width: min(100%, 310px);
    min-width: 0;
    min-height: 55px;
    font-size: 14px;
  }

  .lp_wrap .lineup__button .lp_btn::after,
  .lp_wrap .faq__button .lp_btn::after {
    width: 25px;
    margin-left: 20px;
  }
/*
  .lp_wrap .fv {
    min-height: 0;
    display: block;
  }

  .lp_wrap .fv__body {
    display: flex;
    width: 100%;
    min-height: 0;
    padding: 45px 40px 30px;
  }

  .lp_wrap .fv__lead {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
  }

  .lp_wrap .fv__title {
    font-size: 42px;
    line-height: 1.25;
  }

  .lp_wrap .fv__copy {
    gap: 5px;
    margin: 25px 0 15px;
    font-size: 16px;
  }

  .lp_wrap .fv__copy span {
    min-width: 55px;
    min-height: 25px;
    padding: 5px;
  }

  .lp_wrap .fv__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 20px;
  }

  .lp_wrap .fv__badge {
    min-height: 35px;
    font-size: 13px;
  }

  .lp_wrap .fv__button {
    text-align: right;
  }

  .lp_wrap .fv .lp_btn {
    width: auto;
    min-width: 100px;
    min-height: 30px;
    padding: 5px 15px;
    font-size: 13px;
  }

  .lp_wrap .fv .lp_btn::after {
    width: 25px;
    margin-left: 10px;
  }

  .lp_wrap .fv__visual {
    display: block;
    min-height: 0;
  }

  .lp_wrap .fv__visual picture,
  .lp_wrap .fv__visual img {
    display: block;
    width: 100%;
  }

  .lp_wrap .fv__visual img {
    height: auto;
  } */

  .lp_wrap .intro {
    gap: 0;
  }

  .lp_wrap .intro__title {
    margin-bottom: 30px;
    font-size: 26px;
  }

  .lp_wrap .lineup__grid {
    grid-template-columns: 1fr;
  }

  .lp_wrap .product {
    min-height: 0;
  }

  .lp_wrap .reason__image {
    height: 210px;
  }

  .lp_wrap .reason__body {
    padding: 25px 20px;
  }

  .lp_wrap .reason__title {
    font-size: 24px;
  }

  .lp_wrap .reason__text {
    min-height: 0;
    font-size: 14px;
  }

  .lp_wrap .voice {
    padding: 60px 20px 25px;
  }

  .lp_wrap .voice__title {
    font-size: 22px;
  }

  .lp_wrap .voice__text {
    font-size: 14px;
  }

  .lp_wrap .trust {
    padding: 40px 20px 35px;
  }

  .lp_wrap .trust__title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .lp_wrap .trust__text {
    font-size: 14px;
  }

  .lp_wrap .compare__table th,
  .lp_wrap .compare__table td {
    padding: 15px 0px;
    font-size: 14px;
  }

  .lp_wrap .compare_sec .lp_head__ja {
    font-size: 24px;
  }

  .lp_wrap .faq_sec .lp_head__ja {
    font-size: 24px;
  }

  .lp_wrap .compare__table {
    min-width: 630px;
  }

  .lp_wrap .compare__table thead th {
    font-size: 18px;
  }

  .lp_wrap .compare__table tbody th {
    font-size: 18px;
  }

  .lp_wrap .faq__question {
    min-height: 62px;
    padding: 15px 50px 15px 60px;
    font-size: 15px;
  }

  .lp_wrap .faq__icon {
    top: 50%;
    left: 16px;
    width: 30px;
    height: 30px;
  }

  .lp_wrap .faq__icon img {
    width: 15px;
    height: 15px;
  }

  .lp_wrap .faq__question::after {
    right: 18px;
    font-size: 26px;
  }

  .lp_wrap .faq__answer {
    padding: 0 25px 20px 20px;
    font-size: 15px;
  }
  .lp_wrap .faq__answer p{
    font-size: 15px;
  }

  .lp_wrap .faq__size_table {
    min-width: 520px;
    font-size: 13px;
  }

  .lp_wrap .faq__size_table th,
  .lp_wrap .faq__size_table td {
    padding: 10px;
  }

  .lp_wrap .lp_footer__inner {
    flex-direction: column;
    align-items: flex-start;
  }

.lp_wrap .lineup .lp_head__ja {
  font-size: 30px;
}
.lp_wrap .voice__grid,
.lp_wrap .trust__grid {
  gap: 60px;
}


.lp_wrap .compare__table th:first-child,
.lp_wrap .compare__table td:first-child {
  width: 7%;
  writing-mode: vertical-rl;
}
.compare .scroll{
  display: block;
  max-width: 109px;
  width: 100%;
  margin:0 auto 10px;
}
}

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

  .lp_wrap .compare__table {
    min-width: 340px;
  }
}