@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

.sp-none {
  display: none !important;
}

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 8rem;
}
#header .header__logo img {
  height: 4rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-top: 6rem;
}
#footer .footer__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4rem;
  width: 88%;
}
#footer .footer__logo {
  text-align: center;
}
#footer .footer__logo img {
  height: 5rem;
}
#footer .footer__info {
  align-items: flex-start;
  font-size: var(--font-size-sm);
  line-height: calc(1em + 1rem);
  row-gap: 1.5rem;
}
#footer .footer__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#footer .footer__btn {
  width: 40px;
  aspect-ratio: 1;
  background: none;
}
#footer .footer__btn::before {
  left: 0 !important;
}
#footer .footer__btn > span, #footer .footer__btn::after {
  display: none !important;
}
#footer .footer__btn:hover {
  opacity: 0.64;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  margin-top: 5rem;
}
.footer-nav__item {
  border-top: solid 1px var(--color-gray);
}
.footer-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  padding: 1em 6vw;
}
.footer-nav__link::after {
  content: "";
  display: block;
  width: 0.6rem;
  aspect-ratio: 1/2;
  -webkit-mask: url(../img/common/pagenation-r.svg) no-repeat center/contain;
          mask: url(../img/common/pagenation-r.svg) no-repeat center/contain;
  background-color: var(--color-text);
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
.footer-nav__link:hover, .footer-nav__link.current {
  color: color-mix(in srgb, var(--color-text) 25%, var(--color-green));
}
.footer-nav__link:hover::after, .footer-nav__link.current::after {
  background-color: color-mix(in srgb, var(--color-text) 25%, var(--color-green));
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em 1.5em;
  font-size: var(--font-size-xs);
  line-height: var(--line-height-xs);
  background: rgba(255, 255, 255, 0.64);
  padding: 2.4rem 6vw;
}
.footer-nav__sub-link:hover, .footer-nav__sub-link.current {
  color: color-mix(in srgb, var(--color-text) 25%, var(--color-green));
}

/*コピーライト
-----------------------------*/
.copy {
  padding-block: 3rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  left: 1rem;
  bottom: 1rem;
}

/*===============================================
  visual
===============================================*/
/*共通
-----------------------------*/
.visual::before {
  background-size: 32rem;
}
.visual:has(.visual__main)::before {
  width: calc(200% + 10rem);
  height: 50rem;
}
.visual:has(.visual__sub)::before {
  width: calc(130% + 4rem);
  height: 10rem;
  -webkit-mask-size: 100% 150%;
          mask-size: 100% 150%;
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 64rem;
  padding-top: 16rem;
}
.visual__catch--main {
  row-gap: 2rem;
}
.visual__catch--main .logo {
  margin-bottom: 2.5rem;
}
.visual__catch--main .logo img {
  height: 14rem;
}
.visual__catch--main .txt {
  font-size: 1.8rem;
  line-height: 2;
}
.visual__catch--main .txt::before {
  width: calc(100% + 6rem);
  height: 6rem;
  background-size: 10rem;
  top: calc(-3rem + 0.5lh - 0.5em);
  left: calc(50% - 0.5rem);
}
.visual__catch--main .sub {
  font-size: 1.3rem;
}
.visual__catch--main::before {
  display: none;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 28rem;
  padding-top: 8rem;
}
.visual__sub--about, .visual__sub--style, .visual__sub--news {
  background-position: right 40% center;
}
.visual__sub--menu {
  background-position: left 24% center;
}
.visual__catch--sub {
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  font-size: min(var(--font-size-h2), 6.223vw);
  line-height: 2;
  padding-inline: 0.5em;
}
.visual__catch--sub::before, .visual__catch--sub::after {
  width: calc(0.5em + 0.4rem);
}

/*===============================================
  main#container
===============================================*/
#container:has(.section:last-of-type.com-contact) {
  padding-bottom: 8rem;
}

/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-block: 2rem;
}
.breadcrumb__list {
  width: 90%;
}
.breadcrumb + .section {
  padding-top: 10rem;
}

