.p-beautyfesta__content {
  position: relative;
  background-color: #DFE9F2;
}

.p-beautyfesta__content img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content {
    padding: 60px 0 0;
  }
}

.p-beautyfesta__content__ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__ttl {
    width: 348px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-top__content .p-beautyfesta__content__ttl {
    width: 348px;
  }
}

.p-beautyfesta__content__anchor {
  margin-top: 20px;
  background-color: #F3F7FA;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__anchor {
    padding: 16px 0;
  }
}

.p-beautyfesta__content__anchor a {
  display: block;
  color: #222629;
  font-size: 27px;
  font-weight: 300;
  font-family: 'Josefin Sans', 'sans-serif';
  letter-spacing: 0.09em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__anchor a {
    font-size: 27px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-beautyfesta__content__anchor a:hover {
    opacity: 0.5;
  }
}

.p-beautyfesta__content__anchor a span {
  position: relative;
}

.p-beautyfesta__content__anchor a span:after {
  position: absolute;
  top: 50%;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__anchor a span:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: -30px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-top__content .p-beautyfesta__content:before {
    position: absolute;
    bottom: 125px;
    left: auto;
    height: 630px;
    width: 150%;
    margin-left: -200px;
    z-index: 0;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
    content: "";
  }
}

.p-beautyfesta__content__menu {
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu {
    top: 40px;
    right: 60px;
  }
}

.p-beautyfesta__content__menu__text {
  padding-right: 20px;
  position: relative;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 400;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__text {
    font-size: 22px;
    letter-spacing: 0.18em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-beautyfesta__content__menu__text:hover {
    opacity: 0.5;
  }
}

.p-beautyfesta__content__menu__text:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__text:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #3b4043;
    border-right: 2px solid #3b4043;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    -ms-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
  }
}

.p-beautyfesta__content__menu__list {
  position: relative;
  margin-left: auto;
  box-sizing: border-box;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 0 auto;
    padding: 30px 0;
  }
}

.p-beautyfesta__content__menu__list li {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__list li {
    width: 100%;
    margin-top: 16px;
  }

  .p-beautyfesta__content__menu__list li:not(:first-child) {
    width: calc(100% / 3);
  }

  .p-beautyfesta__content__menu__list li:not(:first-child) a {
    margin-left: 30px;
  }

  .p-beautyfesta__content__menu__list li:not(:first-child) a:hover:after {
    position: absolute;
    top: -5px;
    left: -12px;
    content: '';
    width: 0;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    z-index: -1;
  }
}

.p-beautyfesta__content__menu__list li a {
  position: relative;
  display: block;
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__list li a {
    font-size: 18px;
  }
}

.p-beautyfesta__content__menu__list li a.img {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__list li a.img {
    text-align: center;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-beautyfesta__content__menu__list li a.img:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__list li a.img img {
    width: 255px;
  }
}

.p-beautyfesta__content__menu__list li a .number {
  padding: 0 6px 0 0;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
}

.p-beautyfesta__content__menu__list li a .ff-jose {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 400;
}

.p-beautyfesta__content__menu__inner {
  position: absolute;
  width: 100%;
  z-index: 12;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__inner {
    top: -300px;
    left: 0;
    background-color: #F0F3F5;
    -webkit-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
  }

  body.is-menu-open .p-beautyfesta__content__menu__inner {
    top: 0;
  }
}

.p-beautyfesta__content__menu__close-button {
  position: absolute;
  top: 15px;
  right: 17.5px;
  width: 37px;
  height: 37px;
  z-index: 11;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__close-button {
    top: 32px;
    right: 48px;
  }
}

.p-beautyfesta__content__menu__close-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__close-button a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-beautyfesta__content__menu__close-button a:hover {
    opacity: 0.5;
  }
}

.p-beautyfesta__content__menu__close-button a:before,
.p-beautyfesta__content__menu__close-button a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #3c4043;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__menu__close-button a:before,
  .p-beautyfesta__content__menu__close-button a:after {
    width: 26px;
    height: 3px;
  }
}

