.pageHeaderTitle__subtitle {
  @media screen and (max-width: 750px){
    font-size: 18px;
    margin-top: 1em;
  }
}
.hirayalaboHeader__thumb {
  @media screen and (max-width: 750px){
    padding: 20px 0 0;
  }
}
.hirayalaboGray {
  @media screen and (max-width: 750px){
    margin-top: 0;
    padding: 0 0 50px;
  }
}
.fiveIntro__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  @media screen and (max-width: 750px){
    background-color: #fff;
    padding: 1em 0;
    margin: 0 -4vw;
    font-size: 16px;
  }
}
.fiveIntroBlock__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  @media screen and (max-width: 750px){
    flex-direction: column;
  }
  &.-item02 {
    flex-direction: row-reverse;
    margin-top: 70px;
    @media screen and (max-width: 750px){
      flex-direction: column;
      margin-top: 40px;
    }
  }
}
.fiveIntroBlock__left {
  .-item02 & {
    margin-right: -50px;
      @media screen and (max-width: 750px){
        margin: 0;
      }
  }
}
.fiveIntroBlock__right {
  width: 380px;
  @media screen and (max-width: 750px){
    width: 100%;
    margin-top: 40px;
  }
  .-item02 & {
    width: 550px;
    @media screen and (max-width: 750px){
      width: 100%;
    }
  }
}
.fiveIntroBlock__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  @media screen and (max-width: 750px){
    font-size: 18px;
    text-align: center;
  }
}
.fiveIntroBlock__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 60px;
  @media screen and (max-width: 750px){
    text-align: center;
    margin-top: 40px;
  }
}
.fiveFeatures {
  margin-top: 80px;
  @media screen and (max-width: 750px){
    margin-top: 50px;
  }
}
.title-five {
  text-align: center;
  .en {
    display: block;
    font-size: 40px;
    font-weight: bold;
    @media screen and (max-width: 750px){
      font-size: 30px;
    }
  }
  .ja {
    display: block;
    font-size: 14px;
    color: #9d9d9d;
  }
}
.fiveFeaturesBlock {
  margin-top: 90px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
  + .fiveFeaturesBlock {
    margin-top: 120px;
    @media screen and (max-width: 750px){
      margin-top: 60px;
    }
  }
}
.fiveFeaturesTop {
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    flex-direction: column;
  }
}
.fiveFeaturesTop__left {
  @media screen and (max-width: 750px){
    display: contents;
  }
}
.fiveFeaturesTop__right {
  width: 480px;
  @media screen and (max-width: 750px){
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
}
.fiveFeaturesTop__title {
  display: flex;
  align-items: center;
  @media screen and (max-width: 750px){
    order: 1;
    justify-content: center;
  }
  .en {
    font-family: "Din Condensed Bold";
    color: #83969b;
    font-size: 28px;
    letter-spacing: 0.14em;
    @media screen and (max-width: 750px){
      font-size: 18px;
    }
  }
  .ja {
    font-size: 25px;
    font-weight: bold;
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #231815;
    @media screen and (max-width: 750px){
      font-size: 16px;
    }
  }
}
.fiveFeaturesTop__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 2em;
  @media screen and (max-width: 750px){
    order: 2;
    font-size: 18px;
    text-align: center;
    margin-top: 1em;
  }
}
.fiveFeaturesTop__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 2em;
  @media screen and (max-width: 750px){
    order: 4;
    margin-top: 1em;
    br {
      display: none;
    }
  }
}
.fiveFeaturesList {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
}
.fiveFeaturesList__item {
  width: 250px;
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.fiveFeaturesList__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 8px 0;
  background-color: #f5f5f4;
}
.fiveFeaturesList__text {
  font-size: 14px;
  line-height: 2;
  margin-top: 1em;
}
.fiveFeaturesSpec {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  max-width: 810px;
  @media screen and (max-width: 750px){
    margin-top: 30px;
  }
}
.fiveFeaturesSpec__item {
  width: 260px;
  background-color: #f5f5f4;
  padding: 10px 0;
  text-align: center;
  @media screen and (max-width: 750px){
    width: 155px;
  }
}
.fiveFeaturesSpec__title {
  font-size: 16px;
  font-weight: bold;
  color: #83969b;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}
.fiveFeaturesSpec__text {
  font-size: 16px;
  font-weight: bold;
  color: #83969b;
  @media screen and (max-width: 750px){
    font-size: 14px;
  }
}
.fiveWorks {
  margin-top: 110px;
  padding-top: 110px;
  background-color: #f5f5f4;
  @media screen and (max-width: 750px){
    margin-top: 100px;
    padding-top: 40px;
  }
}
.fiveWorks__title {
  margin-bottom: 70px;
}
.lineupRecommend.-five {
  padding-top: 100px;
  background-color: #f5f5f4;
}
.lineupRecommend__title.-five {
  border-color: #ece5d4;
}
.lineupRecommendList.-five li:before {
  background-color: #ece5d4;
}
.lineupRecommendBlock {
  @media screen and (max-width: 750px){
    flex-direction: column-reverse;
  }
}
.lineupRecommendBlock__left {
  width: 210px;
  @media screen and (max-width: 750px){
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.fivePlan__header {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #f5f5f4;
  @media screen and (max-width: 750px){
    padding-top: 70px;
  }
}
.fivePlan__subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  @media screen and (max-width: 750px){
    font-size: 18px;
    margin-top: 1em;
  }
}
.fivePlan__inner {
  padding-top: 110px;
  @media screen and (max-width: 750px){
    padding: 30px 4vw 0;
  }
}
.fivePlanBlock {
  max-width: 1266px;
  margin-left: auto;
  margin-right: auto;
  + .fivePlanBlock {
    margin-top: 60px;
    padding-top: 110px;
    border-top: 1px solid #231815;
    @media screen and (max-width: 750px){
      margin-top: 40px;
      padding-top: 35px;
    }
  }
}
.fivePlanBlock__row {
  display: flex;
  max-width: 1024px;
  margin: 0 auto;
  @media screen and (max-width: 750px){
    flex-direction: column;
    position: relative;
  }
}
.fivePlanBlock__left {
  width: 170px;
  @media screen and (max-width: 750px){
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
.fivePlanBlock__center {
  width: calc(100% - 170px - 370px);
  margin-top: 30px;
  @media screen and (max-width: 750px){
    display: contents;
  }
}
.fivePlanBlock__right {
  width: 370px;
  @media screen and (max-width: 750px){
    display: contents;
  }
}
.fivePlanBlock__num {
  background-color: #ac8451;
  color: #fff;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
  .num {
    font-family: "Din Condensed Bold";
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
    display: block;
    margin: 0 10px 4px;
  }
  .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2em;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    &.-small {
      font-size: 15px;
      height: 2.6em;
    }
  }
}
.fivePlanBlock__title {
  font-size: 24px;
  font-weight: bold;
  @media screen and (max-width: 750px){
    order: 1;
    font-size: 19px;
    padding-left: 134px;
    .-block03 & {
      padding-top: 1.6em;
    }
  }
}
.fivePlanBlock__subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #ac8451;
  margin-top: 25px;
  @media screen and (max-width: 750px){
    order: 2;
    margin-top: 1em;
    padding-left: 134px;
    .-block03 & {
      padding-left: 0;
      padding-top: 1.6em;
    }
  }
}
.fivePlanBlock__data {
  margin-top: 50px;
  @media screen and (max-width: 750px){
    order: 4;
    margin-top: 20px;
  }
  dt {
    font-family: "Din Condensed Bold";
    color: #83969b;
    font-size: 22px;
    letter-spacing: 0.08em;
  }
  dd {
    font-size: 14px;
    letter-spacing: 0.01em;
    &:before {
      content: "■ ";
      color: #83969b;
    }
  }
}
.fivePlanBlock__madori {
  @media screen and (max-width: 750px){
    order: 6;
  }
  &.-madori01 {
    margin-top: 35px;
    text-align: center;
    img {
      width: 326px;
    }
  }
  &.-madori02 {
    margin-top: 56px;
    text-align: center;
    @media screen and (max-width: 750px){
      margin-top: 35px;
    }
    img {
      width: 463px;
      margin-left: -95px;
      @media screen and (max-width: 750px){
        width: 336px;
        margin: 0;
      }
    }
  }
  &.-madori03 {
    margin-top: 56px;
    text-align: center;
    @media screen and (max-width: 750px){
      margin-top: 35px;
    }
    img {
      max-width: initial;
      width: 612px;
      margin-left: -170px;
      @media screen and (max-width: 750px){
        width: 331px;
        margin: 0;
      }
    }
  }
}
.fivePlanBlock__thumb {
  margin-bottom: 50px;
  @media screen and (max-width: 750px){
    order: 3;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.fivePlanInfo {
  @media screen and (max-width: 750px){
    order: 5;
    margin-top: 20px;
  }
}
.fivePlanInfo__item {
  position: relative;
  padding-left: 10px;
  @media screen and (max-width: 750px){
    padding: 0;
  }
  + .fivePlanInfo__item {
    margin-top: 50px;
  }
  &.-plus {
    &:after {
      content: "";
      background: url(../img/lineup/5s-labo/icon_plus.svg) no-repeat center / contain;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 65px;
      bottom: -32px;
      @media screen and (max-width: 750px){
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
  &.-equal {
    &:after {
      content: "";
      background: url(../img/lineup/5s-labo/icon_equal.svg) no-repeat center / contain;
      width: 18px;
      height: 18px;
      position: absolute;
      left: 65px;
      bottom: -32px;
      @media screen and (max-width: 750px){
        left: 50%;
        transform: translateX(-50%);
      }
    }
  }
}
.fivePlanInfo__title {
  width: 150px;
  border: 1px solid #83969b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 2px 0;
  margin: 0 0 10px -10px;
  @media screen and (max-width: 750px){
    margin: 0 auto 10px;
  }
}
.fivePlanInfo__price {
  font-size: 14px;
  font-weight: 500;
  @media screen and (max-width: 750px){
    text-align: center;
  }
  .large {
    font-size: 28px;
  }
  .medium {
    font-size: 20px;
  }
}
.color-blue {
  color: #83969b;
}
.fivePlanInfo__madori {
  font-size: 14px;
  @media screen and (max-width: 750px){
    text-align: center;
  }
}
.fivePlanInfo__option {
  margin-right: -2em;
  @media screen and (max-width: 750px){
    margin-right: 0;
  }
  li {
    font-size: 14px;
    font-weight: 500;
    text-indent: -1em;
    margin-left: 1em;
    + li {
      margin-top: 0.5em;
    }
  }
}
.fivePlanInfo__optionprice {
  font-size: 14px;
  font-weight: 500;
  .large {
    font-size: 18px;
  }
}
.fivePlanBlock__desc {
  max-width: 1024px;
  margin: 50px auto 0;
  padding-left: 170px;
  font-size: 14px;
  line-height: 2;
  @media screen and (max-width: 750px){
    padding-left: 0;
    margin-top: 30px;
  }
}
.fivePlanGallery {
  width: 100%;
  max-width: 1024px;
  margin: 50px auto 0;
  display: flex;
  gap: 20px;
  @media screen and (max-width: 750px){
    margin-top: 28px;
    display: block;
  }
}
.fivePlanGallery__item {
  cursor: pointer;
}
.slick-slide {
  img {
    margin-right: 15px;
    width: auto;
    height: 225px;

    @media screen and (max-width: 750px) {
      height: 160px;
    }
  }
}
.fivePlanGallery .slick-prev {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/lineup/5s-labo/icon_prev_slider.svg) no-repeat center/contain;
  top: calc(50% - 30px);
  left: -88px;
  z-index: 2;
  @media screen and (max-width: 750px){
    left: -10px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.fivePlanGallery .slick-next {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../img/lineup/5s-labo/icon_next_slider.svg) no-repeat center/contain;
  top: calc(50% - 30px);
  right: -88px;
  z-index: 2;
  @media screen and (max-width: 750px){
    right: -10px;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.fivePlanGallery .slick-dots {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -40px;
  display: flex;
  justify-content: center;
  @media screen and (max-width: 750px){
    bottom: -30px;
  }
}
.fivePlanGallery .slick-dots li {
  margin: 0 4px;
  @media screen and (max-width: 750px){
    margin: 0 2px;
  }
}
.fivePlanGallery .slick-dots li button {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #bcbebf;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  text-indent: -9999px;
}
.fivePlanGallery .slick-dots li.slick-active button {
  background-color: #bcbebf;
}
.fivePlan__note {
  margin-top: 45px;
  font-weight: 500;
  font-size: 14px;
  @media screen and (max-width: 750px){
    text-align: center;
    margin-top: 30px;
  }
}
.fivePlan__message {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin-top: 140px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
    font-size: 14px;
  }
  span {
    background-color: #e7e4d8;
  }
}
.fiveContact {
  margin-top: 110px;
  text-align: center;
  @media screen and (max-width: 750px){
    margin-top: 80px;
    padding: 0 4vw;
  }
}
.fiveContact__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  @media screen and (max-width: 750px){
    font-size: 20px;
  }
}
.fiveContact__text {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
.homeFaq {
  @media screen and (max-width: 750px){
    margin-top: 80px;
  }
}