/*===============================================
  main共通
===============================================*/
.section {
  padding-block: 8rem;
}
.section--bg::before {
  min-width: 100rem;
  height: 80rem;
}
.section--bg::after {
  width: calc(100% + 6rem);
  background-size: 15rem, 12rem;
}

.inbox {
  width: 88%;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
.com-btn {
  width: 23rem;
  height: 6rem;
}
.com-btn > span::before {
  width: 1.6rem;
  top: 2.2rem;
  left: 1.6rem;
}
.com-btn::after {
  width: 2.4rem;
  right: -0.4rem;
}

.com-link {
  font-size: 1.7rem;
}
.com-link::after {
  width: 1.5rem;
  right: 2rem;
}
.com-link--ln::before, .com-link--ig::before {
  width: 40px;
  left: 20px;
}
.com-link--mail {
  background-size: 24rem;
}
.com-link--mail::before {
  width: 3.2rem;
  left: 24px;
}

/* SNS
-----------------------------*/
.com-sns {
  gap: 3rem;
}
.com-sns li {
  width: max(40px, 5rem);
}

/*テーブル
-----------------------------*/
.com-table {
  line-height: 1.5;
}
.com-table tr th,
.com-table tr td {
  padding: 1em;
}
.com-table--noblock table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-block: -1rem;
}
.com-table--noblock tr th {
  width: 7em;
  text-align: center;
  vertical-align: middle;
  padding: 0.5em;
}
.com-table--noblock tr td {
  padding-block: 0.5em;
  padding-right: 0;
}
.com-table:not(.com-table--noblock) tr td {
  padding-inline: 0;
}
/*テキストボックス
-----------------------------*/
.com-text .mb {
  margin-block-end: 1.5em;
}
.com-text br:not(.pc-none) {
  display: none;
}

/*お知らせ
-----------------------------*/
.com-post__item {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.com-post__link {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.com-post__image {
  width: 12rem;
}
.com-post__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-post__inner {
  gap: 1.8rem 1.2rem;
}
.com-post__date {
  font-size: var(--font-size-xs);
  line-height: 1.66667;
}
.com-post__heading {
  line-height: calc(1em + 1rem);
}
.com-post__heading > span {
  -webkit-line-clamp: 2;
  max-height: 2lh;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 4rem;
}

/*中タイトル
-----------------------------*/
/*小タイトル
-----------------------------*/
/*===============================================
  共通セクション
===============================================*/
/*お問い合わせ
-----------------------------*/
.com-contact {
  padding-block: 6.4rem;
}
.com-contact::before {
  background-size: 120rem;
}
.com-contact__title {
  text-shadow: 0 0 0.5rem rgba(51, 51, 51, 0.1), 0 0 2rem rgba(51, 51, 51, 0.12);
}
.com-contact__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.com-contact__link {
  width: 100%;
  height: 80px;
}
.com-contact__link::before {
  left: 20px !important;
}
.com-contact__link::after {
  right: 2.4rem;
}

/*セクション名
-----------------------------*/
/*===============================================
  トップページ
===============================================*/
/*五年後、十年後も、自分らしい髪で。
-----------------------------*/
.top-about {
  padding: 9rem 0 4rem;
}
.top-about::before {
  width: calc(100% + 12rem);
  height: 64vw;
  background-size: 18rem, 20rem;
  left: calc(50% + 1rem);
  bottom: 3rem;
}
.top-about__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 5rem 4rem;
  padding-top: 4rem;
}
.top-about__title {
  text-align: left;
  grid-row: span 2;
  margin-top: -4rem;
}
.top-about__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.top-about__title::before {
  width: 7rem;
  aspect-ratio: 35/20;
  top: -3rem;
  right: -3rem;
}
.top-about__images {
  padding-top: 6rem;
}
.top-about__image {
  width: 48vw;
  filter: drop-shadow(0 1rem rgba(51, 51, 51, 0.05));
}
.top-about__image:nth-of-type(2) {
  margin-top: 18vw;
  margin-inline: -22vw;
}

/*メニュー
-----------------------------*/
.top-menu__title::before {
  width: 32rem;
  height: 7rem;
  background-size: auto 4rem, auto 5rem;
  top: -2rem;
}
.top-menu__text + .top-menu__list {
  padding-top: 5rem;
}
.top-menu__item {
  padding: 5rem 1rem;
  margin-bottom: 4rem;
}
.top-menu__item::before {
  width: 96vw;
  background-size: 3rem;
}
.top-menu__heading {
  margin-bottom: 2.4rem;
  word-break: keep-all;
}
.top-menu__heading > span {
  max-width: 80%;
  padding-right: 2rem;
}
.top-menu__heading > span::before {
  width: calc(88vw - 2rem - 100%);
}
.top-menu__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-menu__image {
  margin-bottom: 3rem;
}
.top-menu__btn {
  margin: 4rem auto 0;
}

/*お悩み別おすすめケア診断
-----------------------------*/
.top-chart::before {
  background-size: 120rem;
}
.top-chart__title {
  text-shadow: 0 0 0.5rem rgba(51, 51, 51, 0.1), 0 0 2rem rgba(51, 51, 51, 0.12);
}
.top-chart__text {
  text-align: center;
  word-break: keep-all;
  text-shadow: 0 0 0.5rem rgba(51, 51, 51, 0.1), 0 0 2rem rgba(51, 51, 51, 0.12);
}

/*スタイル
-----------------------------*/
.top-style {
  padding-bottom: 0;
}
.top-style::before {
  height: 24rem;
}
.top-style__images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 6rem;
  margin-inline: auto;
}
.top-style__image {
  width: calc(50% - 7rem);
  height: 24rem;
}
.top-style__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-style__image--right {
  margin-top: 4rem;
}
.top-style__image--right img {
  -o-object-position: 30% center;
     object-position: 30% center;
}
.top-style__title {
  row-gap: 2.4rem;
  padding-top: 3rem;
}
.top-style__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
.top-style__title::before {
  height: 6rem;
}
.top-style__title::after {
  height: 6rem;
}
.top-style__text {
  text-align: center;
  word-break: keep-all;
}
.top-style__btn {
  margin-top: 5.6rem;
  margin-inline: auto;
}

