/* global */
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  #sb-container {
    display: none !important;
  }
}
.ma {
  margin-left: auto;
  margin-right: auto;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.df {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.jcsb {
  justify-content: space-between;
}

.jcc {
  justify-content: center;
}

#main img {
  display: block;
}

/* layout */
main {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}
main a {
  padding: 0;
  margin: 0;
  height: auto;
}

footer {
  margin: 0 0 5% 0;
}

/* #mainContents */
#mainContents .csBox {
  width: 780px;
  margin: 0 0 50px;
  padding: 0;
  color: #111;
}

#mainContents .csBox .main {
  margin: 0;
  padding: 0;
  width: 780px;
  height: 580px;
  background: url("https://www.natural-s.jp/pickup/clearskin/img/main-pc.png") no-repeat left top;
  position: relative;
}

/* page top */
#page_top {
  position: fixed;
  right: 20px;
  z-index: 10;
  display: table;
}

#page_top a {
  border-radius: 50px;
  background-color: #e86c65;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  box-shadow: 0px 4px 0px 0px rgba(204, 95, 144, 0.5);
}

#page_top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/* move_kidsline */
#move_kidsline {
  position: fixed;
  right: 20px;
  z-index: 10;
  display: table;
}

#move_kidsline a {
  border-radius: 50px;
  background-color: #fefffc;
  border: 3px solid #b3da74;
  color: #8eb64e;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  line-height: 2.2rem;
  letter-spacing: -0.1rem;
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  padding-top: 14px !important;
  box-shadow: 0px 4px 0px 0px rgb(120 139 90 / 21%);
}

#move_kidsline a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1111px) {
  #page_top {
    bottom: 163px;
  }
  #move_kidsline {
    bottom: 50px;
  }
}
@media only screen and (max-width: 1110px) {
  #page_top {
    bottom: 225px;
  }
  #move_kidsline {
    bottom: 225px;
  }
}

@media only screen and (max-width: 1110px) {
  #page_top {
    bottom: 338px;
  }
  #move_kidsline {
    bottom: 225px;
  }
}

@media screen and (max-width: 767px) {
  #contents {
    margin-top: 0px;
    padding-top: 0px;
  }

  #contents .csBox {
    width: 100%;
    margin: 0 auto;
  }

  #contents .csBox img {
    width: 100%;
    vertical-align: top;
  }

  #page_top {
    bottom: 12.4vw;
    right: calc(20px / 2);
    margin-bottom: calc(30% / 2);
  }
  #page_top a {
    font-size: calc(28px / 2);
    font-weight: bold;
    width: 80px;
    height: 80px;
  }

  #move_kidsline {
    bottom: -11vw;
    right: calc(20px / 2);
    margin-bottom: calc(30% / 2);
  }
  #move_kidsline a {
    font-size: calc(28px / 2);
    line-height: 1.7rem;
    font-weight: bold;
    width: 80px;
    height: 80px;
  }
}

[class*="fade_"] {
  transition-duration: 1s;
  opacity: 0;
}
[class*="fade_"].show {
  opacity: 1;
  transform: translate(0, 0);
}

.cv_fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.cv_fadeup.cv_show {
  opacity: 1;
  transform: translateY(0);
}

span[class*="fade_"]:not(.pcDb):not(.spDb):not(.muDb) {
  display: inline-block;
}

.fade_left {
  transform: translateX(2rem);
}

.fade_right {
  transform: translateX(-2rem);
}

.fade_up {
  transform: translateY(2rem);
}

.fade_down {
  transform: translateY(-2rem);
}

