@charset "UTF-8";

/* ----------main---------- */
.article {
  margin: 80lvh 0 0;
}

/* main pc */
@media screen and (min-width:821px) {
  .spBr {
    display: none;
  }

  .btn__link:hover {
    color: var(--mainColor-white);
    background-color: var(--mainColor-black);
  }
}
/* main pc */

/* article__header */
.article__header img {
  width: 95.2vw;
}

.section__topic {
  margin-top: -100px;
  z-index: 1;
}

.order__txt {
  margin: 30px 4vw 80lvh;
}

.order__txt p {
  margin-top: 12px;
  color: var(--accentColor-handRed);
  font-size: 1rem;
}
/* article__header pc */
@media screen and (min-width:821px) {
  .article__header img {
    width: min(858px, 59.58vw);
  }

  .section__topic {
    margin-top: -250px;
  }

  .order__txt {
    margin: 60px 0 80lvh;
  }

  .order__txt p {
    margin-top: 34px;
    font-size: 1.8rem;
  }
}
/* article__header pc */
/* article__header */

/* plan */
.section--plan {
  padding: 80lvh 0 0;
  background-color: var(--mainColor-white);
}

.section--plan img {
  width: 95.2vw;
}

.plan__txt {
  margin: 30px 4vw 0;
}

.plan__txt p {
  font-size: 1.4rem;
}

.plan__txt p:nth-of-type(2) {
  width: fit-content;
  font-size: 1rem;
  margin: 12px auto 60px;
  text-align: left;
}

.plan__item {
  padding: 90px 0 60px;
}

.plan__item:nth-of-type(3) {
  padding-bottom: 0;
}

.plan__img {
  position: relative;
  overflow: hidden;
}

.plan__img--light {
  height: 98.66vw;
}

.plan__img--standard {
  height: 100.8vw;
}

.plan__img--full {
  height: 109.33vw;
}

.plan__img img {
  border: 1px solid var(--mainColor-black);
}

.plan__item--light .plan__img img:first-of-type {
  width: 41.33vw;
  position: absolute;
  top: 0;
  left: 6vw;
}

.plan__item--light .plan__img img:nth-of-type(2) {
  width: 40vw;
  position: absolute;
  top: 19.2vw;
  right: 6vw;
}

.plan__item--light .plan__img img:nth-of-type(3) {
  width: 35.73vw;
  position: absolute;
  bottom: 0;
  left: 25.46vw;
}

.plan__item--standard .plan__img img:first-of-type {
  width: 45.33vw;
  position: absolute;
  top: 18.66vw;
  left: -3.2vw;
  z-index: 10;
}

.plan__item--standard .plan__img img:nth-of-type(2) {
  width: 60.26vw;
  position: absolute;
  top: 0;
  right: -8.53vw;
  z-index: 10;
}

.plan__item--standard .plan__img img:nth-of-type(3) {
  width: 40.53vw;
  position: absolute;
  bottom: 0;
  left: 35.06vw;
}

.plan__item--full .plan__img img:first-of-type {
  width: 47.2vw;
  position: absolute;
  top: 26.66vw;
  left: 4vw;
}

.plan__item--full .plan__img img:nth-of-type(2) {
  width: 37.33vw;
  position: absolute;
  top: 0;
  right: 24.8vw;
}

.plan__item--full .plan__img img:nth-of-type(3) {
  width: 75.46vw;
  position: absolute;
  bottom: 0;
  right: -13.33vw;
}

.order__topic {
  font-family: "Fjalla One", sans-serif;
  font-size: 5.2rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: rgba(238, 238, 238, 0.5);
  -webkit-text-stroke: 1px var(--mainColor-black);
}

.order__topic--plan {
  margin-top: 45px;
}

.plan__name p {
  font-size: 1rem;
  margin-top: 12px;
}

.plan__btn {
  display: flex;
  gap: 2.66vw;
  justify-content: center;
  margin: 27px 4vw 0;
}

.plan__btn .btn__link {
  margin: 0;
}

.plan__btn .btn__link:first-of-type {
  width: 95px;
}

.plan__btn .btn__link:nth-of-type(2) {
  width: 100px;
}

.plan__btn .btn__link:nth-of-type(3) {
  width: 125px;
}

.plan__btn .btn__link:nth-of-type(3)::after {
  transform: translateY(-75%) rotate(135deg);
}

.detail__topic {
  margin: 30px 0 0 8vw;
  padding: 8px 11px;
  border-bottom: 1px solid var(--mainColor-black);
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
  width: fit-content;
}

.detail__content {
  margin-top: 30px;
}

.detail__item {
  display: flex;
  gap: 3.2vw;
  align-items: center;
  justify-content: space-between;
  margin: 12px 10.66vw 0;
}

