@charset "UTF-8";



.page-cosmetics-top .prev-arrow,
.page-cosmetics-top .next-arrow {
  width: 28px;
  height: 57px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .prev-arrow,
  .page-cosmetics-top .next-arrow {
    width: 19px;
    height: 37px;
    margin: 10px;
  }
}



.top-important {
  max-width: 768px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.top-important a {
  display: block;
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-important a{
    font-size: 3.8vw;
  }
}
.top-important a:hover {
  opacity: 0.7;
}
.top-important .red {
  display: inline-block;
  color: red;
}

/*------------ TOP-NEWS -------------*/
.top-news {
  max-width: 1200px;
  margin: 0 auto 40px;
}
@media all and (max-width: 768px) {
  .top-news {
    padding: 0 20px;
  }
}
.top-news .top-news__item {
  font-size: 14px;
}
@media all and (max-width: 768px) {
  .top-news .top-news__item {
    font-size: 12px;
  }
}
.top-news .top-news__item:not(:last-of-type) {
  /*margin-bottom: 20px;*/
}
@media all and (max-width: 768px) {
  .top-news .top-news__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.top-news .top-news__item a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 0;
  background: #fff;
}
@media all and (max-width: 768px) {
  .top-news .top-news__item a {
    padding: 30px 30px 20px 20px;
  }
}
.top-news .top-news__item a::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 45%;
  right: 30px;
  background-image: url(/common/img/2022_new/ico_arrow_right_01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media all and (max-width: 768px) {
  .top-news .top-news__item a::after {
    right: 15px;
  }
}

.top-news .date {
  display: flex;
  flex-wrap: wrap;
}

.top-news .date .new-txt {
  width: 80%;
  margin-top: 5px;
}

.top-news .top-news__item .icon-new {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 5px 10px;
  margin-right: 20px;
  width: 60px;
  height: 38px;
  text-align: center;
  /*** 光るコード ***/
  position: relative; /*疑似要素の起点*/
  overflow: hidden; /*範囲外の光を隠す*/
}

/*** ボタンをキラッとさせる ***/
.top-news .top-news__item .icon-new:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff; /*光の色*/
  transform: rotate(45deg); /*45度傾ける*/
  animation: reflect 5s ease-in-out infinite;
/*animation: アニメ名｜光る周期｜動き方｜ループ*/
}

/*** 光のアニメーション ***/
@keyframes reflect{
  0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}

@media all and (max-width: 768px) {
  .top-news .top-news__item .icon-new {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 2px 10px;
    margin-right: 0;
    font-size: 11px;
  }
  .top-news .date .new-txt {
    width: 90%;
  }
  .top-news .top-news__item .icon-new {
    width: 47px;
    height: 25px;
  }  
}
/*------------ TOP-NEWS END -------------*/

.page-cosmetics-top .mv {
  font-size: 0;
}
.page-cosmetics-top .mv  {
  opacity: 0;
  transition: opacity .2s linear
}
.page-cosmetics-top .mv .slick-arrow {
  margin: 10px;
}

.page-cosmetics-top .mv.slick-initialized {
  opacity: 1
}


@-webkit-keyframes mvZoomOut {
  0% {
    transform: scale(1.04);
  }
  99% {
    transform: scale(1);
  }
}
@keyframes mvZoomOut {
  0% {
    transform: scale(1.04);
  }
  99% {
    transform: scale(1);
  }
}

.slick-animation {
  animation: mvZoomOut 10s forwards;
}

.page-cosmetics-top .slick-dots {
  position: absolute;
  bottom: 20px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .slick-dots {
    bottom: -14px;
  }
}
.page-cosmetics-top .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page-cosmetics-top .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 5px;
}
.page-cosmetics-top .slick-dots li button {

  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  background: #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .slick-dots li button {

    display: block;
    width: 6px;
    height: 6px;
    overflow: hidden;
    font-size: 0;
  }
}
.page-cosmetics-top .slick-dots li.slick-active button {
  background: #829D9D;
}


.page-cosmetics-top .p-contents {
  background: #FBFBFB;
  padding: 80px 0 0;
}

@media all and (max-width: 768px) {
.page-cosmetics-top .p-contents {
  padding: 40px 0 0;
}
}



.page-cosmetics-top .p-contents .p-contents__inner {
  max-width: 1920px;
  margin: auto;
}

/*.page-cosmetics-top .btn-more {*/
/*  display: block;*/
/*  font-size: 16px;*/
/*  letter-spacing: 0.06em;*/
/*  text-align: center;*/
/*  margin: 50px auto 0;*/
/*  max-width: 270px;*/
/*  padding: 10px;*/
/*  border: 1px solid #000;*/
/*  background: #fff;*/
/*  transition: all .2s;*/
/*}*/
/*.page-cosmetics-top .btn-more:hover {*/
/*  background: #eee;*/
/*}*/








/* ボタン共通設定 */
.page-cosmetics-top .btn-more {
  position: relative;
  display: block;

    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 50px auto 0;
    max-width: 270px;
    padding: 10px;

  color :#000;
  border: 1px solid #000;
  text-decoration: none;
  outline: none;

  overflow: hidden;
}

