.btn-s a {
  padding-right: 36px;
}
@media screen and (max-width: 767px) {
  .btn-s a {
    padding-right: 28px;
  }
}
.btn-s a::before {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 959px) {
  .btn-s a::before {
    width: 22px;
    height: 22px;
  }
}

.link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .link-list {
    gap: 8px;
  }
}
@media screen and (max-width: 519px) {
  .link-list {
    gap: 6px;
  }
}
.link-list__item {
  width: calc(100% / 5 - 48px / 5);
}
@media screen and (max-width: 1279px) {
  .link-list__item {
    width: calc(100% / 4 - 24px / 4);
  }
}
@media screen and (max-width: 767px) {
  .link-list__item {
    width: calc(100% / 3 - 16px / 3);
  }
}
@media screen and (max-width: 519px) {
  .link-list__item {
    width: calc(100% / 2 - 6px / 2);
  }
}
.link-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 30px;
  height: 100%;
  color: #796A58;
  text-align: center;
  background: #ffffff;
  border-bottom: 2px solid #796A58;
  line-height: 1.2;
  letter-spacing: -1px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .link-list__item a {
    padding: 14px 20px;
  }
}
.link-list__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 64px;
  opacity: 0.6;
}
.link-list__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 959px) {
  .link-list__item a::after {
    right: 6px;
    width: 16px;
    height: 16px;
  }
}
.link-list__item a:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.link-list__item.--forehead a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/forehead-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--eye a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/eye-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--nose a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/nose-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--mouth a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/mouth-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--cheek a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/cheek-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--ear a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/ear-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--faceline a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/faceline-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--chest a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/chest-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--body a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/body-btn-illust.png") center/cover no-repeat;
}
.link-list__item.--skin a::before {
  background: url("/wp-content/themes/itreat_base/dist/img/menu/skin-btn-illust.png") center/cover no-repeat;
}
.link-list.--treatment .link-list__item {
  width: calc(100% / 3 - 24px / 3);
}
@media screen and (max-width: 1279px) {
  .link-list.--treatment .link-list__item {
    width: calc(100% / 3 - 16px / 3);
  }
}
@media screen and (max-width: 767px) {
  .link-list.--treatment .link-list__item {
    width: calc(100% / 3 - 16px / 3);
  }
}
@media screen and (max-width: 767px) {
  .link-list.--treatment .link-list__item {
    width: calc(100% / 2 - 8px / 2);
  }
}
@media screen and (max-width: 519px) {
  .link-list.--treatment .link-list__item {
    width: calc(100% / 2 - 6px / 2);
  }
}

.top-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  color: #796A58;
  text-decoration: underline;
}
.top-link:hover {
  text-decoration: none;
}

