.p-sp-only {
    display: none;
}
.p-inline-block {
    display: inline-block;
}
.p-image {
    width: 100%;
}
#content{
    border-top: none;
}
@media screen and (max-width: 767px) {
    .p-sp-only {
        display: inline-block;
    }
    .p-pc-only {
        display: none;
    }
}
.p-selfcolor {
    margin-top: 90px;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, verdana, Osaka, "MS PGothic", sans-serif;
    color: #333333;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .p-selfcolor {
        margin-top: 50px;
    }
}
.p-kv {
  height: 500px;
  background-image: url("/images/selfcolor/kv-pc@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 767px) {
    .p-kv {
        height: auto;
        width: 100%;
        aspect-ratio: 3 / 2;
        background-image: url("/images/selfcolor/kv-sp@2x.jpg");
        background-size: cover;
        grid-template-columns: 1fr;
    }
}
.p-kv__heading {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    .p-kv__heading {
        margin-left: 20px;
    }
}
.p-kv__title {
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    line-height: 1.2;
}
@media screen and (max-width: 767px) {
    .p-kv__title {
        font-size: 29px;
        text-align: left;
    }
}
.p-kv__subtitle {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .p-kv__subtitle {
        display: inline-block;
        font-weight: normal;
        font-size: 13px;
        margin-top: 14px;
        margin-left: 5px;
        text-align: left;
        line-height: 1.76;
    }
}

.p-lead {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .p-lead {
        margin: 45px 20px 0;
        font-size: 15px;
    }
}
.p-lead__text {
    font-size: 18px;
    margin-top: 26px;
    line-height: 1.67;
}
@media screen and (max-width: 767px) {
    .p-lead__text {
        font-size: 15px;
        margin-top: 24px;
    }
}
.p-lead__image {
    margin: 30px auto 0;
    width: 290px;
}
@media screen and (max-width: 767px) {
    .p-lead__image {
        margin: 17px auto 0;
        width: 169px;
    }
}

.p-voice {
    margin-top: 108px;
}
@media screen and (max-width: 767px) {
    .p-voice {
        margin-top: 50px;
        background-color: #ffecec;
    }
}
.p-voice__title {
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-voice__title {
        font-size: 25px;
        padding-top: 50px;
    }
}

.p-point {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .p-point {
        margin-top: 5px;
    }
}
.p-point__header {
    background-color: #f0f0f0;
    padding: 100px 0 100px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-point__header {
        padding: 50px 0 50px;
        margin-top: 50px;
    }
}
.p-point__header::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #f0f0f0 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
@media screen and (max-width: 767px) {
    .p-point__header::before {
        border-width: 16px 16px 0 16px;
    }
}
.p-point__subtitle {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-point__subtitle {
        font-size: 16px;
        line-height: 1.51;
    }
}
.p-point__title {
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
    .p-point__title {
        font-size: 25px;
        margin-top: 17px;
    }
}
.p-point__header-text {
    font-size: 18px;
    margin-top: 48px;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-point__header-text {
        font-size: 15px;
        margin-top: 20px;
    }
}
.p-point__content {
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    .p-point__content {
        margin-top: 38px;
    }
}
.p-point__point {
    margin-top: 80px;
}
@media screen and (max-width: 767px) {
    .p-point__point {
        margin-top: 50px;
    }
}
.p-point__point-number {
    color: #d60065;
    font-size: 18px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    display: inline-block;
    padding: 9px 30px 5px 30px;
}
@media screen and (max-width: 767px) {
    .p-point__point-number {
        font-size: 15px;
        padding: 7px 20px 6px 20px;
    }
}
.p-point__point-number:before,.p-point__point-number:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 31px;
  background-image: url('/images/selfcolor/point_border@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
   .p-point__point-number:before,.p-point__point-number:after {
        width: 10px;
        height: 25px;
    }
}
.p-point__point-number:before {
    left: 0;
    transform: translateY(-50%);
}
.p-point__point-number:after {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
}
.p-point__point-title {
    margin-top: 30px;
    font-size: 34px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-point__point-title {
        margin-top: 20px;
        font-size: 21px;
    }
}
.p-point__point-lead {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.67;
}
@media screen and (max-width: 767px) {
    .p-point__point-lead {
        font-size: 15px;
        margin-top: 25px;
    }
}
.p-point__table-wrapper {
    margin: 0 20px 0;
}
.p-point__table {
    max-width: 950px;
    margin: 45px auto 0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-point__table {
        margin: 27px auto 0;
    }
}
.p-point__table-1-column {
    width: 221px;
}
@media screen and (max-width: 767px) {
    .p-point__table-1-column {
        width: 70px;
    }
}
.p-point__table-title, .p-point__table-heading, .p-point__table-date {
    border: 3px solid #FFF;
    vertical-align: middle;
}
.p-point__table-title {
    background-color: #d60065;
    height: 42px;
}
@media screen and (max-width: 767px) {
    .p-point__table-title {
        height: 35px;
    }
}
.p-point__table-title-text {
    color: #FFFFFF;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-point__table-title-text {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .p-point__point-lead {
        font-size: 15px;
        margin-top: 25px;
    }
}
.p-point__table-date {
    background-color: #f0f0f0;
    padding: 22px 0 22px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date {
        background-color: #f0f0f0;
        padding: 12px 0 12px;
    }
}
.p-point__table-link {
    height: 145px;
    display: block;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-point__table-link {
        height: 120px;
    }
}
.p-point__table-link .p-point__table-date-text {
    position: relative;
    margin-left: -9px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .p-point__table-link .p-point__table-date-text {
        margin-left: -10px;
    }
}
.p-point__table-link .p-point__table-date-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    width: 7px;
    height: 11px;
    background-image: url('/images/selfcolor/point_arrow@2x.png');
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .p-point__table-link .p-point__table-date-text::after {
        width: 6px;
        height: 9px;
        right: -12px;
    }
}
.p-point__table-link .p-point__table-date-image {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}
.p-point__table-date-text {
    font-size: 14px;
    line-height: 1.42;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-text {
        font-size: 11px;
        line-height: 1.27;
    }
}
.p-point__table-date-image {
    display: block;
    margin: 0 auto;
}
.p-point__table-date-image.of-cream {
    width: 169px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-cream {
        width: 65px;
    }
}
.p-point__table-date-image.of-bubble {
    width: 177px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-bubble {
        width: 71px;
    }
}
.p-point__table-date-image.of-liquid {
    width: 127px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-liquid {
        width: 60px;
    }
}
.p-point__table-date-image.of-hair-cream-color {
    width: 60px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-hair-cream-color {
        width: 35px;
    }
}
.p-point__table-date-image.of-pomp-color {
    width: 114px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-pomp-color {
        width: 72px;
    }
}
.p-point__table-date-image.of-hair-liquid-color {
    width: 53px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-hair-liquid-color {
        width: 32px;
    }
}
.p-point__table-date-image.of-color-treatment {
    width: 46px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-color-treatment {
        width: 30px;
    }
}
.p-point__table-date-image.of-hair-mascara {
    width: 31px;
}
@media screen and (max-width: 767px) {
    .p-point__table-date-image.of-hair-mascara {
        width: 19px;
    }
}
.p-point__table-heading {
    background-color: #ffecec;
}
@media screen and (max-width: 767px) {
    .p-point__table-heading {
        width: 70px;
    }
}
.p-point__table-heading-text {
    font-size: 16px;
    color: #d92371;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
   .p-point__table-heading-text {
        font-size: 12px;
    }
}
.p-point__image {
    max-width: 706px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    .p-point__image {
        margin: 30px 20px 0;
    }
}
.p-point__point-text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.62;
}
@media screen and (max-width: 767px) {
    .p-point__point-text {
        margin-top: 25px;
        font-size: 14px;
    }
}
.p-point__point-text.of-lead-diagnosis {
    margin-top: 115px;
}
@media screen and (max-width: 767px) {
    .p-point__point-text.of-lead-diagnosis {
        margin-top: 70px;
    }
}
.p-point__diagnosis {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .p-point__diagnosis {
        margin-top: 40px;
    }
}
.p-point__diagnosis-inner {
    background-color: #ffd7ea;
    border-radius: 10px;
    padding-bottom: 30px;
    max-width: 790px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .p-point__diagnosis-inner {
        margin: 0 20px 0;
    }
}
.p-point__diagnosis-image {
    margin: 0 auto;
    padding-top: 20px;
    max-width: 650px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-point__diagnosis-image {
        width: 232px;
    }
}
.p-point__text {
    line-height: 1.76;
    text-align: center;
    font-size: 1rem;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .p-point__text {
        font-size: 0.8125rem;
        margin-top: 25px;
    }
}
.p-point__tab-image {
    width: 100%;
}
.p-point__button {
    margin: 15px auto 0;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 250px;
}
.p-point__button-button {
    width: 100%;
    text-align: center;
    background-color: #FFF;
    display: grid;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    height: 44px;
    font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
    .p-point__button-button {
        height: 40px;
        font-size: 0.8125rem;
    }
}
.p-howto {
    background-color: #f0f0f0;
    margin-top: 100px;
    padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
    .p-howto {
        margin-top: 60px;
        padding: 55px 0 55px;
    }
}
.p-howto__lead {
    font-size: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-howto__lead {
        font-size: 21px;
        line-height: 1.47;
    }
}
.p-howto__image {
    width: 707px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    .p-howto__image {
        width: auto;
        margin: 30px 20px 0;
    }
}
.p-howto__title {
    font-size: 40px;
    text-align: center;
    margin-top: 60px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-howto__title {
        font-size: 25px;
        margin-top: 40px;
    }
}
.p-howto__text {
    margin-top: 36px;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-howto__text {
        margin-top: 20px;
        font-size: 15px;
        line-height: 1.47;
    }
}
.p-howto__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 67px;
}
@media screen and (max-width: 767px) {
    .p-howto__button {
        display: block;
        margin: 30px 20px 0;
    }
}
.p-howto__button-button {
    background-color: #FFF;
    border-radius: 50px;
    width: 460px;
    height: 72px;
    display: grid;
    align-items: center;
    margin: 0 15px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-howto__button-button {
        width: 100%;
        max-width: 315px;
        height: 55px;
        display: grid;
        align-items: center;
        margin: 15px auto 0;
        position: relative;
    }
}
.p-howto__button-text {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-howto__button-text {
        font-size: 16px;
    }
}
.p-howto__button-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .p-howto__button-icon {
        right: 36px;
        width: 12px;
    }
}
.p-question {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .p-question {
        margin-top: 52px;
    }
}
.p-question__title {
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-question__title {
        font-size: 25px;
    }
}
.p-question__text {
    font-size: 18px;
    margin-top: 34px;
}
@media screen and (max-width: 767px) {
    .p-question__text {
    font-size: 15px;
        margin-top: 18px;
    }
}
.p-question__button {
    margin-top: 65px;
}
@media screen and (max-width: 767px) {
    .p-question__button {
        margin-top: 35px;
    }
}
.p-question__button-button {
    background-color: #FFF;
    border-radius: 50px;
    width: 460px;
    height: 72px;
    display: grid;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border: #333333 solid 1px;
}
@media screen and (max-width: 767px) {
    .p-question__button-button {
        width: 100%;
        max-width: 315px;
        height: 55px;
        display: grid;
        align-items: center;
        margin: 15px auto 0;
        position: relative;
    }
}
.p-question__button-text {
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-question__button-text {
        font-size: 16px;
    }
}
.p-question__button-icon {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .p-question__button-icon {
        right: 36px;
        width: 12px;
    }
}
.p-banner {
    background-image: url('/images/selfcolor/banner_back-pc@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 100px auto 100px;
    height: 244px;
    width: 100%;
    max-width: 790px;

}
@media screen and (max-width: 767px) {
    .p-banner {
        background-image: url('/images/selfcolor/banner_back-sp@2x.png');
        width: 100%;
        max-width: 335px;
        height: 147px;
        margin: 55px auto 50px;
    }
}
.p-banner__text {
    padding: 70px 0 0 70px;
    display: block;
    text-align: left;
    font-size: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {
    .p-banner__text {
        padding: 25px 0 0;
        text-align: center;
        font-size: 25px;
    }
}
.p-banner__button {
    margin: 33px 0 0 140px;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .p-banner__button {
        margin: 20px auto 0;
        text-align: center;
    }
}
.p-banner__button-button {
    width: 250px;
    height: 44px;
    display: grid;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: #333333 1px solid;
    border-radius: 44px;
}
@media screen and (max-width: 767px) {
    .p-banner__button-button {
        height: 40px;
        margin: 0 auto;
    }
}
.p-banner__button-text {
    font-size: 14px;
}

.scroll_top_btn_sp {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 327px;
  right: 40px;
  z-index: 4;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #a2a2a2;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: none;
}
@media (max-width: 767px) {
  .scroll_top_btn_sp {
    position: relative;
    width: 100%;
    height: auto;
    bottom: auto;
    right: auto;
    border-radius: 0;
    padding: 4.8vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-button-animation {
    transition: background-color 0.3s ease, color 0.3s ease;
}
.p-button-animation:hover {
  background-color: #333;
  color: #FFF;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-button-animation:hover .p-howto__button-icon ,.p-button-animation:hover .p-question__button-icon{
    transition: .3s;
    filter: brightness(0) saturate(100%) invert(97%) sepia(9%) saturate(12%) hue-rotate(43deg) brightness(108%) contrast(100%);
}
.p-point__table-link:hover {
    opacity: .7;
    transition: all .3s ease;
}
