﻿@charset "UTF-8";
:root {
  --serif: "Noto Serif JP", serif;
}

body {
  background: url(/assets/img/lp202601/bg.webp) center center/600px 400px;
}

header.l-header {
  position: static;
  height: auto;
  padding: 1rem 2.5rem;
  background: #fff;
}
header.l-header img {
  width: 14.14125rem;
}
@media screen and (min-width: 1024px) {
  header.l-header {
    padding: 1.25rem 2.5rem;
  }
  header.l-header img {
    width: 21.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .l-container--lp {
    padding-left: 8.75rem;
    padding-right: 8.75rem;
  }
}

.u-fadein-up {
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.6s, -webkit-transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.6s, transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  transition: opacity 0.6s, transform 0.8s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.8s cubic-bezier(0.61, 1, 0.88, 1);
  will-change: opacity, transform;
}
.u-fadein-up.is-visible, .is-visible .u-fadein-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
.c-lp202601-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  background: url(/assets/img/lp202601/btn-bg-on.webp) center center/cover;
  width: 20rem;
  height: 9.375rem;
  padding: 1rem 1.25rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.875rem;
  text-align: left;
  color: #94000d;
}
.c-lp202601-btn svg {
  width: 2.5rem;
  height: auto;
  stroke: #94000d;
}
.c-lp202601-btn:hover {
  background-image: url(/assets/img/lp202601/btn-bg.webp);
  color: #fff;
}
.c-lp202601-btn:hover svg {
  stroke: #fff;
}
@media screen and (min-width: 1024px) {
  .c-lp202601-btn {
    width: 32.5rem;
    height: 8.125rem;
    padding: 1.5rem 1.75rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .c-lp202601-btn svg {
    width: 3.328125rem;
  }
}

.c-lp202601-desc {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*----------------------------------------------------
	...
----------------------------------------------------*/
.p-lp202601 {
  position: relative;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-lp202601-mv img {
  width: 100%;
  mix-blend-mode: multiply;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-lp202601-about {
  margin-top: 1.875rem;
  position: relative;
}
.p-lp202601-about__bg {
  display: block;
  width: 100%;
  height: calc(100% + 9.375rem);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
}
.p-lp202601-about__bg figure {
  position: absolute;
}
.p-lp202601-about__bg figure:nth-child(1) {
  top: 0;
  width: 22.4675rem;
  right: -5rem;
}
.p-lp202601-about__bg figure:nth-child(2) {
  width: 26.774375rem;
  left: 1.25rem;
  bottom: 1.875rem;
}
@media screen and (max-width: 1023px) {
  .p-lp202601-about__bg figure:nth-child(1) {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about__bg figure:nth-child(2) {
    width: 37.080625rem;
    left: -7.4375rem;
    bottom: 5.625rem;
  }
}

.p-lp202601-about__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2.5rem;
  }
}

.p-lp202601-about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about__content {
    width: 42.625rem;
    padding-top: 5.5rem;
  }
}

.p-lp202601-about__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5833333333;
  color: #94000d;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about__title {
    font-size: 2.25rem;
    line-height: 1.5555555556;
  }
}

.p-lp202601-about__more {
  text-align: center;
}
.p-lp202601-about__pic {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
.p-lp202601-about__pic img {
  mix-blend-mode: multiply;
  width: 20.6875rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about__pic img {
    width: 31rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-lp202601-about2 {
  position: relative;
  padding-top: 10.875rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2 {
    padding-top: 5.625rem;
  }
}

.p-lp202601-about2__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-lp202601-about2__bg figure {
  position: absolute;
  top: calc(100% + 2.5rem);
  left: -5.375rem;
  width: 20.4rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2__bg figure {
    left: -10rem;
    width: 34.25rem;
  }
}

.p-lp202601-about2__wrap {
  display: -ms-grid;
  display: grid;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2__wrap {
    -ms-grid-rows: auto 3rem auto;
        grid-template-areas: "content pic" "nav nav";
    -ms-grid-columns: 38.25rem 1.25rem 1fr;
    grid-template-columns: 38.25rem 1fr;
    gap: 3rem 1.25rem;
  }
}

.p-lp202601-about2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2__content {
    grid-area: content;
    padding-top: 2.1875rem;
  }
}

.p-lp202601-about2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  font-family: var(--serif);
  font-weight: 500;
}
.p-lp202601-about2__title img {
  width: 5.625rem;
}
.p-lp202601-about2__title h2 {
  margin-top: 1rem;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #94000d;
}
.p-lp202601-about2__title span {
  font-size: 1.25rem;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2__title {
    gap: 0.5rem;
  }
  .p-lp202601-about2__title h2 {
    font-size: 2.5rem;
  }
  .p-lp202601-about2__title span {
    font-size: 1rem;
  }
}

.p-lp202601-about2__nav {
  padding: 1rem;
  border-radius: 1.25rem;
  background: #94000d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  font-size: 1.25rem;
  color: #fff;
}
.p-lp202601-about2__nav a {
  line-height: 1.2;
  color: #fff;
}
.p-lp202601-about2__nav a svg {
  margin-left: 0.5rem;
  fill: #fff;
}
.p-lp202601-about2__nav a:hover {
  color: #E5BA42;
  text-decoration: underline;
}
.p-lp202601-about2__nav a:hover svg {
  fill: #E5BA42;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2__nav {
    grid-area: nav;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 2.1875rem;
    gap: 0;
    font-size: 1.25rem;
  }
  .p-lp202601-about2__nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-lp202601-about2__nav li:not(:first-child):before {
    content: "｜";
    width: 1.3em;
    text-align: center;
  }
}

