/* @charset "utf-8";*/

body.is-loading {
  overflow: hidden;
  background: #000;
}
.g-Section:first-child ~ * ,
.p-jsl_section:not('.p-jsl_section-part00') ,
#area-BrFooter {
  opacity: 0;
}
body.is-loaded .g-Section:first-child ~ * ,
body.is-loaded .p-jsl_section:not('.p-jsl_section-part00') ,
body.is-loaded #area-BrFooter {
  opacity: 0;
}

/* ==================================================
.p-jsl
================================================== */
.p-jsl {
  color: #fff;
  margin-top: -20px;
}

/* .p-jsl_loading
-------------------------------------------------- */
.p-jsl_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #000;
  z-index: 10;
}
.p-jsl_loading_line {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
.p-jsl_loading_text {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  opacity: 0;
}
.p-jsl_loading_logo {
  width: 230px;
}
.p-jsl_loading_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  background-color: #000;
}

.p-jsl_loading.show-logo .p-jsl_loading_text ,
.p-jsl_loading.show-logo + .p-jsl_section-part00 .p-jsl_skip ,
.p-jsl_loading.show-logo + .p-jsl_section-part00 .p-jsl_scroll {
  animation: fadeIn_logo 3s ease forwards;
}
@keyframes fadeIn_logo {
  0% {opacity: 0}
  100% {opacity: 100%;}
}
.p-jsl_loading.show-mask .p-jsl_loading_mask {
  animation: fadeIn_mask 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1s forwards;
}
@keyframes fadeIn_mask {
  0% {width: 100%;}
  10% {width: 100%;}
  100% {width: 0%;}
}


/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl_loading {
    height: calc(100vh - 125px);
  }
  .p-jsl_loading_line {
    left: -17%;
    right: auto;
    width: 150%;
  }
  .p-jsl_loading_text {
    font-size: 16px;
    top: 40%;
  }
  .p-jsl_loading_logo {
    width: 172px;
  }
}

/* .p-jsl_section
-------------------------------------------------- */
.p-jsl_section {
  position: relative;
  height: calc(100vh - var(--headerH, 100px));
}
.p-jsl_section-space {
  height: 120px !important;
}
/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl {
    margin-top: 0;
  }
  .p-jsl_section-space {
    display: none;
  }
}