.p-beautyfesta__content__menu__close-button a:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .p-beautyfesta__content {
    padding: 162px 0 0;
  }

  *::-ms-backdrop,
  .p-beautyfesta__content__menu {
    top: 142px;
  }

  *::-ms-backdrop,
  body.is-menu-open .p-beautyfesta__content__menu__inner {
    top: 102px;
  }
}

body.is-menu-open .l-header {
  background-color: #fff;
}

.p-beautyfesta__content__inner {
  position: relative;
  z-index: 1;
  color: #3B4043;
}

.p-beautyfesta-top__content .p-beautyfesta__content__inner {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-top__content .p-beautyfesta__content__inner {
    margin-top: 75px;
    padding: 0 0 90px;
    background-image: url(/freepage/beautyfesta/img/main_bg_pc.png);
    background-size: 1436px 2006px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__main {
    padding: 45px 0 60px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-top__content .p-beautyfesta__content__main {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__main__list {
    max-width: 1040px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__main__list li {
    position: relative;
    width: 630px;
    padding-top: 90px;
  }

  .p-beautyfesta__content__main__list li:first-child {
    width: 650px;
    padding-top: 65px;
  }

  .p-beautyfesta__content__main__list li:nth-of-type(2),
  .p-beautyfesta__content__main__list li:nth-of-type(4) {
    margin-left: auto;
  }

  .p-beautyfesta__content__main__list li:last-child {
    padding-top: 50px;
  }
}

.p-beautyfesta__content__about {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__about {
    padding: 350px 0 0;
  }
}

.p-beautyfesta__content__about__ttl {
  display: inline-block;
  border-top: 1px dotted #222629;
  border-bottom: 1px dotted #222629;
  line-height: 1.2;
  letter-spacing: 0.03em;
  word-break: break-all;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 400;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__about__ttl {
    padding: 16px 0 8px;
    font-size: 32px;
  }
}

.p-beautyfesta__content__about__text {
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta__content__about__text {
    margin-top: 30px;
    font-size: 20px;
  }
}

.p-beautyfesta-campaign__content {
  padding: 0;
  background-color: #fff;
}

.p-beautyfesta-campaign__content__main {
  padding: 0;
}

.p-beautyfesta-campaign__content__main__img {
  position: relative;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #FF9B85;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__main__img {
    width: 870px;
    height: 464px;
    margin: 0 auto;
  }
}

.p-beautyfesta-campaign__content__main__img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__main__img .img {
    background-image: url(/freepage/beautyfesta/campaign/img/main_bg_pc2.jpg);
    background-size: 870px 464px;
  }
}

.p-beautyfesta-campaign__content__about {
  color: #3B4043;
  background: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about {
    padding: 60px 0;
  }
}

.p-beautyfesta-campaign__content__about__ttl {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__ttl {
    font-size: 30px;
    letter-spacing: 0.18em;
  }
}

.p-beautyfesta-campaign__content__about__text {
  font-weight: 600;
  letter-spacing: 0.09em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__text {
    margin-top: 60px;
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner {
    max-width: 870px;
    margin: 60px auto 0;
  }

  .p-beautyfesta-campaign__content__about__inner:first-of-type {
    margin: 60px auto 0;
  }
}

.p-beautyfesta-campaign__content__about__inner__ttl {
  position: relative;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner__ttl {
    font-size: 24px;
  }
}

.p-beautyfesta-campaign__content__about__inner__ttl:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(135deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner__ttl:after {
    bottom: -10px;
    height: 30px;
  }
}

.p-beautyfesta-campaign__content__about__inner__ttl span {
  position: relative;
  z-index: 1;
}

.p-beautyfesta-campaign__content__about__inner__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner__text {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2.1;
  }
}

.p-beautyfesta-campaign__content__about__inner__text span {
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner__text span span {
    font-size: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner__img {
    margin-top: 15px;
  }
}

.p-beautyfesta-campaign__content__about__inner__sub {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__inner__sub {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-beautyfesta-campaign__content__about__step__inner {
  position: relative;
  background-color: #FFF4F2;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__inner {
    margin: 30px 0 0;
    padding: 60px;
  }

  .p-beautyfesta-campaign__content__about__step__inner + .p-beautyfesta-campaign__content__about__step__inner {
    margin: 60px 0 0;
  }
}

.p-beautyfesta-campaign__content__about__step__inner:last-of-type .p-beautyfesta-campaign__content__about__step__ttl span {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__inner:last-of-type .p-beautyfesta-campaign__content__about__step__ttl span {
    font-size: 24px;
  }
}

.p-beautyfesta-campaign__content__about__step__inner:last-of-type .p-beautyfesta-campaign__content__about__step__ttl:before {
  content: "";
  position: absolute;
  right: auto;
  bottom: 0;
  left: auto;
  background-color: #FFE4DE;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__inner:last-of-type .p-beautyfesta-campaign__content__about__step__ttl:before {
    width: 116px;
    height: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.p-beautyfesta-campaign__content__about__step__inner:last-of-type .p-beautyfesta-campaign__content__about__step__ttl:after {
  position: absolute;
  right: auto;
  background-image: url(/freepage/beautyfesta/campaign/img/ico_step3_ttl.png);
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__inner:last-of-type .p-beautyfesta-campaign__content__about__step__ttl:after {
    top: -15px;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
  }
}

.p-beautyfesta-campaign__content__about__step__ttl {
  position: relative;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__ttl {
    font-size: 18px;
  }
}

.p-beautyfesta-campaign__content__about__step__ttl span {
  padding: 0 8px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__ttl span {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__list {
    max-width: 400px;
    margin: 20px auto 0;
  }
}

.p-beautyfesta-campaign__content__about__step__list li {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__list li {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-beautyfesta-campaign__content__about__step__list li span {
  color: #EE696F;
}

.p-beautyfesta-campaign__content__about__step__list li:before {
  display: inline-block;
  position: relative;
  border-radius: 100%;
  background: #3B4043;
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__list li:before {
    top: -4px;
    width: 3px;
    height: 3px;
    margin-right: 8px;
  }
}

.p-beautyfesta-campaign__content__about__step__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__text {
    max-width: 400px;
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 2.1;
  }
}

.p-beautyfesta-campaign__content__about__step__text span {
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__text span span {
    font-size: 30px;
  }
}

.p-beautyfesta-campaign__content__about__step__attention {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__attention {
    max-width: 400px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 2.1;
  }
}

.p-beautyfesta-campaign__content__about__step__attention span {
  color: #EE696F;
}

.p-beautyfesta-campaign__content__about__step__btn {
  margin-top: 20px;
}

.p-beautyfesta-campaign__content__about > .p-beautyfesta-campaign__content__about__step__btn {
  margin-top: 0;
}

.p-beautyfesta-campaign__content__about > .p-beautyfesta-campaign__content__about__step__btn + .p-beautyfesta-campaign__content__about__step__attention {
  margin: 0 auto 60px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__about__step__btn {
    max-width: 460px;
    margin: 20px auto 0;
  }
}

.p-beautyfesta-campaign__content__detail {
  color: #3B4043;
  background-color: #DFE9F2;
}
.p-beautyfesta-campaign__content__detail__list {
  border-bottom: 1px solid #718496;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list {
    max-width: 1170px;
    margin: 0 auto;
  }
}

.p-beautyfesta-campaign__content__detail__list > dt {
  position: relative;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  border-top: 1px solid #718496;
}

.p-beautyfesta-campaign__content__detail__list > dt:first-child {
  border-top: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list > dt {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 30px;
    font-size: 18px;
    cursor: pointer;
  }
}

.p-beautyfesta-campaign__content__detail__list > dt:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list > dt:after {
    right: 40px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-top: 2px solid #3B4043;
    border-right: 2px solid #3B4043;
  }
}

.p-beautyfesta-campaign__content__detail__list > dt.is-open:after {
  margin-top: 3px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.p-beautyfesta-campaign__content__detail__list > dd {
  display: none;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 1.8;
  background: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list > dd {
    max-width: 1170px;
    margin: 0 auto 30px;
    padding: 60px 140px;
    font-size: 14px;
    border-radius: 30px;
  }
}

.p-beautyfesta-campaign__content__detail__list > dd a {
  color: #3B4043;
  text-decoration: underline;
  word-break: break-all;
}

.p-beautyfesta-campaign__content__detail__list > dd p + p {
  margin-top: 30px;
}

.p-beautyfesta-campaign__content__detail__list__inner > dt {
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list__inner > dt {
    margin-top: 30px;
    font-size: 15px;
  }
}

.p-beautyfesta-campaign__content__detail__list__inner > dt:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list__inner > dd {
    font-size: 14px;
  }
}

.p-beautyfesta-campaign__content__detail__list__deliv li {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list__deliv li {
    margin-left: 9px;
    text-indent: -9px;
    font-size: 14px;
  }
}

.p-beautyfesta-campaign__content__detail__list__deliv li span {
  color: #EE696F;
}

.p-beautyfesta-campaign__content__detail__list__deliv li:before {
  display: inline-block;
  border-radius: 100%;
  background: #3B4043;
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__detail__list__deliv li:before {
    position: relative;
    top: -4px;
    width: 3px;
    height: 3px;
    margin-right: 6px;
  }
}

.p-beautyfesta-campaign-form__content {
  padding: 0 0 20px;
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign-form__content__main {
    padding: 0;
    margin: 0 0 60px;
    background-color: #fff;
  }
}

.p-beautyfesta-campaign-form__content__main__img {
  position: relative;
  width: 100%;
  background: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign-form__content__main__img {
    width: 870px;
    height: 464px;
    margin: 0 auto;
  }
}

.p-beautyfesta-campaign-form__content__main__img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border: 2px solid #FF9B85;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign-form__content__main__img .img {
    background-image: url(/freepage/beautyfesta/campaign/form/img/main_bg_pc.jpg);
    background-size: 870px 464px;
  }
}

.p-beautyfesta-campaign__content__form {
  padding: 0 0 80px;
}

.p-beautyfesta-campaign__content__form__ttl {
  font-weight: 600;
  text-align: center;
  background: #fff;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__ttl {
    padding: 20px 0;
    font-size: 24px;
  }
}

.p-beautyfesta-campaign__content__form__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__text {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 24px;
    line-height: 1.5;
  }
}

.p-beautyfesta-campaign__content__form__text span {
  color: #EE696F;
}

.p-beautyfesta-campaign__content__form__text span span {
  font-weight: 600;
}

.p-beautyfesta-campaign__content__form__tab {
  max-width: 1170px;
  margin: 0 auto;
}

.p-beautyfesta-campaign__content__form__tab > input[type="radio"] {
  display: none;
}

.p-beautyfesta-campaign__content__form__tab .p-beautyfesta-campaign__content__form__product #form-product1 {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__tab #form-tab1:checked ~ .p-beautyfesta-campaign__content__form__navi .form-tab1-label {
    background-image: url(/freepage/beautyfesta/campaign/form/img/bg_form_tab_on_pc.png);
  }

  .p-beautyfesta-campaign__content__form__tab #form-tab1:checked ~ .p-beautyfesta-campaign__content__form__product #form-product1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-beautyfesta-campaign__content__form__tab .p-beautyfesta-campaign__content__form__product #form-product2 {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__tab #form-tab2:checked ~ .p-beautyfesta-campaign__content__form__navi .form-tab2-label {
    background-image: url(/freepage/beautyfesta/campaign/form/img/bg_form_tab_on_pc.png);
  }

  .p-beautyfesta-campaign__content__form__tab #form-tab2:checked ~ .p-beautyfesta-campaign__content__form__product #form-product2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-beautyfesta-campaign__content__form__tab .p-beautyfesta-campaign__content__form__product #form-product3 {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__tab #form-tab3:checked ~ .p-beautyfesta-campaign__content__form__navi .form-tab3-label {
    background-image: url(/freepage/beautyfesta/campaign/form/img/bg_form_tab_on_pc.png);
  }

  .p-beautyfesta-campaign__content__form__tab #form-tab3:checked ~ .p-beautyfesta-campaign__content__form__product #form-product3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-beautyfesta-campaign__content__form__tab .p-beautyfesta-campaign__content__form__product #form-product4 {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__tab #form-tab4:checked ~ .p-beautyfesta-campaign__content__form__navi .form-tab4-label {
    background-image: url(/freepage/beautyfesta/campaign/form/img/bg_form_tab_on_pc.png);
  }

  .p-beautyfesta-campaign__content__form__tab #form-tab4:checked ~ .p-beautyfesta-campaign__content__form__product #form-product4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-beautyfesta-campaign__content__form__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.p-beautyfesta-campaign__content__form__navi label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc( 100% / 4 - 3px);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__navi label {
    background-image: url(/freepage/beautyfesta/campaign/form/img/bg_form_tab_off_pc.png);
    background-size: 291px 60px;
    height: 60px;
    font-size: 18px;
    line-height: 1.4;
  }

  .p-beautyfesta-campaign__content__form__navi label.is-select {
    background-image: url(/freepage/beautyfesta/campaign/form/img/bg_form_tab_on_pc.png);
  }
}