/*店舗概要
-----------------------------*/
.top-shop {
  padding-bottom: 0;
}
.top-shop::after {
  top: 8rem;
  height: 42rem;
}
.top-shop__text {
  text-align: center;
  word-break: keep-all;
}
.top-shop__inner {
  padding-top: 4rem;
}
.top-shop__image {
  width: 24rem;
}
.top-shop__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-shop__image {
  background: var(--color-yomogi);
  padding: 1rem;
  margin: 0 auto 4rem;
}
.top-shop__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.top-shop__map {
  height: 32rem;
  margin-top: 4rem;
}
.top-shop__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  padding-top: 5rem;
}
.top-shop__link {
  width: 100%;
  height: 80px;
}
.top-shop__link::before {
  left: 20px !important;
}
.top-shop__link::after {
  right: 2.4rem;
}

/*お知らせ
-----------------------------*/
.top-news__title {
  padding-top: 4rem;
}
.top-news__title::before {
  height: 6rem;
}
.top-news__btn {
  margin: 4.6rem auto 0;
}

/*===============================================
  ほのりについて
===============================================*/
/*ほのりが大切にしていること
-----------------------------*/
.about-experience__title::before {
  width: 50rem;
  max-width: 98vw;
  height: 9rem;
  background-size: auto 5rem, auto 6rem;
  top: -3rem;
}
.about-experience__item {
  padding: 2rem;
  margin-bottom: 3rem;
}
.about-experience__item:last-of-type {
  margin-bottom: 0;
}
.about-experience__item::before {
  background-size: 2rem;
}
.about-experience__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-experience__image {
  margin-bottom: 2rem;
}
.about-experience__heading {
  row-gap: 2rem;
  margin-bottom: 2.4rem;
}
.about-experience__heading .min {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}
.about-experience__body {
  padding: calc(1.5rem - (0.5lh - 0.5em)) 1.5rem;
}