/* .p-jsl_section-part00
-------------------------------------------------- */
.p-jsl_video{
  width: 100%;
  height: calc(100% - 40px) !important;
  padding: 0 !important;
  opacity: 0;
  transition: opacity 2s 2s;
}
.p-jsl_section-part00.is-active .p-jsl_video{
  opacity: 1;
}
.p-jsl_video video{
  object-fit: contain;
}
.p-jsl_skip ,
.p-jsl_scroll {
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-family: "AvenirNextLTPro-Light", "EBGaramond-Regular", "FZShuSong-Z01", sans-serif;
  opacity: 0;
}
.p-jsl_skip_link ,
.p-jsl_scroll_link {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
.p-jsl_skip_link:hover ,
.p-jsl_scroll_link:hover {
  opacity: .7;
}
.p-jsl_skip {
  bottom: 20px;
  right: 20px;
}
.p-jsl_skip_link {
  padding-right: 18px;
  background: url(https://www.sensai-cosmetics.com/content/dam/sites/kanebo/www-sensai-cosmetics-com/common/img/promotion/2302/jsl/i-down_2.png) no-repeat center right / 12px 12px;
}
.p-jsl_scroll {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.p-jsl_scroll_link {
  width: 40px;
  height: 48px;
  background: url(https://www.sensai-cosmetics.com/content/dam/sites/kanebo/www-sensai-cosmetics-com/common/img/promotion/2302/jsl/i-down.png) no-repeat center top / 48px 48px;
}

#part01 {
  position: relative;
  top: 50vh;
}

/* sm */
@media only screen and (max-width: 640px) {

  .p-jsl_video{
    height: calc(100% - 100px) !important;
  }
  .p-jsl_skip ,
  .p-jsl_scroll {
    bottom: 88px;
  }
}


/* .p-jsl_section-part●●
-------------------------------------------------- */
.p-jsl:not(.is-stationary) .p-jsl_section-part01 ,
.p-jsl:not(.is-stationary) .p-jsl_section-part02 ,
.p-jsl:not(.is-stationary) .p-jsl_section-part03 ,
.p-jsl:not(.is-stationary) .p-jsl_section-part04 {
  height: 130vh;
}
.p-jsl:not(.is-stationary) .p-jsl_section-part05 {
  height: 90vh;
}
.p-jsl_flips {
  position: relative;
  width: 100%;
  height: 82vh;
  padding-top: 5vh;
  opacity: 0;
}
.p-jsl_flip {
  position: absolute;
  left: 0;
  right: 0;
  top: 5vh;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-jsl_text {
  width: 31%;
  max-width: 400px;
  line-height: 1.7;
  letter-spacing: 1.3px;
  font-size: 18px;
  font-family: "Adobe-Garamond-Pro", "FZShuSong-Z01", serif;
  text-shadow: 2px 2px 6px #000, 0px -1px 6px #000;
  opacity: 0;
  position: absolute;
  left: 0;
}

/* part01 */
.p-jsl_text_1 {
  margin-left: 69%;
  top: 15%;
  width: 28%;
}
/* part02 */
.p-jsl_text_2 {
  margin-left: 5%;
  bottom: 35%;
}
/* part03 */
.p-jsl_text_3 {
  margin-left: 64%;
  top: 35%;
}
/* part04 */
.p-jsl_text_4 {
  margin-left: 5%;
  top: 37%;
}
.p-jsl_flip_4_0 {
  width: 225px;
}
/* part05 */
.p-jsl_text_5 {
  margin-left: auto;
  margin-right: auto;
  top: 77%;
  right: 0;
  width: 45%;
  max-width: none;
  text-align: center;
}

/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl:not(.is-stationary) .p-jsl_section-part01 ,
  .p-jsl:not(.is-stationary) .p-jsl_section-part02 ,
  .p-jsl:not(.is-stationary) .p-jsl_section-part03 ,
  .p-jsl:not(.is-stationary) .p-jsl_section-part04 {
    height: 150vh !important;
    padding-top: 5% !important;
  }
  .p-jsl:not(.is-stationary) .p-jsl_section-part05 {
    height: 90vh !important;
  }
  .p-jsl_flip {
    height: 70%;
  }
  .p-jsl_flips_1 .p-jsl_flip  {
    width: 110%;
    margin: 0 -5%;
  }
  .p-jsl_flips_2 .p-jsl_flip ,
  .p-jsl_flips_3 .p-jsl_flip {
    width: 140%;
    margin: 0 -20%;
  }
  .p-jsl_flips_4 .p-jsl_flip {
    width: 150px;
  }
  .p-jsl_flips_5 .p-jsl_flip {
    width: 110%;
    margin: 5% -5% 0;
  }
  .p-jsl_text {
    width: 85%;
    line-height: 1.5;
    letter-spacing: .3px;
    font-size: 16px;
    text-align: left;
    position: absolute;
    top: 40%;
    right: 0;
    margin: auto;
  }
  .p-jsl_text_5 {
    top: 68%;
  }
}


/* stationary
-------------------------------------------------- */
.p-jsl.is-stationary #part01 {
  padding-top: 130px;
  position: static;
}
.p-jsl.is-stationary .p-jsl_flips {
  height: 100%;
  transition: opacity 1.2s ease .2s;
  opacity: 0;
}
.p-jsl.is-stationary .p-jsl_flip {
  opacity: 1;
}
.p-jsl.is-stationary .p-jsl_text {
  transition: opacity 1.2s ease;
}
/* .is-scroll */
.p-jsl.is-stationary .p-jsl_section.is-scroll .p-jsl_flips ,
.p-jsl.is-stationary .p-jsl_section.is-scroll .p-jsl_text {
  opacity: 1;
}
.p-jsl.is-stationary .p-jsl_text_2 {
  bottom: 20%;
}
.p-jsl.is-stationary .p-jsl_text_3 {
  top: 35%;
}
.p-jsl.is-stationary .p-jsl_text_4 {
  top: 45%;
}
.p-jsl.is-stationary .p-jsl_text_5 {
  bottom: 5%;
}

/* lg */
@media only screen and (min-width: 1025px) {
  .p-jsl.is-stationary .p-jsl_section-part01 {
    margin-bottom: 50px;
  }
  .p-jsl.is-stationary .p-jsl_section-part04 {
    margin-top: -80px;
    margin-bottom: -80px;
  }
}
/* sm */
@media only screen and (max-width: 640px) {
  .p-jsl.is-stationary .p-jsl_flips {
    transition: opacity 1.2s ease;
  }
  .p-jsl.is-stationary .p-jsl_text {
    top: 60%;
    transition: opacity 1.2s ease .5s;
  }
}

/* ==================================================
.pr-jslSection
================================================== */
.pr-jslSection .g-Column__inner ,
.pr-jslSection .g-Column__inner .g-Column__cols,
.pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
  margin-top: 0 !important;
}
.pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
  padding: 20px 0;
}
.pr-jslSection_txt {
  margin-bottom: 0!important;
}