.p-beautyfesta-campaign__content__form__select {
  position: relative;
  letter-spacing: 0.03em;
  line-height: 1.8;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select {
    max-width: 1170px;
    margin: 60px auto 0;
    padding: 60px 30px 0;
    font-size: 18px;
    border-radius: 30px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select-column {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    border-radius: 0 0 30px 30px;
  }
}

.p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner {
    width: 50%;
    margin: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner:nth-of-type(2n-1) {
    padding-left: 0;
    padding-right: 30px;
    border-right: 1px solid #B1B3B4;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner-last {
    border-bottom: none;
  }
}

.p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner .form-control {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 4px 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner .form-control input {
    margin-top: 0;
    margin-right: 15px;
  }
}

.p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner .form-control label {
  font-size: 10px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select-column .p-beautyfesta-campaign__content__form__select__inner .form-control label {
    font-size: 14px;
  }
}

.p-beautyfesta-campaign__content__form__select__ttl {
  font-weight: 600;
  line-height: 1;
}

.p-beautyfesta-campaign__content__form__select__ttl span {
  font-weight: normal;
}

.p-beautyfesta-campaign__content__form__select__ttl .ico-required {
  padding: 0 0 0 4px;
  color: #EE696F;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__ttl {
    padding: 0 0 0 10px;
    font-size: 18px;
    border-left: 10px solid #97C8EE;
  }
}

