/* Scss Document */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-breadcrumb {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.system-page {
  padding-bottom: 100px;
}

.system-mv {
  min-height: 500px;
  position: relative;
}
.system-mv .inner {
  padding-top: 262px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.system-mv__ttl {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  line-height: 1;
}

.system-mv__ttl-ja {
  margin-top: 10px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 10px;
  letter-spacing: 0.075em;
}

.system-mv__ttl-en {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: "Briar";
  font-size: 65px;
  font-weight: 900;
}

.system-mv__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  line-height: 2;
  letter-spacing: 0.075em;
}

.system-mv__img {
  width: 54.69%;
  height: 500px;
  border-radius: 0 0 0 130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.system-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.plan {
  margin-top: 28px;
}

.plan__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: "Briar";
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.plan__ttl span {
  font-size: 20px;
}

.plan-list {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 86px 0;
}

.plan-item {
  padding: 36px 20px;
  text-align: center;
  position: relative;
}
.plan-item:nth-child(even)::after {
  right: 0;
  border-radius: 80px 0 0 80px;
}
.plan-item:nth-child(even) .plan-item__ttl {
  background: #FFF;
  border: 2px solid #000;
}
.plan-item:nth-child(odd)::after {
  left: 0;
  border-radius: 0% 80px 80px 0;
}
.plan-item:nth-child(odd) .plan-item__ttl {
  background: #000;
  color: #FFF;
  border: 2px solid #000;
}
.plan-item::after {
  content: "";
  width: calc(50% + 350px);
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: 0;
  z-index: -1;
}

.plan-item__ttl {
  width: 200px;
  padding: 4px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: -22px;
  left: calc(50% - 350px);
  border-radius: 60px;
}

.plan-item__price {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.salon {
  margin-top: 100px;
  position: relative;
}

.salon__ttl {
  padding: 48px 0 33px;
  font-family: "Briar";
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #FFF;
}

.salon__body {
  margin-top: 50px;
  padding-bottom: 134px;
  position: relative;
}

.salon-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 49px 0;
}

.salon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}

.salon-item__ttl {
  width: 56px;
  height: 61px;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background: #000;
  border-radius: 60px 60px 0 0;
}

.salon-item__sub {
  font-size: 15px;
  letter-spacing: 0.075em;
}

.salon-item__text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.075em;
}

.salon__note {
  width: 320px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.salon__note__inner {
  padding: 25px 0 24px;
  font-size: 15px;
  letter-spacing: 0.075em;
  text-align: center;
  background: #FFF;
  border-radius: 50px 50px 0 0;
  display: block;
}

.salon-bg {
  width: calc(100% - 190px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 130px 130px 0;
  overflow: hidden;
}

.salon-bg__black {
  width: 100%;
  height: 130px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.salon-bg__gray {
  height: 100%;
  background: #E5E5E5;
}

.contact-btn {
  width: 320px;
  margin: 100px auto 0;
}
.contact-btn a {
  padding: 7px 5px;
  display: block;
  font-weight: 700;
  color: #FFF;
  background: #000;
  text-align: center;
  border-radius: 60px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .contact-btn a:hover {
    opacity: 0.7;
  }
}

.contact-btn__arrow {
  width: 17px;
  height: 17px;
  line-height: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 900px) {
  .salon-bg {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .header {
    position: static;
  }
  .p-breadcrumb {
    width: 100%;
    padding: 0 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .system-page {
    padding-bottom: 60px;
  }
  .system-mv {
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .system-mv .inner {
    padding-top: 0;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .system-mv__ttl {
    margin-top: 33px;
    padding-bottom: 12px;
    display: block;
    text-align: center;
    position: relative;
  }
  .system-mv__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #000;
  }
  .system-mv__ttl-ja {
    margin-top: 0;
  }
  .system-mv__ttl-en {
    margin-top: 10px;
    font-size: 30px;
  }
  .system-mv__text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
  }
  .system-mv__img {
    width: calc(100% - 15px);
    height: auto;
    margin: 30px 0 0 auto;
    border-radius: 0 0 0 100px;
    position: static;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .system-mv__img img {
    width: 100%;
    height: auto;
  }
  .plan {
    margin-top: 60px;
  }
  .plan__ttl {
    border-bottom: none;
    position: relative;
  }
  .plan__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #000;
  }
  .plan-list {
    margin-top: 53px;
    gap: 51px 0;
  }
  .plan-item {
    padding: 35px 20px 36px;
  }
  .plan-item:nth-child(even)::after {
    right: 0;
    border-radius: 80px 0 0 80px;
  }
  .plan-item:nth-child(even) .plan-item__ttl {
    background: #FFF;
    border: 2px solid #000;
  }
  .plan-item:nth-child(odd)::after {
    left: 0;
    border-radius: 0% 80px 80px 0;
  }
  .plan-item:nth-child(odd) .plan-item__ttl {
    background: #000;
    color: #FFF;
    border: 2px solid #000;
  }
  .plan-item::after {
    width: calc(100% - 35px);
  }
  .plan-item__ttl {
    width: 133px;
    padding: 2px;
    font-size: 16px;
    top: -24px;
    left: 35px;
  }
  .plan-item__price {
    font-size: 20px;
    line-height: 1.45;
  }
  .salon {
    margin-top: 50px;
    margin-right: 35px;
    background: #E5E5E5;
    border-radius: 0 30px 100px 0;
  }
  .salon .inner {
    padding: 0;
  }
  .salon__ttl {
    padding: 16px 0 15px;
    font-size: 19px;
    background: #000;
    border-radius: 0 30px 30px 0;
  }
  .salon__body {
    margin-top: 37px;
    padding-bottom: 113px;
  }
  .salon-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
  .salon-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px 0;
  }
  .salon-item__textarea {
    text-align: center;
  }
  .salon-item__sub {
    font-size: 10px;
  }
  .salon-item__text {
    font-size: 20px;
    font-weight: 500;
  }
  .salon__note {
    width: 133px;
  }
  .salon__note__inner {
    padding: 22px 0 18px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 30px 30px 0 0;
  }
  .salon-bg {
    display: none;
  }
  .contact-btn {
    width: 300px;
    margin: 60px auto 0;
  }
  .contact-btn a {
    padding: 4px 5px;
    font-size: 16px;
  }
  .contact-btn__arrow {
    width: 15px;
    height: 15px;
    right: 12px;
  }
}