@charset "utf-8";
/*----------------------------
	Global
------------------------------*/
html {
  font-size: 10px;
  overflow-x: auto;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  /* Chrome only hacks */
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  min-width: 1200px;
  overflow-x: hidden;
}
.viewport-wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 60px;
}
.flexbox:after {
  display: none;
}
.sp {
  display: none;
}
@media (max-width: 750px) {
  html {
    font-size: calc(5px + (10 - 5) * ((100vw - 375px) / (750 - 375)));
  }
  body {
    min-width: 0;
    font-size: 2.8rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .viewport-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  main img {
    width: 100%;
  }
}

/*----------------------------
	header
------------------------------*/
header {
  padding-bottom: 90px;
  background: #fff;
  position: relative;
}
header .tks-theme-com-simple-page__header {
  max-width: 1100px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 15px;
  padding: 15px 80px 0px;
}
header .tks-theme-com-simple-page__header a {
  max-width: 208px;
  width: 100%;
}
.naturelle-header {
  background: #fff;
  position: absolute;
  z-index: 9;
  width: 100%;
}
.naturelle-header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
}
.naturelle-header > .viewport-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.naturelle-header h1 {
  flex: 1 1 auto;
  text-align: center;
}
.naturelle-header .flexbox > i {
  margin-right: 13px;
}
.naturelle-header .flexbox > i img {
  max-width: 26px;
}
.naturelle-header .flexbox > p {
  flex: 1 1 100%;
  text-align: center;
  padding-bottom: 1.5rem;
  line-height: 1;
  font-size: 15px;
  overflow: hidden;
  transition: all 0.2s;
  letter-spacing: 0.03em;
}
.naturelle-header .menu {
  height: 50px;
  width: 40px;
  cursor: pointer;
  position: relative;
  opacity: 0;
  pointer-events: none;
}
.naturelle-header .global-navi {
  display: none;
}
@media only screen and (max-width: 750px) {
  header {
    padding-bottom: 17rem;
  }
  header .tks-theme-com-simple-page__header {
    padding: 3rem 2rem 0.5rem;
  }
  header .tks-theme-com-simple-page__header a {
    max-width: 24rem;
    vertical-align: bottom;
    line-height: 1;
  }
  .naturelle-header > .viewport-wrapper {
    padding: 0 3rem;
    min-height: 10rem;
  }
  .naturelle-header h1 img {
    width: 22rem;
  }
  .naturelle-header .flexbox > i {
    margin-right: 0;
    width: 4rem;
  }
  .naturelle-header .flexbox > i img {
    max-width: 100%;
    width: 5.4rem;
  }
  .naturelle-header .flexbox > p {
    font-size: 2.6rem;
    padding: 1.2rem 0 2rem;
  }
  .naturelle-header .menu {
    width: 4.7rem;
    opacity: 1;
    pointer-events: auto;
    height: auto;
  }
  .naturelle-header .global-navi {
    display: block;
    width: 100%;
    max-height: 90vh;
    padding: 10rem 10rem 5rem;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    transform-origin: top left;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    overflow-y: auto;
    z-index: 9;
    opacity: 0;
  }
  .naturelle-header .global-navi .close-btn {
    width: 4.4rem;
    position: absolute;
    top: 4rem;
    left: 3rem;
  }
  .menu-visible .naturelle-header .global-navi {
    transform: scale(1);
    opacity: 1;
  }
  .naturelle-header .global-navi li {
    position: relative;
  }
  .naturelle-header .global-navi li + li {
    border-top: 1px solid #969696;
  }
  .naturelle-header .global-navi li > a {
    display: block;
    padding: 2rem 0;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
  .naturelle-header .global-navi li > a span {
    display: block;
    line-height: 1.2;
    color: #505050;
    font-weight: normal;
    font-size: 2.4rem;
  }
  .naturelle-header .global-navi .alt-icon {
    position: absolute;
    top: 1rem;
    right: 0;
  }
  .naturelle-header .global-navi .alt-icon i + i {
    margin-left: 3rem;
  }
  .naturelle-header .global-navi .alt-icon i img {
    width: auto;
    height: 5rem;
  }
  .naturelle-header .global-navi .btn-beauty{
    display: block;
    width: 53.2rem;
    margin: 2rem auto 0;
    border: 1px solid #000;
    border-radius: 10000px;
  }
  .naturelle-header .obfuscator {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 6;
    display: none;
  }
  .menu-visible .naturelle-header .obfuscator {
    display: block;
  }
}

/*----------------------------
Secondary navi
------------------------------*/
.secondary-nav {
  width: 100%;
  background: #ECF3F3;
  position: relative;
  left: 0;
  z-index: 7;
}
.secondary-sticky .secondary-nav {
  position: fixed !important;
  top: 50px;
  bottom: auto !important;
}
.secondary-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.03em;
  text-align: center;
  white-space: nowrap;
  font-family: Roboto, sans-serif;
}
.secondary-nav li {
  margin: 0 22px;
  width: 33.3%;
  max-width: 96px;
}
.secondary-nav a {
  display: block;
  padding: 12px 0;
  line-height: 1.2;
  transition: all 0.3s;
}
.secondary-nav a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 750px) {
  .secondary-sticky .secondary-nav {
    top: 10rem;
  }
  .secondary-nav ul {
    font-size: 2.2rem;
    justify-content: space-between;
    padding: 0 2rem;
    max-width: 80%;
  }
  .secondary-nav li {
    margin: 0 1.5rem;
  }
  .secondary-nav a {
    padding: 2.2rem 0;
    opacity: 1 !important;
  }
}
/*----------------------------
footer
------------------------------*/
.tks-theme-com-simple-page__footer {
  border-top: none;
  padding: 5rem 3rem;
}
.backtotop-btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.backtotop-btn.active {
  opacity: 1;
  z-index: 8;
}
.backtotop-btn:hover {
  opacity: 0.7;
}
main + footer > p:first-of-type {
  font-size: 13px;
  padding-top: 40px;
  line-height: 1.538;
}
@media only screen and (max-width: 750px) {
  .backtotop-btn {
    width: 6rem;
    height: 6rem;
    right: 3rem;
    bottom: 3rem;
  }
  main + footer > p:first-of-type {
    font-size: 2.5rem;
    padding: 6rem 3rem 0;
    letter-spacing: 0;
    line-height: 4rem;
  }
}
/*----------------------------
Footer what's new Component
------------------------------*/
.whatsnew-component {
  padding: 70px 0 30px;
}
.whatsnew-component .section-heading {
  font-family: "Josefin Slab", serif;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.whatsnew-component .viewport-wrapper {
  padding: 0;
}
@media (max-width: 750px) {
  .whatsnew-component {
    padding: 6rem 0 3rem;
  }
  .whatsnew-component .section-heading {
    font-size: 4.5rem;
  }
}

/*----------------------------
What's new slider (TOP & news page footer)
------------------------------*/
.whatsnew-slider {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 955px;
}
/* .whatsnew-slider:before,
.whatsnew-slider:after {
  content: "";
  flex: 1 1 25%;
  order: 1;
} */
.whatsnew-slider article {
  max-width: 210px;
  flex: 0 1 21.4%;
  margin: 0 1.8% 3.3%;
  overflow: hidden;
  transition: all 0.3s;
}
.whatsnew-slider article:nth-child(n + 5) {
  max-height: 0;
  opacity: 0;
  margin: 0 1.8%;
}
section.viewall .whatsnew-slider article {
  max-height: 500px !important;
  opacity: 1 !important;
  margin: 0 1.8% 3.3% !important;
}
.whatsnew-slider article a {
  display: block;
  transition: all 0.3s;
}
.whatsnew-slider article a:hover {
  opacity: 0.7;
}
.whatsnew-slider article .whatsnew-title {
  padding: 14px 0 0;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .whatsnew-slider {
    margin: 4rem auto 0;
    padding: 0 3rem;
    justify-content: space-between;
  }
  .whatsnew-slider:before,
  .whatsnew-slider:after {
    display: none;
  }
  .whatsnew-slider article {
    max-width: 100%;
    flex: 0 1 48%;
    margin: 0 0 3.5rem;
  }
  .whatsnew-slider article img {
    width: 100%;
  }
  .whatsnew-slider article:nth-child(n + 5) {
    margin: 0;
  }
  section.viewall .whatsnew-slider article {
    max-height: 70rem !important;
    opacity: 1 !important;
    margin: 0 0 5rem !important;
  }
  .whatsnew-slider article .whatsnew-title {
    padding: 2rem 0 0;
    font-size: 2.5rem;
  }
}
/*----------------------------
	Component style
------------------------------*/
.section-heading {
  font-family: "Lora", sans-serif;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 400;
}
.section-heading + p {
  margin-top: 30px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1;
}
.viewall-btn {
  display: block;
  width: 130px;
  height: 35px;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 1000px;
  background: url(/base/pc/store/beauty/img/common/ico-arrow-double-down.svg) #fff no-repeat center center/ 12px auto;
  cursor: pointer;
  transition: all 0.3s;
}
.viewall-btn:hover {
  opacity: 0.7;
}
section.viewall .viewall-btn {
  background: url(/base/pc/store/beauty/img/common/ico-arrow-double-up.svg) #fff no-repeat center center/ 12px auto;
}
@media only screen and (max-width: 750px) {
  .section-heading {
    font-size: 4rem;
    font-weight: 500;
  }
  .section-heading + p {
    margin-top: 4rem;
    font-size: 2.3rem;
    letter-spacing: 0;
    line-height: 1.4;
  }
  .viewall-btn {
    width: 33rem;
    height: 7rem;
    border: 1px solid #000;
    background: url(/base/pc/store/beauty/img/common/ico-arrow-double-down.svg) #fff no-repeat center center/ 3.2rem auto;
  }
  section.viewall .viewall-btn {
    background: url(/base/pc/store/beauty/img/common/ico-arrow-double-up.svg) #fff no-repeat center center/ 3.2rem auto;
  }
}