.p-beautyfesta-campaign__content__form__select__inner {
  padding: 0 0 20px;
  border-bottom: 1px solid #B1B3B4;
}

.p-beautyfesta-campaign__content__form__select__inner:last-of-type {
  border-bottom: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__inner {
    margin: 0 0 40px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__inner .block-questionnaire--box-content {
    font-size: 14px;
  }

  .p-beautyfesta-campaign__content__form__select__inner .block-questionnaire--box-content select {
    height: 30px;
  }
}

.p-beautyfesta-campaign__content__form__select__inner .block-questionnaire--box-content p {
  padding: 0 10px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__inner .block-questionnaire--box-content p {
    font-size: 15px;
  }

  .p-beautyfesta-campaign__content__form__select__inner .block-questionnaire--box-content p + .block-questionnaire--box-content {
    margin-top: 20px;
  }
}

.p-beautyfesta-campaign__content__form__select__inner .block-questionnaire--box-content p a {
  text-decoration: underline;
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__product {
    width: 200px;
  }
}

.p-beautyfesta-campaign__content__form__select__content {
  padding: 0 0 0 10px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content {
    width: calc( 100% - 210px);
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content__brand {
    font-size: 12px;
  }
}

.p-beautyfesta-campaign__content__form__select__content__ttl {
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content__ttl {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content__capacity {
    font-size: 12px;
  }
}

.p-beautyfesta-campaign__content__form__select__content__text {
  position: relative;
}

.p-beautyfesta-campaign__content__form__select__content__text p {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content__text p {
    font-size: 14px;
  }
}

.p-beautyfesta-campaign__content__form__select__content__text p:empty {
  display: none;
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-btn {
  z-index: 2;
  position: absolute;
  bottom: 0;
  color: #718496;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content__text .grad-btn {
    display: none;
  }
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-btn:before {
  content: "続きを読む";
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-btn:after {
  position: absolute;
  top: 50%;
  left: 70px;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__content__text .grad-btn:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-top: 2px solid #718496;
    border-right: 2px solid #718496;
  }
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-trigger {
  display: none;
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-trigger:checked ~ .grad-btn:before {
  content: "閉じる";
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-trigger:checked ~ .grad-btn:after {
  margin-top: 1px;
  left: 45px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-trigger:checked ~ p {
  height: auto;
}

.p-beautyfesta-campaign__content__form__select__content__text .grad-trigger:checked ~ p:before {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-campaign__content__form__select__btn {
    max-width: 304px;
    margin: 90px auto;
  }
}

.p-beautyfesta-best__content {
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content {
    padding: 60px 0 120px;
  }
}

.p-beautyfesta-best__content__main__img {
  position: relative;
  width: 100%;
  background: #FDEADC;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__main__img {
    height: 400px;
  }
}

.p-beautyfesta-best__content__main__img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__main__img .img {
    background-image: url(/freepage/beautyfesta/mk_recomend_foundation/img/main_bg_pc.png);
    background-size: 750px 400px;
  }
}

.p-beautyfesta-best__content__about {
  color: #3B4043;
  background: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about {
    padding: 60px 0;
  }
}

.p-beautyfesta-best__content__about__text {
  letter-spacing: 0.03em;
  font-size: 15px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__text {
    text-align: center;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__inner {
    max-width: 870px;
    margin: 0 auto;
  }
}

.p-beautyfesta-best__content__about__inner__ttl {
  position: relative;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__inner__ttl {
    margin: 60px auto 0;
    font-size: 24px;
  }
}

.p-beautyfesta-best__content__about__inner__ttl:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(135deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__inner__ttl:after {
    bottom: -10px;
    height: 30px;
  }
}

.p-beautyfesta-best__content__about__inner__ttl span {
  position: relative;
  z-index: 1;
}

.p-beautyfesta-best__content__about__step__inner {
  position: relative;
  background-color: #FFF4ED;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner {
    margin: 80px 0 0;
    padding: 60px;
  }
}

.p-beautyfesta-best__content__about__step__inner:before {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:before {
    top: -30px;
    left: 100px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(1):before {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    background-image: url(/freepage/beautyfesta/img/common/ico_step1_pc.png);
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(1) .p-beautyfesta-best__content__about__step__img {
    width: 80px;
    top: 40px;
    right: 40px;
  }
}

.p-beautyfesta-best__content__about__step__inner:nth-of-type(2) {
  border-bottom: 5px solid #DBD1C9;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(2):before {
    width: 91px;
    height: 90px;
    background-size: 91px 90px;
    background-image: url(/freepage/beautyfesta/img/common/ico_step2_pc.png);
  }
}

.p-beautyfesta-best__content__about__step__inner:nth-of-type(2):after {
  position: absolute;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  content: "";
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(2):after {
    bottom: -55px;
    width: 200px;
    height: 50px;
    background-size: 200px 50px;
    background-image: url(/freepage/beautyfesta/mk_recomend_foundation/img/bg_step2.png);
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(2) .p-beautyfesta-best__content__about__step__img {
    width: 110px;
  }
}

.p-beautyfesta-best__content__about__step__inner:nth-of-type(3):before {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(3) .p-beautyfesta-best__content__about__step__text {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__inner:nth-of-type(3) .p-beautyfesta-best__content__about__step__img {
    width: 110px;
  }
}

.p-beautyfesta-best__content__about__step__text {
  font-weight: 600;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__text {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
}

.p-beautyfesta-best__content__about__step__text span {
  position: relative;
  margin: 0 10px 0 0;
  z-index: 1;
}

.p-beautyfesta-best__content__about__step__text span:before {
  content: "";
  position: absolute;
  right: auto;
  left: auto;
  background-color: #FFE4DE;
  z-index: -1;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__text span:before {
    bottom: -15px;
    width: 100%;
    height: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.p-beautyfesta-best__content__about__step__text__comment {
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__text__comment {
    margin: 20px 0 0 !important;
    font-size: 14px;
  }
}

.p-beautyfesta-best__content__about__step__text__comment:before {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__step__img {
    position: absolute;
    top: 40px;
    right: 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-best__content__about__qr {
    margin-top: 60px;
    text-align: center;
  }

  .p-beautyfesta-best__content__about__qr__text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }

  .p-beautyfesta-best__content__about__qr__img {
    width: 242px;
    margin: 45px auto 0;
  }

  .p-beautyfesta-best__content__about__qr__require {
    margin: 45px auto 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}

.p-beautyfesta-personal__content {
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content {
    padding: 60px 0 120px;
  }
}

.p-beautyfesta-personal__content__main__img {
  position: relative;
  width: 100%;
  background: #FDE5E1;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__main__img {
    height: 400px;
  }
}

.p-beautyfesta-personal__content__main__img .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__main__img .img {
    background-image: url(/freepage/beautyfesta/mk_recomend_makeup/img/main_bg_pc.png);
    background-size: 750px 400px;
  }
}

.p-beautyfesta-personal__content__about {
  color: #3B4043;
  background: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about {
    padding: 60px 0;
  }
}

.p-beautyfesta-personal__content__about__text {
  letter-spacing: 0.03em;
  font-size: 15px;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__text {
    text-align: center;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__inner {
    max-width: 870px;
    margin: 0 auto;
  }
}

.p-beautyfesta-personal__content__about__inner__ttl {
  position: relative;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__inner__ttl {
    margin: 60px auto 0;
    font-size: 24px;
  }
}

.p-beautyfesta-personal__content__about__inner__ttl:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(135deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #F3F3F3, #F3F3F3 2px, #fff 2px, #fff 4px);
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__inner__ttl:after {
    bottom: -10px;
    height: 30px;
  }
}

.p-beautyfesta-personal__content__about__inner__ttl span {
  position: relative;
  z-index: 1;
}

.p-beautyfesta-personal__content__about__step__inner {
  position: relative;
  background-color: #F4F7FA;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner {
    margin: 80px 0 0;
    padding: 60px 0;
  }
}

.p-beautyfesta-personal__content__about__step__inner:before {
  position: absolute;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:before {
    top: -30px;
    left: 100px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:nth-of-type(1):before {
    width: 90px;
    height: 90px;
    background-size: 90px 90px;
    background-image: url(/freepage/beautyfesta/img/common/ico_step1_pc.png);
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:nth-of-type(1) .p-beautyfesta-personal__content__about__step__img {
    width: 80px;
    top: 40px;
    right: 40px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:nth-of-type(2):before {
    width: 91px;
    height: 90px;
    background-size: 91px 90px;
    background-image: url(/freepage/beautyfesta/img/common/ico_step2_pc.png);
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:nth-of-type(2) .p-beautyfesta-personal__content__about__step__img {
    width: 134px;
    top: 20px;
    right: 55px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:nth-of-type(3):before {
    width: 91px;
    height: 90px;
    background-size: 91px 90px;
    background-image: url(/freepage/beautyfesta/img/common/ico_step3_pc.png);
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__inner:nth-of-type(3) .p-beautyfesta-personal__content__about__step__img {
    width: 82px;
  }
}

.p-beautyfesta-personal__content__about__step__text {
  font-weight: 600;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__text {
    width: calc( 400 / 870 * 100%);
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-beautyfesta-personal__content__about__step__text span {
  position: relative;
  margin: 0 10px 0 0;
  z-index: 1;
}

.p-beautyfesta-personal__content__about__step__text span:before {
  content: "";
  position: absolute;
  right: auto;
  left: auto;
  background-color: #FFE4DE;
  z-index: -1;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__text span:before {
    bottom: -15px;
    width: 100%;
    height: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.p-beautyfesta-personal__content__about__step__text__comment {
  display: block;
  font-weight: normal;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__text__comment {
    margin: 20px 0 0 !important;
    font-size: 14px;
  }
}

.p-beautyfesta-personal__content__about__step__text__comment:before {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__step__img {
    position: absolute;
    top: 15px;
    right: 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beautyfesta-personal__content__about__qr {
    margin-top: 60px;
    text-align: center;
  }

  .p-beautyfesta-personal__content__about__qr__text {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }

  .p-beautyfesta-personal__content__about__qr__img {
    width: 242px;
    margin: 45px auto 0;
  }

  .p-beautyfesta-personal__content__about__qr__require {
    margin: 45px auto 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.5;
  }
}