@charset "UTF-8";
@property --zoom-factor {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
.zoom-wrapper {
  --_min-viewport-width: 480px; /* viewportの最小値を下回ったら縮小をやめる */
  --_max-viewport-width: 1350px; /* viewportの最大値を上回ったら拡大をやめる */
  --_zoom-value: clamp(
    tan(atan2(var(--_min-viewport-width), var(--_max-viewport-width))),
    tan(atan2(var(--zoom-factor), var(--_max-viewport-width))),
    1
  );
  --zoom-factor: clamp(
    var(--_min-viewport-width),
    100dvi,
    var(--_max-viewport-width)
  );
  zoom: var(--_zoom-value);
  -webkit-text-size-adjust: initial; /* iOS Safariのバグを修正 */
  /* 768px以下では100%のズーム値を適用 */
}
@media (max-width: 480px) {
  .zoom-wrapper {
    zoom: 1;
  }
}

@font-face {
  font-family: "URW DIN Semi Condensed";
  src: url("../font/Demi/URWDINSemiCond-Demi.woff") format("woff"), url("../font/Demi/URWDINSemiCond-Demi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW DIN Semi Condensed";
  src: url("../font/Medium/URWDINSemiCond-Medium.woff") format("woff"), url("../font/Medium/URWDINSemiCond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.lpFvArea {
  margin-top: clamp(66px, 11.4585vw, 110px);
}
@media (max-width: 480px) {
  .lpFvArea {
    margin-top: 40px;
  }
}
.lpFvArea .container {
  position: relative;
}
.lpFvArea .container .keyCatchLogo {
  position: absolute;
  top: -4.1666666667vw;
  right: 2.7777777778vw;
  z-index: 5;
}
.lpFvArea .container .keyCatchLogo figure {
  width: 13.2638888889vw;
}
@media (max-width: 480px) {
  .lpFvArea .container .keyCatchLogo figure {
    width: 80px;
  }
}
.lpFvArea .container .keyCatchLogo figure img {
  filter: brightness(0) invert(0);
}
.lpFvArea .container .inner {
  position: relative;
}
.lpFvArea .container .inner .scrollTxt {
  position: absolute;
  bottom: -26px;
  left: -20px;
  z-index: 5;
}
@media (max-width: 480px) {
  .lpFvArea .container .inner .scrollTxt {
    bottom: -60px;
  }
}
.lpFvArea .container .inner .scrollTxt figure {
  width: 0.9722222222vw;
}
@media (max-width: 480px) {
  .lpFvArea .container .inner .scrollTxt figure {
    width: 10px;
  }
}
.lpFvArea .container .inner .descBox {
  display: flex;
}
@media (max-width: 480px) {
  .lpFvArea .container .inner .descBox {
    flex-direction: column-reverse;
  }
}
.lpFvArea .container .inner .descBox .ttlBox {
  margin-top: clamp(48px, 8.334vw, 80px);
  width: 52%;
  max-width: 520px;
}
@media (max-width: 480px) {
  .lpFvArea .container .inner .descBox .ttlBox {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
}
.lpFvArea .container .inner .descBox .ttlBox p.subRead {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.lpFvArea .container .inner .descBox .ttlBox h2.mainRead {
  margin-top: 15px;
}
.lpFvArea .container .inner .descBox .ttlBox h2.mainRead span {
  font-size: clamp(22px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: block;
  position: relative;
  width: fit-content;
  white-space: nowrap;
}
.lpFvArea .container .inner .descBox .ttlBox h2.mainRead span.border01::before, .lpFvArea .container .inner .descBox .ttlBox h2.mainRead span.border02::before, .lpFvArea .container .inner .descBox .ttlBox h2.mainRead span.border03::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  border-bottom: solid 2px #000000;
  width: 0;
}
.lpFvArea .container .inner .descBox .ttlBox h2.mainRead span.border01.active::before, .lpFvArea .container .inner .descBox .ttlBox h2.mainRead span.border02.active::before, .lpFvArea .container .inner .descBox .ttlBox h2.mainRead span.border03.active::before {
  animation: border_anim 1s linear forwards;
}
.lpFvArea .container .inner .descBox .imgBox {
  max-width: 715px;
}
@media (max-width: 480px) {
  .lpFvArea .container .inner .descBox .imgBox {
    max-width: none;
    width: 85%;
    margin: 0 auto;
  }
}

@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.lpBrandArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpBrandArea .readBox p {
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  line-height: 2.25;
}
@media (max-width: 480px) {
  .lpBrandArea .readBox p {
    line-height: 1.8;
    font-size: 1.8rem;
  }
}
.lpBrandArea .readBox p span {
  color: #2680EB;
}
.lpBrandArea .descBox {
  margin-top: clamp(60px, 10.416vw, 100px);
  border-radius: 20px;
  background: #333333;
  padding: 60px 20px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox {
    padding: 40px 12px;
  }
}
.lpBrandArea .descBox p {
  color: #fff;
  text-align: center;
}
.lpBrandArea .descBox p.ttl {
  font-size: clamp(22px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.lpBrandArea .descBox p.name {
  margin-top: clamp(24px, 4.167vw, 40px);
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox p.name {
    line-height: 1.7;
  }
}
.lpBrandArea .descBox .countBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
  border: 3px solid #000;
  padding: clamp(36px, 6.2505vw, 60px);
  background: #fff;
  border-radius: 20px;
  color: #333;
  text-align: left;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox {
    padding: 30px 20px;
  }
}
.lpBrandArea .descBox .countBox .countTtl {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  text-align: center;
  margin-bottom: clamp(18px, 3.1245vw, 30px);
  color: #333;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countTtl {
    font-size: 1.8rem;
  }
}
.lpBrandArea .descBox .countBox .countRead {
  font-size: clamp(14px, 2vw, 18px);
  text-align: center;
  margin-bottom: clamp(30px, 5.208vw, 50px);
  line-height: 1.8;
  color: #333;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countRead {
    font-size: 1.4rem;
    text-align: left;
  }
}
.lpBrandArea .descBox .countBox .countList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lpBrandArea .descBox .countBox .countList li {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
}
.lpBrandArea .descBox .countBox .countList li dl dt {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  color: #333;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countList li dl dt {
    font-size: 1.6rem;
  }
}
.lpBrandArea .descBox .countBox .countList li dl dt .accent {
  color: #000000;
  font-size: 1.2em;
  margin-left: 5px;
}
.lpBrandArea .descBox .countBox .countList li dl dd {
  font-size: clamp(14px, 2vw, 16px);
  color: #666;
  line-height: 1.6;
}
.lpBrandArea .descBox .countBox .countNoteBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countNoteBox {
    padding: 20px;
  }
}
.lpBrandArea .descBox .countBox .countNoteBox .noteTtl {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.lpBrandArea .descBox .countBox .countNoteBox dl .row {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countNoteBox dl .row {
    flex-direction: column;
  }
}
.lpBrandArea .descBox .countBox .countNoteBox dl .row dt {
  width: 25%;
  font-weight: 700;
  font-size: clamp(14px, 2vw, 18px);
  color: #333;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countNoteBox dl .row dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.lpBrandArea .descBox .countBox .countNoteBox dl .row dd {
  width: 75%;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  color: #333;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .countNoteBox dl .row dd {
    width: 100%;
  }
}
.lpBrandArea .descBox .countBox .lineContactBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
  text-align: center;
}
.lpBrandArea .descBox .countBox .lineContactBox .lineRead {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox .countBox .lineContactBox .lineRead {
    font-size: 1.6rem;
    text-align: left;
  }
}
.lpBrandArea .descBox .countBox .lineContactBox .moreBtn {
  margin: 40px auto;
}
.lpBrandArea .descBox.bgnone {
  background: none;
  border: 3px solid #000;
  padding: 60px 80px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone {
    padding: 40px 12px;
  }
}
.lpBrandArea .descBox.bgnone p {
  color: #000;
}
.lpBrandArea .descBox.bgnone .ttl {
  color: #000;
  font-weight: 700;
}
.lpBrandArea .descBox.bgnone .ttl span {
  color: #FF7600;
}
.lpBrandArea .descBox.bgnone .notionInner {
  margin-top: clamp(24px, 4.167vw, 40px);
  text-align: left;
  color: #000;
}
.lpBrandArea .descBox.bgnone .notionInner .read {
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.8;
  margin-bottom: clamp(24px, 4.167vw, 40px);
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .read {
    font-size: 1.5rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .section + .section {
  margin-top: clamp(24px, 4.167vw, 40px);
}
.lpBrandArea .descBox.bgnone .notionInner .section .secTtl {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .section .secTtl {
    font-size: 1.6rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .section .list li {
  list-style: disc;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .section .list li {
    font-size: 1.4rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .section .list li span {
  font-size: clamp(14px, 2vw, 16px);
  color: #666;
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .section .list li span {
    font-size: 1.2rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .section .list li span a {
  color: #2680EB;
  text-decoration: underline;
}
.lpBrandArea .descBox.bgnone .notionInner .section .list li span a:hover {
  text-decoration: none;
}
.lpBrandArea .descBox.bgnone .notionInner .section .list li + li {
  margin-top: 15px;
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
  background: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .importantBox {
    padding: 20px;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox .impTtl {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .importantBox .impTtl {
    font-size: 1.6rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox .impRead {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .importantBox .impRead {
    font-size: 1.4rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox .impList dt {
  font-weight: 700;
  font-size: clamp(14px, 2vw, 18px);
  margin-top: 15px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .importantBox .impList dt {
    font-size: 1.4rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox .impList dt::before {
  content: "■";
  margin-right: 5px;
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox .impList dd {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.6;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .lpBrandArea .descBox.bgnone .notionInner .importantBox .impList dd {
    font-size: 1.3rem;
  }
}
.lpBrandArea .descBox.bgnone .notionInner .importantBox .impList dd strong {
  font-weight: 700;
}
.lpBrandArea .descBox + .descBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
}

.lpOnayamiArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpOnayamiArea .onayamiBox h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpOnayamiArea .onayamiBox h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpOnayamiArea .onayamiBox ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}
@media (max-width: 480px) {
  .lpOnayamiArea .onayamiBox ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.lpOnayamiArea .onayamiBox ul li {
  text-align: center;
}
.lpOnayamiArea .onayamiBox ul li .imgBox {
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #000000;
}
.lpOnayamiArea .onayamiBox ul li .imgBox figure {
  width: 100%;
  height: 100%;
}
.lpOnayamiArea .onayamiBox ul li .imgBox figure img {
  width: 100%;
  height: 100%;
}
.lpOnayamiArea .onayamiBox ul li p {
  margin-top: clamp(24px, 4.167vw, 40px);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .lpOnayamiArea .onayamiBox ul li p {
    margin-top: 15px;
  }
}
.lpOnayamiArea .howtoBox {
  margin-top: clamp(64px, 13.3332vw, 160px);
  background: #333;
  padding: clamp(64px, 13.3332vw, 160px) 0 clamp(80px, 16.6668vw, 200px);
}
.lpOnayamiArea .howtoBox h2.mainTtl {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpOnayamiArea .howtoBox p.readTxt {
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 2vw, 20px);
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
.lpOnayamiArea .howtoBox .howtoList ul {
  margin-left: 7.7777777778vw;
}
.lpOnayamiArea .howtoBox .howtoList ul li {
  position: relative;
}
.lpOnayamiArea .howtoBox .howtoList ul li p.num {
  font-size: clamp(22px, 4vw, 40px);
  letter-spacing: 0.03em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #fff;
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox {
  display: flex;
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox {
    flex-direction: column;
  }
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox .imgBox {
  width: 30.12%;
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox .imgBox picture {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox .imgBox picture :where(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox .imgBox {
    width: 100%;
  }
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox .imgBox picture {
    border-radius: 20px 0 0 0;
  }
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox {
  width: 69.88%;
  background: #fff;
  padding: clamp(24px, 4.167vw, 40px) clamp(60px, 10.416vw, 100px);
  display: block grid;
  place-items: center;
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox {
    width: 100%;
    border-radius: 0 0 0 20px;
  }
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox {
    padding: 20px;
  }
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox .txtInner p.ttl {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: clamp(19.2px, 3.333vw, 32px);
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox .txtInner p.ttl {
    margin-bottom: 15px;
  }
}
.lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox .txtInner p.txt {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media (max-width: 480px) {
  .lpOnayamiArea .howtoBox .howtoList ul li .descBox .txtBox .txtInner p.txt {
    line-height: 1.7;
  }
}
.lpOnayamiArea .howtoBox .howtoList ul li + li {
  margin-top: clamp(48px, 8.334vw, 80px);
}

.lpFeatureArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpFeatureArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpFeatureArea h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpFeatureArea .serviceList ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  display: grid;
  max-width: 1124px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .lpFeatureArea .serviceList ul {
    max-width: 800px;
    row-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .lpFeatureArea .serviceList ul {
    max-width: 400px;
    gap: 20px;
  }
}
.lpFeatureArea .serviceList ul li {
  display: block grid;
  place-items: center;
}
.lpFeatureArea .serviceList ul li .imgBox {
  background: #fff;
  border-radius: 50%;
  display: block grid;
  place-items: center;
  width: 200px;
  border: 3px solid #000000;
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .lpFeatureArea .serviceList ul li .imgBox {
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .lpFeatureArea .serviceList ul li .imgBox figure {
    width: 60px;
  }
}
.lpFeatureArea .serviceList ul li p.ttl {
  text-align: center;
  margin-top: clamp(24px, 4.167vw, 40px);
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .lpFeatureArea .serviceList ul li p.ttl {
    white-space: normal;
  }
}
.lpFeatureArea .descBoxWrap {
  margin-top: clamp(60px, 10.416vw, 100px);
}
.lpFeatureArea .descBoxWrap .descBox {
  display: flex;
  align-items: center;
  max-width: 1326px;
  gap: 4.54%;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox {
    flex-direction: column;
  }
}
.lpFeatureArea .descBoxWrap .descBox .imgBox {
  width: 42.61%;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox .imgBox {
    width: 100%;
  }
}
.lpFeatureArea .descBoxWrap .descBox .txtBox {
  width: 54.6%;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox .txtBox {
    width: 100%;
    margin-top: 20px;
  }
}
.lpFeatureArea .descBoxWrap .descBox .txtBox p.ttl {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.03em;
  margin-bottom: clamp(19.2px, 3.333vw, 32px);
}
.lpFeatureArea .descBoxWrap .descBox .txtBox p.ttl.nowrap {
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .lpFeatureArea .descBoxWrap .descBox .txtBox p.ttl.nowrap {
    white-space: normal;
  }
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox .txtBox p.ttl {
    margin-bottom: 15px;
  }
}
.lpFeatureArea .descBoxWrap .descBox .txtBox p.txt {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox .txtBox p.txt {
    line-height: 1.7;
  }
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(odd) {
  margin-right: 7.9166666667vw;
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(odd) .imgBox picture {
  display: block;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(odd) .txtBox {
  margin-left: 5%;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox:nth-child(odd) .txtBox {
    margin-left: 10%;
  }
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(even) {
  margin-left: 7.9166666667vw;
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(even) .imgBox {
  order: 2;
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(even) .imgBox picture {
  display: block;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox:nth-child(even) .imgBox {
    order: 1;
  }
}
.lpFeatureArea .descBoxWrap .descBox:nth-child(even) .txtBox {
  order: 1;
}
@media (max-width: 480px) {
  .lpFeatureArea .descBoxWrap .descBox:nth-child(even) .txtBox {
    order: 2;
  }
}
.lpFeatureArea .descBoxWrap .descBox + .descBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
}

.lpThreeColumnArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpThreeColumnArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpThreeColumnArea h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpThreeColumnArea ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .lpThreeColumnArea ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 30px;
    justify-content: center;
  }
}
.lpThreeColumnArea ul li {
  display: block;
  width: 100%;
}
.lpThreeColumnArea ul li .imgBox {
  width: 100%;
}
.lpThreeColumnArea ul li .imgBox figure {
  aspect-ratio: 376/300;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.lpThreeColumnArea ul li .imgBox figure.border {
  border: 3px solid #000000;
}
.lpThreeColumnArea ul li .imgBox figure :where(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpThreeColumnArea ul li p {
  text-align: center;
}
.lpThreeColumnArea ul li p.ttl {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  margin-top: 1em;
}
.lpThreeColumnArea ul li p.txt {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
  margin-top: 1em;
}
@media (max-width: 480px) {
  .lpThreeColumnArea ul li p.txt {
    line-height: 1.5;
    margin-top: 0.5em;
  }
}

.lpFiveStepArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpFiveStepArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
.lpFiveStepArea .picInner {
  max-width: 1288px;
  margin: 0 auto;
  width: 90%;
}
.lpFiveStepArea .picInner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 480px) {
  .lpFiveStepArea .picInner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 20px;
  }
}
.lpFiveStepArea .picInner ul li .imgBox figure {
  border-radius: 20px;
  aspect-ratio: 376/300;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.lpFiveStepArea .picInner ul li .imgBox figure :where(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpFiveStepArea .fiveStepInner {
  margin: clamp(60px, 10.416vw, 100px) auto 0;
}
.lpFiveStepArea .fiveStepInner .readBox {
  width: 90%;
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
}
.lpFiveStepArea .fiveStepInner .readBox p.ttl {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.03em;
}
.lpFiveStepArea .fiveStepInner .readBox p.txt {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.06em;
  margin-top: clamp(24px, 4.167vw, 40px);
}
@media (max-width: 480px) {
  .lpFiveStepArea .fiveStepInner .readBox p.txt {
    line-height: 1.7;
  }
}
.lpFiveStepArea .fiveStepInner ul {
  margin-top: clamp(60px, 10.416vw, 100px);
  width: 100%;
}
.lpFiveStepArea .fiveStepInner ul li {
  padding: 40px 0;
}
.lpFiveStepArea .fiveStepInner ul li p {
  color: #fff;
  max-width: 978px;
  width: 90%;
  margin: 0 auto;
}
.lpFiveStepArea .fiveStepInner ul li p.ttl {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  text-align: center;
}
.lpFiveStepArea .fiveStepInner ul li p.txt {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 1em;
}
.lpFiveStepArea .fiveStepInner ul li:nth-child(odd) {
  background: url(../img/lp/blackBg.png) no-repeat center center/cover;
}
.lpFiveStepArea .fiveStepInner ul li:nth-child(even) {
  background: url(../img/lp/grayBg.png) no-repeat center center/cover;
}
.lpFiveStepArea .fiveStepInner ul li:nth-child(even) p {
  color: #000;
}
.lpFiveStepArea .fiveStepInner ul li + li {
  margin-top: clamp(48px, 8.334vw, 80px);
}

.lpReviveArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpReviveArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpReviveArea h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpReviveArea .fullPic {
  margin-bottom: clamp(60px, 10.416vw, 100px);
}
.lpReviveArea .fullPic figure {
  aspect-ratio: 1440/300;
  display: block;
  width: 100%;
}
.lpReviveArea .fullPic figure :where(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpReviveArea .readTxt {
  text-align: center;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.06em;
  margin: clamp(60px, 10.416vw, 100px) auto 0;
  max-width: 980px;
  width: 90%;
}
@media (max-width: 480px) {
  .lpReviveArea .readTxt {
    line-height: 1.8;
  }
}
.lpReviveArea .reviveList {
  margin-top: clamp(60px, 10.416vw, 100px);
}
.lpReviveArea .reviveList ul li {
  border: 3px solid #000000;
}
.lpReviveArea .reviveList ul li .ttlBox {
  background: url(../img/lp/blackBg.png) no-repeat center center/cover;
  padding: clamp(24px, 4.167vw, 40px) 0;
}
.lpReviveArea .reviveList ul li .ttlBox .txtInner {
  max-width: 975px;
  width: 90%;
  margin: 0 auto;
}
.lpReviveArea .reviveList ul li .ttlBox p {
  color: #fff;
}
.lpReviveArea .reviveList ul li .ttlBox p.ttl {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.lpReviveArea .reviveList ul li .ttlBox p.txt {
  text-align: left;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: 1em;
}
.lpReviveArea .reviveList ul li .txtBox {
  text-align: left;
  padding: clamp(24px, 4.167vw, 40px) 0;
}
.lpReviveArea .reviveList ul li .txtBox .txtInner {
  max-width: 975px;
  width: 90%;
  margin: 0 auto;
}
.lpReviveArea .reviveList ul li .txtBox .txtInner p {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.lpReviveArea .reviveList ul li .txtBox .txtInner p span {
  color: #2680EB;
}
.lpReviveArea .reviveList ul li + li {
  margin-top: clamp(48px, 8.334vw, 80px);
}

.lpWorksArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpWorksArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpWorksArea h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpWorksArea ul.inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 480px) {
  .lpWorksArea ul.inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 30px;
    justify-content: center;
  }
}
.lpWorksArea ul.inner li a {
  display: block;
  width: 100%;
  height: 100%;
}
.lpWorksArea ul.inner li a .imgBox figure {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  border: 3px solid #000000;
  width: 100%;
  height: 100%;
}
.lpWorksArea ul.inner li a .imgBox figure :where(img) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpWorksArea ul.inner li a p.ttl {
  margin-top: 1em;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
@media (max-width: 480px) {
  .lpWorksArea ul.inner li a p.ttl {
    line-height: 1.5;
    margin-top: 0.75em;
  }
}
.lpWorksArea ul.inner li a:hover .imgBox figure {
  border-color: #2680EB;
}
.lpWorksArea ul.inner li a:hover p.ttl {
  color: #2680EB;
}

.lpServiceListArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpServiceListArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpServiceListArea h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpServiceListArea ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.lpServiceListArea ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  border-radius: 20px;
  padding: clamp(24px, 4.167vw, 40px) 0;
}

.lpServicePackArea {
  margin-top: clamp(24px, 4.167vw, 40px);
}
.lpServicePackArea .descBox {
  border: 3px solid #000000;
  border-radius: 20px;
  padding: clamp(36px, 6.2505vw, 60px) 0;
}
.lpServicePackArea .descBox .txtBox {
  text-align: center;
}
.lpServicePackArea .descBox .txtBox p.ttl {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
}
.lpServicePackArea .descBox ul {
  width: fit-content;
  margin: clamp(24px, 4.167vw, 40px) auto 0;
  display: block grid;
  grid-template-columns: max-content auto 1fr;
}
.lpServicePackArea .descBox ul li {
  display: block grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  column-gap: 60px;
}
@media (max-width: 480px) {
  .lpServicePackArea .descBox ul li {
    display: block;
  }
}
.lpServicePackArea .descBox ul li p.name {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
.lpServicePackArea .descBox ul li p.txt {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
.lpServicePackArea .descBox ul li p.txt em {
  font-weight: 700;
}
.lpServicePackArea .descBox ul li + li {
  margin-top: 5px;
}

.lpOptionArea {
  margin-top: clamp(64px, 13.3332vw, 160px);
  background: #333333;
  padding: clamp(64px, 13.3332vw, 160px) 0;
}
.lpOptionArea .descBox h2.mainTtl {
  color: #fff;
  text-align: center;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpOptionArea .descBox h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpOptionArea .descBox ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7.5vw;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .lpOptionArea .descBox ul {
    gap: 20px;
    width: 90%;
  }
}
.lpOptionArea .descBox ul.two {
  grid-template-columns: repeat(2, 1fr);
}
.lpOptionArea .descBox ul.three {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 480px) {
  .lpOptionArea .descBox ul.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lpOptionArea .descBox ul.four {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .lpOptionArea .descBox ul.four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lpOptionArea .descBox ul li {
  display: block grid;
}
.lpOptionArea .descBox ul li .imgBox {
  background: #fff;
  border-radius: 50%;
  display: block grid;
  place-items: center;
  width: 200px;
  aspect-ratio: 1/1;
}
@media (max-width: 1300px) {
  .lpOptionArea .descBox ul li .imgBox {
    width: 140px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .lpOptionArea .descBox ul li .imgBox {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .lpOptionArea .descBox ul li .imgBox figure {
    width: 60px;
  }
}
.lpOptionArea .descBox ul li p {
  text-align: center;
  color: #fff;
  margin-top: 1em;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media (max-width: 480px) {
  .lpOptionArea .descBox ul li p {
    line-height: 1.5;
  }
}
.lpOptionArea .descBox ul + ul {
  margin-top: clamp(36px, 6.2505vw, 60px);
}
.lpOptionArea .descBox.plusOption .descBoxInner {
  border: 3px solid #fff;
  border-radius: 20px;
  padding: clamp(48px, 8.334vw, 80px) 0;
}
.lpOptionArea .descBox + .descBox {
  margin-top: clamp(64px, 13.3332vw, 160px);
}

.lpProductOptionFeeArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpProductOptionFeeArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(22px, 4vw, 40px);
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpProductOptionFeeArea .tab-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea .tab-buttons {
    flex-wrap: wrap;
  }
}
.lpProductOptionFeeArea .tab-buttons .tab-btn {
  padding: 15px;
  border: 3px solid #000000;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease;
  min-width: 360px;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea .tab-buttons .tab-btn + .tab-btn {
    border-radius: 0;
  }
}
@media (max-width: 1300px) {
  .lpProductOptionFeeArea .tab-buttons .tab-btn {
    min-width: auto;
    width: 32%;
  }
}
.lpProductOptionFeeArea .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 23px;
  height: 21px;
  translate: 0 -50%;
  rotate: 90deg;
  background: url("../img/common/icon_arrow.svg") no-repeat center center/contain;
}
@media (max-width: 1300px) {
  .lpProductOptionFeeArea .tab-buttons .tab-btn::after {
    right: 15px;
    width: 18px;
    height: 16px;
  }
}
.lpProductOptionFeeArea .tab-buttons .tab-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea .tab-buttons .tab-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    min-width: auto;
  }
}
.lpProductOptionFeeArea .tab-buttons .tab-btn:hover {
  background: #000;
  color: #fff;
}
.lpProductOptionFeeArea .tab-buttons .tab-btn:hover::after {
  filter: brightness(0) invert(1);
}
.lpProductOptionFeeArea .tab-buttons .tab-btn.active {
  background: #000;
  color: #fff;
}
.lpProductOptionFeeArea .tab-buttons .tab-btn.active::after {
  filter: brightness(0) invert(1);
}
.lpProductOptionFeeArea .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 3px solid #000000;
}
.lpProductOptionFeeArea .tab-content.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease forwards;
}
.lpProductOptionFeeArea .option-table-wrap {
  overflow-x: auto;
}
.lpProductOptionFeeArea .option-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* SPでのスクロール用 */
}
.lpProductOptionFeeArea .option-table th, .lpProductOptionFeeArea .option-table td {
  padding: 40px 30px;
  border-bottom: 1px solid #000;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(16px, 2vw, 22px);
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea .option-table th, .lpProductOptionFeeArea .option-table td {
    padding: 20px 15px;
  }
}
.lpProductOptionFeeArea .option-table th {
  background: #f9f9f9;
  font-weight: bold;
  white-space: nowrap;
}
.lpProductOptionFeeArea .option-table .col-item {
  width: 40%;
  font-weight: bold;
  padding: 40px 30px 40px 60px;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea .option-table .col-item {
    padding: 20px 15px;
    width: 25%;
  }
}
.lpProductOptionFeeArea .option-table .col-price {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea .option-table .col-price {
    width: 25%;
  }
}
.lpProductOptionFeeArea .option-table .col-desc {
  width: 40%;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea .option-table .col-desc {
    width: 50%;
  }
}
.lpProductOptionFeeArea .option-table thead {
  background: #000;
  color: #fff;
}
.lpProductOptionFeeArea .option-table thead tr th {
  padding: 20px 30px;
  background: #000;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
.lpProductOptionFeeArea .option-table thead tr th:first-child {
  padding: 20px 30px 20px 60px;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea .option-table thead tr th:first-child {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea .option-table thead tr th {
    padding: 20px 15px;
  }
}
.lpProductOptionFeeArea .option-notes {
  margin-top: clamp(24px, 4.167vw, 40px);
}
.lpProductOptionFeeArea .option-notes p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea .option-notes p {
    line-height: 1.5;
  }
}
.lpProductOptionFeeArea.cap .tab-buttons {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  row-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lpProductOptionFeeArea.cap .tab-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 20px;
  }
}
.lpProductOptionFeeArea.cap .tab-buttons .tab-btn {
  border-radius: 20px;
  border-bottom: 3px solid #000000;
}
@media (max-width: 1300px) {
  .lpProductOptionFeeArea.cap .tab-buttons .tab-btn a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .lpProductOptionFeeArea.cap .tab-buttons .tab-btn {
    width: 48%;
  }
}
@media (max-width: 820px) {
  .lpProductOptionFeeArea.cap .tab-buttons .tab-btn {
    width: 100%;
  }
}

.lpProductOptionFeeArea02 {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpProductOptionFeeArea02 h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(22px, 4vw, 40px);
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 h2.mainTtl {
    font-size: 2.2rem;
  }
}
.lpProductOptionFeeArea02 .tab-buttons {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea02 .tab-buttons {
    flex-wrap: wrap;
  }
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn {
  padding: 15px;
  border: 3px solid #000000;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease;
  min-width: 360px;
  position: relative;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea02 .tab-buttons .tab-btn + .tab-btn {
    border-radius: 0;
  }
}
@media (max-width: 1300px) {
  .lpProductOptionFeeArea02 .tab-buttons .tab-btn {
    min-width: auto;
    width: 32%;
  }
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 23px;
  height: 21px;
  translate: 0 -50%;
  rotate: 90deg;
  background: url("../img/common/icon_arrow.svg") no-repeat center center/contain;
}
@media (max-width: 1300px) {
  .lpProductOptionFeeArea02 .tab-buttons .tab-btn::after {
    right: 15px;
    width: 18px;
    height: 16px;
  }
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-size: clamp(14px, 2vw, 20px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea02 .tab-buttons .tab-btn {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    min-width: auto;
  }
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn:hover {
  background: #000;
  color: #fff;
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn:hover::after {
  filter: brightness(0) invert(1);
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn.active {
  background: #000;
  color: #fff;
}
.lpProductOptionFeeArea02 .tab-buttons .tab-btn.active::after {
  filter: brightness(0) invert(1);
}
.lpProductOptionFeeArea02 .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border: 3px solid #000000;
}
.lpProductOptionFeeArea02 .tab-content.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease forwards;
}
.lpProductOptionFeeArea02 .option-table-wrap {
  overflow-x: auto;
}
.lpProductOptionFeeArea02 .option-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* SPでのスクロール用 */
}
.lpProductOptionFeeArea02 .option-table th, .lpProductOptionFeeArea02 .option-table td {
  padding: 40px 30px;
  border-bottom: 1px solid #000;
  text-align: left;
  vertical-align: middle;
  font-size: clamp(16px, 2vw, 22px);
}
@media screen and (max-width: 768px) {
  .lpProductOptionFeeArea02 .option-table th, .lpProductOptionFeeArea02 .option-table td {
    padding: 20px 15px;
  }
}
.lpProductOptionFeeArea02 .option-table th {
  background: #f9f9f9;
  font-weight: bold;
  white-space: nowrap;
}
.lpProductOptionFeeArea02 .option-table .col-item {
  width: 40%;
  font-weight: bold;
  padding: 40px 30px 40px 60px;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 .option-table .col-item {
    padding: 20px 15px;
    width: 25%;
  }
}
.lpProductOptionFeeArea02 .option-table .col-price {
  width: 20%;
  font-weight: bold;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 .option-table .col-price {
    width: 25%;
  }
}
.lpProductOptionFeeArea02 .option-table .col-desc {
  width: 40%;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 .option-table .col-desc {
    width: 50%;
  }
}
.lpProductOptionFeeArea02 .option-table thead {
  background: #000;
  color: #fff;
}
.lpProductOptionFeeArea02 .option-table thead tr th {
  padding: 20px 30px;
  background: #000;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.06em;
}
.lpProductOptionFeeArea02 .option-table thead tr th:first-child {
  padding: 20px 30px 20px 60px;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 .option-table thead tr th:first-child {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 .option-table thead tr th {
    padding: 20px 15px;
  }
}
.lpProductOptionFeeArea02 .option-notes {
  margin-top: clamp(24px, 4.167vw, 40px);
}
.lpProductOptionFeeArea02 .option-notes p {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media (max-width: 480px) {
  .lpProductOptionFeeArea02 .option-notes p {
    line-height: 1.5;
  }
}
.lpProductOptionFeeArea02.cap .tab-buttons {
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  row-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .lpProductOptionFeeArea02.cap .tab-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 20px;
  }
}
.lpProductOptionFeeArea02.cap .tab-buttons .tab-btn {
  border-radius: 20px;
  border-bottom: 3px solid #000000;
}
@media (max-width: 1300px) {
  .lpProductOptionFeeArea02.cap .tab-buttons .tab-btn a {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .lpProductOptionFeeArea02.cap .tab-buttons .tab-btn {
    width: 48%;
  }
}
@media (max-width: 820px) {
  .lpProductOptionFeeArea02.cap .tab-buttons .tab-btn {
    width: 100%;
  }
}

.lpProductNotionArea {
  margin-top: clamp(80px, 16.6668vw, 200px);
}
.lpProductNotionArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
  font-size: clamp(22px, 4vw, 40px);
}
.lpProductNotionArea .btnArea ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: clamp(48px, 8.334vw, 80px);
}
@media (max-width: 480px) {
  .lpProductNotionArea .btnArea ul {
    flex-direction: column;
    gap: 20px;
  }
}
.lpProductNotionArea .btnArea ul li {
  width: 400px;
}
@media (max-width: 480px) {
  .lpProductNotionArea .btnArea ul li {
    width: 100%;
  }
}
.lpProductNotionArea .btnArea ul li .btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 3px solid #000000;
  border-radius: 15px;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .lpProductNotionArea .btnArea ul li .btn01 {
    height: 50px;
  }
}
.lpProductNotionArea .btnArea ul li .btn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
}
.lpProductNotionArea .btnArea ul li .btn01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 23px;
  height: 21px;
  translate: 0 -50%;
  rotate: 90deg;
  background: url("../img/common/icon_arrow.svg") no-repeat center center/contain;
}
@media (max-width: 480px) {
  .lpProductNotionArea .btnArea ul li .btn01 a::after {
    right: 15px;
    width: 18px;
    height: 16px;
  }
}
.lpProductNotionArea .btnArea ul li .btn01 span {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
}
.lpProductNotionArea .btnArea ul li .btn01:hover {
  background: #000000;
  color: #fff;
}
.lpProductNotionArea .btnArea ul li .btn01:hover a::after {
  filter: brightness(0) invert(1);
}
.lpProductNotionArea .btnArea ul li .btn01.active {
  background: #000000;
  color: #fff;
}
.lpProductNotionArea .btnArea ul li .btn01.active a::after {
  filter: brightness(0) invert(1);
}
.lpProductNotionArea .txtArea {
  max-width: 1010px;
  width: 90%;
  margin: 0 auto;
}
.lpProductNotionArea .txtArea .txtBox {
  display: none;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 2;
  letter-spacing: 0.06em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lpProductNotionArea .txtArea .txtBox p.read {
  margin-bottom: 1em;
  font-size: clamp(14px, 2vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.lpProductNotionArea .txtArea .txtBox.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease forwards;
}
.lpProductNotionArea .txtArea .txtBox ul.list-disc li {
  padding-left: 1.25em;
  font-size: clamp(14px, 2vw, 20px);
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 480px) {
  .lpProductNotionArea .txtArea .txtBox ul.list-disc li {
    line-height: 1.7;
  }
}
.lpProductNotionArea .txtArea .txtBox ul.list-disc li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
}
.lpProductNotionArea .txtArea .txtBox ul.list-disc li + li {
  margin-top: 10px;
}
.lpProductNotionArea .txtArea .txtBox p.noteTxt {
  margin-top: clamp(24px, 4.167vw, 40px);
  text-align: left;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 20px);
  padding-left: 1.25em;
}
.lpProductNotionArea .txtArea .txtBox p.noteTxt a {
  color: #2680EB;
  text-decoration: underline;
}
.lpProductNotionArea .txtArea .txtBox p.noteTxt a:hover {
  text-decoration: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
h2.lpServiceListTtl {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000;
  margin-top: clamp(80px, 16.6668vw, 200px);
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  h2.lpServiceListTtl {
    font-size: 2.2rem;
  }
}

.lpProductPickupArea {
  margin-top: clamp(64px, 13.3332vw, 160px);
}
.lpProductPickupArea h2.mainTtl {
  text-align: center;
  color: #000000;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
.lpProductPickupArea .readBox {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.lpProductPickupArea .readBox p {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-top: clamp(24px, 4.167vw, 40px);
}
.lpProductPickupArea .picInner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  width: fit-content;
  margin: 20px auto 0;
}
@media (max-width: 480px) {
  .lpProductPickupArea .picInner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 20px;
    width: 90%;
  }
}
.lpProductPickupArea .picInner ul li .imgBox {
  max-width: 250px;
}
.lpProductPickupArea .picInner ul li p {
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 1em;
}
.lpProductPickupArea .memoBox {
  border: 3px solid #000000;
  border-radius: 20px;
  padding: clamp(36px, 6.2505vw, 60px) 0 clamp(42px, 7.2915vw, 70px);
  margin: clamp(30px, 5.208vw, 50px) auto 0;
}
.lpProductPickupArea .memoBox p.ttl {
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  text-align: center;
}
.lpProductPickupArea .memoBox ul {
  width: fit-content;
  margin: clamp(24px, 4.167vw, 40px) auto 0;
}
@media (max-width: 480px) {
  .lpProductPickupArea .memoBox ul {
    width: 90%;
  }
}
.lpProductPickupArea .memoBox ul li {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.lpProductPickupArea .pickupSection {
  margin-top: clamp(48px, 8.334vw, 80px);
  border: 3px solid #000000;
  overflow: hidden;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection {
    margin-top: 40px;
  }
}
.lpProductPickupArea .pickupSection + .pickupSection {
  margin-top: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection + .pickupSection {
    margin-top: 30px;
  }
}
.lpProductPickupArea .pickupSection .sectionHeader {
  background: #333;
  padding: clamp(24px, 4.167vw, 40px) 0;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionHeader {
    padding: 20px 0;
  }
}
.lpProductPickupArea .pickupSection .sectionHeader .sectionTtl {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  text-align: center;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionHeader .sectionTtl {
    font-size: 1.8rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent {
  background: #fff;
  padding: clamp(36px, 6.2505vw, 60px) clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent {
    padding: 30px 20px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .readTxt {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: clamp(24px, 4.167vw, 40px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .readTxt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .readTxt em {
  color: #2680EB;
  font-weight: 500;
}
.lpProductPickupArea .pickupSection .sectionContent .readTxt + .readTxt {
  margin-top: clamp(18px, 3.1245vw, 30px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .readTxt + .readTxt {
    margin-top: 20px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .readTxt.bold {
  font-weight: 700;
  font-size: clamp(14px, 2vw, 20px);
}
.lpProductPickupArea .pickupSection .sectionContent .readTxt.center {
  text-align: center;
}
.lpProductPickupArea .pickupSection .sectionContent .memoBox {
  background: url(../img/lp/grayBg.png) repeat;
  border: none;
  border-radius: 20px;
  padding: clamp(18px, 3.1245vw, 30px) clamp(24px, 4.167vw, 40px);
  margin: clamp(18px, 3.1245vw, 30px) 0 0;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .memoBox {
    padding: 20px 15px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .memoBox .memoTtl {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #000000;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .memoBox .memoTtl {
    font-size: 1.6rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .memoBox .memoList {
  padding-left: 1.5em;
  margin: 0;
}
.lpProductPickupArea .pickupSection .sectionContent .memoBox .memoList li {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .memoBox .memoList li {
    font-size: 1.4rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .memoBox .memoList li .memoNote {
  font-size: clamp(14px, 2vw, 18px);
  margin-left: 1em;
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .memoBox .memoList li .memoNote {
    font-size: 1.3rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin-top: clamp(24px, 4.167vw, 40px);
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .bagSizeList {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem {
  text-align: center;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagImgBox {
  margin-bottom: 20px;
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagImgBox figure {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  aspect-ratio: 1;
  display: block;
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagImgBox figure :where(img) {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagImgBox.middle figure {
  max-width: 250px;
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagName {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagName {
    font-size: 1.6rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagSize {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .bagSizeList .bagSizeItem .bagSize {
    font-size: 1.6rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: clamp(30px, 5.208vw, 50px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList .alternativeBox {
  border: 2px solid #000;
  border-radius: 20px;
  max-width: 460px;
}
.lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList .alternativeBox .altTtl {
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 15px 0;
  border-bottom: 2px solid #000000;
  text-align: center;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList .alternativeBox .altTtl {
    font-size: 1.6rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList .alternativeBox .altTxt {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0;
  min-height: 147px;
  display: block grid;
  place-items: center;
  text-align: center;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .alternativeBoxList .alternativeBox .altTxt {
    font-size: 1.4rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .urgentInfoList {
  margin-top: clamp(18px, 3.1245vw, 30px);
}
.lpProductPickupArea .pickupSection .sectionContent .urgentInfoList .urgentInfoItem {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .urgentInfoList .urgentInfoItem {
    flex-direction: column;
    gap: 10px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .urgentInfoList .urgentInfoItem .infoIcon {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #2680EB;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .urgentInfoList .urgentInfoItem .infoIcon {
    font-size: 1.5rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .urgentInfoList .urgentInfoItem .infoTxt {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin: 0;
  flex: 1;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .urgentInfoList .urgentInfoItem .infoTxt {
    font-size: 1.4rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox {
  margin-top: clamp(24px, 4.167vw, 40px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox {
    margin-top: 30px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox + .deliveryInfoBox {
  margin-top: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox + .deliveryInfoBox {
    margin-top: 30px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryTtl {
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryTtl {
    font-size: 1.7rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryTxt {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryTxt {
    font-size: 1.4rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryTxt strong {
  font-weight: 700;
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox {
  background: #f9f9f9;
  border-radius: 12px;
  padding: clamp(15px, 2.604vw, 25px) clamp(18px, 3.1245vw, 30px);
  margin-top: 20px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox {
    padding: 20px 15px;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTtl {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTtl {
    font-size: 1.5rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteList {
  padding-left: 1.5em;
  margin: 15px 0 0;
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteList li {
  list-style: disc;
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteList li {
    font-size: 1.3rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteList li strong {
  font-weight: 700;
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTxt {
  font-size: clamp(14px, 2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 12px;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTxt {
    font-size: 1.3rem;
  }
}
.lpProductPickupArea .pickupSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTxt + .noteTtl {
  margin-top: 20px;
}
.lpProductPickupArea .pickupSection.hokanSection {
  background: #333;
  border: none;
  color: #fff;
  border-radius: 20px;
  padding: clamp(48px, 8.334vw, 80px) 0;
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection.hokanSection {
    padding: 40px 0;
  }
}
.lpProductPickupArea .pickupSection.hokanSection .sectionHeader {
  background: transparent;
  padding: 0;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection.hokanSection .sectionHeader {
    margin-bottom: 40px;
  }
}
.lpProductPickupArea .pickupSection.hokanSection .sectionHeader .sectionTtl {
  font-size: clamp(22px, 3vw, 32px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection.hokanSection .sectionHeader .sectionTtl {
    font-size: 2.2rem;
  }
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent {
  background: transparent;
  padding: 0 clamp(36px, 6.2505vw, 60px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection.hokanSection .sectionContent {
    padding: 0 20px;
  }
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox + .deliveryInfoBox {
  margin-top: clamp(48px, 8.334vw, 80px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox + .deliveryInfoBox {
    margin-top: 40px;
  }
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryTtl {
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  margin-bottom: clamp(24px, 4.167vw, 40px);
}
@media (max-width: 480px) {
  .lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryTtl {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryTxt {
  text-align: left;
  color: #fff;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryNoteBox {
  background: transparent;
  padding: 0;
  margin-top: 20px;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTtl {
  color: #fff;
  font-size: clamp(14px, 2vw, 20px);
  margin: 0 0 5px;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteList {
  margin: 0;
  padding-left: 0;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteList li {
  color: #fff;
  list-style: none;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTxt {
  color: #fff;
  margin: 0;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.8;
}
.lpProductPickupArea .pickupSection.hokanSection .sectionContent .deliveryInfoBox .deliveryNoteBox .noteTxt em {
  font-weight: 700;
}

.lpProductPickupInfoArea {
  margin-top: clamp(84px, 14.583vw, 140px);
  background: #333;
  padding: clamp(60px, 10.416vw, 100px) 0;
  text-align: center;
  border-radius: 20px;
}
.lpProductPickupInfoArea h2.mainTtl {
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: clamp(36px, 6.2505vw, 60px);
}
.lpProductPickupInfoArea .txtBox {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.lpProductPickupInfoArea .txtBox p.read {
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.8;
  text-align: left;
  margin-bottom: clamp(24px, 4.167vw, 40px);
}
@media (max-width: 480px) {
  .lpProductPickupInfoArea .txtBox p.read {
    font-size: 1.5rem;
  }
}
.lpProductPickupInfoArea .txtBox p.read em {
  color: #2680EB;
}
.lpProductPickupInfoArea .txtBox .notionList {
  text-align: left;
}
.lpProductPickupInfoArea .txtBox .notionList li {
  list-style: disc;
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  position: relative;
  margin-left: 1em;
}
@media (max-width: 480px) {
  .lpProductPickupInfoArea .txtBox .notionList li {
    font-size: 1.4rem;
  }
}
.lpProductPickupInfoArea .txtBox .notionList li span {
  font-size: clamp(14px, 2vw, 16px);
  opacity: 0.8;
  display: block;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .lpProductPickupInfoArea .txtBox .notionList li span {
    font-size: 1.2rem;
  }
}
.lpProductPickupInfoArea .txtBox .notionList li + li {
  margin-top: 15px;
}