@media screen and (max-width: 767px) {
  .fade_squareMask_spRight img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .fade_squareMask_spUp img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
@media screen and (min-width: 768px) {
  .fade_squareMask_pcRight img {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  .fade_squareMask_pcUp img {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
}
[class*="fade_squareMask"].show img {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.delay_lv01 {
  transition-delay: 0.3s;
}

.delay_lv02 {
  transition-delay: 0.6s;
}

.delay_lv03 {
  transition-delay: 0.9s;
}

.delay_lv04 {
  transition-delay: 1.2s;
}

.delay_lv05 {
  transition-delay: 1.5s;
}

.delay_lv06 {
  transition-delay: 1.8s;
}

.delay_lv07 {
  transition-delay: 2.1s;
}

.delay_lv08 {
  transition-delay: 2.4s;
}

.delay_lv09 {
  transition-delay: 2.7s;
}

@-webkit-keyframes fuwafuwa {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(0, -0.25em) rotate(0deg) scale(1.025);
  }
}

@keyframes fuwafuwa {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(0, -0.25em) rotate(0deg) scale(1.025);
  }
}
@-webkit-keyframes yurayura {
  0%,
  100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}
@keyframes yurayura {
  0%,
  100% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
}

/* アコーディオン */

.accordion-item {
  border: solid 2px #ffa203;
  border-radius: 12px;
}

.accordion-item dt {
  background: #fff7d7;
  padding: 0 2%;
  border-radius: 12px;
}

.accordion-item dt.active {
  border-radius: 12px 12px 0 0;
}

.accordion-item dd {
  display: none;
  font-size: 28px;
  line-height: 1.7;
  padding: 1.5em 2em;
  color: #535353;
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
}

.accordion-item dt::before,
.accordion-item dt::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  margin-right: 40px;
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: #ffa203;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.accordion-item dt::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-item dt.active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .accordion-item dd {
    font-size: calc(28 * 100vw / 750);
  }

  .accordion-item dt::before,
  .accordion-item dt::after {
    width: 5.5vw;
    height: 0.6vw;
    margin-right: 5.3vw;
  }
}

.articleHeader {
  background: #ffee9e;
}

.articleHeader h2 img {
  max-width: 56%;
  margin: auto;
}
.articleHeader .message {
  text-align: center;
  line-height: 1.8;
  margin: 2em 0 1em;
}
.articleHeader .fv_bottom {
  padding: 0 0 5% 3%;
}
.articleHeader .fv_bottom .copyright {
  margin-top: -6%;
}
.articleHeader .poa {
  right: 2%;
  top: 36%;
  width: 24.4%;
}

.articleWrap img {
  max-width: 100%;
}
.articleWrap .por {
  position: relative;
}
.articleWrap .poa {
  position: absolute;
}
.articleWrap .george_illust {
  -webkit-animation: yurayura 1.5s infinite;
  animation: yurayura 1.5s infinite;
}

.articleWrap .item_single .btn,
.articleWrap .item_set .btn {
  width: 85%;
  left: 8%;
}
.articleWrap .item_single .btn,
.articleWrap .item_single .btn_min,
.articleWrap .item_set .btn,
.articleWrap .item_set .btn_min {
  -webkit-animation: fuwafuwa 2.4s infinite;
  animation: fuwafuwa 2.4s infinite;
}
.articleWrap .item_single .btn a,
.articleWrap .item_single .btn_min a,
.articleWrap .item_set .btn a,
.articleWrap .item_set .btn_min a {
  display: block;
}
.articleWrap .item_single .btn a img,
.articleWrap .item_single .btn_min a img,
.articleWrap .item_set .btn a img,
.articleWrap .item_set .btn_min a img {
  max-width: 100%;
  width: 100%;
}

.btn_scroll{
  right: 16%;
}

.articleWrap #item_single01 .btn {
  bottom: 174px;
}
.articleWrap #item_single02 .btn {
  bottom: 170px;
}
.articleWrap #item_single03 .btn {
  bottom: 170px;
}
.articleWrap #item_single04 .btn {
  bottom: 184px;
}
.articleWrap #item_single05 .btn {
  bottom: 177px;
}
.articleWrap #item_single06 .btn {
  bottom: 180px;
}
.articleWrap #item_single07 .btn {
  bottom: 174px;
}
.articleWrap #item_single08 .btn {
  bottom: 175px;
}

@media screen and (max-width: 767px) {
  .btn_scroll{
    width: 33.5vw;
  }
  .articleWrap #item_single01 .btn {
    bottom: 6%;
  }
  .articleWrap #item_single02 .btn {
    bottom: 5.5%;
  }
  .articleWrap #item_single03 .btn {
    bottom: 5%;
  }
  .articleWrap #item_single04 .btn {
    bottom: 6%;
  }
  .articleWrap #item_single05 .btn {
    bottom: 5%;
  }
  .articleWrap #item_single06 .btn {
    bottom: 5%;
  }
  .articleWrap #item_single07 .btn {
    bottom: 5%;
  }
  .articleWrap #item_single08 .btn {
    bottom: 4.6%;
  }
}

main .btn {
  max-width: none;
  margin: 0;
}

main .btn:before {
  content: none;
}

.articleWrap .item_single .btn {
  max-width: initial;
  margin: 0;
}
.articleWrap .item_single .btn a {
  padding: 0;
}

.articleBody h2 {
  margin: 0;
  padding: 0;
}

