@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 1079px) {
  .modal-hamburger .btn-hamburger .btn-hamburger__borders .btn-hamburger__border-top,
  .modal-hamburger .btn-hamburger .btn-hamburger__borders .btn-hamburger__border-center,
  .modal-hamburger .btn-hamburger .btn-hamburger__borders .btn-hamburger__border-bottom {
    background: #000000;
  }
}
@media screen and (max-width: 1079px) {
  .modal-hamburger .btn-hamburger .btn-hamburger__text {
    color: #000;
  }
}

.hero_2nd_area .tit02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area .tit02 {
    margin-bottom: 25px;
  }
}
.hero_2nd_area .step {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .hero_2nd_area .step {
    margin-bottom: 5px;
  }
}
.hero_2nd_area .step img {
  width: 100%;
}

.price_wrap {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.price_wrap .price {
  display: inline-block;
  background: linear-gradient(to top, #FFFF00 0%, #FFFF00 12px, rgba(255, 255, 0, 0) 13px, rgba(255, 255, 0, 0) 100%);
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_wrap .price {
    background: linear-gradient(to top, #FFFF00 0%, #FFFF00 6px, rgba(255, 255, 0, 0) 7px, rgba(255, 255, 0, 0) 100%);
    font-size: min(4.9vw, 20px);
    margin-bottom: 15px;
  }
}
.price_wrap .price .tubo_n {
  font-size: 60px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_wrap .price .tubo_n {
    font-size: 1.5em;
  }
}
.price_wrap .price .tubo_t {
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_wrap .price .tubo_t {
    font-size: 1em;
  }
}
.price_wrap .price .price_n {
  font-size: 100px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_wrap .price .price_n {
    font-size: 2.5em;
  }
}
.price_wrap .price small {
  display: inline;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price_wrap .price small {
    font-size: 0.7em;
  }
}
.price_wrap .caption {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .price_wrap .caption {
    font-size: 10px;
    letter-spacing: 0em;
  }
}
.price_wrap.-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .price_wrap.-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.price_wrap.-flex .price {
  margin-bottom: 0px;
}
.price_wrap.-flex .caption {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .price_wrap.-flex .caption {
    margin-top: 10px;
  }
}
.price_wrap .subcopy {
  border: solid 3px #000;
  box-sizing: border-box;
  padding: 5px 15px 10px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .price_wrap .subcopy {
    padding: 5px 10px 5px;
    font-size: 14px;
    display: inline-block;
    border-width: 2px;
    margin-bottom: 10px;
  }
}
.price_wrap .subcopy .line {
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #FFFF00 0%, #FFFF00 8px, rgba(255, 255, 0, 0) 9px, rgba(255, 255, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .price_wrap .subcopy .line {
    background: linear-gradient(to top, #FFFF00 0%, #FFFF00 4px, rgba(255, 255, 0, 0) 5px, rgba(255, 255, 0, 0) 100%);
  }
}

.order_head {
  padding-bottom: 50px;
  border-bottom: solid 1px #000;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .order_head {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.order_head .tit01 {
  font-size: 34px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1079px) {
  .order_head .tit01 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .order_head .tit01 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.order_head .txt01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1079px) {
  .order_head .txt01 {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .order_head .txt01 {
    font-size: 13px;
  }
}

.order_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .order_step {
    display: block;
  }
}
.order_step img {
  width: 100%;
}
.order_step .num_box {
  width: 150px;
}
@media screen and (max-width: 1079px) {
  .order_step .num_box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.order_step .num_box .num {
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 130px;
  font-weight: 200;
  letter-spacing: 0em;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 1079px) {
  .order_step .num_box .num {
    margin-bottom: 0px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .order_step .num_box .num {
    font-size: 75px;
  }
}
.order_step .num_box .icon_wrap {
  width: 100%;
  max-width: 30px;
  margin: 0px auto;
}
@media screen and (max-width: 1079px) {
  .order_step .num_box .icon_wrap {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .order_step .num_box .icon_wrap {
    max-width: 15px;
  }
}
.order_step .num_box .icon_wrap .down {
  margin-bottom: 15px;
  font-size: 0px;
}
@media screen and (max-width: 1079px) {
  .order_step .num_box .icon_wrap .down {
    margin-bottom: 5px;
  }
}
.order_step .num_box .icon_wrap .down:last-child {
  margin-bottom: 0px;
}
.order_step .cont_box {
  width: calc(100% - 180px);
  box-sizing: border-box;
  padding-bottom: 80px;
  border-bottom: solid 1px #000;
  margin-bottom: 70px;
}
@media screen and (max-width: 1079px) {
  .order_step .cont_box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .order_step .cont_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.order_step .cont_box .tit01 {
  font-size: 30px;
  line-height: 1.66;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .tit01 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.order_step .cont_box .tit01 .line {
  background: linear-gradient(to top, #FFFF00 0%, #FFFF00 10px, rgba(255, 255, 0, 0) 11px, rgba(255, 255, 0, 0) 100%);
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .tit01 .line {
    background: linear-gradient(to top, #FFFF00 0%, #FFFF00 5px, rgba(255, 255, 0, 0) 6px, rgba(255, 255, 0, 0) 100%);
  }
}
.order_step .cont_box .txt01 {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .txt01 {
    font-size: 13px;
  }
}
.order_step .cont_box .plan_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .plan_list {
    width: 1905px;
    grid-template-columns: repeat(6, 305px);
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .plan_list.pctab {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .plan_list.mb35 {
    margin-bottom: 0px;
  }
}
.order_step .cont_box .plan_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.order_step .cont_box .plan_list li.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .plan_list li.sp {
    display: grid;
  }
}
.order_step .cont_box .plan_list li .img {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}
.order_step .cont_box .plan_list li .txt {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 3;
  color: #fff;
  z-index: 1;
  box-sizing: border-box;
  padding: 10px 10px;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 821px) {
  .order_step .cont_box .plan_list li .txt {
    padding: 10px;
    font-size: 13px;
  }
}
.order_step .cont_box .plan_list li .txt .eng {
  display: block;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 821px) {
  .order_step .cont_box .plan_list li .txt .eng {
    font-size: 22px;
  }
}
.order_step .cont_box .plan_list li .txt span {
  display: block;
  text-align: right;
  font-size: 10px;
  font-family: "Avenir Next", "Lato", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 821px) {
  .order_step .cont_box .plan_list li .txt span {
    position: static;
    margin-top: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .order_step .cont_box .plan_list li .txt span {
    position: absolute;
    margin-top: 0px;
    text-align: right;
  }
}
.order_step .cont_box .plan_list li::after {
  display: block;
  content: "";
  background: rgba(53, 70, 92, 0.6);
  mix-blend-mode: multiply;
  z-index: 0;
  grid-column-start: 1;
  grid-row-start: 2;
  grid-row-end: 3;
}
.order_step .cont_box .plan_tit {
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.order_step .cont_box .plan_tit::before {
  display: inline-block;
  content: "";
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFFF00;
  border: solid 1px #000;
  margin-right: 5px;
  vertical-align: 0.1em;
}
.order_step .design_cap {
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .order_step .design_cap {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
.order_step .icon_plus {
  width: 100%;
  max-width: 50px;
  margin: 0px auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .order_step .icon_plus {
    max-width: 40px;
    margin-bottom: 25px;
  }
}
.order_step .madori {
  position: relative;
}
@media screen and (max-width: 767px) {
  .order_step .madori {
    width: 1050px;
  }
}
.order_step .madori .madori_cap {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 767px) {
  .order_step .madori .madori_cap {
    position: static;
  }
}
.order_step .step3_img {
  margin-top: -80px;
}
@media screen and (max-width: 1279px) {
  .order_step .step3_img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .order_step .step3_img {
    margin-bottom: 10px;
  }
}
.order_step .step3_img_txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .order_step .step3_img_txt {
    display: block;
  }
}
.order_step .step3_img_txt article {
  margin-bottom: 25px;
}
.order_step .step3_img_txt article:last-child {
  margin-bottom: 0px;
}
.order_step .step3_img_txt article .step3_tit01 {
  font-size: 16px;
  line-height: 1.56;
  margin-bottom: 10px;
}
.order_step .step3_img_txt article .step3_tit01 strong {
  font-size: 30px;
  display: block;
  font-weight: 400;
}
.order_step .step3_img_txt article .step3_tit01 .line {
  font-weight: 700;
  background: linear-gradient(to top, #FFFF00 0%, #FFFF00 4px, rgba(255, 255, 0, 0) 5px, rgba(255, 255, 0, 0) 100%);
}
.order_step .step3_img_txt article .txt01 {
  margin-bottom: 20px;
}
.order_step .step4 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .order_step .step4 {
    display: block;
  }
}
.order_step .step4 .step4_txt {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .order_step .step4 .step4_txt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.order_step .step4 .step4_img {
  width: 22.22%;
}
@media screen and (max-width: 767px) {
  .order_step .step4 .step4_img {
    width: 68.85%;
    margin: 0px auto;
  }
}
.order_step .mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .order_step .mb35 {
    margin-bottom: 25px;
  }
}