@media screen and (max-width: 1023px) {
  .p-lp202601-about2__pic {
    margin-inline: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1024px) {
  .p-lp202601-about2__pic {
    grid-area: pic;
    margin-right: -8.75rem;
  }
}
@media screen and (min-width: 1024px){
  .p-lp202601-about2__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-lp202601-about2__nav {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-lp202601-about2__pic {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-lp202601-items {
  margin-top: 14.375rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-items {
    margin-top: 2.0625rem;
  }
}

.p-lp202601-items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-items__wrap {
    gap: 3.75rem;
  }
}

.p-lp202601-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item {
    padding-top: 6.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0;
  }
}

.p-lp202601-item__bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.p-lp202601-item__bg figure {
  position: absolute;
  top: calc(100% + 1.5rem);
  width: 18.75rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__bg figure {
    top: 100%;
    width: 32.069375rem;
  }
}

.p-lp202601-item__head {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__head {
    width: 39.5625rem;
  }
}

.p-lp202601-item__pic {
  position: relative;
}
.p-lp202601-item__pic img {
  position: relative;
}
.p-lp202601-item__pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1.0625rem;
  pointer-events: none;
  background: url(/assets/img/lp202601/item-pic-bg.webp) center center/cover;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__pic:before {
    top: 1.875rem;
  }
}

.p-lp202601-item__caption {
  margin-top: 1.875rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__caption {
    margin: 2.625rem 0 0 7.1875rem;
  }
}

.p-lp202601-item__title {
  position: absolute;
  z-index: 2;
  width: 6.875rem;
  top: -3.125rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__title {
    width: 11.875rem;
    top: -5.375rem;
  }
}

.p-lp202601-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__content {
    margin-top: 4.5625rem;
  }
}

.p-lp202601-item__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  background: #666;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
}
.p-lp202601-item__sub i {
  width: 1.9375rem;
  height: 0.75rem;
  background: url(/assets/img/lp202601/ico-heading-border.webp) center center/cover;
}
.p-lp202601-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4em;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1.4;
}
.p-lp202601-item__list li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item__list {
    padding: 2.8125rem 1.875rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.p-lp202601-item:nth-child(odd) .p-lp202601-item__bg figure {
  right: -5rem;
  width: 15rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(odd) .p-lp202601-item__bg figure {
    right: -15rem;
    width: 25.6555rem;
  }
}
.p-lp202601-item:nth-child(odd) .p-lp202601-item__pic {
  margin-right: 1.875rem;
}
.p-lp202601-item:nth-child(odd) .p-lp202601-item__pic:before {
  left: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(odd) .p-lp202601-item__pic {
    margin-right: 5.8125rem;
  }
  .p-lp202601-item:nth-child(odd) .p-lp202601-item__pic:before {
    left: 1.875rem;
  }
}
.p-lp202601-item:nth-child(odd) .p-lp202601-item__title {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(odd) .p-lp202601-item__content {
    margin-right: -5.3125rem;
    padding-right: 5.3125rem;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-lp202601-item:nth-child(even) .p-lp202601-item__bg figure {
  left: -5rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(even) .p-lp202601-item__bg figure {
    left: -15rem;
  }
}
.p-lp202601-item:nth-child(even) .p-lp202601-item__pic {
  margin-left: 1.875rem;
}
.p-lp202601-item:nth-child(even) .p-lp202601-item__pic:before {
  right: 1.0625rem;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(even) .p-lp202601-item__pic {
    margin-left: 5.8125rem;
  }
  .p-lp202601-item:nth-child(even) .p-lp202601-item__pic:before {
    right: 1.875rem;
  }
}
.p-lp202601-item:nth-child(even) .p-lp202601-item__title {
  left: 0;
}
@media screen and (min-width: 1024px) {
  .p-lp202601-item:nth-child(even) .p-lp202601-item__content {
    margin-left: -5.3125rem;
    padding-left: 5.3125rem;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/