html,
body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #111111;
  background: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

button,
a {
  color: inherit;
}

.sp-only {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.jbeauty-page {
  width: 100%;
  overflow: hidden;
}
.jbeauty-page .site-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2%;
  background: #ffffff;
}
.jbeauty-page .site-header .site-header__logo {
  display: block;
  width: 5.5%;
}
.jbeauty-page .hero {
  min-height: 961px;
  background: #f6dde8;
}
.jbeauty-page .hero .hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 840px) minmax(360px, 650px);
  gap: 50px;
  align-items: center;
  justify-content: center;
  width: min(1920px, 100% - 200px);
  min-height: 961px;
  margin: 0 auto;
}
.jbeauty-page .hero .hero__visual {
  position: relative;
  top: -16px;
  margin: 0;
}
.jbeauty-page .hero .hero__visual picture,
.jbeauty-page .hero .hero__visual img {
  width: 100%;
}
.jbeauty-page .hero .hero__lead {
  justify-self: center;
  width: 700px;
  max-width: calc(100% + 50px);
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: center;
}
.jbeauty-page .editor-section {
  position: relative;
  padding: 0 10%;
  margin: 90px auto 0;
}
.jbeauty-page .editor-section .editor-section__kicker {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 50%;
  width: 241px;
  margin: 0;
  transform: translateX(-50%);
}
.jbeauty-page .editor-section .editor-section__kicker picture,
.jbeauty-page .editor-section .editor-section__kicker img {
  width: 80%;
  margin: 0 auto;
}
.jbeauty-page .editor-message {
  width: 100%;
}
.jbeauty-page .editor-message .editor-message__toggle {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 110px;
  aspect-ratio: 3008/377;
  padding: 0;
  overflow: visible;
  color: #ffffff;
  text-align: left;
  background: #bdab79;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.jbeauty-page .editor-message .editor-message__toggle:focus-visible {
  outline: 3px solid #111111;
  outline-offset: 4px;
}
.jbeauty-page .editor-message .editor-message__title-image {
  position: absolute;
  top: clamp(-55px, -3.8vw, -29px);
  left: 42px;
  width: min(1309px, 100% - 150px);
  pointer-events: none;
}
.jbeauty-page .editor-message .editor-message__title-image picture,
.jbeauty-page .editor-message .editor-message__title-image img {
  width: 100%;
}
.jbeauty-page .editor-message .editor-message__icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 34px;
  display: block;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
}
.jbeauty-page .editor-message .editor-message__icon::before, .jbeauty-page .editor-message .editor-message__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 2px;
  content: "";
  background: #111111;
  transform: translate(-50%, -50%);
  transition: transform 0.45s ease;
}
.jbeauty-page .editor-message .editor-message__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.jbeauty-page .editor-message .editor-message__body {
  overflow: hidden;
  background: #f2ece6;
}
.jbeauty-page .editor-message .editor-message__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5%;
  padding: 82px 4% 92px;
}
.jbeauty-page .editor-message .editor-message__column {
  color: #202020;
  font-family: "Shippori Mincho", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.025em;
  text-align: center;
}
.jbeauty-page .editor-message .editor-message__column p + p {
  margin-top: 42px;
}
.jbeauty-page .editor-message.is-collapsible .editor-message__body {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}
.jbeauty-page .editor-message.is-collapsible.is-open .editor-message__body {
  max-height: 2600px;
  opacity: 1;
}
.jbeauty-page .editor-message.is-collapsible.is-open .editor-message__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.jbeauty-page .feature-banners {
  margin-top: 85px;
}
.jbeauty-page .feature-banners .feature-banners__inner {
  padding: 0 10%;
  margin: 0 auto;
}
.jbeauty-page .feature-banners .feature-banner {
  display: block;
}
.jbeauty-page .feature-banners .feature-banner img {
  width: 100%;
}
.jbeauty-page .feature-banners .feature-banner--festival {
  width: 100%;
}
.jbeauty-page .feature-banners .topic-banner-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8% 2.5%;
}
.jbeauty-page .section-heading.section-heading--topics {
  width: 160px;
  margin: 87px auto 75px;
}
.jbeauty-page .section-heading.section-heading--articles {
  margin-bottom: 118px;
  width: 160px;
  margin: 0 auto 70px auto;
}
.jbeauty-page .section-heading.section-heading--articles span {
  display: block;
  font-size: 23px;
  letter-spacing: -0.04em;
}
.jbeauty-page .articles {
  margin-top: 128px;
}
.jbeauty-page .articles .articles__inner {
  padding: 0 10%;
  margin: 0 auto;
}
.jbeauty-page .articles .article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6% 2.5%;
}
.jbeauty-page .articles .article-card {
  min-width: 0;
}
.jbeauty-page .articles .article-card__link {
  display: block;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
}
.jbeauty-page .articles .article-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}
.jbeauty-page .articles .article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jbeauty-page .articles .article-card__title {
  margin-top: 14px;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.01em;
}
.jbeauty-page .articles .more-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24%;
  height: auto;
  margin: 92px auto 0;
}
.jbeauty-page .articles .more-link img {
  width: 199px;
}
.jbeauty-page .site-footer {
  padding: 228px 0 137px;
  text-align: center;
}
.jbeauty-page .site-footer .site-footer__sns {
  display: flex;
  gap: 54px;
  align-items: center;
  justify-content: center;
}
.jbeauty-page .site-footer .site-footer__sns a {
  display: block;
}
.jbeauty-page .site-footer .site-footer__sns img {
  width: 60px;
}
.jbeauty-page .site-footer .site-footer__logo {
  display: block;
  width: 80px;
  margin: 74px auto 0;
}
.jbeauty-page .site-footer .site-footer__copyright {
  margin-top: 55px;
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1.8;
}
.jbeauty-page .site-footer .site-footer__copyright br {
  display: none;
}
.jbeauty-page .page-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  font-family: "GFS Didot", "Times New Roman", serif;
  font-size: 13px;
  text-decoration: none;
  background: #f6dde8;
  border: 1px solid #737373;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.jbeauty-page .page-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.js-opening {
  opacity: 1;
  clip-path: none;
  transform: none;
}

