@charset "UTF-8";
#TopSlider .slick-dotted {
  margin-bottom: 6rem;
}
#TopSlider .slick-slide > .image picture, #TopSlider .slick-slide > .image img {
  width: 100vw;
  max-height: calc(100vh - 20rem);
  height: auto;
  object-fit: contain;
  object-position: center;
}
#TopSlider .slick-dots {
  bottom: -4rem;
}
#TopSlider .slick-dots li button::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #a3a3a3;
}
.tb-sec1 {
  margin-bottom: 5rem;
}
.tb-header {
  position: relative;
  margin: 10rem auto;
  padding: 15rem 0rem;
}
.tb-header__heading {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  width: auto;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center;
  font-size: 2.4rem;
  line-height: 2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  word-break: keep-all;
}
.tb-header__text {
  position: relative;
  z-index: 1;
  max-width: 72rem;
  width: auto;
  margin: 1rem auto;
  padding: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-feature-settings: "palt";
  word-break: keep-all;
}
.tb-header__text__signature {
  text-align: right;
}
.tb-header__bg {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  z-index: 0;
  overflow: hidden;
}
.tb-header__bg__movie {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  object-position: center;
  object-fit: cover;
}
.tb-sec2-header {
  position: relative;
  max-width: 125rem;
  width: auto;
  margin: 5rem auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.tb-sec2-header__images {
  position: relative;
  height: 36rem;
  overflow: hidden;
}
.tb-sec2-header__images__picture, .tb-sec2-header__images__picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tb-sec2-header__text {
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  color: #fff;
  right: 5rem;
  bottom: 5rem;
}
.tb-sec2-header__text__label {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-family: imperial-urw, sans-serif;
}
.tb-sec2-header__text__title {
  font-size: 1.8rem;
}
.tb-sec2-header__link {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
  z-index: 2;
}
.tb-sec2.scrollspy .tb-sec2-header__text {
  transform: -webkit- translateX(-100%);
  transform: translateX(-100%);
}
.tb-sec2.scrollspy .tb-sec2-header__text__label {
  opacity: 0;
  transform: -webkit- translateX(-2rem);
  transform: translateX(-2rem);
}
.tb-sec2.scrollspy .tb-sec2-header__text__lead {
  opacity: 0;
  transform: -webkit- translateX(-2rem);
  transform: translateX(-2rem);
}
.tb-sec2.scrollspy .tb-sec2-header__text__title {
  opacity: 0;
  transform: -webkit- translateX(-2rem);
  transform: translateX(-2rem);
}
.tb-sec2.scrollspy.visible .tb-sec2-header__text {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  transform: -webkit- translateX(0rem);
  transform: translateX(0rem);
}
.tb-sec2.scrollspy.visible .tb-sec2-header__text__label {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  opacity: 1;
  transform: -webkit- translateX(0rem);
  transform: translateX(0rem);
}
.tb-sec2.scrollspy.visible .tb-sec2-header__text__lead {
  -webkit-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
  opacity: 1;
  transform: -webkit- translateX(0rem);
  transform: translateX(0rem);
}
.tb-sec2.scrollspy.visible .tb-sec2-header__text__title {
  -webkit-transition: 0.5s 0.7s;
  transition: 0.5s 0.7s;
  opacity: 1;
  transform: -webkit- translateX(0rem);
  transform: translateX(0rem);
}
.tb-sec3 {
  padding: 2rem 1.5rem 5rem 1.5rem;
}
.tb-sec3-koisuimilk {
  position: relative;
  max-width: 125rem;
  width: auto;
  margin: 0rem auto 2rem;
  padding: 0rem;
}
.tb-sec3-koisuimilk picture, .tb-sec3-koisuimilk img {
  display: block;
  width: 100%;
  height: auto;
}
.tb-sec3-menu {
  position: relative;
  max-width: 125rem;
  width: auto;
  margin: 0rem auto;
  padding: 0rem;
}
.tb-sec3-menu picture, .tb-sec3-menu img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.tb-sec3.scrollspy .tb-sec3-menu__item {
  opacity: 0;
  transform: -webkit- translateY(2rem);
  transform: translateY(2rem);
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item {
  opacity: 1;
  transform: -webkit- translateY(0rem);
  transform: translateY(0rem);
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item:nth-child(1) {
  -webkit-transition: 0.5s 0.1s;
  transition: 0.5s 0.1s;
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item:nth-child(2) {
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s;
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item:nth-child(3) {
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item:nth-child(4) {
  -webkit-transition: 0.5s 0.4s;
  transition: 0.5s 0.4s;
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item:nth-child(5) {
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
.tb-sec3.scrollspy.visible .tb-sec3-menu__item:nth-child(6) {
  -webkit-transition: 0.5s 0.6s;
  transition: 0.5s 0.6s;
}
.tb-menu {
  position: relative;
}
.tb-menu-body {
  padding: 3rem 1rem;
  max-width: 129rem;
  width: auto;
  margin: 0rem auto;
}
@media (max-width:959px) {
  .tb-menu-body {
    padding: 2rem 6rem;
  }
}
.tb-menu-body__items {
  list-style: none;
}
@media (min-width:960px) {
  .tb-menu-body__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.tb-menu-body__items__item {
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 36rem;
  padding: 2rem;
  margin-right: 5rem;
}
.tb-menu-body__items__item__link {
  display: block;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 3rem 1rem;
  border-style: solid;
  border-width: 0.1rem;
  border-color: #d9aab9;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width:959px) {
  .tb-menu-body__items__item__link {
    padding: 2rem;
  }
}
.tb-menu-body__items__item__link::before, .tb-menu-body__items__item__link::after {
  content: "";
  position: absolute;
  top: 7rem;
  bottom: 0rem;
  margin: auto;
  right: -3rem;
  background-color: #d9aab9;
}
@media (max-width:959px) {
  .tb-menu-body__items__item__link::before, .tb-menu-body__items__item__link::after {
    top: 4rem;
    right: -4rem;
  }
}
.tb-menu-body__items__item__link::before {
  height: 0.1rem;
  width: 9rem;
}
.tb-menu-body__items__item__link::after {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.tb-menu-body__items__item__link__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  margin-bottom: 2rem;
}
.tb-menu-body__items__item__link__label__body {
  text-align: center;
  font-size: 3rem;
  line-height: 1em;
  font-family: imperial-urw, sans-serif;
  color: #d9aab9;
}
.tb-menu-body__items__item__link__text {
  width: 100%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  text-align: center;
  font-size: 1.6rem;
  color: #666;
}
.tb-menu-bg {
  display: block;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  overflow: hidden;
  z-index: -1;
}
.tb-guide {
  position: relative;
}
.tb-guide .items {
  max-width: 127rem;
  width: auto;
  margin: auto;
  padding: 6rem 0.5rem 2rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.tb-guide .items > .item {
  padding: 1rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 20rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tb-guide .items > .item > .title {
  position: relative;
  -webkit-box-flex: 0;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  margin-bottom: 3rem;
  padding: 1rem;
  background-color: #d9aab9;
  font-size: 2rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  color: #fff;
  font-weight: 400;
}
.tb-guide .items > .item > .title::before, .tb-guide .items > .item > .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0rem;
  right: 0rem;
  margin: auto;
  background-color: #c9bc9c;
}
.tb-guide .items > .item > .title::before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  transform: -webkit- translateY(4rem);
  transform: translateY(4rem);
}
.tb-guide .items > .item > .title::after {
  width: 0.1rem;
  height: 4rem;
}
.tb-guide .items > .item > .body {
  position: relative;
  padding: 3rem 0rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  background-color: #f4e6ea;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
.tb-guide .items > .item > .body > .label {
  font-size: 2.4rem;
  line-height: 2em;
  font-weight: 100;
}
.tb-guide .items > .item > .body > .label > .caption {
  display: inline-block;
  margin: 0rem 1rem;
  font-size: 1.6rem;
  line-height: 1em;
}
@media (max-width:959px) {
  .tb-guide .items > .item > .body > .label > .caption {
    display: block;
  }
}
.tb-guide .items > .item > .body > .text {
  font-size: 1.5rem;
  line-height: 2em;
}
.tb-guide .items > .item > .body > .image img {
  width: 14rem;
  height: auto;
}
.tb-guide .items > .item > .body > .link {
  display: block;
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  inset: 0rem;
}
.tb-guide .items > .item > .body:hover {
  opacity: 0.8;
}
.tb-guide .background {
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  z-index: 0;
}
.tb-notice {
  padding: 3rem;
  text-align: justify;
  font-feature-settings: "palt";
}
.tb-notice-title {
  font-size: 2rem;
}
.tb-notice-caption {
  padding: 1rem 2rem;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.tb-notice-caption__item {
  position: relative;
  padding-left: 1.5em;
}
.tb-notice-caption__item + .tb-notice-caption__item {
  margin-top: 0.5em;
}
.tb-notice-caption__item::before {
  content: "※";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.tb-notice-items {
  padding: 2rem;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2em;
}
.tb-notice-items__item {
  position: relative;
  padding-left: 1.5em;
}
.tb-notice-items__item + .tb-notice-items__item {
  margin-top: 1em;
}
.tb-notice-items__item::before {
  content: "●";
  display: block;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.tb-sec3-menu .image_menu_caresui-gs {
  width: 48.66%;
  height: 29.34%;
  left: 51.4%;
  top: 0.06%;
  display: block;
  position: absolute;
}
.tb-sec3-menu .image_menu_caresui {
  width: 48.66%;
  height: 29.34%;
  left: 0.05%;
  top: 0.06%;
  display: block;
  position: absolute;
}
.tb-sec3-menu .image_menu_squalane {
  width: 53.59%;
  height: 32.31%;
  left: 46.47%;
  top: 33.13%;
  display: block;
  position: absolute;
}
.tb-sec3-menu .image_menu_lotion {
  width: 43.75%;
  height: 67.31%;
  left: 0.05%;
  top: 32.69%;
  display: block;
  position: absolute;
}
.tb-sec3-menu .image_menu_handmade_soap {
  width: 53.59%;
  height: 32.31%;
  left: 46.47%;
  top: 67.64%;
  display: block;
  position: absolute;
}
.tb-sec3-menu::before {
  content: "";
  display: block;
  padding-top: 83.33%;
}
@media (min-width: 960px) {
  .tb-sec3-menu .image_menu_caresui-gs {
    width: 34.06%;
    height: 47.14%;
    left: 65.99%;
    top: 0.16%;
    display: block;
    position: absolute;
  }
  .tb-sec3-menu .image_menu_caresui {
    width: 34.06%;
    height: 47.14%;
    left: 29.95%;
    top: 0.24%;
    display: block;
    position: absolute;
  }
  .tb-sec3-menu .image_menu_squalane {
    width: 34.07%;
    height: 47.15%;
    left: 29.96%;
    top: 52.85%;
    display: block;
    position: absolute;
  }
  .tb-sec3-menu .image_menu_lotion {
    width: 28.12%;
    height: 99.3%;
    left: 0.05%;
    top: 0.31%;
    display: block;
    position: absolute;
  }
  .tb-sec3-menu .image_menu_handmade_soap {
    width: 34.07%;
    height: 47.15%;
    left: 65.98%;
    top: 52.85%;
    display: block;
    position: absolute;
  }
  .tb-sec3-menu::before {
    content: "";
    display: block;
    padding-top: 36.31%;
  }
}
.acd-check {
  display: none;
}
.acd-label {
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  margin: 10px auto -6rem;
  font-weight: bold;
  background-color: #d9aab9;
  color: white;
  font-size: 21px;
  max-width: 110rem;
  width: auto;
  max-height: 100rem;
  height: auto;
  cursor: pointer;
}
.acd-label::after {
  display: flex;
  align-items: center;
  content: "▼";
  transition: all 0.3s;
}
.acd-content {
  height: 0;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
  padding: 0;
  margin: 6rem auto 6rem;
  background-color: #F2F2F2;
  max-width: 110rem;
  width: auto;
  max-height: 0rem;
  height: auto;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transition-timing-function: linear;
}
.acd-content p {
  margin: 3rem 5rem;
  word-break: break-all;
  font-size: 16px;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: center;
  word-break: break-all;
  max-height: 100rem;
  height: auto;
}
.acd-check:checked + .acd-label::after {
  transform: rotate(180deg);
}
@media screen and (max-width: 960px) {
  .acd-label {
    width: 90%;
    font-size: 16px;
    padding: 1.2rem;
  }
  .acd-content {
    width: 90%;
  }
  .acd-content p {
    margin: 2rem 2rem;
    font-size: 14px;
  }
}
/*# sourceMappingURL=./style.css.map */