@charset "UTF-8";
:root {
  --color-white: #fff;
}

/* stylelint-disable-next-line scss/at-mixin-pattern */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

html {
  scroll-behavior: smooth;
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", verdana, roboto, "Droid Sans", "游ゴシック", yugothic, "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  line-height: 1.7142857143;
  color: #222;
  background: #fff;
}

.l-main {
  min-height: calc(100svh - 72px);
}

.content,
.hero {
  padding-block: 64px;
}

@media screen and (min-width: 796px) {
  .sp {
    display: none;
  }
}

.lp-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 430/646;
  padding: 40px;
  background: url("../img/visual.avif") no-repeat center center/cover;
}
.lp-header .lp-logo {
  position: absolute;
  top: 24px;
  left: 24px;
}
.lp-header .lp-header-content {
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-white);
  text-align: center;
}
.lp-header .ttl {
  padding-bottom: 16px;
  font-size: 4rem;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.lp-header .sub-ttl {
  padding-bottom: 16px;
  font-size: 1.8rem;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}
.lp-header .product-name {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 8rem;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.15));
}

@media screen and (min-width: 796px) {
  .lp-header {
    align-items: center;
    height: 700px;
    aspect-ratio: unset;
    background-image: url("../img/visual-pc.avif");
  }
  .lp-header .ttl {
    font-size: 5rem;
  }
  .lp-header .sub-ttl {
    font-size: 2.4rem;
  }
}
.l-footer {
  border-top: 1px solid #222;
}

.l-footer__inner {
  padding-block: 24px;
}

.l-footer__copy {
  font-size: 14px;
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  padding: 12px 20px;
  color: #fff;
  background: #222;
  border: 1px solid #222;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}
@media (hover: hover) {
  .c-button:hover {
    color: #222;
    background: #fff;
  }
}

.c-page-title {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.2;
}

.lp-lead {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 796px) {
  .lp-lead {
    padding-inline: calc((100vw - 1000px) / 2);
  }
}
.lp-lead .ttl {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
}
.lp-lead p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 796px) {
  .lp-lead {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .lp-lead .ttl {
    font-size: 4rem;
  }
  .lp-lead p {
    font-size: 2rem;
  }
}

.lp-common-interview {
  padding-bottom: 60px;
  box-sizing: border-box;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 796px) {
  .lp-common-interview {
    padding-inline: calc((100vw - 1000px) / 2);
  }
}
.lp-common-interview:not(.lp-type-journal) .lp-interview-header {
  margin: 0 -24px;
  color: #fff;
  background-color: #000;
}
.lp-common-interview:not(.lp-type-journal) .lp-interview-header .lp-txt {
  padding: 16px;
}
@media screen and (min-width: 796px) {
  .lp-common-interview {
    padding-bottom: 80px;
    font-size: 1.6rem;
  }
  .lp-common-interview:not(.lp-type-journal) .lp-interview-header {
    margin: 0;
  }
  .lp-common-interview:not(.lp-type-journal) .lp-interview-header .lp-txt {
    padding: 40px;
  }
}

.lp-interview-header {
  display: flex;
  flex-wrap: wrap;
}
.lp-interview-header picture {
  flex-shrink: 0;
  width: 50%;
}
.lp-interview-header picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lp-interview-header .lp-txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 0 0 16px;
}
.lp-interview-header .interview-ttl {
  font-family: Inter, sans-serif;
  font-weight: 500;
  padding-bottom: 8px;
  font-size: 2rem;
  line-height: 1.2;
}
.lp-interview-header .job {
  font-size: 1rem;
  line-height: 1.2;
}
.lp-interview-header .lp-name {
  display: flex;
  gap: 4px;
  align-items: baseline;
  font-size: 1.4rem;
  font-weight: bold;
}
.lp-interview-header .lp-name .kana {
  font-size: 0.9rem;
}
.lp-interview-header .lp-name-en {
  font-family: Inter, sans-serif;
  font-weight: 600;
  padding-bottom: 8px;
  font-size: 1.2rem;
}
.lp-interview-header .lp-intro {
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6666666667;
}
@media screen and (max-width: 420px) {
  .lp-interview-header .lp-txt {
    padding: 0 0 0 16px;
  }
}
@media screen and (min-width: 796px) {
  .lp-interview-header .lp-txt {
    padding: 40px 0 0 40px;
  }
  .lp-interview-header .interview-ttl {
    padding-bottom: 16px;
    font-size: 3rem;
  }
  .lp-interview-header .job {
    padding-bottom: 8px;
    font-size: 1.4rem;
  }
  .lp-interview-header .lp-name {
    font-size: 2rem;
  }
  .lp-interview-header .lp-name .kana {
    font-size: 1.4rem;
  }
  .lp-interview-header .lp-name-en {
    font-size: 1.4rem;
  }
  .lp-interview-header .lp-intro {
    font-size: 1.4rem;
  }
}