.motion-ready .js-opening {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transform: translateY(18px);
  transition: opacity 1.5s ease, clip-path 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 1.5s ease;
}
.motion-ready .js-opening.is-visible {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.js-reveal {
  opacity: 1;
  transform: none;
}

.js-lead-reveal {
  opacity: 1;
  transform: none;
}

.js-fes-reveal {
  opacity: 1;
  transform: none;
}

@keyframes lead-reveal-pc {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.motion-ready .js-lead-reveal {
  opacity: 0;
  transform: translateY(18px);
}
.motion-ready .js-lead-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  animation: lead-reveal-pc 1.5s ease 0.4s both;
}

.motion-ready .js-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.motion-ready .js-reveal[data-reveal-order="3"] {
  transition-delay: 0.14s;
}
.motion-ready .js-reveal[data-reveal-order="4"] {
  transition-delay: 0.28s;
}
.motion-ready .js-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lead-reveal {
  transition-delay: 0.4s;
}

@media (hover: hover) and (pointer: fine) {
  .jbeauty-page .site-header__logo,
  .jbeauty-page .site-footer__sns a,
  .jbeauty-page .site-footer__logo,
  .jbeauty-page .page-top {
    transition: opacity 0.25s ease;
  }
  .jbeauty-page .site-header__logo:hover,
  .jbeauty-page .site-footer__sns a:hover,
  .jbeauty-page .site-footer__logo:hover,
  .jbeauty-page .page-top:hover {
    opacity: 0.62;
  }
}
@media (max-width: 1180px) {
  .jbeauty-page .hero {
    min-height: 760px;
  }
  .jbeauty-page .hero .hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.9fr);
    gap: 45px;
    min-height: 760px;
  }
  .jbeauty-page .hero .hero__lead {
    font-size: 14px;
    line-height: 2.15;
  }
  .jbeauty-page .editor-message .editor-message__title-image {
    left: 24px;
    width: calc(100% - 110px);
  }
  .jbeauty-page .editor-message .editor-message__icon {
    right: 24px;
  }
  .jbeauty-page .editor-message .editor-message__columns {
    gap: 55px;
    min-height: 0;
    padding: 72px 78px 84px;
  }
  .jbeauty-page .editor-message .editor-message__column {
    font-size: 14px;
  }
  .jbeauty-page .articles .article-card__title {
    font-size: 1.14vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .motion-ready .js-opening,
  .motion-ready .js-reveal,
  .motion-ready .js-lead-reveal {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
    animation: none;
  }
  .jbeauty-page .editor-message.is-collapsible .editor-message__body,
  .jbeauty-page .editor-message__icon::before,
  .jbeauty-page .editor-message__icon::after,
  .jbeauty-page .page-top {
    transition: none;
  }
}/*# sourceMappingURL=style_pc.css.map */