@charset "UTF-8";
/* ------------------------------------------------
 common
------------------------------------------------ */
.section .ff_mincho {
  letter-spacing: 0.2em;
}
.section .ff_mincho .kana {
  letter-spacing: 0.05em;
}

#contents {
  height: 100%;
  position: relative;
  max-width: 1600px;
  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 {
  -webkit-transition: opacity 0.4s var(--easeOutCubic);
  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;
  -webkit-filter: blur(1em);
          filter: blur(1em);
  -webkit-transform: translateY(2.5em);
          transform: translateY(2.5em);
  -webkit-transition: opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
  transition: filter 0.8s, opacity 0.8s, transform 0.8s;
  transition: filter 0.8s, opacity 0.8s, transform 0.8s, -webkit-filter 0.8s, -webkit-transform 0.8s;
}
@media screen and (max-width: 767.9px) {
  .js-fade {
    -webkit-transform: translateY(1.6666666667em);
            transform: translateY(1.6666666667em);
  }
}

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

/* ------------------------------------------------
  page_header
------------------------------------------------ */
#page_header {
  height: 37.5em;
  position: relative;
  z-index: 15;
  pointer-events: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: -1px;
  padding-bottom: 8.75em;
}
#page_header .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.5em;
  padding-left: 6.25%;
}
#page_header .inner .pages {
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-bottom: 0.75em;
}
#page_header .inner .pages em {
  font-size: 150%;
}
#page_header .inner h1 {
  font-size: 3em;
  letter-spacing: 0.1em;
}
#page_header .inner .main_img {
  width: 78.75%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  #page_header {
    height: auto;
    padding-bottom: 4.3333333333em;
  }
  #page_header .inner {
    height: auto !important;
    position: static;
    padding-top: 8em;
    padding-left: 1.9666666667em;
  }
  #page_header .inner .pages {
    font-size: 1em;
    margin-bottom: 0.8333333333em;
  }
  #page_header .inner h1 {
    font-size: 2.4em;
    letter-spacing: 0.1em;
  }
  #page_header .inner .main_img {
    width: 19.6666666667em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

/* ------------------------------------------------
  menu
------------------------------------------------ */
#menu {
  max-width: 17.5em;
  position: sticky;
  top: 3.25em;
  left: 0;
  margin-top: 3.25em;
  pointer-events: auto;
}
#menu li a .icon.arrow {
  width: 2em;
}
#menu li a .t {
  font-size: 0.8em;
  line-height: 1.6;
}
#menu li + li {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #menu li.current .icon.arrow {
    border-color: #ccd8e9;
  }
  #menu li.current .icon.arrow::before {
    background-image: url(../images/common/icon_arrow_active.svg);
  }
  #menu li.current .t {
    color: #5279b3;
  }
}
@media screen and (max-width: 767.9px) {
  #menu {
    max-width: initial;
    position: static;
    margin-top: 2.2em;
    pointer-events: auto;
  }
  #menu li a {
    gap: 0.75em;
  }
  #menu li a .icon.arrow {
    width: 1.9333333333em;
  }
  #menu li a .t {
    font-size: 0.9333333333em;
    line-height: 1.6;
  }
  #menu li + li {
    margin-top: 0.4666666667em;
  }
}