.articleBody .limited {
  background: #ffffff;
  padding-bottom: 55px;
}
@media screen and (max-width:767px) {
  .articleBody .limited {
    padding-bottom: 22px;
  }
}

.articleBody .limited .accordion-item {
  width: 92%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
}

.articleBody .limited .accordion-item dt {
  padding: 0;
}

.articleBody .limited .accordion-item dt::before,
.articleBody .limited .accordion-item dt::after {
  background-color: #ffffff;
}

.articleBody .limited .accordion-item dd {
  border-radius: 0;
}

.articleBody .limited .accordion-item dd img {
  display: block;
  width: 80% !important;
  margin: 1em auto 0;
}

.articleBody .cv {
  background: url("../img/checkpattern_bg.png");
}

.articleBody .commitment .por {
}

.articleBody .commitment-img {
  right: -2.6%;
  width: 42.9% !important;
  top: 25.2%;
}

.articleBody .voice {
  background: url("../img/voice-bg.png");
}

.articleBody .package {
  background: url("../img/packageSec_bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 12% 4% 16%;
}
.articleBody .package p {
  line-height: 1.8;
  margin: 8% 4% 2%;
}

.tab-box {
  display: flex;
  align-items: flex-end;
  list-style: none;
  justify-content: center;
  position: relative;
  padding: 0 2%;
  margin: 0;
}

.tab-box:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #7fb6f9;
}

.tab-box a {
  transition: 0.3s opacity;
}

.tab-box a:hover {
  opacity: 0.7;
}

.tab-box .link-baby a {
  pointer-events: none;
}

.articleHeader .poa.george_illust1 {
  right: -2%;
  bottom: 7%;
  top:auto;
  width: 22.6%;
}

.articleHeader .poa.george_illust2 {
  left: 4%;
  top: 33%;
  width: 22.6%;
}
.articleHeader .poa.george_illust3 {
  left: 86%;
    top: 20%;
    width: 11%;
}
.articleHeader .poa.george_illust4 {
  left: 59%;
  top: 54%;
  width: 10.6%;
}
.articleHeader .poa.george_illust5 {
  left: 59%;
  top: 54%;
  width: 10.6%;
}

.cv .poa.george_illust3 {
  left: 2%;
  top: .3%;
  width: 17.7%;
}
.cv .poa.george_illust4 {
  right: 2%;
  top: 4.1%;
  width: 28.7%;
}
.cv .poa.george_illust5 {
  left: 0.3%;
  top: 3.5%;
  width: 26.8%;
}
.cv .poa.george_illust6 {
  left: 1%;
    top: -1.5%;
    width: 19.8%;
}
.cv .poa.george_illust7 {
  right: 1%;
  top: -1.2%;
  width: 25.8%;
}
.cv .poa.george_illust8 {
  left: 2%;
  top: 6.9%;
  width: 20.8%;
}

.cv-kids {
  background: #ffd99e;
  /*background: #ffee9e;*/
  padding-bottom: 4%;
}
.cv-kids .btn{
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cv-kids .btn a{
  padding: 14px 0px;
  display: inline-block;
  text-align: center;
  height: auto;
}
#item_single01{
  padding-top: 8%;
}
@media screen and (max-width:767px) {
  .cv-kids .btn a{
    padding: 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .comment {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1201px) {
  .comment img {
    position: relative;
    left: -122px;
  }
}

.comment img {
  margin: 0 auto;
  width: 1006px !important;
  max-width: none;
}

.voice {
  padding-bottom: 155px;
}

.voice .slide-items .slick-slide {
  margin: 0 20px;
}

.voice .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0 38px;
  bottom: -70px;
}

.voice .slick-dots li {
  width: 24px;
  height: 24px;
  margin: 0;
}

.voice .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.voice .slick-dots li button:before {
  content: "";
  border: 2px solid #858585;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
}

.voice .slick-dots li.slick-active button:before {
  background: #858585;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .comment img {
    width: 136vw !important;

    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .articleBody {
    overflow-x: hidden;
  }

  .voice {
    padding-bottom: calc(155 * 100vw / 750);
  }

  .voice .slide-items .slick-slide {
    margin: 0 2.6vw;
  }

  .voice .slick-dots {
    gap: 0 7vw;
    bottom: -10vw;
  }

  .voice .slick-dots li {
    width: 4vw;
    height: 4vw;
  }
}

.faq-list {
  width: 92%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}

.faq-list a.freedial {
  display: block;
  margin-top: 1em;
}
