@charset "UTF-8";
/*----- product/melt_experience -----*/
/* ------------------------------------------------
 背景色変化
------------------------------------------------ */
#wrapper {
  transition: background-color 1s linear;
}
#wrapper.after_bathing {
  background-color: #e8dddc;
}

/* ------------------------------------------------
  sec0
------------------------------------------------ */
#sec0 {
  position: relative;
}
@media screen and (min-width: 768.1px) {
  #sec0 .inner {
    padding-bottom: 0;
  }
  #sec0 > .inner {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 767.9px) {
  #sec0 .inner {
    padding-bottom: 0;
  }
  #sec0 > .inner {
    padding-bottom: 7rem;
  }
}

/* ------------------------------------------------
 main_head
------------------------------------------------ */
#main_head {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 11.8rem;
       column-gap: 11.8rem;
}
#main_head .img {
  padding-top: 3rem;
  width: auto;
}
#main_head .img img {
  width: 64.8rem;
}
#main_head .main {
  padding: 0;
  padding-bottom: 1rem;
  flex-grow: 0;
}
#main_head .main h1 {
  margin-bottom: 3.6rem;
  height: 12.5rem;
}
@media screen and (min-width: 768.1px) {
  #main_head {
    background-color: #e8dddc;
    min-height: 52rem;
  }
}
@media screen and (max-width: 767.9px) {
  #main_head {
    padding: 3.9rem 0;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 2.5rem;
  }
  #main_head .img {
    padding-top: 0;
  }
  #main_head .img img {
    width: 27.6rem;
  }
  #main_head .main {
    text-align: center;
    padding-bottom: 0;
  }
  #main_head .main h1 {
    margin-bottom: 2.65rem;
    height: 6.4rem;
  }
  #main_head .main .accompanying .jp {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------
 bathtime
------------------------------------------------ */
.bathtime > .inner {
  padding-bottom: 0;
  max-width: 112rem;
  width: 100%;
}
.bathtime .sheader {
  text-align: center;
}
.bathtime .sheader .title {
  font-size: 3.6rem;
  line-height: 1;
}
.bathtime .sbody {
  margin-top: 8rem;
}
.bathtime .step {
  padding-right: 5.5rem;
  display: grid;
  grid-template-columns: 14.5rem 1fr;
  grid-template-rows: 5.8rem 1fr;
  row-gap: 4rem;
}
.bathtime .step + .step {
  margin-top: 3.3333333333em;
}
.bathtime .step::before, .bathtime .step::after {
  content: "";
}
.bathtime .step::before {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 5.8rem;
  grid-row: 1/span 1;
  grid-column: 1/span 1;
}
.bathtime .step::after {
  background-color: #b49799;
  width: 1px;
  grid-row: 2/span 1;
  grid-column: 1/span 1;
  justify-self: center;
}
.bathtime .step .contents {
  line-height: 1.5;
  padding-bottom: 6rem;
  grid-row: 1/span 2;
  grid-column: 2/span 1;
}
.bathtime .step .contents .summary {
  font-size: 2.4rem;
  text-align: center;
}
.bathtime .step .contents .detail {
  margin: 3rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.bathtime .step .contents .box {
  font-size: 2rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.5rem;
  padding: 0.7em 1em;
}
.bathtime .step .contents .annotation {
  font-size: 1.2rem;
  margin-top: 3rem;
}
.bathtime .step .contents .annotation li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.bathtime .step .contents .annotation li + li {
  margin-top: 1rem;
}
.bathtime .step .contents .img {
  border-radius: 1.5rem;
  margin: 5rem auto 0;
  width: 43.2rem;
  overflow: hidden;
}
.bathtime .step .contents .img.w {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .bathtime .sheader .title {
    font-size: 2.6rem;
  }
  .bathtime .sbody {
    margin-top: 3.9rem;
  }
  .bathtime .step {
    padding-right: 4.75rem;
    grid-template-columns: 7.75rem 1fr;
    grid-template-rows: 3.7rem 1fr;
    row-gap: 1.3rem;
  }
  .bathtime .step + .step {
    margin-top: 2rem;
  }
  .bathtime .step::before, .bathtime .step::after {
    content: "";
  }
  .bathtime .step::before {
    height: 3.7rem;
  }
  .bathtime .step .contents {
    padding-bottom: 3rem;
  }
  .bathtime .step .contents .summary {
    font-size: 1.4rem;
    text-align: left;
    margin-top: -0.25em;
  }
  .bathtime .step .contents .detail {
    margin-top: 2.5rem;
    width: 100%;
  }
  .bathtime .step .contents .box {
    font-size: 1.1rem;
    padding: 0.5rem 0.5rem 0.7rem 1rem;
  }
  .bathtime .step .contents .annotation {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .bathtime .step .contents .annotation li + li {
    margin-top: 0;
  }
  .bathtime .step .contents .img {
    border-radius: 0.75rem;
    margin-top: 3rem;
    width: 100%;
  }
  .bathtime .step .contents .img.w {
    border-radius: 0;
  }
}

#while_bathing {
  margin-top: 12rem;
}
@media screen and (max-width: 767.9px) {
  #while_bathing {
    margin-top: 3.9rem;
  }
}

#after_bathing .sheader {
  padding-top: 16rem;
  position: relative;
}
#after_bathing .sheader::before {
  content: "";
  background-color: #b49799;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 7.2rem;
  top: 0;
}
@media screen and (max-width: 767.9px) {
  #after_bathing .sheader {
    padding-top: 3rem;
  }
  #after_bathing .sheader::before {
    left: 3.85rem;
  }
}

/* ----------------------------
 step
------------------------------*/
#step1::before {
  background-image: url(../images/special/experience/num_1.svg);
}

#step2::before {
  background-image: url(../images/special/experience/num_2.svg);
}

#step3::before {
  background-image: url(../images/special/experience/num_3.svg);
}

#step4::before {
  background-image: url(../images/special/experience/num_4.svg);
}

#step5::before {
  background-image: url(../images/special/experience/num_5.svg);
}
#step5::after {
  content: none;
}
#step5 .contents {
  padding-bottom: 0;
}

/* ------------------------------------------------
 btn_back
------------------------------------------------ */
#btn_back {
  border: none;
  background-color: transparent;
  padding: 0;
  width: 7rem;
  cursor: pointer;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: fixed;
  right: 7rem;
  bottom: 7rem;
  z-index: 20;
}
#btn_back.hide {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767.9px) {
  #btn_back {
    width: 5rem;
    right: 2rem;
    bottom: 2.5rem;
  }
}