.detail__item::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted var(--mainColor-black);
  height: 1px;
  order: 2;
}

.detail__item:nth-of-type(3) {
  margin-top: 10px;
}

.detail__item dt, .detail__item dd {
  font-size: 1.2rem;
  font-weight: 400;
}

.detail__item dt {
  order: 1;
}

.detail__item dd {
  order: 3;
}

.detail__item dd span {
  font-size: 1.6rem;
}

.detail__price p {
  font-size: 1.6rem;
  margin-top: 20px;
  line-height: 1;
}

.detail__price p span {
  font-size: 2.4rem;
}

.detail__price p span:nth-of-type(2) {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
}

/* plan pc */
@media screen and (min-width:821px) {
  .section--plan img {
    max-width: 674px;
  }

  .plan__txt {
    margin: 60px auto 0;
  }

  .plan__txt p {
    font-size: 1.8rem;
  }

  .plan__txt p:nth-of-type(2) {
    font-size: 1.4rem;
    margin: 20px auto 90px;
    text-align: center;
  }

  .plan__item {
    padding: 120px 0;
  }

  .plan__item:nth-of-type(3) {
    padding-bottom: 0;
  }

  .plan__img {
    margin: 0 auto;
  }

  .plan__img--light {
    width: min(660px,45.83vw);
    height: min(730px,50.69vw);
  }

  .plan__img--standard {
    width: min(920px,63.88vw);
    height: min(700px,48.61vw);
  }

  .plan__img--full {
    width: min(1050px,72.91vw);
    height: min(895px,62.15vw);
  }

  .plan__item--light .plan__img img:first-of-type {
    width: min(310px,21.52vw);
    top: 0;
    left: 0;
  }

  .plan__item--light .plan__img img:nth-of-type(2) {
    width: min(300px,20.83vw);
    top: min(143px,9.93vw);
    right: 0;
  }

  .plan__item--light .plan__img img:nth-of-type(3) {
    width: min(265px,18.4vw);
    bottom: 0;
    left: min(146px,10.13vw);
  }

  .plan__item--standard .plan__img img:first-of-type {
    width: min(340px,23.61vw);
    top: min(96px,6.66vw);
    left: 0;
  }

  .plan__item--standard .plan__img img:nth-of-type(2) {
    width: min(450px,31.25vw);
    top: 0;
    right: 0;
  }

  .plan__item--standard .plan__img img:nth-of-type(3) {
    width: min(304px,21.11vw);
    bottom: 0;
    left: min(222px,15.41vw);
  }

  .plan__item--full .plan__img img:first-of-type {
    width: min(389px, 27.01vw);
    top: min(187px,12.98vw);
    left: 0;
  }

  .plan__item--full .plan__img img:nth-of-type(2) {
    width: min(310px,21.52vw);
    top: 0;
    right: min(397px,27.56vw);
  }

  .plan__item--full .plan__img img:nth-of-type(3) {
    width: min(707px,49.09vw);
    bottom: 0;
    right: 0;
  }

  .order__topic {
    font-size: 9.6rem;
  }

  .order__topic--plan {
    margin-top: 120px;
  }

  .plan__name p {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .plan__btn {
    gap: min(30px,2.08vw);
    margin: 60px 0 0;
  }

  .plan__btn .btn__link:first-of-type {
    width: 150px;
  }

  .plan__btn .btn__link:nth-of-type(2) {
    width: 160px;
  }

  .plan__btn .btn__link:nth-of-type(3) {
    width: 200px;
  }

  .detail__topic {
    padding: 15px 22px;
    font-size: 1.8rem;
  }

  .detail__item {
    gap: 3.2vw;
  }

  .detail__item dt, .detail__item dd {
    font-size: 1.8rem;
  }

  .detail__item dd span {
    font-size: 2.2rem;
  }

  .detail__price {
    margin-top: 40px;
  }

  .detail__price p {
    font-size: 2rem;
  }

  .detail__price p span {
    font-size: 2.6rem;
  }

  .detail__price p span:nth-of-type(2) {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}

@media screen and (min-width:1025px) {
  .plan__detail {
    display: flex;
    justify-content: center;
    gap: min(60px,4.16vw);
    align-items: center;
    margin: 120px max(60px,4.16vw) 0;
  }

  .order__topic--plan {
    margin-top: 0;
  }

  .detail__topic {
    margin: 0;
    padding: 15px 22px;
    font-size: 1.8rem;
  }

  .detail__content {
    width: min(600px, 41.66vw);
  }

  .detail__item {
    margin: 12px min(10px,0.69vw) 0;
  }

  .detail__price {
    margin-top: 40px;
  }

  .detail__price p {
    text-align: left;
    margin-left: min(10px, 0.69vw);
  }

  .detail__price p span:nth-of-type(2) {
    display: inline;
    margin: 0 0 0 8px;
  }
}
/* plan pc */
/* plan */

/* flow */
.section--flow {
  background-color: var(--mainColor-white);
  padding: 80lvh 0 0;
}

.flow__list {
  margin: 44px 8vw 0;
  counter-reset: listnum;
}

.flow__item {
  margin-top: 44px;
}

.flow__topic {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 40px;
  text-align: left;
}

.flow__topic::before {
  counter-increment: listnum;
  content: counter(listnum)".";
  font-family: "Fjalla One", sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: 0;
  color: rgba(238, 238, 238, 0.5);
  -webkit-text-stroke: 1px var(--mainColor-black);
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}

.flow__item p {
  margin-top: 15px;
  font-size: 1rem;
  text-align: left;
}

.flow__item p:first-of-type {
  margin-top: 29px;
}

.flow__item .btn__link {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-25%);
  margin-top: 0;
  width: 100px;
}

.payment__list {
  text-align: left;
  font-size: 1rem;
}

.payment__name {
  font-weight: 400;
  margin: 15px 0 0 13px;
  position: relative;
}

.payment__name::before {
  content: '○';
  font-family:"Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--mainColor-black);
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}

/* flow pc */
@media screen and (min-width:821px) {
  .flow__list {
    margin: 90px 8vw 0;
  }

  .flow__item {
    margin-top: 90px;
  }

  .flow__topic {
    font-size: 1.8rem;
    margin-left: 80px;
  }

  .flow__topic::before {
    font-size: 9.6rem;
    left: -80px;
  }

  .flow__item p {
    margin-top: 24px;
    font-size: 1.4rem;
  }

  .flow__item p:first-of-type {
    margin-top: 40px;
  }

  .flow__item .btn__link {
    height: 48px;
    width: 155px;
  }

  .payment__list {
    font-size: 1.4rem;
  }

  .payment__name {
    margin: 24px 0 0 20px;
  }

  .payment__name::before {
    font-size: 1.4rem;
    left: -20px;
  }
}

@media screen and (min-width:1025px) {
  .flow__list {
    margin: 90px 24.3vw 0;
  }

  .flow__topic::before {
    top: 0;
    transform: translateY(0);
  }

  .flow__item p {
    margin-left: 80px;
  }

  .flow__item p:first-of-type {
    margin-top: 20px;
  }

  .flow__item .btn__link {
    top: 36px;
    transform: translateY(0);
  }

  .payment__list {
    margin-left: 80px;
  }
}
/* flow pc */
/* flow */

/* spec */
.section--spec {
  background-color: var(--mainColor-white);
  padding: 80lvh 0 0;
}

.spec__list {
  padding: 40px 8vw 0;
}

.spec__item {
  margin-top: 30px;
}

.spec__item:first-of-type {
  margin-top: 0;
}

.spec__name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 10px 22px;
  width: fit-content;
  border-bottom: 1px solid var(--mainColor-black);
  margin: 0 auto;
}