#explanation {
  padding-top: var(--headerH, 100px);
  margin-top: calc(-1 * var(--headerH, 100px));
}

/* sm */
@media only screen and (max-width: 640px) {
  .pr-jslSection{
    width: 95%;
  }
  .pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
    padding: 0 0 60px;
  }
  .pr-jslSection_img {
    padding-left: 12%;
    padding-right: 12%;
  }
}

/* ==================================================
.jsl_humanArea
================================================== */
.jsl_humanArea {
  padding-top: 50px;
  padding-bottom: 90px;
}
.jsl_humanArea .l-GroupBox{
  width: 400px;
  height: 280px;
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
  background-size: auto 280px !important;
  border-color: rgba(204, 184, 113, .5) !important;
}
.jsl_humanArea .l-GroupBox *{
  font-size: 16px !important;
}
/* sm */
@media only screen and (max-width: 640px) {
  .jsl_humanArea {
    padding-bottom: 70px;
  }
  .jsl_humanArea .l-GroupBox{
    width: 100%;
    height: 50vw;
    background-size: auto !important;
  }
}



/* 多言語フォント
-------------------------------------------------- */
html[lang^=pl] .p-jsl_text ,
html[lang^=ru] .p-jsl_text {
  font-family: "EBGaramond-Regular", serif;
}


/* 日本語調整
-------------------------------------------------- */
html[lang^=ja] .p-jsl_text {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.6658rem + 0.5222vw, 1rem);
  line-height: 2.0;
  letter-spacing: .05em;
}
@media only screen and (min-width: 641px) {
  html[lang^=ja] .p-jsl_text_1 {
    width: auto;
    left: auto;
    right: 6%;
    white-space:nowrap;
  }
}
@media only screen and (min-width: 641px) {
  html[lang^=ja] .p-jsl_text_2 {
    width: auto;
    white-space:nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  html[lang^=ja] .p-jsl_text_3 {
    width: auto;
    left: auto;
    right: 3%;
    white-space:nowrap;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  html[lang^=ja] .p-jsl_text_3 {
    width: 100%;
    max-width: 100%;
    top: 52%;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  html[lang^=ja] .p-jsl_text_4 {
    width: auto;
    white-space:nowrap;
    top: 32%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  html[lang^=ja] .p-jsl_text_4 {
    width: 100%;
    max-width: 100%;
    top: 52%;
    margin: auto;
    text-align: center;
  }
}
html[lang^=ja] .p-jsl_text_5 {
  width: 80%;
}
html[lang^=ja] .pr-jslSection__prevColumn .g-Column__cols {
  padding: 0;
}
html[lang^=ja] .pr-jslSection .g-Column__inner .g-Column__cols + .g-Column__cols {
  padding: 40px 0 60px;
}
html[lang^=ja] #explanation {
  padding-top: 0;
  margin-top: 0;
}
html[lang^=ja] .pr-jslSection_txt .l-HeadingTitle__h4 {
  line-height: 1.25;
}
html[lang^=ja] .pr-jslSection_txt .font_size-14-14-14 {
  letter-spacing: 0;
}
@media only screen and (min-width: 1025px) {
  .pr-jslSection .g-Column__inner {
    grid-template-columns: 5fr 3fr;
  }
}
@media only screen and (max-width: 640px) {
  html[lang^=ja] .p-jsl_text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  html[lang^=ja] .pr-jslSection_txt .font_size-18-16-14 {
    line-height: 1.5;
    text-align: left;
  }
}





/* lg */
@media only screen and (min-width: 1025px) {
}
/* md */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
}
/* sm */
@media only screen and (max-width: 640px) {
}
