@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
.br_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

.l-footer {
  margin-top: 0;
}

.l-lp-craftsmanship {
  background: #f5f5f5 url("../../images/lp/craftsmanship/bg.png") repeat left top/66px auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship {
    background-color: #fff;
    background-size: 16.7% auto;
  }
}
.l-lp-craftsmanship h2:before {
  display: none;
}
.l-lp-craftsmanship p, .l-lp-craftsmanship h2, .l-lp-craftsmanship h3, .l-lp-craftsmanship small {
  line-height: 1.5;
  letter-spacing: 0.04rem;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship h2 {
    font-size: 1.2rem;
  }
}
.l-lp-craftsmanship h3 {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship h3 {
    font-size: 0.925rem;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship p {
    font-size: 3.5897435897vw;
  }
}
.l-lp-craftsmanship small {
  font-size: 0.75rem;
  line-height: 150%; /* 1.125rem */
  letter-spacing: 0.03rem;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship small {
    font-size: 0.65rem;
  }
}
@keyframes lp-mask-reveal-mask {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes lp-mask-reveal-img {
  0% {
    transform: translateX(-100%);
  }
  40% {
    transform: translateX(0%);
  }
  60% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes lp-mask-bg-slide-x {
  0% {
    transform: translate(-101%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(101%, 0);
  }
}
.l-lp-craftsmanship .l-kv {
  position: relative;
}
.l-lp-craftsmanship .l-kv-bg {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-lp-craftsmanship .l-kv-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.l-lp-craftsmanship .l-kv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #25395e;
  transform: translateX(-100%);
  z-index: 1;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-kv-bg img {
    transform: translateX(-100%);
  }
}
.l-lp-craftsmanship .l-kv-bg.is-mask-revealed::after {
  animation: lp-mask-reveal-mask 1s ease-in-out forwards;
}
.l-lp-craftsmanship .l-kv-bg.is-mask-revealed img {
  animation: lp-mask-reveal-img 1s ease-in-out forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-kv-bg::after {
    display: none;
  }
  .l-lp-craftsmanship .l-kv-bg img {
    transform: none;
  }
}
.l-lp-craftsmanship .l-kv-title picture {
  display: flex;
}
.l-lp-craftsmanship .l-kv-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 89.4%;
  max-width: 1288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-kv-title {
    width: 90%;
    max-width: 100%;
    align-items: flex-start;
    gap: 4.1025641026vw;
  }
}
.l-lp-craftsmanship .l-kv-title h1 {
  width: 100%;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-kv-title h1 {
    opacity: 0;
  }
}
.l-lp-craftsmanship .l-kv-title-desc {
  width: 53.4%;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-kv-title-desc {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-kv-title-desc {
    width: 70%;
  }
}
.l-lp-craftsmanship .l-inner-s {
  width: 100%;
  max-width: 880px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-inner-s {
    padding-inline: 5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-inner-m {
  width: 100%;
  max-width: 1180px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-inner-m {
    padding-inline: 5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-main-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 45px;
  background: #fff;
  border-radius: 25px;
  padding-inline: 45px;
  transition: background-color 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-main-link {
    width: 100%;
    height: 11.5384615385vw;
    border-radius: 6.4102564103vw;
    padding-inline: 0;
  }
}
.l-lp-craftsmanship .l-main-link img {
  width: 14px;
  transition: filter 0.25s ease;
}
.l-lp-craftsmanship .l-main-link:hover {
  text-decoration: none;
  background: #e65b1f;
}
.l-lp-craftsmanship .l-main-link:hover .l-main-link-text {
  color: #fff;
}
.l-lp-craftsmanship .l-main-link:hover img {
  filter: brightness(0) invert(1);
}
.l-lp-craftsmanship .l-main-link-text {
  color: #223049;
  font-weight: 700;
  transition: color 0.25s ease;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-main-link-text {
    font-size: 3.5897435897vw;
  }
}
.l-lp-craftsmanship .l-lead {
  color: #fff;
  background: #25395E url("../../images/lp/craftsmanship/bg_lead.webp") repeat center top/1440px auto;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-lead {
    padding: 9.2307692308vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-lead-inner {
    padding-inline: 7.1794871795vw;
  }
}
.l-lp-craftsmanship .l-lead-title {
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-lead-title {
    margin-bottom: 5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-lead-title img {
  width: auto;
  height: 1.625rem;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-lead-title img {
    height: 6.1538461538vw;
  }
}
.l-lp-craftsmanship .l-lead-text {
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-lead-text + .l-lead-text {
    margin-top: 3.0769230769vw;
  }
}
.l-lp-craftsmanship .l-lead-text img {
  width: 100%;
  max-width: 777px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-lead-top .l-lead-title img {
    height: 17.4358974359vw;
  }
}
.l-lp-craftsmanship .l-nav {
  padding: 80px 0 180px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav {
    padding: 12.8205128205vw 0 20.5128205128vw;
  }
}
.l-lp-craftsmanship .l-nav-heading {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-heading {
    text-align: left;
  }
}
.l-lp-craftsmanship .l-nav-heading-title {
  margin-bottom: 20px;
}
.l-lp-craftsmanship .l-nav-heading-title img {
  width: auto;
  height: 25px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-heading-title img {
    height: 6.4102564103vw;
  }
}
.l-lp-craftsmanship .l-nav-heading-text {
  line-height: 2;
}
.l-lp-craftsmanship .l-nav-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 16px;
  list-style: none;
  margin-top: 50px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 1px;
    margin-top: 10.2564102564vw;
    margin-inline: -5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-nav-item {
  display: flex;
  flex-direction: column;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-nav-item {
    opacity: 0;
  }
}
.l-lp-craftsmanship .l-nav-item-title {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding-left: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-nav-item-title {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-item-title {
    padding-left: 1.5384615385vw;
    margin-bottom: 2.5641025641vw;
    gap: 2.0512820513vw;
  }
}
.l-lp-craftsmanship .l-nav-item-title-num img {
  width: auto;
  height: 45px;
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-nav-item-title-num img {
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-item-title-num img {
    height: 5.8974358974vw;
  }
}
.l-lp-craftsmanship .l-nav-item-title-text img {
  width: auto;
  height: 18px;
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-nav-item-title-text img {
    height: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-item-title-text img {
    height: 3.3333333333vw;
  }
}
.l-lp-craftsmanship .l-nav-item-thumb {
  display: block;
  aspect-ratio: 356/200;
  margin-bottom: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-item-thumb {
    aspect-ratio: 196/96;
    margin-bottom: 0;
  }
}
.l-lp-craftsmanship .l-nav-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-lp-craftsmanship .l-nav-item-text {
  line-height: 2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-item-text {
    padding: 2.5641025641vw;
    line-height: 1.6;
    margin-bottom: 2.5641025641vw;
  }
}
.l-lp-craftsmanship .l-nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #383F53;
  width: 100%;
  min-height: 62px;
  margin-top: auto;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-link {
    min-height: 10.2564102564vw;
  }
}
.l-lp-craftsmanship .l-nav-link:hover {
  text-decoration: none;
  background: #50576d;
}
.l-lp-craftsmanship .l-nav-link:hover img {
  opacity: 1;
}
.l-lp-craftsmanship .l-nav-link-text {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
  flex-direction: column;
  gap: 5px;
}
.l-lp-craftsmanship .l-nav-link-text::after {
  content: "";
  width: 7px;
  height: 6px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.l-lp-craftsmanship .l-nav-link-text img {
  width: auto;
  height: 14px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-nav-link-text img {
    height: 3.0769230769vw;
  }
}
.l-lp-craftsmanship .l-case {
  margin-top: -80px;
  padding-top: 80px;
}
.l-lp-craftsmanship .l-case-heading {
  position: relative;
}
.l-lp-craftsmanship .l-case-heading-bg {
  position: relative;
  overflow: hidden;
}
.l-lp-craftsmanship .l-case-heading-bg img {
  display: block;
  width: 100%;
  height: auto;
}
.l-lp-craftsmanship .l-case-heading-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #25395e;
  transform: translateX(-100%);
  z-index: 1;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-heading-bg img {
    transform: translateX(-100%);
  }
}
.l-lp-craftsmanship .l-case-heading-bg.is-mask-revealed::after {
  animation: lp-mask-reveal-mask 1s ease-in-out forwards;
}
.l-lp-craftsmanship .l-case-heading-bg.is-mask-revealed img {
  animation: lp-mask-reveal-img 1s ease-in-out forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-heading-bg::after {
    display: none;
  }
  .l-lp-craftsmanship .l-case-heading-bg img {
    transform: none;
  }
}
.l-lp-craftsmanship .l-case-heading-bg picture {
  display: block;
  width: 100%;
}
.l-lp-craftsmanship .l-case-heading-inner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.l-lp-craftsmanship .l-case-heading-number {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  position: absolute;
  top: 2px;
  left: 28px;
  transform: translateY(-100%);
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-heading-number {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-heading-number {
    gap: 3.0769230769vw;
    left: 2.5641025641vw;
  }
}
.l-lp-craftsmanship .l-case-heading-number-num {
  background: url("../../images/lp/craftsmanship/bg_lead.webp") repeat center top/1440px auto;
}
.l-lp-craftsmanship .l-case-heading-number-num img {
  width: auto;
  height: 64px;
  display: block;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-heading-number-num img {
    height: 11.0256410256vw;
  }
}
.l-lp-craftsmanship .l-case-heading-number-text {
  background: url("../../images/lp/craftsmanship/bg_lead.webp") repeat center top/1440px auto;
}
.l-lp-craftsmanship .l-case-heading-number-text img {
  width: auto;
  height: 22px;
  display: block;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-heading-number-text img {
    height: 5.641025641vw;
  }
}
.l-lp-craftsmanship .l-case-01 .l-case-heading-number-num {
  mask: url("../../images/lp/craftsmanship/number01.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-01 .l-case-heading-number-text {
  mask: url("../../images/lp/craftsmanship/number01_title.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-02 .l-case-heading-number-num {
  mask: url("../../images/lp/craftsmanship/number02.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-02 .l-case-heading-number-text {
  mask: url("../../images/lp/craftsmanship/number02_title.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-03 .l-case-heading-number-num {
  mask: url("../../images/lp/craftsmanship/number03.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-03 .l-case-heading-number-text {
  mask: url("../../images/lp/craftsmanship/number03_title.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-04 .l-case-heading-number-num {
  mask: url("../../images/lp/craftsmanship/number04.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-04 .l-case-heading-number-text {
  mask: url("../../images/lp/craftsmanship/number04_title.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-05 .l-case-heading-number-num {
  mask: url("../../images/lp/craftsmanship/number05.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-05 .l-case-heading-number-text {
  mask: url("../../images/lp/craftsmanship/number05_title.svg") no-repeat center/contain;
}
.l-lp-craftsmanship .l-case-heading-title {
  position: absolute;
  left: 50%;
  top: -60px;
  width: 100%;
  padding-inline: 40px;
  margin: 0;
  box-sizing: border-box;
  transform: translateX(-50%);
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-heading-title {
    opacity: 0;
  }
}
.l-lp-craftsmanship .l-case-heading-title img {
  display: block;
  margin-left: auto;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-heading-title {
    padding-inline: 5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-case-01 .l-case-heading-title {
  top: -55px;
}
.l-lp-craftsmanship .l-case-01 .l-case-heading-title img {
  margin-right: 27vw;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-01 .l-case-heading-title {
    top: -10.2564102564vw;
  }
  .l-lp-craftsmanship .l-case-01 .l-case-heading-title img {
    margin-right: 17.4358974359vw;
  }
}
.l-lp-craftsmanship .l-case-01 .l-case-heading-title img {
  width: min(5.0694444444vw, 73px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-01 .l-case-heading-title img {
    width: 9.7435897436vw;
  }
}
.l-lp-craftsmanship .l-case-02 .l-case-heading-title {
  top: -62px;
}
.l-lp-craftsmanship .l-case-02 .l-case-heading-title img {
  margin-right: 10vw;
}
@media only screen and (max-width: 1200px) {
  .l-lp-craftsmanship .l-case-02 .l-case-heading-title img {
    margin-right: 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-case-02 .l-case-heading-title img {
    margin-right: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-02 .l-case-heading-title {
    top: -10.2564102564vw;
  }
  .l-lp-craftsmanship .l-case-02 .l-case-heading-title img {
    margin-right: 7vw;
  }
}
.l-lp-craftsmanship .l-case-02 .l-case-heading-title img {
  width: min(9.2361111111vw, 133px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-02 .l-case-heading-title img {
    width: 16.6666666667vw;
  }
}
.l-lp-craftsmanship .l-case-03 .l-case-heading-title {
  top: -55px;
}
.l-lp-craftsmanship .l-case-03 .l-case-heading-title img {
  margin-right: 6vw;
}
@media only screen and (max-width: 1200px) {
  .l-lp-craftsmanship .l-case-03 .l-case-heading-title img {
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-case-03 .l-case-heading-title img {
    margin-right: 6vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-03 .l-case-heading-title {
    top: -10.2564102564vw;
  }
  .l-lp-craftsmanship .l-case-03 .l-case-heading-title img {
    margin-right: 3vw;
  }
}
.l-lp-craftsmanship .l-case-03 .l-case-heading-title img {
  width: min(9.2361111111vw, 133px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-03 .l-case-heading-title img {
    width: 15.8974358974vw;
  }
}
.l-lp-craftsmanship .l-case-04 .l-case-heading-title {
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.l-lp-craftsmanship .l-case-04 .l-case-heading-title picture {
  display: block;
  margin-right: 10vw;
  transform: translateY(60px);
}
@media only screen and (max-width: 1200px) {
  .l-lp-craftsmanship .l-case-04 .l-case-heading-title picture {
    margin-right: 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-case-04 .l-case-heading-title picture {
    margin-right: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-04 .l-case-heading-title picture {
    margin-right: 6.6666666667vw;
    transform: translateY(5.1282051282vw);
  }
}
.l-lp-craftsmanship .l-case-04 .l-case-heading-title img {
  width: min(6.8055555556vw, 98px);
  height: auto;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-04 .l-case-heading-title img {
    width: 10vw;
  }
}
.l-lp-craftsmanship .l-case-05 .l-case-heading-title {
  top: -55px;
}
.l-lp-craftsmanship .l-case-05 .l-case-heading-title img {
  margin-right: 8vw;
}
@media only screen and (max-width: 1200px) {
  .l-lp-craftsmanship .l-case-05 .l-case-heading-title img {
    margin-right: 8vw;
  }
}
@media only screen and (max-width: 1024px) {
  .l-lp-craftsmanship .l-case-05 .l-case-heading-title img {
    margin-right: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-05 .l-case-heading-title {
    top: -10.2564102564vw;
  }
  .l-lp-craftsmanship .l-case-05 .l-case-heading-title img {
    margin-right: 9.2307692308vw;
  }
}
.l-lp-craftsmanship .l-case-05 .l-case-heading-title img {
  width: min(6.8055555556vw, 98px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-05 .l-case-heading-title img {
    width: 11.2820512821vw;
  }
}
.l-lp-craftsmanship .l-case-main {
  color: #223049;
  padding: 80px 0 120px;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 29.6%), #f5f5f5 url("../../images/lp/craftsmanship/bg.png") repeat left top/66px auto;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main {
    padding: 10.2564102564vw 0 23.0769230769vw;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #f5f5f5 29.6%), #fff url("../../images/lp/craftsmanship/bg.png") repeat left top/16.7% auto;
  }
}
.l-lp-craftsmanship .l-case-main-heading {
  margin-bottom: 40px;
}
.l-lp-craftsmanship .l-case-main-heading-num {
  display: block;
  width: fit-content;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.l-lp-craftsmanship .l-case-main-heading-num::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #314463;
  transform: translate(-100%, 0);
  z-index: 1;
  pointer-events: none;
}
.l-lp-craftsmanship .l-case-main-heading-num.is-mask-revealed::after {
  animation: lp-mask-bg-slide-x 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-main-heading-num::after {
    display: none;
  }
}
.l-lp-craftsmanship .l-case-main-heading-num {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-main-heading-num {
    color: transparent;
    transition: color 0ms 450ms;
  }
}
.l-lp-craftsmanship .l-case-main-heading-num.is-mask-revealed {
  color: #223049;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-main-heading-num {
    color: #223049;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-heading-num {
    font-size: 3.0769230769vw;
    margin-bottom: 4.1025641026vw;
  }
}
.l-lp-craftsmanship .l-case-main-heading-title {
  display: block;
  width: fit-content;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.l-lp-craftsmanship .l-case-main-heading-title::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #314463;
  transform: translate(-100%, 0);
  z-index: 1;
  pointer-events: none;
}
.l-lp-craftsmanship .l-case-main-heading-title.is-mask-revealed::after {
  animation: lp-mask-bg-slide-x 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-main-heading-title::after {
    display: none;
  }
}
.l-lp-craftsmanship .l-case-main-heading-title {
  line-height: 1;
}
.l-lp-craftsmanship .l-case-main-heading-title img {
  display: block;
  width: auto;
  height: 60px;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-main-heading-title img {
    opacity: 0;
    transition: opacity 0ms 450ms;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-heading-title img {
    height: 15.3846153846vw;
  }
}
.l-lp-craftsmanship .l-case-main-heading-title.is-mask-revealed img {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-main-heading-title img {
    opacity: 1;
  }
}
.l-lp-craftsmanship .l-case-02 .l-case-main-heading-title img {
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-02 .l-case-main-heading-title img {
    height: 23.8461538462vw;
  }
}
.l-lp-craftsmanship .l-case-03 .l-case-main-heading-title img {
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-03 .l-case-main-heading-title img {
    height: 15.3846153846vw;
  }
}
.l-lp-craftsmanship .l-case-04 .l-case-main-heading-title img {
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-04 .l-case-main-heading-title img {
    height: 15.3846153846vw;
  }
}
.l-lp-craftsmanship .l-case-05 .l-case-main-heading-title img {
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-05 .l-case-main-heading-title img {
    height: 15.3846153846vw;
  }
}
.l-lp-craftsmanship .l-case-main-heading-name {
  display: block;
  width: fit-content;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.l-lp-craftsmanship .l-case-main-heading-name::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: #314463;
  transform: translate(-100%, 0);
  z-index: 1;
  pointer-events: none;
}
.l-lp-craftsmanship .l-case-main-heading-name.is-mask-revealed::after {
  animation: lp-mask-bg-slide-x 1.2s cubic-bezier(0.8, 0, 0.17, 1) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-main-heading-name::after {
    display: none;
  }
}
.l-lp-craftsmanship .l-case-main-heading-name {
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-heading-name {
    margin-top: 4.1025641026vw;
  }
}
.l-lp-craftsmanship .l-case-main-heading-name img {
  display: block;
  width: auto;
  height: 17px;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-main-heading-name img {
    opacity: 0;
    transition: opacity 0ms 450ms;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-heading-name img {
    height: 4.358974359vw;
  }
}
.l-lp-craftsmanship .l-case-main-heading-name.is-mask-revealed img {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .l-lp-craftsmanship .l-case-main-heading-name img {
    opacity: 1;
  }
}
.l-lp-craftsmanship .l-case-main-body p {
  line-height: 2;
}
.l-lp-craftsmanship .l-case-main-body p + p {
  margin-top: 2em;
}
.l-lp-craftsmanship .l-case-main-img {
  margin-bottom: 40px;
}
.l-lp-craftsmanship .l-case-main-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media (prefers-reduced-motion: no-preference) {
  .l-lp-craftsmanship .l-case-main-img {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-img {
    margin-bottom: 6.1538461538vw;
    margin-inline: -5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-case-main-img-02 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-img-02 {
    margin-top: 6.1538461538vw;
  }
}
.l-lp-craftsmanship .l-case-main-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 7.1794871795vw;
    margin-top: 10.2564102564vw;
  }
}
.l-lp-craftsmanship .l-case-main-list dt {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-list dt {
    font-size: 4.1025641026vw;
  }
}
.l-lp-craftsmanship .l-case-main-list dd {
  font-size: 0.875rem;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-list dd {
    font-size: 3.5897435897vw;
  }
}
.l-lp-craftsmanship .l-case-main-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
  min-height: 150px;
  background: url("../../images/lp/craftsmanship/links_bg.webp") no-repeat center/cover;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-case-main-links {
    background: url("../../images/lp/craftsmanship/links_bg_sp.webp") no-repeat center/cover;
    flex-direction: column;
    gap: 6.1538461538vw;
    min-height: auto;
    margin-top: 10.2564102564vw;
    padding: 13.5897435897vw 7.6923076923vw;
  }
}
.l-lp-craftsmanship .l-links {
  padding: 50px 40px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-links {
    padding: 10.2564102564vw 5.1282051282vw;
  }
}
.l-lp-craftsmanship .l-links-text {
  width: 100%;
  max-width: 660px;
  margin-inline: auto;
}
.l-lp-craftsmanship .l-links-list {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-links-list {
    flex-direction: column;
    gap: 6.1538461538vw;
  }
}
.l-lp-craftsmanship .l-links-list a {
  width: 280px;
  padding-inline: 0;
}
@media only screen and (max-width: 768px) {
  .l-lp-craftsmanship .l-links-list a {
    width: 100%;
  }
}
