@charset "UTF-8";
/* ----------------- 全体CSS ----------------- */
.moonpearl_top {
  /* slick */
}

.moonpearl_top sup {
  /* vertical-align: text-top; */
  vertical-align: super;
  font-size: 10px;
}

.moonpearl_top .gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.moonpearl_top .small {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .for_pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .for_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .for_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .for_sp {
    display: block;
  }
}
.moonpearl_top .main .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 64px;
  transform: translate(-50%, -50%);
  transition: 3s;
  animation: fuwafuwa 3s infinite linear alternate;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .main .scroll {
    width: 17.0666vw;
  }
}
.moonpearl_top .main .scroll img {
  width: 64px;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .main .scroll img {
    width: 17.0666vw;
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .main .main_text {
    position: absolute;
    top: 45%;
    left: 20%;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .main .main_text img {
    width: 368px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .main {
    background: url(../../assets/img/skincare/series/moonpearl/top/mv_pc.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 130px);
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .main {
    background: url(../../assets/img/skincare/series/moonpearl/top/mv_sp.jpg) center center no-repeat;
    height: 146.06666666vw;
    background-size: cover;
    position: relative;
  }
}
.moonpearl_top .sec1 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 {
    background: url(../../assets/img/skincare/series/moonpearl/top/sec1_bg_pc.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 130px);
    padding: 100px 0;
    min-height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 {
    background: url(../../assets/img/skincare/series/moonpearl/top/sec1_bg_sp.jpg) center center no-repeat;
    height: 146.06666666vw;
    background-size: cover;
    padding: 13.8vw 4vw;
    height: calc(100vh - 20px);
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .contents_1 {
    position: absolute;
    top: 20%;
    left: 20%;
  }
}
.moonpearl_top .sec1 .contents_title {
  color: #9A7B50;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .contents_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .contents_title {
    font-size: 5vw;
  }
}
.moonpearl_top .sec1 .contents_text {
  color: #707070;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .contents_text {
    font-size: 20px;
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .contents_text {
    margin: 25px 0;
    font-size: 3.5vw;
  }
}
.moonpearl_top .sec1 .contents_title, .moonpearl_top .sec1 .contents_text {
  text-align: center;
}

.moonpearl_top .sec1 .concept-link h3 {
  color: #9A7B50;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .concept-link h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .concept-link h3 {
    margin-bottom: 25px;
  }
}
.moonpearl_top .sec1 .concept-link .btns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .concept-link .btns {
    width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .concept-link .btns {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .concept-link .btns .btn:nth-child(odd) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .concept-link .btns .btn:nth-child(odd) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .concept-link .btns .btn:nth-child(1), .moonpearl_top .sec1 .concept-link .btns .btn:nth-child(2) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .concept-link .btns .btn:nth-child(1), .moonpearl_top .sec1 .concept-link .btns .btn:nth-child(2) {
    margin-bottom: 15px;
  }
}
.moonpearl_top .sec1 .concept-link .btns .btn a {
  text-align: center;
  color: #9A7B50;
  border-color: #9A7B50;
  background: #fff;
  display: block;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec1 .concept-link .btns .btn a {
    width: 200px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec1 .concept-link .btns .btn a {
    width: 40vw;
    font-size: 3vw;
  }
}
.moonpearl_top .sec2 {
  padding: 100px 0 0;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 {
    padding: 13.8vw 4vw 0;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 img {
    width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box:nth-child(even) {
    flex-flow: row-reverse;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box:nth-child(even) .read-txt {
    margin-right: 30px;
    width: 465px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box:nth-child(even) .read-ttl, .moonpearl_top .sec2 .read-box:nth-child(even) .sub-ttl, .moonpearl_top .sec2 .read-box:nth-child(even) .txt1 {
    text-align: right;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box:nth-child(even) .read-ttl {
    padding-right: 85px;
  }
  .moonpearl_top .sec2 .read-box:nth-child(even) .read-ttl::after {
    position: absolute;
    content: " ";
    border-top: 1px #9A7B50 solid;
    width: 60px;
    right: 0;
    top: 25px;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box:nth-child(odd) .read-txt {
    margin-left: 30px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box:nth-child(odd) .read-ttl {
    padding-left: 85px;
  }
  .moonpearl_top .sec2 .read-box:nth-child(odd) .read-ttl::before {
    position: absolute;
    content: " ";
    border-top: 1px #9A7B50 solid;
    width: 60px;
    left: 0;
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .read-box .read-ttl {
    padding-left: 13vw;
    font-size: 5vw;
    line-height: 1;
  }
  .moonpearl_top .sec2 .read-box .read-ttl::before {
    position: absolute;
    content: " ";
    border-top: 1px #9A7B50 solid;
    width: 10vw;
    left: 0;
    top: 2.5vw;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box {
    display: flex;
  }
}
.moonpearl_top .sec2 .read-box .read-txt {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box .read-txt {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .read-box .read-txt {
    margin: 10.666666vw 0 13.866666vw;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .read-box .read-txt:last-child {
    margin-bottom: 0;
  }
}
.moonpearl_top .sec2 .read-box .read-ttl {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  position: relative;
  color: #9A7B50;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box .read-ttl {
    font-size: 25px;
  }
}
.moonpearl_top .sec2 .read-box .sub-ttl {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 25px 0;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box .sub-ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .read-box .sub-ttl {
    margin-bottom: 0;
    font-size: 4vw;
  }
}
.moonpearl_top .sec2 .read-box .other_box, .moonpearl_top .sec2 .read-box .other_box2, .moonpearl_top .sec2 .read-box .other_box3 {
  display: none;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .read-box .other_box, .moonpearl_top .sec2 .read-box .other_box2, .moonpearl_top .sec2 .read-box .other_box3 {
    font-size: 3.466666vw;
    margin-top: 25px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .read-box {
    margin: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .read-box {
    margin: 13.8666666vw 0;
  }
}
.moonpearl_top .sec2 .read-box:first-child {
  margin-top: 0;
}

.moonpearl_top .sec2 .read-box:last-child {
  margin-bottom: 0;
}

.moonpearl_top .sec2 .toggle-btn {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .toggle-btn {
    width: 465px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .toggle-btn {
    padding-top: 6.2666666vw;
    padding-bottom: 2.6666666vw;
  }
}
.moonpearl_top .sec2 .toggle-btn p {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .toggle-btn p {
    font-size: 3.7333333vw;
  }
}
.moonpearl_top .sec2 .toggle-btn p::after {
  content: "";
  background: url(../img/top_2023/ic_arrow_under.svg) no-repeat center center/contain;
  display: block;
  margin: 10px auto 0;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .toggle-btn p::after {
    width: 27px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .toggle-btn p::after {
    width: 8.2666666667vw;
    height: 3.2vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .toggle-btn p.active {
    margin-top: 35px;
  }
}
.moonpearl_top .sec2 .toggle-btn p.active::before {
  display: block;
  content: "";
  transform: rotate(180deg);
  background: url(../../assets/img/skincare/series/moonpearl/science/ic_arrow_under.svg) no-repeat center center/contain;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec2 .toggle-btn p.active::before {
    width: 27px;
    height: 11px;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec2 .toggle-btn p.active::before {
    width: 8.2666666667vw;
    height: 3.2vw;
    margin: 0 auto 2.6666666vw;
    margin-bottom: 2.6666666667vw;
  }
}
.moonpearl_top .sec2 .toggle-btn p.active::after {
  display: none;
}

.moonpearl_top .m_lineup {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .m_lineup {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup {
    padding-top: 13.8vw;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .m_lineup .small {
    width: 1000px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup .small {
    padding: 5vw 5.3vw 0;
  }
}
.moonpearl_top .m_lineup h2 {
  color: #9A7B50;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup ul {
    margin-bottom: 0 !important;
  }
}
.moonpearl_top .m_lineup li {
  align-items: center;
}

.moonpearl_top .m_lineup li .txt {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup li .txt .sub_name, .moonpearl_top .m_lineup li .txt .sub_txt {
    width: 56.8vw;
  }
}
.moonpearl_top .m_lineup li .txt .sub_brand {
  font-size: 14px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup li .txt .sub_brand {
    font-size: 3.4666666vw;
    padding-bottom: 3vw;
  }
}
.moonpearl_top .m_lineup li .txt .sub_name {
  color: #9A7B50;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .m_lineup li .txt .sub_name {
    font-size: 18px;
    /* font-size: 16px; */
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup li .txt .sub_name {
    font-size: 4.2666666vw;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .m_lineup li .txt .sub_txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup li .txt .sub_txt {
    font-size: 3.4666666vw;
  }
}
.moonpearl_top .m_lineup li .txt .sub_txt {
  margin: 15px 0;
  line-height: 2;
}

.moonpearl_top .m_lineup li .txt .sub_txt.first {
  margin-bottom: 10px;
}

.moonpearl_top .m_lineup li .txt .sub_txt.second {
  margin: 0px 0 0px;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .m_lineup li .txt .price {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup li .txt .price {
    font-size: 4vw;
  }
}
.moonpearl_top .m_lineup li .txt .buy {
  margin: 15px 0;
}

.moonpearl_top .m_lineup li .item-small {
  font-size: 11px !important;
}

.moonpearl_top .m_lineup li .icn_txt {
  border: 1px solid #CCC;
  padding: 0 5px;
  font-size: 11px !important;
  line-height: 1;
  display: inline-block;
  margin: 0 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .m_lineup li .icn_txt {
    /*width: 30vw !important;*/
    width: auto;
  }
}
.moonpearl_top .sec4 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.moonpearl_top .sec4 .over_box .waku {
  border: 1px solid #a5a5a5;
  display: block;
  text-align: center;
  margin: 0 auto 5px;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .waku {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .waku {
    width: 20vw;
  }
}
.moonpearl_top .sec4 .ttl {
  color: #9A7B50;
  padding-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .ttl {
    margin-bottom: 60px;
  }
}
.moonpearl_top .sec4 .small {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 {
    font-size: 4vw;
    padding: 13.8vw 4vw;
    margin: 0 auto;
  }
}
.moonpearl_top .sec4 .over_box {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .subtext {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .subtext {
    font-size: 3.4vw;
  }
}
.moonpearl_top .sec4 .over_box small {
  font-size: 10px;
}

.moonpearl_top .sec4 .over_box:nth-child(5) .slide_txt {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .img_box img {
    width: 695px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .img_box img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(1) .over_txt, .moonpearl_top .sec4 .over_box:nth-child(5) .over_txt {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box:nth-child(5) {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(1) .over_txt .btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box:nth-child(1) .over_txt .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(odd) .over_txt {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(1) {
    padding: 25px 0;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(1) .over_txt, .moonpearl_top .sec4 .over_box:nth-child(5) .over_txt {
    top: 0;
    bottom: 0;
    margin: auto;
    height: -moz-max-content;
    height: max-content;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(2) .over_txt, .moonpearl_top .sec4 .over_box:nth-child(3) .over_txt, .moonpearl_top .sec4 .over_box:nth-child(4) .over_txt {
    top: 100px;
  }
}
.moonpearl_top .sec4 .over_box:nth-child(2) .over_ttl {
  margin-top: 15px;
}

.moonpearl_top .sec4 .over_box:nth-child(2) .over_sub {
  margin-bottom: 5px;
}

.moonpearl_top .sec4 .over_box:nth-child(2) li:first-child {
  margin-bottom: 25px;
}

.moonpearl_top .sec4 .over_box:nth-child(3) .over_txt, .moonpearl_top .sec4 .over_box:nth-child(4) .over_txt {
  padding: 60px 0;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box:nth-child(even) .img_box img {
    margin: 0 0 0 auto;
  }
}
.moonpearl_top .sec4 .over_box .over_sub {
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_sub {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_sub {
    font-size: 5.3vw;
  }
}
.moonpearl_top .sec4 .over_box .over_txt {
  background: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt {
    /* padding: 35px 0; */
    padding: 60px 0 35px;
    box-shadow: -10px 10px 10px rgba(112, 112, 112, 0.3);
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt {
    padding: 9.3vw 6vw;
    width: 95%;
    margin: 0 auto;
    box-shadow: -5px 5px 10px rgba(112, 112, 112, 0.3);
  }
}
.moonpearl_top .sec4 .over_box .over_txt p {
  text-align: center;
}

.moonpearl_top .sec4 .over_box .over_txt:nth-child(3) {
  top: 70px;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt {
    width: 595px;
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .slide_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .slide_txt.pearl p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt {
    width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt img.slide-arrow {
    width: 33px !important;
    height: 58px !important;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt img.slide-arrow {
    width: 20px !important;
    height: 40px !important;
  }
}
.moonpearl_top .sec4 .over_box .over_txt .slide-txt .slide-arrow {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.moonpearl_top .sec4 .over_box .over_txt .slide-txt .prev-arrow {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .prev-arrow {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .prev-arrow {
    left: -2.6vw;
  }
}
.moonpearl_top .sec4 .over_box .over_txt .slide-txt .next-arrow {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .next-arrow {
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .next-arrow {
    right: -2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt .over_sub {
    margin-bottom: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .slide-txt li.sdgs img {
    width: 66.6vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_txt .approach_link {
    width: 90%;
    margin: 30px auto;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_txt .approach_link {
    margin: 10.6vw auto 5.3vw;
  }
}
.moonpearl_top .sec4 .over_box .over_txt .approach_link img {
  width: 100%;
}

.moonpearl_top .sec4 .over_box .over_ttl {
  color: #9A7B50;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec4 .over_box .over_ttl {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec4 .over_box .over_ttl {
    font-size: 5.3vw;
    margin: 5.3vw 0;
  }
}
.moonpearl_top .slick-dotted.slick-slider {
  margin: 30px auto;
}

.moonpearl_top .slick-dots {
  display: block;
  width: 100%;
  margin-top: 20px;
  list-style: none;
  text-align: center;
}

.moonpearl_top .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.moonpearl_top .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.moonpearl_top .slick-dots li button:hover,
.moonpearl_top .slick-dots li button:focus {
  outline: none;
}

.moonpearl_top .slick-dots li button:hover:before,
.moonpearl_top .slick-dots li button:focus:before {
  opacity: 1;
}

.moonpearl_top .slick-dots li button:before {
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.moonpearl_top .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #9A7B50;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .slick-dots li button:before {
    font-size: 3.7vw;
  }
}
.moonpearl_top .sec5 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 {
    background: url(../../assets/img/skincare/series/moonpearl/top/footer_pc.png) center center no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: calc(100vh - 100px);
    padding-top: 100px;
    min-height: 860px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 {
    background: url(../../assets/img/skincare/series/moonpearl/top/footer_sp.png) center bottom no-repeat;
    background-size: cover;
    padding-top: 50px;
    min-height: 155vw;
  }
}
.moonpearl_top .sec5 .more-link h3 {
  text-align: center;
  position: relative;
  color: #9A7B50;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link h3 {
    margin: 0 auto 40px;
    font-size: 30px;
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 .more-link h3 {
    margin: 0 auto 25px;
    font-size: 5vw;
    width: 50vw;
    font-weight: bold;
  }
}
.moonpearl_top .sec5 .more-link h3::before, .moonpearl_top .sec5 .more-link h3::after {
  position: absolute;
  content: "";
  border-top: 1px solid #9A7B50;
  top: 50%;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link h3::before {
    right: 180px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 .more-link h3::before {
    right: 42vw;
    width: 35px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link h3::after {
    left: 180px;
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 .more-link h3::after {
    left: 42vw;
    width: 35px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link ul {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link ul li {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 .more-link ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 .more-link ul .btn {
    margin: 0 auto;
  }
}
.moonpearl_top .sec5 .more-link ul a {
  text-align: center;
  display: block;
  padding: 10px 0;
  color: #5A6D77;
  border-color: #5A6D77;
}

@media screen and (min-width: 769px) {
  .moonpearl_top .sec5 .more-link ul a {
    width: 300px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top .sec5 .more-link ul a {
    width: 65vw;
    font-size: 4vw;
    font-weight: normal;
  }
}
.moonpearl_top .sec5_before {
  background: url(../../assets/img/skincare/series/moonpearl/top/bg_2023_jul_pc.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  /*height: calc(100vh - 100px);*/
  max-height: 650px;
}

.moonpearl_top .sec5_before .goto-link {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 650px;
}

.moonpearl_top .sec5_before .goto-link .inner {
  width: 50% !important;
  display: flex;
  justify-content: flex-start;
  margin: 0 !important;
  flex-direction: column;
}

.moonpearl_top .sec5_before .goto-link .inner img {
  width: 300px;
  height: auto;
  margin: 0 auto 30px auto;
  filter: drop-shadow(0px 0px 3px #fff);
}

.moonpearl_top .sec5_before .goto-link .inner img.on_pc {
  display: block;
}

.moonpearl_top .sec5_before .goto-link .inner img.on_sp {
  display: none;
}

.moonpearl_top .sec5_before .goto-link .inner a {
  width: 180px;
  height: 35px;
  margin: 0 auto;
  background: #9A7B50;
  color: #fff;
  border: 0px;
  display: flex;
  justify-content: center;
  font-size: 17px;
}

.moonpearl_top .sec5_before .btn {
  width: 180px;
  border: none;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .sec5_before {
    background: url(../../assets/img/skincare/series/moonpearl/top/bg_2023_jul_sp.jpg) center bottom no-repeat;
    background-size: cover;
    padding-top: 50px;
    height: 155vw;
  }
  .moonpearl_top .sec5_before .goto-link {
    height: 100%;
    align-items: flex-end;
    padding-bottom: 15%;
  }
  .moonpearl_top .sec5_before .goto-link .inner {
    width: 100% !important;
  }
  .moonpearl_top .sec5_before .goto-link .inner img {
    width: 60%;
    margin-bottom: 7%;
    fill: #fff;
    filter: drop-shadow(0px 0px 3px #285681);
  }
  .moonpearl_top .sec5_before .goto-link .inner img.on_pc {
    display: none;
  }
  .moonpearl_top .sec5_before .goto-link .inner img.on_sp {
    display: block;
  }
}
/* add 202312 */
@media screen and (min-width: 769px) {
  .moonpearl_top .btns.btns_single {
    justify-content: center;
  }
}
.moonpearl_top .sec1 .concept-link .btns.btns_single .btn {
  margin-right: 0;
}

.moonpearl_top .sec5_before .goto-link .inner .ttl {
  padding: 0;
  color: #5d6f7c;
}

@media screen and (max-width: 768px) {
  .moonpearl_top .sec5_before .goto-link .inner .ttl {
    color: #fff;
    text-shadow: 0px 0px 10px #3a596c;
  }
}
/* add 20240430 */
html[lang=en] .moonpearl_top .sec1 .contents_title {
  line-height: 1.4;
}

.moonpearl_top .price {
  margin-bottom: 15px;
}
.moonpearl_top .m_lineup li .txt .sub_txt.second {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup ul li .photo {
    width: 32vw;
  }
}
.moonpearl_top #lineup ul li .txt {
  flex: 1;
}
.moonpearl_top #lineup ul li .txt .variation_name {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup ul li .txt .variation_name {
    margin-bottom: 1.6vw;
  }
}
.moonpearl_top #lineup ul li .txt .variation_name:not(:first-of-type) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup ul li .txt .variation_name:not(:first-of-type) {
    margin-top: 3.2vw;
  }
}
.moonpearl_top #lineup .txt .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: auto;
}
.moonpearl_top #lineup .txt .btns .btn:first-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup .txt .btns .btn:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup .txt .btns .btn.btn--cart, .moonpearl_top #lineup .txt .btns .btn.btn--cart-subscription {
    min-width: 36vw;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top #lineup .txt .btns .btn.btn--cart a, .moonpearl_top #lineup .txt .btns .btn.btn--cart-subscription a {
    min-width: 135px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup .txt .btns .btn.btn--cart a, .moonpearl_top #lineup .txt .btns .btn.btn--cart-subscription a {
    justify-content: center;
    min-height: 8vw;
  }
}
.moonpearl_top #lineup .txt .btns .btn.btn--cart a::before, .moonpearl_top #lineup .txt .btns .btn.btn--cart-subscription a::before {
  top: 0;
  width: 16px;
  height: 14px;
  z-index: 1;
}
.moonpearl_top #lineup .txt .btns .btn.btn--cart a {
  background-color: #aa823a;
  border-color: #aa823a;
  color: #fff;
}
.moonpearl_top #lineup .txt .btns .btn.btn--cart a::after {
  display: none;
}
.moonpearl_top #lineup .txt .btns .btn.btn--cart-subscription a {
  background-color: #333;
  color: #fff;
}
.moonpearl_top #lineup .txt .btns .btn.btn--cart-subscription a::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .moonpearl_top #lineup .txt .btns .btn a {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .moonpearl_top #lineup .txt .btns.block {
    display: block;
  }
  .moonpearl_top #lineup .txt .btns.block .btn:first-of-type {
    margin-bottom: 8px;
  }
}