/* ------------------------------------------------
  article
------------------------------------------------ */
#article section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22.5em;
}
#article section + section {
  margin-top: 7em;
}
#article section.nothing {
  font-size: 0 !important;
}
#article section .inner {
  margin-left: 0;
  width: 52.5em;
}
#article section .inner h2 {
  padding-bottom: 1.1em;
  margin-bottom: 2.75em;
  border-bottom: 1px solid #cacacc;
}
#article section .inner h2 .t {
  font-size: 1.8em;
  letter-spacing: 0.15em;
}
#article section .inner .txt p {
  font-size: 1em;
  line-height: 1.9;
}
#article section .inner .link {
  margin-top: 2em;
}
#article section .inner .link a .t {
  font-size: 0.9em;
}
#article section .inner .frame {
  background-color: #f8f9fa;
  padding: 3.5em;
  margin-top: 2.75em;
}
#article section .inner .frame .items dt {
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #d6d8d9;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
#article section .inner .frame .items dd + dt {
  margin-top: 2em;
}
#article section .inner .frame .items dd > p {
  font-size: 0.9em;
  line-height: 1.6;
}
#article section .inner .frame .items dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#article section .inner .frame .items dd li span {
  font-size: 0.8em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#article section .inner .frame .items dd li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 1px;
  background-color: #505155;
  margin-top: 0.7em;
  margin-right: 0.7em;
}
#article section .inner .frame .items dd li + li {
  margin-top: 0.65em;
}
#article section .inner .frame .items dd .annotation {
  font-size: 0.6em;
  margin-top: 1.6665em;
}
@media screen and (max-width: 767.9px) {
  #article section {
    padding-left: 2em;
  }
  #article section + section {
    margin-top: 4em;
  }
  #article section .inner {
    width: 100%;
    padding-top: 3.3333333333em;
    margin-top: -3.3333333333em;
  }
  #article section .inner h2 {
    padding-bottom: 1.1em;
    margin-bottom: 1.6666666667em;
  }
  #article section .inner h2 .t {
    font-size: 1.3333333333em;
    line-height: 1.6;
  }
  #article section .inner .txt {
    padding-right: 2em;
  }
  #article section .inner .txt p {
    font-size: 1em;
    line-height: 1.8;
  }
  #article section .inner .link {
    margin-top: 1.6em;
  }
  #article section .inner .link a .t {
    font-size: 0.9333333333em;
  }
  #article section .inner .frame {
    padding: 2em;
    margin-top: 1.8333333333em;
  }
  #article section .inner .frame .items dt {
    font-size: 1.0666666667em;
    padding-bottom: 0.6666666667em;
    margin-bottom: 0.8666666667em;
  }
  #article section .inner .frame .items dd + dt {
    margin-top: 1.3333333333em;
  }
  #article section .inner .frame .items dd > p {
    font-size: 0.9333333333em;
    line-height: 1.8;
  }
  #article section .inner .frame .items dd li span {
    font-size: 0.9333333333em;
  }
  #article section .inner .frame .items dd li::before {
    width: 0.2666666667em;
    margin-top: 0.6666666667em;
    margin-right: 0.4666666667em;
  }
  #article section .inner .frame .items dd li + li {
    margin-top: 0.6666666667em;
  }
  #article section .inner .frame .items dd .annotation {
    font-size: 0.6em;
    margin-top: 1.6666666667em;
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}
#article #sec_data .inner {
  background-color: #f8f9fa;
  position: relative;
  padding-top: 0;
  margin-top: 0;
}
#article #sec_data .inner .label {
  width: 2em;
  position: absolute;
  top: -1em;
  left: 1.5em;
  z-index: 10;
}
#article #sec_data .inner .overflow {
  overflow: hidden;
  padding: 2.9em 2.9em 3.25em 5em;
  position: relative;
}
#article #sec_data .inner .overflow::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #5279b3;
  position: absolute;
  top: 0;
  left: 1.5em;
}
#article #sec_data .inner h2 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 1.5em;
}
#article #sec_data .inner h2 .t {
  font-size: 1.4em;
  color: #5279b3;
  line-height: 1.6;
}
#article #sec_data .inner .ttl {
  font-size: 1em;
  font-weight: bold;
}
#article #sec_data .inner .txt {
  font-size: 0.9em;
  margin-top: 1em;
}
#article #sec_data .inner .note {
  font-size: 0.6em;
  margin-top: 2.5em;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  #article #sec_data .inner .label {
    width: 1.7333333333em;
    top: -0.6em;
    left: 0.8333333333em;
  }
  #article #sec_data .inner .overflow {
    padding: 2em 2em 2.3333333333em 3.3333333333em;
  }
  #article #sec_data .inner .overflow::before {
    left: 0.8333333333em;
  }
  #article #sec_data .inner h2 {
    margin-bottom: 1.5em;
  }
  #article #sec_data .inner h2 .t {
    font-size: 1.2em;
    line-height: 1.6;
  }
  #article #sec_data .inner .ttl {
    font-size: 1.0666666667em;
  }
  #article #sec_data .inner .txt {
    font-size: 0.9333333333em;
    margin-top: 0.8666666667em;
    padding-right: 0;
  }
  #article #sec_data .inner .note {
    font-size: 0.6em;
    margin-top: 1.3333333333em;
    line-height: 1.6;
  }
}

