.csc-01__img {
  top: min(15vh, 175px);
}
.csc-01__img.csc-01__img--sp {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
}
@media screen and (min-width: 800px) {
  .csc-01__img.csc-01__img--sp {
    display: none;
  }
}
.csc-01__img.csc-01__img--sp img {
  width: min(26vw, 150px);
  padding: 0;
}

.sdp-01__img {
  top: min(14vh, 175px);
}
.sdp-01__img.sdp-01__img--sp {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
}
@media screen and (min-width: 800px) {
  .sdp-01__img.sdp-01__img--sp {
    display: none;
  }
}
.sdp-01__img.sdp-01__img--sp img {
  width: min(26vw, 150px);
  padding: 0;
}

.csc-01__img, .sdp-01__img {
  display: none;
}
@media screen and (min-width: 800px) {
  .csc-01__img, .sdp-01__img {
    display: block;
    position: absolute;
    right: 0;
    z-index: 3;
    width: 100vw;
    width: 50vw;
    top: initial;
    bottom: -55px;
  }
}
.csc-01__img__inn, .sdp-01__img__inn {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 800px) {
  .csc-01__img__inn, .sdp-01__img__inn {
    width: min(100%, 540px);
  }
}
.csc-01__img img, .sdp-01__img img {
  margin-right: 0;
  width: min(32vw, 175px);
  padding-right: var(--pt-spa-side-sp);
}
@media screen and (max-width: 799px) {
  .csc-01 h2, .csc-01 h4, .sdp-01 h2, .sdp-01 h4 {
    text-align: center;
  }
}

.csc-02 h2, .csc-02 h3 {
  text-align: center;
}
.csc-02 h3 {
  line-height: 1;
  margin-top: 0.5em;
  font-size: calc(var(--pt-fz-xxl) * 3);
}
.csc-02 h3 span {
  font-size: 0.5em;
}

@media screen and (min-width: 800px) {
  .csc-04 {
    margin-top: 9.6rem;
  }
}
.csc-04 h2 {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .csc-04 h2 {
    text-align: left;
  }
}
.csc-04 .pt-sec--wide__inn picture img {
  -o-object-position: 30% 20%;
     object-position: 30% 20%;
}