.lp-interview-body {
  margin: 24px 0 0;
}
.lp-interview-body .lp-interview-outline {
  font-weight: 500;
}
.lp-interview-body .btn {
  z-index: 100;
  max-width: 400px;
  margin: 24px auto 0;
}
.lp-interview-body .btn .btn-link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 60px;
  background-color: #fff;
  border: 1px solid #000;
}
.lp-interview-body .btn .btn-link .ico {
  width: 25px;
  height: 25px;
}
.lp-interview-body .btn .btn-link .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 796px) {
  .lp-interview-body {
    margin-top: 40px;
  }
  .lp-interview-body .btn {
    margin-top: 40px;
  }
}

.lp-interview-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
}
.lp-interview-content .interview-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-interview-content .question {
  padding: 12px;
  color: #666;
  background-color: #f3f3f3;
}
.lp-interview-content .answer p::before {
  display: inline;
  font-weight: bold;
  content: "土屋：";
}
.lp-interview-content .swiper {
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (min-width: 796px) {
  .lp-interview-content {
    gap: 80px;
    padding-top: 40px;
  }
  .lp-interview-content .interview-block {
    gap: 24px;
  }
  .lp-interview-content .swiper-slide img {
    aspect-ratio: 3/2;
    object-fit: contain;
  }
}

:root {
  --swiper-navigation-size: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: calc(-12px - var(--swiper-navigation-size) / 2) !important;
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper-button-next .swiper-navigation-icon,
.swiper-button-prev .swiper-navigation-icon {
  width: 6px;
  color: #000;
}

.swiper-pagination {
  bottom: 0 !important;
}

.lp-interview-footer {
  padding: 24px 0 0;
}
.lp-interview-footer .youtube {
  aspect-ratio: 16/9;
}
.lp-interview-footer .youtube iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 796px) {
  .lp-interview-footer {
    padding-top: 40px;
  }
}

.lp-image {
  margin-bottom: 60px;
}
@media screen and (min-width: 796px) {
  .lp-image {
    position: relative;
    margin-bottom: 80px;
    background: url("../img/product-image-sp.avif") no-repeat center center/cover;
  }
  .lp-image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
  }
  .lp-image picture {
    position: relative;
    z-index: 10;
    display: block;
    backdrop-filter: blur(10px);
  }
  .lp-image picture img {
    display: block;
    width: 700px;
    height: 700px;
    margin: 0 auto;
  }
}

.lp-product-detail {
  padding-bottom: 40px;
}
.lp-product-detail .lp-txt {
  padding: 24px;
}
.lp-product-detail .ly-horizon {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 16px;
}
.lp-product-detail .name {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1;
}
.lp-product-detail .name .kana {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
}
.lp-product-detail .price {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
}
.lp-product-detail .price .unit {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
}
.lp-product-detail dl {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  margin: 0;
  font-size: 1.2rem;
}
.lp-product-detail dl div {
  display: flex;
  gap: 8px;
}
.lp-product-detail dl dt {
  flex-shrink: 0;
}
.lp-product-detail dl dd {
  margin: 0;
}
.lp-product-detail .btn {
  padding-top: 24px;
}
.lp-product-detail .btn .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 796px) {
  .lp-product-detail {
    display: flex;
    align-items: center;
    padding-inline: calc((100vw - 1000px) / 2);
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #000;
  }
  .lp-product-detail figure {
    flex-shrink: 0;
    width: 50%;
  }
  .lp-product-detail .lp-txt {
    padding: 40px;
  }
  .lp-product-detail .ly-horizon {
    flex-direction: column;
    gap: 24px;
  }
}

.lp-border {
  display: flex;
  justify-content: space-between;
  height: 1px;
  margin-bottom: 60px;
}
.lp-border::before {
  display: block;
  width: 50px;
  height: 1px;
  content: "";
  background: #000;
}
.lp-border::after {
  display: block;
  width: 50px;
  height: 1px;
  content: "";
  background: #000;
}
@media screen and (min-width: 796px) {
  .lp-border {
    margin-bottom: 80px;
    background-color: #000;
  }
}