/* ------------------------------------------------
 モーダル
------------------------------------------------ */
.remodal-overlay {
  background-color: rgba(0, 0, 0, 0.15);
}

.remodal-wrapper .inner {
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.remodal-wrapper.remodal-is-opened .inner {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.remodal {
  width: 100% !important;
  max-width: 50em;
  position: relative;
}
.remodal .inner {
  padding: 5em 6.75em 3em;
  background-color: #f8f9fa;
  background-color: #FFF;
  position: relative;
  text-align: left;
  letter-spacing: 0.1em;
}
.remodal .inner > .ttl {
  border: none;
  padding-bottom: 0;
  margin-bottom: 2.5em;
}
.remodal .inner > .ttl .t {
  font-size: 1.4em;
  color: #5d7fbe;
  line-height: 1.6;
}
.remodal .inner .body {
  margin-top: 2.5em;
}
.remodal .inner .body .ttl {
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  border-bottom: 1px solid #c4c5c7;
}
.remodal .inner .body .ttl .t {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
}
.remodal .inner .body .txt {
  font-size: 0.9em;
  line-height: 1.7;
}
.remodal .inner .body .note {
  font-size: 0.6em;
  margin-top: 2.25em;
}
.remodal .inner .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.remodal .inner .group .body {
  width: 17.5em;
  margin-top: 0;
}
.remodal .inner .group .attache {
  width: 16.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.remodal .inner .group .attache .item {
  width: 8.05em;
}
.remodal .inner .group .attache .item .cap {
  font-size: 0.8em;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 0.8em;
}
.remodal .inner .group .attache .item .cap.color {
  color: #5279b3;
}
.remodal .inner .btn {
  text-align: center;
  margin-top: 2.2em;
}
.remodal .inner .btn .close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remodal .inner .btn .close .t {
  font-size: 0.9em;
  padding-bottom: 0.15em;
}
.remodal .inner .btn .close::after {
  content: "";
  display: inline-block;
  width: 2.5em;
  aspect-ratio: 1/1;
  background-image: url(/beauty/kodawari/images/common/modal_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.8em;
}
@media screen and (max-width: 767.9px) {
  .remodal .inner {
    padding: 2.3333333333em 2em 2em;
  }
  .remodal .inner > .ttl {
    margin-bottom: 1.6666666667em;
  }
  .remodal .inner > .ttl .t {
    font-size: 1.2em;
  }
  .remodal .inner .body {
    margin-top: 2em;
  }
  .remodal .inner .body .ttl {
    padding-bottom: 0.4em;
    margin-bottom: 0.8666666667em;
  }
  .remodal .inner .body .ttl .t {
    font-size: 1.0666666667em;
  }
  .remodal .inner .body .txt {
    font-size: 0.9333333333em;
    line-height: 1.7;
  }
  .remodal .inner .body .note {
    font-size: 0.6em;
    margin-top: 1.1666666667em;
  }
  .remodal .inner .group {
    display: block;
  }
  .remodal .inner .group .body {
    width: auto;
    margin-top: 0;
  }
  .remodal .inner .group .attache {
    width: 15.8em;
    margin: 1.5em auto 0;
  }
  .remodal .inner .group .attache .item {
    width: 7.6666666667em;
  }
  .remodal .inner .group .attache .item .cap {
    font-size: 0.7333333333em;
    margin-top: 0.4666666667em;
  }
  .remodal .inner .btn {
    margin-top: 1.8em;
  }
  .remodal .inner .btn .close .t {
    font-size: 0.8em;
    padding-bottom: 0.2em;
  }
  .remodal .inner .btn .close::after {
    width: 2em;
    margin-left: 0.6666666667em;
  }
}