/*hoverした際のボタンの形状*/
.page-cosmetics-top .btn-more:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: .6s;
}

/*線の設定*/
.page-cosmetics-top .btn-more span{
  display: block;
  z-index: 2;
}

/*== 線から塗に変化（左から右） */

.page-cosmetics-top .borderleft {
  position: relative;
  z-index: 1;
}
/*線の設定*/
.page-cosmetics-top .borderleft span::before,
.page-cosmetics-top .borderleft span::after {
  content: '';
  position: absolute;
  width:0;
  height: 1px;
  background: #333;
  transition: all .3s;
}

/*左上線*/
.page-cosmetics-top .borderleft span::before {
  left:0;
  top:0;
}

/*左下線*/
.page-cosmetics-top .borderleft span::after {
  left:0;
  bottom:0;
}

/*hoverをすると線が伸びる*/
.page-cosmetics-top .borderleft:hover span::before,
.page-cosmetics-top .borderleft:hover span::after {
  width: 100%;
}

/*背景の設定*/
.page-cosmetics-top .borderleft::before {
  content: '';
  position: absolute;
  left: 0;
  bottom:0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #333;
  transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.page-cosmetics-top .borderleft:hover::before{
  width: 100%;
  transition-delay: .4s;
}

.page-cosmetics-top .top-tab {
  max-width: 1200px;
  margin: 170px auto;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-tab {
    margin: 45px auto 120px;
  }
}
.page-cosmetics-top .top-tab__nav {
  display: flex;
  justify-content: center;
  background: #CBE7E0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-tab__nav {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.page-cosmetics-top .top-tab__nav .nav {
  /*color: #000;
  font-size: 18px;*/
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 50px;
  /*cursor: pointer;*/
  cursor: default;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-tab__nav .nav {
    padding: 20px;
    text-align: center;
  }
}
.page-cosmetics-top .top-tab__nav .nav.selected {
  color: #fff;
  border-bottom: 2px solid #7198AB;
}
.page-cosmetics-top .top-tab .content {
  opacity: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #CBE7E0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-tab .content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.page-cosmetics-top .top-tab .content.show {
  opacity: 1;
  display: block !important;
}

.page-cosmetics-top .top-tab .top-tab__heading-1 {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .page-cosmetics-top .top-tab .top-tab__heading-1 {
    margin-bottom: 0;
    font-size: 15px;
  }
}    


.page-cosmetics-top .p-header {
  display: block;
  padding-top: 190px;
  margin-bottom: 80px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header {
    padding-top: 0;
    border-bottom-right-radius: 0;
    background: none !important;
    margin-bottom: 40px;
  }
}
.page-cosmetics-top .p-header.type-1 {
  background: url("/cosmetics/img/2022_new/top_microbiome_img_1_2025.webp") left top / 1250px auto no-repeat;
}
.page-cosmetics-top .p-header.type-2 {
  background: url("/cosmetics/img/2022_new/top_skincare_img_1.webp") right top / 1250px auto no-repeat;
}
.page-cosmetics-top .p-header.type-3 {
  background: url("/cosmetics/img/2022_new/top_makeup_img_1.png") left top / 1250px auto no-repeat;
}
.page-cosmetics-top .p-header.type-4 {
  background: url("/cosmetics/img/2022_new/top_skincare_img_1.webp") right top / 1250px auto no-repeat;
}
.page-cosmetics-top .p-header.type-5 {
  background: url("/cosmetics/img/2022_new/top_fragrance_img_1_02.webp") left top / 1250px auto no-repeat;
}
.page-cosmetics-top .p-header.type-6 {
  background: url("/cosmetics/img/2022_new/top_tool_img_1_03.webp") right top / 1250px auto no-repeat;
}
.page-cosmetics-top .p-header__inner {
  max-width: 1200px;
  margin: auto;
}
.page-cosmetics-top .p-header__inner .board {
  max-width: 800px;
  color: #fff;
  background: #000;
  padding: 70px 30px;
  text-align: center;
  min-height: 450px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board {
    padding: 60px 10px;
    min-height: inherit;
  }
}

.page-cosmetics-top .p-header.type-1 .p-header__inner .board {
  margin-left: auto;
}
.page-cosmetics-top .p-header.type-3 .p-header__inner .board {
  margin-left: auto;
}
.page-cosmetics-top .p-header.type-5 .p-header__inner .board {
  margin-left: auto;
}

.page-cosmetics-top .p-header__inner .board .board__heading-1 {
  display: block;
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1 {
    margin-bottom: 20px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-1 img {
  max-width: 330px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-1 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-2 img {
  max-width: 620px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-2 img {
    max-width: inherit;
    height: 25px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-3 img {
  max-width: 262px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-3 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-4 img {
  max-width: 543px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-4 img {
    max-width: inherit;
    height: 26px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-5 img {
  max-width: 350px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-5 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-6 img {
  max-width: 176px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-1.ttl-6 img {
    max-width: inherit;
    height: 36px;
  }
}

.page-cosmetics-top .p-header__inner .board .board__heading-2 {
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__heading-2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.page-cosmetics-top .p-header__inner .board .board__text-1 {
  font-size: 16px;
  letter-spacing: 0.11em;
  line-height: 2.18;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .p-header__inner .board .board__text-1 {
    font-size: 14px;
  }
}


.page-cosmetics-top .top-skincare {
  margin-bottom: 220px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare {
    margin-bottom: 80px;
  }
}
.page-cosmetics-top .top-skincare__nav {
}
.page-cosmetics-top .top-skincare__nav .nav {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .nav {
    flex-wrap: wrap;
  }
}
.page-cosmetics-top .top-skincare__nav .nav:not(:last-of-type) {
  margin-bottom: 90px;
}
.page-cosmetics-top .top-skincare__nav .nav .nav__primary {
  flex: 0 0 50%;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .nav .nav__primary {
    flex: 0 1 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
.page-cosmetics-top .top-skincare__nav .nav:nth-of-type(odd) .nav__primary {
  flex: 0 1 100%;
  margin-right: calc(50% - 50vw);
}
.page-cosmetics-top .top-skincare__nav .nav:nth-of-type(even) .nav__primary {
  flex: 0 1 100%;
  margin-left: calc(50% - 50vw);
}
.page-cosmetics-top .top-skincare__nav .nav .nav__secondary {
  flex: 0 0 50%;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .nav .nav__secondary {
    flex: 0 1 100%;
    order: 2;
  }
}
.page-cosmetics-top .top-skincare__nav .nav-image img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  object-position: center left;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .nav-image img {
    height: 200px;
  }
}
.page-cosmetics-top .top-skincare__nav .board {
  padding: 0 30px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board {
    padding: 0 20px;
    text-align: center;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__heading-1 {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__heading-1 {
    margin-bottom: 30px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-2 img {
  max-width: 330px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-2 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-3 img {
  max-width: 330px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-3 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-4 img {
  max-width: 187px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-4 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-5 img {
  max-width: 292px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__heading-1.ttl-5 img {
    max-width: inherit;
    height: 36px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__heading-2 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__heading-2 {
    font-size: 20px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .board__text-1 {
  font-size: 16px;
  letter-spacing: 0.11em;
  line-height: 2.18;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .board__text-1 {
    font-size: 12px;
  }
}
.page-cosmetics-top .top-skincare__nav .board .note {
  font-size: 12px;
  text-align: right;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-skincare__nav .board .note {
    font-size: 10px;
  }
}



.page-cosmetics-top .top-makeup {
  margin-bottom: 180px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-makeup {
    margin-bottom: 80px;
  }
}

.page-cosmetics-top .top-care {
  margin-bottom: 180px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-care {
    margin-bottom: 80px;
  }
}

.page-cosmetics-top .top-tool {
  padding-bottom: 180px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-tool {
    padding-bottom: 80px;
  }
}

.page-cosmetics-top .top-fragrance {
  padding-bottom: 180px;
}
@media all and (max-width: 768px) {
  .page-cosmetics-top .top-fragrance {
    padding-bottom: 80px;
  }
}

/*------------------------------------------ 
    SPECIAL INTERVIEW BANNER
--------------------------------------------*/
.interview-banner {
  max-width: 1240px;
  width: 100%;
  margin: 4% auto 5%;
}

.banner {
  position: relative;
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  height: 325px;
}

.banner img {
  display: block;
  width: 100%;
  margin: 0 auto; 
}

.banner img:hover {
  opacity: 0.9;
}

/*------ 画像をfadein-outする要素 -------*/
.banner .image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: ChangeImage 9s infinite;
  opacity: 0;
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 4.5s;
}

@keyframes ChangeImage {
  0%{ opacity: 0;}
  25%{ opacity: 1;}
  50%{ opacity: 1;}
  75%{ opacity: 0;}
  100%{ opacity: 0;}
}

/*------ 画像をfadein-outする要素 END -------*/
@media (max-width: 767px) {
  .interview-banner {
    margin: 8% auto 5%;
  }
  .banner {
    height:130px;
  }  
}

/*------------- トライアルセットはこちら CSS -------------*/
.tryset {
  text-align: center;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 15px;
}

.tryset a:hover {
  color: #666;
}  

@media (max-width: 767px) {
  .tryset {
    font-size: 14px;
  }
}    

/*------------- 初回セットBEGINNER banner CSS -------------*/
.begin-banner-cover:hover {
  opacity: 0.8;
}  

.begin-banner {
  max-width: 100%;
  width: 1000px;
  margin: 0px auto 80px;
  background: url(/beginner/img/mltop/beginner-bnr-2025.jpg) center no-repeat;
  padding: 358px 0 130px 640px;
  background-size: cover;
}

@media (max-width: 768px) {
  .begin-banner {
    padding: 34% 0 10% 64%;
    margin-bottom: 40px;
  }
} 

.beginner-btn {
  max-width: 231px;
  width: 100%;
  transition-duration: .5s;
} 

.beginner-btn:hover {
  transform: translateY(5px);
}

@media (max-width: 768px) {
  .beginner-btn {
    width: 64%;
  }
} 