.csc-05 h3 {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #24211b;
  color: #ffffff;
  text-align: left;
  padding: 1.6rem var(--pt-spa-side-sp);
}
@media screen and (min-width: 800px) {
  .csc-05 h3 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  .csc-05 .pt-youtube {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.sdp-02 h2 {
  text-align: center;
  font-size: var(--pt-fz-xl);
}
.sdp-02__tag {
  text-align: center;
}
.sdp-02__tag span {
  display: inline-block;
  padding: 0.5em 0.75em;
  border: 1px solid #24211b;
}
.sdp-02__value {
  line-height: 1;
  font-size: calc(var(--pt-fz-xxl) * 2.7);
  display: grid;
  gap: 0.05em;
  grid-template-columns: 1fr 0.65em;
  grid-template-rows: auto auto;
}
@media screen and (min-width: 640px) {
  .sdp-02__value {
    font-size: calc(var(--pt-fz-xxl) * 3);
  }
}
.sdp-02__value__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.sdp-02__value .__value {
  line-height: 1;
  font-size: 1.1em;
  grid-column: 1/2;
  grid-row: 1/3;
}
.sdp-02__value .__tax {
  font-size: 0.22em;
  grid-column: 2/3;
  grid-row: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sdp-02__value .__yen {
  font-size: 0.6em;
  grid-column: 2/3;
  grid-row: 2;
  display: flex;
  justify-content: center;
}
.sdp-02__img-1 {
  display: block;
  width: min(80%, 580px);
  margin: 3.2rem auto !important;
}
.sdp-02__txt-1 {
  text-align: center;
  margin: 3.2rem auto !important;
}
.sdp-02__img-2 {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2.4/1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
}
@media screen and (min-width: 800px) {
  .sdp-02__img-2 {
    margin: auto;
    width: 100%;
    max-width: 100%;
  }
}
.sdp-02__txt-2 {
  text-align: center;
}
@media screen and (min-width: 640px) {
  .sdp-02__txt-2 {
    text-align: right;
  }
}

@media screen and (max-width: 799px) {
  .sdp-04 {
    margin-bottom: 4.8rem !important;
  }
}
@media screen and (min-width: 800px) {
  .sdp-04 {
    margin-top: 9.6rem !important;
  }
}
.sdp-04 h2 {
  text-align: center;
}
@media screen and (min-width: 800px) {
  .sdp-04 h2 {
    text-align: left;
  }
}
.sdp-04 .pt-sec--wide__inn picture img {
  -o-object-position: 30% 20%;
     object-position: 30% 20%;
}

.sdp-05__card {
  position: relative;
}
.sdp-05__card:nth-last-of-type(1) .__arr {
  display: none;
}
@media screen and (min-width: 800px) {
  .sdp-05__card {
    display: flex;
    align-content: flex-start;
  }
}
.sdp-05__card__inn {
  line-height: 1.5;
  border: 1px solid #ffffff;
  padding: var(--pt-spa-side-sp) var(--pt-spa-side-sp) 1.6rem;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 2em 1fr;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 640px) {
  .sdp-05__card__inn {
    gap: 2.4rem;
  }
}
.sdp-05__card__inn > * {
  color: #ffffff;
}
@media screen and (max-width: 799px) {
  .sdp-05__card .__relative {
    position: absolute;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%) rotate(90deg);
  }
  .sdp-05__card .__arr {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 3.2rem;
    height: 2px;
    background-color: #d4d1cc;
  }
}
@media screen and (max-width: 799px) and (min-width: 800px) {
  .sdp-05__card .__arr {
    width: 4.8rem;
  }
}
@media screen and (max-width: 799px) {
  .sdp-05__card .__arr:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.6rem 0 0.6rem 0.85rem;
    border-color: transparent transparent transparent #d4d1cc;
    position: absolute;
    right: -0.5em;
    bottom: -0.5em;
    margin: auto;
  }
}
.sdp-05__card h3 {
  grid-column: 1/2;
  grid-row: 1;
  font-size: var(--pt-fz-xxl);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sdp-05__card h3 span {
  position: absolute;
  top: 1em;
  right: -0.3em;
  font-size: 0.9em;
}
@media screen and (min-width: 640px) {
  .sdp-05__card h3 span {
    top: 0.75em;
    right: -0.5em;
    font-size: 1em;
  }
}
.sdp-05__card h2 {
  font-size: var(--pt-fz-md);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column: 2/3;
  grid-row: 1;
}
.sdp-05__card p {
  grid-column: 1/3;
  grid-row: 2;
  line-height: 2;
}

.sdp-06__point-list {
  display: grid;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 3.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(auto, 640px) minmax(0, 1fr);
  grid-template-rows: auto;
}
@media screen and (max-width: 799px) {
  .sdp-06__point-list > * {
    grid-column: 2;
  }
}
@media screen and (min-width: 800px) {
  .sdp-06__point-list {
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.abt-wide {
  display: grid;
  -moz-column-gap: 0;
       column-gap: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(auto, var(--pt-spa-max-width-sm-p)) minmax(0, 1fr);
}
@media screen and (max-width: 799px) {
  .abt-wide > * {
    grid-column: 2;
  }
}
@media screen and (min-width: 800px) {
  .abt-wide {
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    row-gap: 2.4rem;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: auto;
  }
}

.abt-poricy dt {
  font-family: "Noto Serif", serif;
  font-weight: 300;
  font-size: var(--pt-fz-md);
  color: #24211b;
}
.abt-poricy dd {
  margin-left: 0;
}/*# sourceMappingURL=style-type-lp.css.map */