.spec__txt {
  margin-top: 15px;
  font-size: 1.2rem;
}

.spec__txt span {
  display: block;
  font-size: 0.8rem;
  margin-top: 6px;
}

@media screen and (min-width:821px) {
  .spec__list {
    padding: 60px 0 0;
  }

  .spec__item {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(30px,2.08vw);
  }

  .spec__name {
    font-size: 1.8rem;
    padding: 15px 30px;
    margin: 0;
    width: 197px;
  }

  .spec__txt {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: left;
    width: 485px;
  }

  .spec__txt span {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
/* spec */

/* notice */
.section--notice {
  background-color: var(--mainColor-white);
  padding: 80lvh 0;
}

.notice__list {
  padding: 40px 4vw 0;
}

.notice__item {
  margin-top: 30px;
}

.notice__item:first-of-type {
  margin-top: 0;
}

.notice__name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  padding: 10px 22px;
  width: fit-content;
  border-bottom: 1px solid var(--mainColor-black);
  margin: 0 auto;
}

.notice__txt {
  margin-top: 15px;
  font-size: 1rem;
}

@media screen and (min-width:821px) {
  .notice__list {
    padding: 60px 0 0;
  }

  .notice__item {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(30px, 2.08vw);
  }

  .notice__name {
    font-size: 1.8rem;
    padding: 15px 30px;
    margin: 0;
    width: 197px;
  }

  .notice__txt {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: left;
    width: 570px;
  }
}
/* notice */
/* ----------main---------- */
