/* ------------------------------------------------
 common
------------------------------------------------ */
.section .ff_mincho {
  letter-spacing: 0.2em;
}
.section .ff_mincho .kana {
  letter-spacing: 0.05em;
}

#contents {
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (max-width: 767.9px) {
  #contents {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) {
  .scene > .inner {
    width: min(63em, 100%);
  }
  .scene.pc_wide > .inner {
    width: clamp(63em, 100%, 67em);
  }
}
@media screen and (max-width: 767.9px) {
  .scene {
    min-height: 100vh;
  }
  .scene > .inner {
    width: 20.3333333333em;
  }
  .scene.sp_wide > .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .kodawari_menu .sheader {
    padding-top: 0;
  }
}
.kodawari_menu .sheader .title {
  margin-bottom: 0;
}
.kodawari_menu .sheader .home {
  margin-top: 1em;
}
.kodawari_menu .sheader .home a {
  display: block;
  width: 4em;
  text-align: center;
}
.kodawari_menu .sheader .home a .txt {
  font-size: 0.8em;
}
.kodawari_menu .sheader .home a .icon.arrow {
  width: 2.1em;
  margin-top: 0.7em;
}
.kodawari_menu .sheader .home a .icon.arrow::after {
  transition: opacity 0.4s var(--easeOutCubic);
}
.kodawari_menu .sheader .home a:hover .icon.arrow::after {
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .kodawari_menu .sheader .home a {
    width: 3.6666666667em;
  }
  .kodawari_menu .sheader .home a .txt {
    font-size: 0.7333333333em;
  }
  .kodawari_menu .sheader .home a .icon.arrow {
    width: 2.3333333333em;
    margin-top: 0.4666666667em;
  }
}
@media screen and (min-width: 768px) {
  .kodawari_menu .sbody {
    padding-top: 1.5em;
  }
}
.kodawari_menu.inline {
  margin: 0 auto;
  padding: 6.5em 0;
}
@media screen and (max-width: 767.9px) {
  .kodawari_menu.inline {
    padding: 5.3333333333em 0 4.8333333333em;
  }
}

img.liquid {
  width: 100%;
  height: auto;
}

.js-fade {
  opacity: 0;
  filter: blur(1em);
  transform: translateY(2.5em);
  transition: filter 0.8s, opacity 0.8s, transform 0.8s;
}
@media screen and (max-width: 767.9px) {
  .js-fade {
    transform: translateY(1.6666666667em);
  }
}

.js-fade-active {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0) translateY(0);
}

/* ------------------------------------------------
 common
------------------------------------------------ */
#footer {
  position: relative;
  background-color: #FFF;
  padding-top: 1px;
}

/* ------------------------------------------------
 history
------------------------------------------------ */
#special_cover {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.7;
}
#special_cover video {
  width: 100%;
  height: 100%;
  aspect-ratio: inherit;
  -o-object-fit: fill;
     object-fit: fill;
}

#history_header {
  background-image: url(/beauty/kodawari/images/history/kv_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 1062px;
  position: static;
}
#history_header > .inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
#history_header h1 {
  width: 69.5%;
  position: absolute;
  top: 17.425%;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto;
}
#history_header .txt {
  font-size: 2em;
  position: absolute;
  top: 34.425%;
  left: 26%;
  z-index: 10;
}
#history_header .main_img {
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  #history_header {
    background-image: none;
  }
  #history_header h1 {
    width: 22.3333333333em;
    top: 17.425%;
  }
  #history_header .txt {
    font-size: 1.6em;
    line-height: 1.5;
    top: 45.3%;
    left: 11%;
  }
}

#article {
  background-color: #ebeef0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(235, 238, 240) 100%);
  margin-top: -65px;
  padding-bottom: 1.5em;
}
#article section {
  width: 31em;
  margin: 0 auto;
}
#article section + section {
  margin-top: 6.75em;
}
#article section h2 {
  overflow: hidden;
  margin-bottom: 2.25em;
  position: relative;
  z-index: 1000;
}
#article section h2 span {
  font-size: 2em;
  font-weight: 300;
  color: #8199c9;
  position: relative;
  z-index: 10;
  padding-right: 1.5em;
}
#article section h2 span::after {
  content: "";
  display: block;
  border-top: 1px solid #c0cce1;
  width: 1000px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
}
#article section .txt {
  position: relative;
  z-index: 1000;
}
#article section .txt p {
  font-size: 1em;
  line-height: 2;
}
#article section .txt p + p {
  margin-top: 1.75em;
}
@media screen and (max-width: 767.9px) {
  #article {
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 240, 242) 100%);
    margin-top: -3.3333333333em;
    padding: 4.6666666667em 0 1em;
  }
  #article section {
    width: auto;
    padding: 0 2.3333333333em;
  }
  #article section + section {
    margin-top: 4.5em;
  }
  #article section h2 {
    margin-bottom: 2em;
  }
  #article section h2 span {
    font-size: 1.8666666667em;
    padding-right: 0.5em;
  }
  #article section .txt p {
    font-size: 1em;
    line-height: 2.1;
  }
  #article section .txt p + p {
    margin-top: 1.3333333333em;
  }
}