@charset "UTF-8";
/* ブレークポイントはmin-width: 750px */
.message {
  background-color: #f7f7f7;
  margin-top: 15.3vw; /* 115 */
}
@media screen and (min-width: 750px),print {
  .message {
    margin-top: 80px;
  }
}
.message * {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 749px) {
  .message .cmn-ttl {
    margin-bottom: 13.3vw;
  }
}
.message-content {
  margin-inline: auto;
  max-width: 1100px;
  margin-top: 13.3vw; /* 100 */
  padding-left: 4vw;
  padding-right: 4vw;
}
@media screen and (min-width: 750px),print {
  .message-content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 750px),print {
  .message-content {
    padding-left: 0px;
  }
}
@media screen and (min-width: 750px),print {
  .message-content {
    padding-right: 0px;
  }
}
.message-anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.3vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 16.6vw; /* 125 */
  gap: 0vw 5.3vw;
}
@media screen and (min-width: 750px),print {
  .message-anchor {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 750px),print {
  .message-anchor {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px 40px;
  }
}
.message-anchor .btn-link-arr {
  border-bottom: 1px solid #d9d9d9;
  padding: 0.9em 0;
}
@media screen and (min-width: 750px),print {
  .message-anchor .btn-link-arr {
    padding: 1.2em 0;
  }
}
.message-anchor .btn-link-arr::after {
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  rotate: 90deg;
}
.message-section {
  margin-bottom: 20vw; /* 150 */
}
@media screen and (min-width: 750px),print {
  .message-section {
    margin-bottom: 120px;
  }
}
.message-section .title {
  font-size: 6.4vw;
  padding-bottom: 3.2vw;
  margin-bottom: 4.2vw; /* 32 */
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 750px),print {
  .message-section .title {
    font-size: 40px;
  }
}
@media screen and (min-width: 750px),print {
  .message-section .title {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 750px),print {
  .message-section .title {
    margin-bottom: 32px;
  }
}
.message-section .time {
  margin-bottom: 10.6vw; /* 80 */
}
@media screen and (min-width: 750px),print {
  .message-section .time {
    margin-bottom: 40px;
  }
}
.message-point {
  background-color: #f1f1f1;
  padding-top: 5.3vw;
  padding-bottom: 5.3vw;
  padding-right: 5.3vw;
  padding-left: 5.3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.message-point * {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (min-width: 750px),print {
  .message-point {
    padding-top: 64px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point {
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point {
    padding-right: 80px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point {
    padding-left: 80px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 750px),print {
  .message-point-box {
    padding-left: 80px;
  }
}
.message-point-box.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 750px),print {
  .message-point-box.multi {
    gap: 40px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point-box.multi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.message-point-box-ttl {
  font-size: 5.33333vw;
  line-height: 1.5;
  margin-bottom: 3.2vw; /* 24 */
}
@media screen and (min-width: 750px),print {
  .message-point-box-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point-box-ttl {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 750px),print {
  .message-point-box-ttl {
    line-height: 2;
  }
}
@media screen and (min-width: 750px),print {
  .message-point-box-img {
    max-width: 300px;
    aspect-ratio: 300/183;
    width: 100%;
  }
}
.message-point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5.33333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 750px),print {
  .message-point-title {
    font-size: 25px;
  }
}
@media screen and (max-width: 749px) {
  .message-point-title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5.3vw;
    margin-bottom: 5.3vw;
  }
}
@media screen and (min-width: 750px),print {
  .message-point-title {
    border-right: 1px solid #cccccc;
    padding-right: 110px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.message-point-title::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 1em;
  height: 1em;
  margin-right: 0.65em;
  background-image: url(../../images/renew2024/message/check_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.message-point-title p {
  font-weight: 300;
}
.message .step-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 25.6vw;
  margin-bottom: 10.6vw; /* 80 */
}
@media screen and (min-width: 750px),print {
  .message .step-wrap {
    margin-bottom: 84px;
  }
}
@media screen and (min-width: 750px),print {
  .message .step-wrap {
    -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px;
  }
}
.message .step-wrap * {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.message .step-item {
  position: relative;
}
.message .step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  background-color: #cccccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 6.9vw;
  height: 4.2vw;
  top: 100%;
  margin-top: 10.6vw;
  margin-inline: auto;
  right: 0;
  left: 0;
}
@media screen and (min-width: 750px),print {
  .message .step-item:not(:last-child)::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 16px;
    height: 26px;
    top: 30%;
    margin-top: auto;
    margin-left: 24px;
    left: 100%;
    right: auto;
  }
}
@media screen and (min-width: 750px),print {
  .message .step-item {
    max-width: 324px;
  }
}
.message .step-img {
  margin-bottom: 3.2vw; /* 24 */
}
@media screen and (min-width: 750px),print {
  .message .step-img {
    margin-bottom: 16px;
  }
}
.message .step-num {
  font-size: 4.93333vw;
  margin-bottom: 0vw; /* 0 */
  font-weight: 300;
}
@media screen and (min-width: 750px),print {
  .message .step-num {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px),print {
  .message .step-num {
    margin-bottom: 10px;
  }
}
.message .faq-wrap {
  margin-top: 10.6vw; /* 80 */
  margin-bottom: 10.6vw; /* 80 */
}
@media screen and (min-width: 750px),print {
  .message .faq-wrap {
    margin-top: 80px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-wrap {
    margin-bottom: 80px;
  }
}
.message .faq-ttl {
  font-size: 5.33333vw;
  margin-bottom: 3.2vw; /* 24 */
  font-weight: 300;
}
@media screen and (min-width: 750px),print {
  .message .faq-ttl {
    font-size: 22px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-ttl {
    margin-bottom: 32px;
  }
}
.message .faq-content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.message .faq-content dl {
  padding: 0 4.2vw;
  font-size: 4vw;
}
@media screen and (min-width: 750px),print {
  .message .faq-content dl {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-content dl {
    padding: 0 32px;
  }
}
.message .faq-content dt {
  margin-top: 4.2vw; /* 32 */
  margin-bottom: 4.2vw; /* 32 */
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 4vw;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (min-width: 750px),print {
  .message .faq-content dt {
    margin-top: 32px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-content dt {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-content dt {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-content dt {
    padding-left: 2em;
    text-indent: -2em;
  }
}
.message .faq-content dt::before {
  content: "Q.";
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 4.53333vw;
  margin-right: 0.5em;
}
@media screen and (min-width: 750px),print {
  .message .faq-content dt::before {
    font-size: 20px;
  }
}
.message .faq-content dd {
  margin-top: 4.2vw; /* 32 */
  margin-bottom: 4.2vw; /* 32 */
  padding-left: 1.6em;
  text-indent: -1.6em;
  font-size: 3.6vw;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (min-width: 750px),print {
  .message .faq-content dd {
    margin-top: 32px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-content dd {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 750px),print {
  .message .faq-content dd {
    font-size: 15px;
  }
}
.message .faq-content dd::before {
  content: "A.";
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-size: 4.53333vw;
  margin-right: 0.5em;
}
@media screen and (min-width: 750px),print {
  .message .faq-content dd::before {
    font-size: 20px;
  }
}
.message .video-box {
  width: 100%;
  aspect-ratio: 16/9;
}
.message .video-box iframe {
  width: 100%;
  height: 100%;
}
.message .base-text {
  font-size: 3.6vw;
}
@media screen and (min-width: 750px),print {
  .message .base-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  .message #hand-nailcare .step-wrap {
    margin-top: 10.6vw;
  }
}


.message .note {
    margin-top: 4vw;
    font-size: 2.66666vw;
    letter-spacing: 0.045em;
    line-height: 1.8;
    font-weight: 400;
}
@media screen and (min-width: 750px),print {
.message .note {
        font-size: 10px;
        letter-spacing: 0.045em;
        line-height: 2.3;
        font-weight: 400;
      }
}
@media screen and (min-width: 750px),print {
.message .note {
        margin-top: 30px;
    }
}

