.btnArea {
  padding: 40px 0;
  background: #f7f7f7;
  border-top: 1px solid #e4e4e4;
}
.btnArea__container {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  gap: 10px;
}
.btnArea__container .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.btnArea__container .btn::before {
  position: absolute;
  content: "";
}
.btnArea__container .btn--return {
  color: #5e4e45;
  background: #fff;
  border: 1px solid #ebebeb;
}
.btnArea__container .btn--return::before {
  top: 50%;
  left: calc(50% - 80px);
  width: 15.5px;
  height: 14px;
  background: url("/assets/images/pages/skincheck/result/icon_btn-circle.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnArea__container .btn--top {
  color: #fff;
  background: #5e4e45;
}
.btnArea__container .btn--top::before {
  top: 50%;
  right: 20px;
  width: 5.5px;
  height: 10px;
  background: url("/assets/images/pages/skincheck/result/icon_btn-arw.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.commonPageArea {
  padding: 10px 0 0;
  color: #534b46;
  background: #f7f7f7;
}
.commonPageArea__container {
  padding: 0 20px;
}

.commonSec__container {
  padding: 25px 0 30px;
}
.commonSec__head .commonSecHdg {
  display: flex;
  flex-direction: column;
}
.commonSec__head .commonSecHdg__main {
  font-size: 17px;
  font-weight: 500;
}
.commonSec__head .commonSecHdg__sub {
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0 0;
  font-family: "Marcellus", serif;
  font-size: 11px;
  font-weight: 400;
  color: #534b46;
}
.commonSec__head .commonSecHdg__sub::before {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 1px;
  height: 10px;
  content: "";
  background: #a29d99;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.commonSec__head .link {
  position: relative;
  padding: 0 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.commonSec__head .link::before {
  position: absolute;
  top: 6px;
  right: 0;
  width: 7px;
  height: 12px;
  content: "";
  background: #534b46;
  -webkit-mask-image: url("/assets/images/pages/f-static/product-detail/link_icon-arw.svg");
          mask-image: url("/assets/images/pages/f-static/product-detail/link_icon-arw.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.commonSec__body {
  margin: 25px 0 0;
}

.pageContainer {
  padding: 50px 0 0;
}
.pageContainer__inner {
  padding: 0 20px;
}

.pageContainer .headContents {
  position: relative;
  z-index: 0;
}
.pageContainer .headContents::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 375px;
  height: 488px;
  content: "";
  background: url("/assets/images/pages/skincheck/result/bg_blur.png") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pageContainer .headContents__ttl {
  text-align: center;
}
.pageContainer .headContents .subTtl {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background: #e97b79;
}
.pageContainer .headContents .subTtl::before, .pageContainer .headContents .subTtl::after {
  position: absolute;
  top: 0;
  width: 8px;
  height: 100%;
  content: "";
  background: #e97b79;
  background: url("/assets/images/pages/skincheck/result/hdg-deco_bg.png") no-repeat center/100% 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pageContainer .headContents .subTtl::before {
  left: -7px;
}
.pageContainer .headContents .subTtl::after {
  right: -7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pageContainer .headContents .mainTtl {
  margin: 10px 0 0;
}
.pageContainer .headContents .mainTtl__txt {
  position: relative;
  z-index: 0;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.pageContainer .headContents .mainTtl__txt .parentheses {
  font-weight: 400;
}
.pageContainer .headContents .mainTtl__txt::before {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  z-index: -1;
  height: 17px;
  content: "";
  background: url("/assets/images/pages/skincheck/result/hdg-deco_underline.png") no-repeat center top/100% 100%;
}
.pageContainer .headContents__txt {
  margin: 15px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08em;
}

.pageContainer .bodyContents {
  position: relative;
  padding: 5px 0 10px;
  margin: 40px 0 0;
  background: #fff;
  box-shadow: 0 20px 32px 8px rgba(0, 0, 0, 0.02);
}
.pageContainer .bodyContents__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 20px;
}
.pageContainer .bodyContents__head .illust {
  margin: 0 0 0 -15px;
}
.pageContainer .bodyContents__head .ttl {
  flex: 1;
}
.pageContainer .bodyContents__head .ttl__sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  color: #44b2b2;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__head .ttl__main {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__head .txt {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__head .caution {
  width: 100%;
  margin: 5px 0 0;
  font-size: 11px;
  color: #8e837c;
  letter-spacing: 0.05em;
}
.pageContainer .bodyContents__nav {
  padding: 0 5px;
  margin: 25px 0 0;
}
.pageContainer .bodyContents__nav .navTtl {
  font-size: 12px;
  font-weight: 500;
  color: #44b2b2;
  text-align: center;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__nav .navList {
  display: flex;
  margin: 20px 0 0;
}
.pageContainer .bodyContents__nav .navList__item {
  flex: 1;
}
.pageContainer .bodyContents__nav .navList__item .nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pageContainer .bodyContents__nav .navList__item .nav__head .txt {
  font-family: "Marcellus", serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__nav .navList__item .nav__head .num {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  letter-spacing: 0.05em;
}
.pageContainer .bodyContents__nav .navList__item .nav__ttl {
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
.pageContainer .bodyContents__nav .navList__item .nav__icon {
  margin: 12px 0 0;
  line-height: 0;
}
.pageContainer .bodyContents__nav .navList__item + .navList__item {
  position: relative;
}
.pageContainer .bodyContents__nav .navList__item + .navList__item::before, .pageContainer .bodyContents__nav .navList__item + .navList__item::after {
  position: absolute;
  content: "";
}
.pageContainer .bodyContents__nav .navList__item + .navList__item::before {
  top: 0;
  left: 0;
  width: 1px;
  height: 70px;
  background: #ebebeb;
}
.pageContainer .bodyContents__nav .navList__item + .navList__item::after {
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background: url("/assets/images/pages/skincheck/result/icon_flow-arw.png") no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pageContainer .bodyContents__step {
  padding: 0 10px;
  margin: 35px 0 0;
}
.pageContainer .bodyContents__step .step {
  background: #f7f7f7;
}
.pageContainer .bodyContents__step .step__head {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e4e4e4;
}
.pageContainer .bodyContents__step .step__head .head__txt {
  font-family: "Marcellus", serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__step .step__head .head__num {
  margin: 0 0 0 2px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  letter-spacing: 0.05em;
}
.pageContainer .bodyContents__step .step__head .ttl {
  margin: 0 0 0 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__step .step__body {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.pageContainer .bodyContents__step .step__body .product {
  position: relative;
  display: flex;
}
.pageContainer .bodyContents__step .step__body .product__balloon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 42px;
  height: 33px;
  padding: 7px 0 0;
  font-size: 6px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: url("/assets/images/pages/skincheck/result/product_balloon.png") no-repeat center/contain;
}
.pageContainer .bodyContents__step .step__body .product__contents {
  margin: 0 0 0 15px;
}
.pageContainer .bodyContents__step .step__body .product__contents .name {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.pageContainer .bodyContents__step .step__body .product__contents .txt {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.pageContainer .bodyContents__step .step__body .product__contents .caution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: #8e837c;
  letter-spacing: 0.05em;
}
.pageContainer .bodyContents__step .step__body .product__contents .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  height: 40px;
  margin: 15px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background: #5e4e45;
}
.pageContainer .bodyContents__step .step__body .product__contents .btn::before {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5.5px;
  height: 10px;
  content: "";
  background: url("/assets/images/pages/skincheck/result/icon_btn-arw.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pageContainer .bodyContents__step .step + .step {
  margin: 10px 0 0;
}

.pageSec {
  position: relative;
  margin: 40px 0 0;
}
.pageSec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #e4e4e4;
}
.pageSec .commonPageArea__container {
  position: relative;
}
.pageSec .commonPageArea__container::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 100px;
  height: 1px;
  content: "";
  background: #534b46;
}
.pageSec .cautionTxt {
  font-size: 11px;
  line-height: 1.6;
  color: #5e4e45;
  letter-spacing: 0.05em;
}
.pageSec__head .headVisual {
  margin: 0 -20px;
}
.pageSec__head .headVisual img {
  width: 100%;
  height: auto;
}
.pageSec__head .headHdg {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
  text-align: center;
}
.pageSec__head .headHdg__main {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.pageSec__head .headHdg__main .num {
  font-family: "Roboto", sans-serif;
}
.pageSec__head .headHdg__sub {
  position: relative;
  padding: 15px 0 0;
  margin: 5px 0 0;
  font-family: "Marcellus", serif;
  font-size: 11px;
  font-weight: 400;
}
.pageSec__head .headHdg__sub::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 10px;
  content: "";
  background: #aeaba9;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.pageSec__head .headTxt {
  margin: 25px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.pageSec__head .headTxt sup {
  font-size: 60%;
}
.pageSec__head .headCaution {
  margin: 10px 0 0;
}
.pageSec__head + .pageSec__body {
  margin: 25px 0 0;
}
.pageSec__body {
  padding: 30px 0 0;
}
.pageSec__body .pageSecContents {
  position: relative;
  padding: 25px 0 0;
  margin: 25px 0 0;
}
.pageSec__body .pageSecContents::before {
  position: absolute;
  top: 0;
  right: -20px;
  left: -20px;
  height: 1px;
  content: "";
  background: #e4e4e4;
}
.pageSec__body .pageSecContents__head .headHdg {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
.pageSec__body .pageSecContents__head .headTxt {
  margin: 15px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.pageSec__body .pageSecContents__head .headCaution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.6;
  color: #8e837c;
  text-align: center;
  letter-spacing: 0.05em;
}
.pageSec__body .pageSecContents__body {
  margin: 20px 0 0;
}
* + .pageSec__body {
  padding: 0;
}
.pageSec--noTopMargin {
  margin: 0;
}

.secArticle {
  background: #f1efec;
}
.secArticle .blockList {
  display: flex;
  flex-direction: column;
  margin: -15px 0 0;
}
.secArticle .blockList__item {
  margin: 15px 0 0;
}
.secArticle .blockList__item .block {
  display: flex;
}
.secArticle .blockList__item .block__img {
  width: 100px;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.secArticle .blockList__item .block__img img {
  width: 100%;
  height: auto;
  transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.secArticle .blockList__item .block__contents {
  flex: 1;
}
.secArticle .blockList__item .block__contents .contentsHead {
  display: flex;
  justify-content: space-between;
}
.secArticle .blockList__item .block__contents .contentsHead .articleCategory {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.secArticle .blockList__item .block__contents .contentsHead .articleDate {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.secArticle .blockList__item .block__contents .articleTtl {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.secArticle .blockList__item .block__contents .tagList {
  flex-wrap: wrap;
  margin: 20px 0 0;
  gap: 8px;
}
.secArticle .blockList__item .block__contents .tagList__item .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px 7px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #fff;
}
.secArticle .btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  margin: 30px 0 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  background: #fff;
  border: 1px solid #ebebeb;
}
.secArticle .btn::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 5.5px;
  height: 10px;
  content: "";
  background: #534b46;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("/assets/images/pages/f-static/product-detail/link_icon-arw.svg");
          mask-image: url("/assets/images/pages/f-static/product-detail/link_icon-arw.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.special-set {
  position: relative;
  padding: 0 20px;
  margin: 40px 0 0;
  background-color: #f7f7f7;
}
.special-set::before {
  position: relative;
  left: -20px;
  display: block;
  width: 100vw;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.08;
}
.special-set__list {
  display: flex;
  flex-direction: column;
}
.special-set__inner {
  padding: 10px 0 20px;
  margin: 0 auto;
}
.special-set__inner::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0.9;
}
.special-set__item {
  width: 100%;
}
.special-set__title {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}
.special-set__text {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 1.8;
}
.special-set__image {
  width: 100%;
  margin-bottom: 10px;
}
.special-set__image img {
  width: 100%;
  height: 100%;
  transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-object-fit: cover;
     object-fit: cover;
}

.l-main {
  position: relative;
  color: #534b46;
  background: url("/assets/images/pages/skincheck/result/bg_img.jpg") no-repeat center/cover;
}

.bredcrumbListArea {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 100%;
}

.commonBredcrumbList__item a {
  color: #8e837c;
}

.sec-footer-sns {
  margin: 0;
}

@media (min-width: 768px) {
  .btnArea {
    padding: 60px 0 80px;
  }
  .btnArea__container {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .btnArea__container .btn {
    width: 280px;
    height: 56px;
  }
  .btnArea__container .btn--top::before {
    right: 20px;
    width: 7px;
    height: 12px;
  }
  .commonPageArea__container {
    max-width: 1440px;
    padding: 0 90px;
    margin: 0 auto;
  }
  .commonSec__container {
    padding: 55px 0 60px;
  }
  .commonSec__head {
    display: flex;
    justify-content: space-between;
  }
  .commonSec__head .commonSecHdg {
    flex-direction: row;
    align-items: center;
  }
  .commonSec__head .commonSecHdg__main {
    font-size: 24px;
  }
  .commonSec__head .commonSecHdg__sub {
    padding: 0 0 0 25px;
    margin: 0 0 0 15px;
    font-size: 14px;
  }
  .commonSec__head .commonSecHdg__sub::before {
    left: 7px;
    height: 15px;
  }
  .commonSec__body {
    margin: 50px 0 0;
  }
  .pageContainer {
    padding: 60px 0 0;
  }
  .pageContainer__inner {
    max-width: 1360px;
    padding: 0 50px;
    margin: 0 auto;
  }
  .pageContainer .headContents::before {
    width: 1072px;
    height: 824px;
    background: url("/assets/images/pages/skincheck/result/bg_blur_md.png") no-repeat center/contain;
  }
  .pageContainer .headContents .subTtl {
    padding: 4px 15px;
    font-size: 18px;
  }
  .pageContainer .headContents .subTtl::before, .pageContainer .headContents .subTtl::after {
    width: 15px;
    background: url("/assets/images/pages/skincheck/result/hdg-deco_bg_md.png") no-repeat center/100% 100%;
  }
  .pageContainer .headContents .subTtl::before {
    left: -13px;
  }
  .pageContainer .headContents .subTtl::after {
    right: -13px;
  }
  .pageContainer .headContents .mainTtl__txt {
    font-size: 46px;
  }
  .pageContainer .headContents .mainTtl__txt::before {
    right: -15px;
    bottom: -10px;
    left: -15px;
    height: 26px;
    background: url("/assets/images/pages/skincheck/result/hdg-deco_underline_md.png") no-repeat center top/100% 100%;
  }
  .pageContainer .headContents__txt {
    margin: 35px 0 0;
    font-size: 16px;
    line-height: 2;
  }
  .pageContainer .bodyContents {
    padding: 0 0 10px;
    margin: 50px 0 0;
  }
  .pageContainer .bodyContents__head {
    position: relative;
    padding: 50px 80px 0 330px;
  }
  .pageContainer .bodyContents__head .illust {
    position: absolute;
    top: 0;
    left: 55px;
    margin: 0;
  }
  .pageContainer .bodyContents__head .illust img {
    width: auto;
  }
  .pageContainer .bodyContents__head .ttl__sub {
    font-size: 18px;
  }
  .pageContainer .bodyContents__head .ttl__main {
    font-size: 34px;
  }
  .pageContainer .bodyContents__head .txt {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 2;
  }
  .pageContainer .bodyContents__head .caution {
    margin: 10px 0 0;
    font-size: 10px;
  }
  .pageContainer .bodyContents__nav {
    padding: 0 40px;
    margin: 40px 0 0;
  }
  .pageContainer .bodyContents__nav .navTtl {
    font-size: 18px;
  }
  .pageContainer .bodyContents__nav .navList {
    margin: 35px 0 0;
  }
  .pageContainer .bodyContents__nav .navList__item .nav__head .txt {
    font-size: 14px;
  }
  .pageContainer .bodyContents__nav .navList__item .nav__head .num {
    font-size: 14px;
  }
  .pageContainer .bodyContents__nav .navList__item .nav__ttl {
    margin: 5px 0 0;
    font-size: 16px;
  }
  .pageContainer .bodyContents__nav .navList__item .nav__icon {
    margin: 15px 0 0;
  }
  .pageContainer .bodyContents__nav .navList__item .nav__icon img {
    width: 12px;
  }
  .pageContainer .bodyContents__nav .navList__item + .navList__item::after {
    width: 25px;
    height: 25px;
  }
  .pageContainer .bodyContents__step .step {
    display: flex;
    padding: 40px 0 0;
  }
  .pageContainer .bodyContents__step .step__mdHead {
    width: 105px;
    padding: 0 0 0 60px;
    border-right: 1px solid #e4e4e4;
  }
  .pageContainer .bodyContents__step .step__container {
    flex: 1;
    padding: 0 70px 40px 60px;
  }
  .pageContainer .bodyContents__step .step__head {
    padding: 0;
    border-bottom: none;
  }
  .pageContainer .bodyContents__step .step__head .ttl {
    margin: 0;
    font-size: 24px;
  }
  .pageContainer .bodyContents__step .step__body {
    flex-direction: row;
    padding: 0;
    margin: 25px 0 0;
    gap: 55px;
  }
  .pageContainer .bodyContents__step .step__body .product__balloon {
    top: -15px;
    left: -30px;
    width: 70px;
    height: 56px;
    padding: 10px 0 0;
    font-size: 10px;
    line-height: 1.4;
    background: url("/assets/images/pages/skincheck/result/product_balloon_md.png") no-repeat center/contain;
  }
  .pageContainer .bodyContents__step .step__body .product__img img {
    width: 180px;
  }
  .pageContainer .bodyContents__step .step__body .product__contents {
    margin: 0 0 0 30px;
  }
  .pageContainer .bodyContents__step .step__body .product__contents .name {
    font-size: 18px;
  }
  .pageContainer .bodyContents__step .step__body .product__contents .txt {
    font-size: 16px;
    line-height: 2;
  }
  .pageContainer .bodyContents__step .step__body .product__contents .caution {
    margin: 15px 0 0;
    font-size: 10px;
  }
  .pageContainer .bodyContents__step .step__body .product__contents .btn {
    width: 220px;
    max-width: 220px;
    height: 48px;
    margin: 25px 0 0;
    font-size: 13px;
  }
  .pageContainer .bodyContents__step .step__body .product__contents .btn::before {
    right: 20px;
    width: 7px;
    height: 12px;
  }
  .pageSec {
    margin: 65px 0 0;
  }
  .pageSec .commonPageArea__container::before {
    left: 90px;
    width: 160px;
  }
  .pageSec .cautionTxt {
    font-size: 11px;
    line-height: 1.8;
  }
  .pageSec__head .headVisual {
    padding: 80px 0 0;
    margin: 0;
  }
  .pageSec__head .headHdg {
    padding: 90px 0 0;
  }
  .pageSec__head .headHdg__main {
    font-size: 36px;
  }
  .pageSec__head .headHdg__sub {
    padding: 20px 0 0;
    margin: 8px 0 0;
    font-size: 15px;
  }
  .pageSec__head .headHdg__sub::before {
    height: 12px;
  }
  .pageSec__head .headTxt {
    margin: 45px 0 0;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .pageSec__head .headCaution {
    margin: 25px 0 0;
    text-align: center;
  }
  .pageSec__head + .pageSec__body {
    margin: 70px 0 0;
  }
  .pageSec__head + .pageSec__body--md-wideTopMargin {
    margin: 85px 0 0;
  }
  .pageSec__body .pageSecContents__head .headHdg {
    font-size: 28px;
  }
  .pageSec__body .pageSecContents__head .headTxt {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .pageSec__body .pageSecContents__head .headCaution {
    margin: 30px 0 0;
  }
  .pageSec__body .pageSecContents__body {
    margin: 65px 0 0;
  }
  .pageSec__body .pageSecContents--md-noTopBorder {
    padding: 0;
    margin: 60px 0 0;
  }
  .pageSec__body .pageSecContents--md-noTopBorder::before {
    display: none;
  }
  .pageSec__body .pageSecContents--md-noTopBorder.pageSecContents--md-wideTopMargin {
    margin: 80px 0 0;
  }
  .pageSec__body .pageSecContents--md-flex {
    display: flex;
    align-items: center;
  }
  .pageSec__body .pageSecContents--md-flex .pageSecContents__head .headHdg,
.pageSec__body .pageSecContents--md-flex .pageSecContents__head .headCaution {
    text-align: left;
  }
  .pageSec__body .pageSecContents--md-flex .pageSecContents__body {
    flex: 1;
    margin: 0 0 0 75px;
  }
  .pageSec__body .pageSecContents + .pageSecContents {
    padding: 70px 0 0;
    margin: 55px 0 0;
  }
  .pageSec__body .pageSecContents + .pageSecContents--md-wideTopMargin {
    margin: 70px 0 0;
  }
  .pageSec__body .pageSecContents + .pageSecContents--md-expansiveTopMargin {
    margin: 80px 0 0;
  }
  .pageSec__body .pageSecContents + .pageSecContents--md-wideTopPadding {
    padding: 80px 0 0;
  }
  .pageSec__body .pageSecContents + .pageSecContents--md-flex {
    padding: 70px 50px 0;
  }
  .pageSec__body .pageSecContents + .pageSecContents--md-flex.pageSecContents--md-wideTopPadding {
    padding: 80px 50px 0;
  }
  .pageSec--noTopMargin {
    margin: 0;
  }
  .pageSec--md-noTopMargin {
    margin: 0;
  }
  .pageSec--md-wideTopMargin {
    margin: 120px 0 0;
  }
  .secArticle .commonSec__container {
    padding-bottom: 0;
  }
  .secArticle .blockList {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -30px -30px 0;
  }
  .secArticle .blockList__item {
    width: 50%;
    padding: 0 30px 30px;
    margin: 30px 0 0;
    border-bottom: 1px solid #dedcd9;
  }
  .secArticle .blockList__item .block__img {
    width: 162px;
    margin: 0 30px 0 0;
  }
  .secArticle .blockList__item .block__contents .contentsHead .articleCategory {
    font-size: 12px;
  }
  .secArticle .blockList__item .block__contents .contentsHead .articleDate {
    font-size: 13px;
  }
  .secArticle .blockList__item .block__contents .articleTtl {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .secArticle .blockList__item:nth-child(even) {
    border-left: 1px solid #dedcd9;
  }
  .secArticle .blockList__item:last-child, .secArticle .blockList__item:nth-last-child(2) {
    padding: 0 30px 60px;
    border-bottom: none;
  }
  .special-set {
    padding: 0;
    margin: 80px 0 0;
  }
  .special-set::before {
    left: inherit;
  }
  .special-set__list {
    flex-direction: row;
    justify-content: space-between;
  }
  .special-set__inner {
    max-width: 1260px;
    padding: 30px 0 40px;
  }
  .special-set__inner::before {
    width: 160px;
  }
  .special-set__item {
    width: 600px;
  }
  .special-set__item a {
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .special-set__item a:hover {
    opacity: 0.8;
    transition: 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  }
  .special-set__title {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .special-set__text {
    font-size: 14px;
  }
  .special-set__image {
    width: 600px;
    height: 249px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .l-main {
    background: url("/assets/images/pages/skincheck/result/bg_img_md.jpg") no-repeat center/cover;
  }
}

@media (hover: hover) and (pointer: fine) {
  .secArticle .blockList__item .block:hover .block__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}