/*店長メッセージ
-----------------------------*/
.about-message::after {
  height: 30rem;
  top: 15rem;
}
.about-message__box::before {
  display: none;
}
.about-message__image {
  filter: drop-shadow(0 1rem rgba(51, 51, 51, 0.05));
  margin-bottom: 2rem;
}
.about-message__image img {
  width: 32rem;
}
.about-message__heading {
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 1.2rem;
       column-gap: 1.2rem;
  padding: 1rem 1.5rem;
  margin: 0 auto 2.4rem;
}
.about-message__heading::before, .about-message__heading::after {
  width: 1.5rem;
}

/*===============================================
  メニュー
===============================================*/
/*お悩み別おすすめコース
-----------------------------*/
.menu-course::before {
  width: 110%;
  height: calc(100% - 36rem);
  background-size: 12rem, 16rem;
  bottom: 3rem;
}
.menu-course__items {
  padding-top: 6rem;
}
.menu-course__item {
  margin-bottom: 4rem;
}
.menu-course__heading {
  justify-content: center;
  padding: 3rem 2rem;
  word-break: keep-all;
}
.menu-course__heading > span {
  line-height: calc(1em + 2rem);
}
.menu-course__heading .label {
  padding-inline: 0.2em;
  margin-right: 0.1em;
  background: linear-gradient(to top, var(--color-green), var(--color-green)) no-repeat left center/100% calc(100% - 0.8rem);
}
.menu-course__values {
  padding: 2rem;
}
.menu-course__value {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.menu-course__value .min {
  display: block;
  font-size: var(--font-size-xs);
  line-height: calc(1em + 0.6rem);
  padding-inline: 0.25em;
}
.menu-course__value .name:has(.min) {
  margin-bottom: 0;
}

/*===============================================
  スタイル
===============================================*/
/*スタイル一覧
-----------------------------*/
.style-list__tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem 1.5rem;
  padding-top: 5rem;
}
.style-list__tag {
  width: calc(50% - 0.75rem);
}
@media screen and (max-width: 400px) {
  .style-list__tag {
    width: 100%;
  }
}
.style-list__tag .com-btn {
  width: 100%;
  height: auto;
  padding: 1.5rem 2.4rem;
  min-height: 6rem;
}
.style-list__tag .com-btn > span::before {
  display: none;
}
.style-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 3rem;
  padding-top: 5rem;
}
.style-list__image img {
  aspect-ratio: 1.5;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.style-list__heading {
  line-height: calc(1em + 1rem);
  margin-top: 2rem;
}
.style-list .com-empty {
  margin-top: 5rem;
}

/*===============================================
  店舗概要
===============================================*/
/*髪処ほのり
-----------------------------*/
.shop-info::after {
  height: calc(50% - 8rem);
  top: 4rem;
}
.shop-info__title img {
  height: 5rem;
}
.shop-info__table tr td .com-replace {
  font-size: var(--font-size-xs);
}
.shop-info__map {
  height: 32rem;
  margin-top: 4rem;
}
.shop-info__images {
  display: flex;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-top: 3rem;
}
.shop-info__image {
  width: 100%;
  padding: 0.6rem;
}
.shop-info__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
.news-archive__title {
  margin-bottom: 3rem;
}

/* お知らせ 詳細
-----------------------------*/
.news-detail__box {
  padding: 3rem 2.4rem;
}
.news-detail__box::before {
  background-size: 2.4rem;
}

/*タグリスト
-----------------------------*/
.tag-select {
  margin-bottom: 5rem;
}
/*===============================================
  お問い合わせ
===============================================*/
.contact-form .contact-submits-wrap > * {
  margin: 0 auto 2rem;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 3rem 2.4rem;
}
.privacy-policy__box::before {
  background-size: 2rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 1.2rem;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/
.error-message__text {
  padding: calc(3rem - (0.5lh - 0.5em)) 2rem;
}
.error-message__text::before {
  background-size: 2rem;
}