.keyword-search .search .menu-search-area {
  position: relative;
}
.keyword-search .search .menu-search-area .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 519px) {
  .keyword-search .search .menu-search-area .search-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
}
.keyword-search .search .menu-search-area .search-form__item {
  max-width: 560px;
  width: 100%;
}
.keyword-search .search .menu-search-area .search-form__item input[type=text] {
  width: 100%;
  height: 44px;
  padding: 8px 16px;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-family: YakuHanMP, "Zen Old Mincho", "Inter", serif;
}
@media screen and (max-width: 959px) {
  .keyword-search .search .menu-search-area .search-form__item input[type=text] {
    width: 100%;
    height: 40px;
    max-width: none;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .keyword-search .search .menu-search-area .search-form__item input[type=text] {
    height: 36px;
  }
}
.keyword-search .search .menu-search-area .search-form__item input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.keyword-search .search .menu-search-area .search-form__item input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.keyword-search .search .menu-search-area .search-form__item input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.keyword-search .search .menu-search-area .search-form__item input[type=text]::-ms-input-placeholder {
  color: #ffffff;
}
.keyword-search .search .menu-search-area .search-form__item input[type=text]::placeholder {
  color: #ffffff;
}
.keyword-search .search .menu-search-area .search-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn {
  width: 104px;
  height: 44px;
  border: solid 1px #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .keyword-search .search .menu-search-area .search-form__btn .search-btn {
    width: 88px;
    height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .keyword-search .search .menu-search-area .search-form__btn .search-btn {
    width: 72px;
    height: 36px;
  }
}
@media screen and (max-width: 519px) {
  .keyword-search .search .menu-search-area .search-form__btn .search-btn {
    width: 88px;
    height: 32px;
    font-size: 1.2rem;
  }
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-search {
  color: #ffffff;
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-search span {
  position: relative;
  padding-left: 22px;
  font-family: YakuHanMP, "Zen Old Mincho", "Inter", serif;
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-search span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/search.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-search:hover {
  background: #ffffff;
  color: #046A74;
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-search:hover span::before {
  background-color: #046A74;
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-clear {
  margin-left: 16px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #046A74;
}
@media screen and (max-width: 959px) {
  .keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-clear {
    margin-left: 10px;
  }
}
.keyword-search .search .menu-search-area .search-form__btn .search-btn.--btn-clear:hover {
  background: #046A74;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.keyword-search .search {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 1279px) {
  .keyword-search .search {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 959px) {
  .keyword-search .search {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 519px) {
  .keyword-search .search {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.keyword-search .search {
  padding: 40px;
  background: #046A74;
}
@media screen and (max-width: 959px) {
  .keyword-search .search {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .keyword-search .search {
    padding: 24px;
  }
}
.keyword-search .search::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #046A74;
}

.post-worries {
  margin-bottom: calc(8px * 11);
}
@media screen and (max-width: 959px) {
  .post-worries {
    margin-bottom: calc(8px * 11 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .post-worries {
    margin-bottom: calc(8px * 11 * 0.5);
  }
}
.post-worries .worries-unit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 48px;
  margin-bottom: 16px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .post-worries .worries-unit {
    gap: 24px;
    padding: 38px;
  }
}
@media screen and (max-width: 767px) {
  .post-worries .worries-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px;
    gap: 12px;
  }
}
@media screen and (max-width: 519px) {
  .post-worries .worries-unit {
    padding: 20px;
  }
}
.post-worries .worries-unit::before {
  content: "";
  position: absolute;
  right: 56px;
  bottom: 32px;
  width: 178px;
  height: 178px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .post-worries .worries-unit::before {
    right: 42px;
    width: 108px;
    height: 108px;
  }
}
.post-worries .worries-unit::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .post-worries .worries-unit::after {
    right: 12px;
    width: 48px;
    height: 48px;
  }
}
.post-worries .worries-unit__vsl {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .post-worries .worries-unit__vsl {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .post-worries .worries-unit__vsl {
    max-width: 180px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 519px) {
  .post-worries .worries-unit__vsl {
    max-width: 130px;
  }
}
.post-worries .worries-unit__dtl {
  width: calc(100% - 332px);
}
@media screen and (max-width: 959px) {
  .post-worries .worries-unit__dtl {
    width: calc(100% - 264px);
  }
}
@media screen and (max-width: 767px) {
  .post-worries .worries-unit__dtl {
    width: 100%;
  }
}
.post-worries .worries-unit__dtl .worries-list__item {
  margin-bottom: 16px;
}
.post-worries .worries-unit__dtl .worries-list__item a {
  position: relative;
  display: block;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid #796A58;
}
.post-worries .worries-unit__dtl .worries-list__item a::before, .post-worries .worries-unit__dtl .worries-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9px;
  background-color: #796A58;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
.post-worries .worries-unit__dtl .worries-list__item a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-worries .worries-unit__dtl .worries-list__item a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post-worries .worries-unit__dtl .worries-list__item a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
.post-worries .worries-unit__dtl .worries-list__item .treatment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0px 12px;
}
.post-worries .worries-unit__dtl .worries-list__item .treatment-list a {
  position: relative;
  padding-right: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 1.4rem;
}
.post-worries .worries-unit__dtl .worries-list__item .treatment-list a::before, .post-worries .worries-unit__dtl .worries-list__item .treatment-list a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9px;
  background-color: #796A58;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
.post-worries .worries-unit__dtl .worries-list__item .treatment-list a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-worries .worries-unit__dtl .worries-list__item .treatment-list a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post-treatment .treatment-content {
  position: relative;
  padding: 48px;
  margin-bottom: 16px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .post-treatment .treatment-content {
    padding: 38px;
  }
}
@media screen and (max-width: 767px) {
  .post-treatment .treatment-content {
    padding: 32px;
  }
}
@media screen and (max-width: 519px) {
  .post-treatment .treatment-content {
    padding: 24px;
  }
}
.post-treatment .treatment-content::before {
  content: "";
  position: absolute;
  right: 56px;
  bottom: 32px;
  width: 178px;
  height: 178px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .post-treatment .treatment-content::before {
    right: 42px;
    width: 108px;
    height: 108px;
  }
}
.post-treatment .treatment-content::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 70px;
  height: 70px;
  background: url("/wp-content/themes/itreat_base/dist/img/common/star.svg") center/contain no-repeat;
  mix-blend-mode: multiply;
  opacity: 0.07;
}
@media screen and (max-width: 1279px) {
  .post-treatment .treatment-content::after {
    right: 12px;
    width: 48px;
    height: 48px;
  }
}

.treatment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 14px;
}
.treatment-list__item a {
  position: relative;
  display: block;
  padding-right: 12px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.treatment-list__item a::before, .treatment-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 5px;
  height: 1px;
  border-radius: 9px;
  background-color: #796A58;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
  transform-origin: calc(100% - 0.5px) 50%;
}
.treatment-list__item a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.treatment-list__item a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.treatment-list__item a:hover {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
  text-decoration: underline;
}

.btn-s {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .btn-s {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=../../maps/pages/menu.css.map */
