@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 165px 0 175px;
  border-top: 2px solid;
  -o-border-image: linear-gradient(to right, rgb(114, 85, 35), rgb(146, 110, 65), rgb(175, 132, 78), rgb(238, 189, 124)) 1;
     border-image: linear-gradient(to right, rgb(114, 85, 35), rgb(146, 110, 65), rgb(175, 132, 78), rgb(238, 189, 124)) 1;
  background: url(../../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__inbox {
  width: clamp(1080px, 66.666%, 1280px);
}
.c-contact__section .contact__title {
  width: 810px;
  margin: 0 auto 40px;
  padding-top: 125px;
}
.c-contact__section .contact__title .title-en {
  text-align: left;
}
.c-contact__section .contact__title .title-ja {
  text-align: right;
}

.c-contact__content {
  background: rgba(var(--color-black-rgb), 0.8);
  padding: 45px 12.5% 55px;
}
.c-contact__content .contact__text {
  text-align: center;
  font-size: var(--font-size-22);
  padding-bottom: 35px;
  background: url(../../img/common/contact-caution_deco.png) bottom center no-repeat;
  margin-bottom: 30px;
}
.c-contact__content .contact__address {
  width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}
.c-contact__content .contact__address .address__list {
  gap: 5px 20px;
}
.c-contact__content .contact__address .address__item {
  width: -moz-fit-content;
  width: fit-content;
}
.c-contact__content .contact__list {
  gap: 35px 7.8125%;
}
.c-contact__content .contact__list .contact__item {
  width: 43.75%;
  height: 90px;
}
.c-contact__content .contact__list .contact__item:has(.contact__button-instagram) {
  width: 50%;
}
.c-contact__content .contact__list .contact__item:has(.tel__num) a {
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1.5;
}
.c-contact__content .contact__list a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-contact__content .contact__list .tel__num {
  background: var(--color-black);
  position: relative;
  line-height: 1;
  font-size: var(--font-size-36);
}
.c-contact__content .contact__list .tel__num::before {
  position: absolute;
  content: "";
  background: var(--primary-bg-color);
  width: 100%;
  height: 2px;
  inset: auto 0 0 0;
  z-index: 1;
}
.c-contact__content .contact__list .tel__text {
  width: 100%;
  text-align: center;
}
.c-contact__content .contact__list .contact__button {
  font-size: clamp(1.5rem, 0.95vw, 1.8rem);
  font-weight: var(--font-weight-bold);
  position: relative;
  padding-left: 25px;
}
.c-contact__content .contact__list .contact__button::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-contact__content .contact__list .contact__button:hover {
  transform: scale(0.98);
}
.c-contact__content .contact__list .contact__button-mail {
  background: var(--primary-bg-color);
  color: var(--color-black);
}
.c-contact__content .contact__list .contact__button-mail::before {
  width: 32px;
  height: 22px;
  background: url(../../img/common/mail_ic.png) center/100% no-repeat;
  left: 30px;
  filter: brightness(0);
}
.c-contact__content .contact__list .contact__button-mail::after {
  position: absolute;
  content: "";
  background: var(--primary-bg-color);
  width: 100%;
  height: 2px;
  inset: auto 0 0 0;
  z-index: 1;
}
.c-contact__content .contact__list .contact__button-instagram {
  background: url(../../img/common/insta-btn_bg.jpg) center/cover no-repeat;
}
.c-contact__content .contact__list .contact__button-instagram::before {
  width: 40px;
  height: 40px;
  background: url(../../img/common/sns/Instagram_Glyph_White.svg) center/100% no-repeat;
  left: 65px;
}

.c-contact__app {
  background: url(../../img/common/ofc-app-lt_deco.png) left 1.5625% top 20px/10% no-repeat, url(../../img/common/ofc-app-rb_deco.png) right 1.5625% bottom 20px/10% no-repeat, url(../../img/common/ofc-app_ill.png) left 15.2343% bottom/27.1875% no-repeat, rgba(var(--color-white-rgb), 0.8);
  padding: 60px 7.8125%;
  margin-top: 70px;
  border: 4px solid #7d5d31;
  position: relative;
  z-index: 1;
}
.c-contact__app::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  inset: 0;
  margin: auto;
  border: 2px solid #7d5d31;
  z-index: -1;
}
.c-contact__app .contact__app-content {
  width: 535px;
  margin-left: auto;
}
.c-contact__app .contact__app-title {
  font-size: var(--font-size-32);
  color: var(--color-black-light);
  text-align: center;
  background: url(../../img/common/ofc-app-ttl_deco.png) bottom center no-repeat;
  font-weight: var(--font-weight-semibold);
  padding-bottom: 30px;
  margin-bottom: 25px;
}
.c-contact__app .contact__app-title small {
  font-size: var(--font-size-18);
}
.c-contact__app .contact__app-text {
  text-align: center;
}
.c-contact__app .contact__app-text span {
  background: var(--color-white);
  color: var(--color-black-light);
  padding: 2px 10px;
}
.c-contact__app .contact__app-list {
  margin-bottom: 35px;
}
.c-contact__app .contact__app-list .contact__app-item {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
  padding-left: 25px;
  position: relative;
  color: var(--color-black-light);
}
.c-contact__app .contact__app-list .contact__app-item::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  inset: 10px auto auto 0;
  background: var(--accent-color);
}
.c-contact__app .contact__app-buttons .contact__app-button {
  gap: 15px;
}
.c-contact__app .contact__app-buttons .app__button:hover {
  transform: scale(0.98);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 30px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 235px;
  vertical-align: top;
  text-align: center;
}
.com-table tr td {
  width: calc(100% - 235px);
  padding: 0 20px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 35px;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.2;
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.border-left {
  border-left: 4px solid var(--accent-color);
}

.tel__num {
  font-size: var(--font-size-30);
  color: var(--color-white);
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.tel__num small {
  font-size: var(--font-size-14);
}

.tel__text {
  display: block;
  line-height: 0;
  padding-left: 15px;
}

/*
# 画像フレーム
------------------------*/
.img-border {
  position: relative;
}
.img-border::before, .img-border::after {
  position: absolute;
  content: "";
}
.img-border::before {
  width: 100%;
  height: 100%;
  border: 1px solid var(--primary-color);
  inset: auto -20px -20px auto;
  border-radius: 235px 235px 0 0;
}
.img-border::after {
  width: 128px;
  height: 120px;
  inset: auto 10px 10px auto;
  background: url(../../img/common/img_deco.png) center/100% no-repeat;
}
.img-border img {
  border-radius: 235px 235px 0 0;
}

/*
# 背景付き画像
------------------------*/
.img-bg {
  text-align: left;
  padding-bottom: 40px;
  background: url(../../img/common/img_bg.jpg) right bottom no-repeat;
  border-radius: 30px 0 30px 0;
  margin-bottom: 40px;
}
.img-bg img {
  border-radius: 30px 0 30px 0;
}

/*
# 共通のボタン
------------------------*/
.com-button {
  font-size: var(--font-size-18);
  padding-left: 100px;
  display: inline-block;
}
.com-button::before, .com-button::after {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: auto 0;
}
.com-button::before {
  background: var(--primary-bg-color);
  color: var(--color-black);
  font-size: var(--font-size-30);
  left: 15px;
  transform: rotate(15deg);
  z-index: 2;
}
.com-button::after {
  border: 1px solid var(--primary-color);
  inset: 0 auto 0 0;
  z-index: 1;
}
.com-button:hover {
  opacity: 1;
  color: var(--primary-color);
}
.com-button:hover::before {
  transform: rotate(45deg);
}
.com-button:hover::after {
  left: 15px;
}

/*
# bootstrapアイコン
------------------------*/
.bs-icon--arrow-up-right::before {
  content: "\f144";
}

/*
# グラデーション背景
------------------------*/
.com-bg--gold {
  position: relative;
  padding: 25px 0;
  background: var(--primary-bg-color);
}
.com-bg--gold::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid var(--color-brown);
  margin: auto;
  inset: 0;
  border-radius: inherit;
}
.com-bg--gold .com-bg-frame::before, .com-bg--gold .com-bg-frame::after {
  position: absolute;
  content: "";
  width: 128px;
  height: 120px;
  background: url(../../img/common/img_deco.png) center/100% no-repeat;
}
.com-bg--gold .com-bg-frame::before {
  inset: 0 auto auto 0;
  transform: rotate(180deg);
  filter: brightness(0.8);
}
.com-bg--gold .com-bg-frame::after {
  inset: auto 0 0 auto;
  filter: brightness(0.6);
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 45px 0 55px;
  margin-bottom: 40px;
  background: url(../../img/common/section-ttl_deco.png) bottom center no-repeat;
}
.section-title .title-en {
  font-size: 11rem;
  font-family: var(--sub-font-family);
  position: absolute;
  z-index: -1;
  inset: 0 0 auto;
  line-height: 0.9;
  opacity: 0.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: linear-gradient(120deg, #725523 0%, #926e41 57%, #eebd7c 73%, #af844e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-title .title-ja {
  color: var(--color-white);
  font-size: var(--font-size-46);
  letter-spacing: var(--body-letter-spacing);
  font-weight: var(--font-weight-semibold);
  display: block;
}
.section-title .title-frame {
  font-size: var(--font-size-32);
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 0 10px;
}
.section-title .color-red {
  color: var(--accent-color);
}

.headline-title {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-semibold);
  padding: 10px 0 10px 45px;
  background: url(../../img/common/headline-ttl_deco.png) left top 10px no-repeat;
  margin-bottom: 15px;
}

.sub-title {
  background: var(--color-brown);
  padding: 5px 20px;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 20px;
}

.third-title {
  text-align: center;
  margin-bottom: 25px;
}
.third-title span {
  padding: 0 45px;
  font-size: var(--font-size-22);
  position: relative;
}
.third-title span::before, .third-title span::after {
  position: absolute;
  content: "";
  background: url(../../img/common/headline-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 40px;
}
.third-title span::before {
  left: 0;
}
.third-title span::after {
  right: 0;
  transform: scale(-1, 1);
}

/*==========================================
header
===========================================*/
#header {
  padding: 20px 1.5625% 0;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__logo {
  width: 10.7526%;
}
#header .header__right {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__right .header__info {
  gap: 30px;
}
#header .header__right .header__info-text {
  width: 240px;
  background: rgba(var(--color-black-rgb), 0.2);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-13);
  text-indent: -1rem;
  padding: 10px 10px 10px 20px;
}
#header .header__right .header__info-text span {
  background: var(--accent-color);
  font-size: var(--font-size-15);
  padding: 0 2px;
}
#header .header__nav {
  margin-top: 15px;
}
#header .header__nav-list {
  gap: 20px;
}
#header .header__nav-link {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold);
  padding: 0 0 15px 20px;
  position: relative;
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  inset: 11px auto auto 0;
  background: var(--accent-color);
  margin: auto 0;
  border-radius: 50%;
}
#header .header__nav-item .nolink::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 8px 0px 8px;
  border-color: var(--color-white) transparent transparent transparent;
  inset: auto 45px 7px auto;
  margin: 0 auto;
}
#header .header__nav-item .nolink:hover {
  cursor: default;
}
#header .header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}
#header .header__nav-item:first-child .header__nav-link::before {
  background: none;
}
#header .header__nav-item:has(.dropdown-menu__list) {
  position: relative;
}
#header .header__nav-item:has(.dropdown-menu__list) .dropdown-menu__list {
  position: absolute;
  opacity: 0;
  inset: auto 0 -205px -100px;
  width: 340px;
  background: rgba(var(--color-black-light-rgb), 0.9);
  padding: 25px 35px;
  transition: opacity 0.3s ease-in-out;
}
#header .header__nav-item:has(.dropdown-menu__list) .dropdown-menu__list .dropdown-menu__item {
  margin-bottom: 10px;
}
#header .header__nav-item:has(.dropdown-menu__list) .dropdown-menu__list .dropdown-menu__item:last-child {
  margin-bottom: 0;
}
#header .header__nav-item:has(.dropdown-menu__list) .dropdown-menu__list .dropdown-menu__link {
  padding-left: 25px;
  position: relative;
  display: block;
}
#header .header__nav-item:has(.dropdown-menu__list) .dropdown-menu__list .dropdown-menu__link::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--primary-bg-color);
  z-index: 1;
}
#header .header__nav-item:has(.dropdown-menu__list) .dropdown-menu__list .dropdown-menu__link:hover {
  transform: translateX(10px);
}
#header .header__nav-item:has(.dropdown-menu__list):hover .dropdown-menu__list {
  opacity: 1;
}

/*==========================================
mv
===========================================*/
.mv__container {
  background: url(../../img/common/mv_bg.jpg) right top/39.0625% no-repeat, url(../../img/common/mv_base.jpg) center/cover no-repeat;
  position: relative;
}
.mv__container::before, .mv__container::after {
  position: absolute;
  content: "";
}
.mv__container::before {
  width: 46.04166%;
  height: 616px;
  background: url(../../img/common/mv-flower_ill.png) bottom center/100% no-repeat;
  inset: auto 9.6354% -15% auto;
  margin: 0 auto;
  z-index: 11;
}
.mv__container h2 {
  position: absolute;
  z-index: 10;
}
.mv__container h2::before {
  position: absolute;
  content: "";
  width: 154px;
  height: 84px;
  inset: 85px auto auto -57px;
  background: url(../../img/common/mv-ttl_ill.png) center/100% no-repeat;
}

#top-mv {
  height: clamp(800px, 53.1245vw, 1020px);
}
#top-mv::after {
  width: 79.1666%;
  height: calc(100% + 70px);
  inset: auto 0 -70px auto;
  background: url(../../img/top/mv/mv_bg.png) center/100% no-repeat;
  z-index: 2;
}
#top-mv .mv__catch {
  width: 40.625%;
  position: absolute;
  inset: auto auto 13.7254% 5.9895%;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 125px 0 95px;
  text-align: center;
}
#footer .footer__inner {
  position: relative;
  padding-bottom: 65px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 75px;
}
#footer .footer__left {
  width: 540px;
}
#footer .footer__left .footer__nav-list {
  text-align: left;
}
#footer .footer__left .footer__nav-list .footer__nav-item {
  margin-bottom: 20px;
}
#footer .footer__left .footer__nav-list .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__left .footer__nav-list .footer__nav-item a {
  position: relative;
  padding-left: 20px;
}
#footer .footer__left .footer__nav-list .footer__nav-item a::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  inset: 0 auto 0 0;
  background: var(--accent-color);
  margin: auto 0;
  z-index: 1;
}
#footer .footer__left .footer__nav-list .footer__nav-item a:hover {
  text-decoration: underline;
}
#footer .footer__left .footer__nav-list .footer__nav-item .footer__nav-link::before {
  width: 8px;
  height: 8px;
}
#footer .footer__left .footer__nav-list .footer__nav-item .dropdown-menu__list {
  margin: 15px auto auto 20px;
}
#footer .footer__left .footer__nav-list .footer__nav-item .dropdown-menu__list .dropdown-menu__item {
  margin-bottom: 15px;
}
#footer .footer__left .footer__nav-list .footer__nav-item .dropdown-menu__list .dropdown-menu__item:last-child {
  margin-bottom: 0;
}
#footer .footer__left .footer__nav-list .footer__nav-item .dropdown-menu__list .dropdown-menu__link::before {
  width: 4px;
  height: 4px;
}
#footer .footer__right {
  width: 420px;
}
#footer .footer__right .footer__item-title {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  font-size: var(--font-size-16);
  padding: 10px 0;
  margin-bottom: 15px;
  position: relative;
}
#footer .footer__right .footer__item-title::before, #footer .footer__right .footer__item-title::after {
  position: absolute;
  content: "";
  width: 34px;
  height: 28px;
  background: url(../../img/common/ft-item-ttl_deco.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#footer .footer__right .footer__item-title::before {
  left: 0;
}
#footer .footer__right .footer__item-title::after {
  right: 0;
  transform: scale(-1, 1);
}
#footer .footer__right .footer__item-card {
  border-bottom: 1px solid var(--primary-color);
  padding: 15px 0;
}
#footer .footer__right .footer__item-link {
  display: block;
}
#footer .footer__right .footer__item-link:hover {
  transform: scale(0.98);
}
#footer .footer__right .footer__item-fig {
  width: 282px;
}
#footer .footer__right .footer__item-caption, #footer .footer__right .footer__item-code-text {
  font-size: var(--font-size-12);
  margin-top: 10px;
}
#footer .footer__right .footer__item-code {
  width: 130px;
}

#copyright {
  word-break: normal;
  text-align: left;
  margin-top: 45px;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
.pagetop:hover {
  transform: scale(0.95);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: clamp(740px, 41.666vw, 800px);
  display: flex;
  align-items: center;
  padding: 0 7.03125%;
}
.lower-sv::after {
  width: 27.08333%;
  height: 70%;
  background: rgba(var(--color-black-rgb), 0.6);
  inset: auto 9.375% 0 auto;
}
.lower-sv .sv__title {
  width: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(var(--color-black-rgb), 0.85);
  height: 280px;
}
.lower-sv .sv__title span {
  letter-spacing: var(--body-letter-spacing);
}
.lower-sv .sv__title-ja {
  width: 81%;
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-semibold);
  font-family: var(--fourth-font-family);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--accent-color);
  position: relative;
  margin-bottom: 15px;
}
.lower-sv .sv__title-ja::before, .lower-sv .sv__title-ja::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 9px;
  background: url(../../img/sv/sv-ttl_deco.png) center/100% no-repeat;
  bottom: -5px;
}
.lower-sv .sv__title-ja::before {
  left: -21px;
}
.lower-sv .sv__title-ja::after {
  right: -21px;
  transform: scale(-1, 1);
}
.lower-sv .sv__title-small {
  display: block;
  font-size: var(--font-size-19);
}
.lower-sv .sv__title-en {
  font-size: var(--font-size-16);
}
.lower-sv .sv__img {
  width: 46.875%;
  height: 70%;
  position: absolute;
  inset: auto 13.28125% 10% auto;
  margin: auto 0;
  z-index: 1;
}

#about-sv .sv__img {
  background: url(../../img/sv/about-sv_bg.jpg) center/cover no-repeat;
}

#bodymake-sv .sv__img {
  background: url(../../img/sv/bodymake-sv_bg.jpg) center/cover no-repeat;
}
#bodymake-sv .sv__title-ja {
  font-size: var(--font-size-40);
}

#service-sv .sv__img {
  background: url(../../img/sv/service-sv_bg.jpg) center/cover no-repeat;
}

#mens-salon-sv .sv__img {
  background: url(../../img/sv/mens-salon-sv_bg.jpg) center/cover no-repeat;
}

#info-sv .sv__img {
  background: url(../../img/sv/info-sv_bg.jpg) center/cover no-repeat;
}

#blog-sv .sv__img {
  background: url(../../img/sv/blog-sv_bg.jpg) center/cover no-repeat;
}

#contact-sv .sv__img {
  background: url(../../img/sv/contact-sv_bg.jpg) center/cover no-repeat;
}

#complete-sv .sv__img {
  background: url(../../img/sv/complete-sv_bg.jpg) center/cover no-repeat;
}

#site-sv .sv__img {
  background: url(../../img/sv/site-sv_bg.jpg) center/cover no-repeat;
}

#privacy-sv .sv__img {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/cover no-repeat;
}

#e404-sv .sv__img {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 230px 0 275px;
  position: relative;
  z-index: 1;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 255px;
  height: 335px;
  background: url(../../img/top/about-r_deco.png) center/100% no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
  z-index: -1;
}
#top-about .about__title {
  position: relative;
}
#top-about .about__title::before {
  position: absolute;
  content: "";
  width: 445px;
  height: 377px;
  inset: -135px auto 0 -205px;
  background: url(../../img/top/about-ttl-l_deco.png) center/100% no-repeat;
}
#top-about .about__title .title-frame {
  background: var(--color-black);
}
#top-about .about__title .title-ja small {
  font-size: var(--font-size-24);
}
#top-about .about__content {
  width: 585px;
}
#top-about .about__img {
  margin-right: -20px;
}
#top-about .about__button {
  margin-top: 45px;
}

/*
# bg-fixed
------------------------*/
.bg-fixed {
  padding: 185px 0;
  position: relative;
  z-index: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.bg-fixed::before {
  position: fixed;
  content: "";
  background: url(../../img/top/bg-fixed01.jpg) center/cover no-repeat;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

/*
# top-service
------------------------*/
#top-service {
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
#top-service::before, #top-service::after {
  position: absolute;
  content: "";
}
#top-service::before {
  width: 193px;
  height: 524px;
  background: url(../../img/top/service-top_deco.png) center/100% no-repeat;
  inset: -45px auto auto 13.5416%;
  z-index: 2;
}
#top-service::after {
  width: 276px;
  height: 632px;
  background: url(../../img/top/service-btm_deco.png) center/100% no-repeat;
  inset: auto auto -55px 1.5625%;
  z-index: -1;
}
#top-service .service__title {
  text-align: right;
  background-position: 100% 100%;
  padding-bottom: 65px;
  margin-top: -35px;
}
#top-service .service__title .title-frame {
  border: 1px solid var(--primary-color);
  padding: 0 30px;
  margin-top: 10px;
}
#top-service .service__list {
  row-gap: 70px;
}
#top-service .service__list .service__item {
  width: 500px;
}
#top-service .service__list .service__item:first-child {
  position: relative;
}
#top-service .service__list .service__item:first-child::before {
  position: absolute;
  content: "";
  width: 231px;
  height: 191px;
  background: url(../../img/top/service-item_deco.png) center/100% no-repeat;
  inset: -140px 0 auto auto;
}
#top-service .service__list .service__item-text {
  padding-left: 45px;
}
#top-service .service__list .service__item-button {
  margin-top: 45px;
}

/*
# top-mens-salon
------------------------*/
#top-mens-salon {
  padding: 170px 0 175px;
  background: url(../../img/top/mens-salon_bg.jpg) center/cover no-repeat;
  position: relative;
}
#top-mens-salon::before {
  position: absolute;
  content: "";
  width: 27.03125%;
  height: 399px;
  background: url(../../img/top/mens-salon-rb_deco.png) bottom center/100% no-repeat;
  inset: auto 9.375% -75px auto;
  z-index: 2;
}
#top-mens-salon .mens-salon__title {
  padding-bottom: 0;
  background: none;
}
#top-mens-salon .mens-salon__title .title-frame {
  background: var(--color-black);
  padding: 5px 50px;
  position: relative;
}
#top-mens-salon .mens-salon__title .title-frame::before, #top-mens-salon .mens-salon__title .title-frame::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-mens-salon .mens-salon__title .title-frame::before {
  left: 20px;
  transform: rotate(-25deg);
}
#top-mens-salon .mens-salon__title .title-frame::after {
  right: 30px;
  transform: rotate(25deg);
}
#top-mens-salon .mens-salon__content {
  width: 740px;
  margin: 0 auto;
  border-radius: 40px 0 40px 0;
  text-align: center;
  padding: 30px 0 35px;
  position: relative;
}
#top-mens-salon .mens-salon__content::before {
  border-width: 2px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
#top-mens-salon .mens-salon__content-inner::before {
  width: 68px;
  height: 64px;
  filter: brightness(0.5);
  inset: 20px auto auto 20px;
}
#top-mens-salon .mens-salon__content .mens-salon__text {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
}
#top-mens-salon .mens-salon__content .mens-salon__text span {
  background: rgba(var(--accent-color-rgb), 0.3);
  font-size: var(--font-size-20);
  padding: 5px 15px;
}
#top-mens-salon .mens-salon__button {
  width: 220px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
  margin: 0 auto;
  background: linear-gradient(-135deg, rgb(114, 85, 35) 0%, rgb(238, 189, 124) 27%, rgb(146, 110, 65) 43%, rgb(175, 132, 78) 100%);
  box-shadow: 0 3px #7d5d31;
  padding-left: 15px;
}
#top-mens-salon .mens-salon__button:hover {
  transform: translateY(3px);
  box-shadow: none;
}
#top-mens-salon .mens-salon__button::before {
  left: 20px;
  z-index: 1;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 0;
}
#top-news .news__wrap {
  width: 83.333%;
  min-width: 1200px;
  margin-left: auto;
  background: url(../../img/top/news-rb_deco.png) right 11.875% bottom 180px/9.1875% no-repeat, rgba(var(--color-black-light-rgb), 0.9);
  padding: 180px 0 180px 6.25%;
}
#top-news .news__inbox {
  position: relative;
  margin: 0 auto 0 0;
}
#top-news .news__title {
  text-align: left;
  width: 300px;
  background-position: 0 100%;
  margin-bottom: 0;
}
#top-news .news__title .title-en {
  width: 115%;
  position: absolute;
  inset: 0 auto auto 0;
}
#top-news .news__post-list {
  width: 760px;
  padding: 55px 0;
  background: #1a1a1a;
}
#top-news .news__post-list .news__post {
  margin-bottom: 55px;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link {
  padding: 0 55px;
}
#top-news .news__post-list .news__post-link:hover {
  opacity: 1;
}
#top-news .news__post-list .news__post-link:hover .news__post-thumb img {
  transform: scale(0.98);
}
#top-news .news__post-list .news__post-thumb {
  width: 200px;
  height: 200px;
  background: var(--primary-bg-color);
}
#top-news .news__post-list .news__post-thumb img {
  transition: ease-in-out 0.3s;
}
#top-news .news__post-list .news__post-meta {
  width: 420px;
  position: relative;
}
#top-news .news__post-list .news__post-tags {
  gap: 10px;
}
#top-news .news__post-list .news__post-tag {
  background: #4c4c4c;
  font-size: var(--font-size-14);
  padding: 3px 10px;
  margin-bottom: 20px;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  font-size: var(--font-size-16);
  margin-bottom: 40px;
}
#top-news .news__post-list .news__post-date {
  font-size: var(--font-size-14);
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
}
#top-news .news__button {
  width: 215px;
  position: absolute;
  inset: 260px auto auto 0;
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
#about-concept {
  position: relative;
}
#about-concept::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 427px;
  background: url(../../img/about/concept_deco.png) center/100% no-repeat;
  inset: 265px 0 auto auto;
}
#about-concept .concept__inbox {
  position: relative;
}
#about-concept .concept__inbox::before {
  position: absolute;
  content: "";
  width: 141px;
  height: 149px;
  inset: auto auto -65px -65px;
  background: url(../../img/about/concept-img_deco.png) center/100% no-repeat;
  z-index: 1;
}
#about-concept .concept__title .title-frame {
  padding: 0 15px;
  border: 1px solid var(--primary-color);
}
#about-concept .concept__content {
  width: 510px;
}

/*
# about-features
------------------------*/
#about-features {
  position: relative;
  z-index: 1;
}
#about-features::before {
  position: absolute;
  content: "";
  width: 91.4583%;
  height: 100%;
  z-index: -1;
  background: url(../../img/about/feature_deco.png) center/100% no-repeat;
  inset: 0 auto auto 0;
}
#about-features .features__part {
  position: relative;
  margin-bottom: 55px;
}
#about-features .features__part::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-bg-color);
  top: 0;
  bottom: 0;
}
#about-features .features__part:last-child {
  margin-bottom: 0;
}
#about-features .features__part-img {
  width: 500px;
  position: absolute;
  top: 0;
}
#about-features .features__part-title {
  background: none;
  position: relative;
  padding-left: 120px;
}
#about-features .features__part-title::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
  line-height: 1;
  font-size: 8rem;
  font-family: var(--third-font-family);
  font-weight: var(--font-weight-regular);
  background: linear-gradient(90deg, #725523 0%, #926e41 57%, #eebd7c 73%, #af844e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about-features .features__part-content {
  width: 500px;
  min-height: 360px;
}
#about-features .features__part:nth-of-type(odd)::before {
  left: -40px;
}
#about-features .features__part:nth-of-type(odd) .features__part-img {
  right: 0;
}
#about-features .features__part:nth-of-type(even)::before {
  right: -40px;
}
#about-features .features__part:nth-of-type(even) .features__part-content {
  margin-left: auto;
}
#about-features .features__part:nth-of-type(even) .features__part-img {
  left: 0;
}

/*
# about-faq
------------------------*/
#about-faq {
  background: #333;
}
#about-faq .faq__item {
  margin-bottom: 40px;
  position: relative;
}
#about-faq .faq__item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  inset: auto 0 -10px;
  background: var(--primary-bg-color);
}
#about-faq .faq__item:last-child {
  margin-bottom: 0;
}
#about-faq .faq__item-title, #about-faq .faq__item-body {
  padding: 20px 15px 20px 80px;
  position: relative;
}
#about-faq .faq__item-title::before, #about-faq .faq__item-body::before {
  position: absolute;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  inset: 10px auto auto 15px;
  margin: auto 0;
  border-radius: 50%;
  line-height: 1;
  font-size: var(--font-size-20);
}
#about-faq .faq__item-title {
  font-size: var(--font-size-20);
  background: #1c1c1c;
}
#about-faq .faq__item-title::before {
  content: "Q";
}
#about-faq .faq__item-body {
  background: #222;
}
#about-faq .faq__item-body::before {
  content: "A";
}

/*
# about-info
------------------------*/
#about-info {
  background: url(../../img/about/info_bg.jpg) center/cover no-repeat;
}
#about-info .info__table {
  margin-bottom: 180px;
}

/*==========================================
bodymake
===========================================*/
/*
# bodymake-campaign
------------------------*/
#bodymake-campaign .campaign__inbox {
  position: relative;
}
#bodymake-campaign .campaign__inbox::before {
  position: absolute;
  content: "";
  width: 10.05208%;
  height: 524px;
  background: url(../../img/bodymake/campaign_deco.png) center bottom/100% no-repeat;
  inset: auto auto -200px -125px;
  z-index: 2;
}
#bodymake-campaign .campaign__banner {
  text-align: center;
}

/*
# bodymake-about
------------------------*/
#bodymake-about {
  position: relative;
  z-index: 1;
}
#bodymake-about::before {
  position: absolute;
  content: "";
  width: 14.375%;
  height: 632px;
  background: url(../../img/bodymake/about-lb_deco.png) center bottom/100% no-repeat;
  inset: auto auto 40px 0;
  z-index: -1;
}
#bodymake-about .about__title {
  position: relative;
}
#bodymake-about .about__title::before {
  position: absolute;
  content: "";
  width: 231px;
  height: 191px;
  background: url(../../img/bodymake/about-ttl_deco.png) center/100% no-repeat;
  inset: -50px -100px auto auto;
}
#bodymake-about .about__inner {
  position: relative;
}
#bodymake-about .about__content-img {
  position: absolute;
  inset: 0 0 auto auto;
}
#bodymake-about .about__content {
  width: 515px;
  min-height: 680px;
}
#bodymake-about .about__content .about__content-text {
  padding-left: 45px;
}

/*
# bodymake-features
------------------------*/
#bodymake-features {
  background: url(../../img/bodymake/feature_bg.jpg) center/cover no-repeat;
}
#bodymake-features .features__content {
  background: rgba(var(--color-black-light-rgb), 0.9);
  padding: 55px 75px;
}
#bodymake-features .features__content .features__part {
  margin-bottom: 55px;
}
#bodymake-features .features__content .features__part:last-child {
  margin-bottom: 0;
}
#bodymake-features .features__content .features__part-title {
  border-bottom: 1px solid var(--primary-color);
}
#bodymake-features .features__content .features__part-effect {
  border: 1px solid var(--primary-color);
  position: relative;
  margin-top: 65px;
  padding: 45px 30px 30px;
  background: #1c1c1c;
}
#bodymake-features .features__content .features__part-effect .effect__title {
  position: absolute;
  inset: -30px 0 auto;
  width: 380px;
  margin: 0 auto;
  text-align: center;
  background: var(--color-brown);
  font-size: var(--font-size-20);
  padding: 10px 0;
}
#bodymake-features .features__content .features__part-effect .effect__text {
  text-align: center;
}

/*
# bodymake-bfaf
------------------------*/
.bfaf__item {
  position: relative;
  margin-bottom: 55px;
  padding: 55px 100px;
  background: #222;
  gap: 45px 120px;
}
.bfaf__item:last-child {
  margin-bottom: 0;
}
.bfaf__item-notes {
  width: 100%;
  text-align: center;
}
.bfaf__item::before, .bfaf__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--primary-bg-color);
  left: 0;
  right: 0;
}
.bfaf__item::before {
  top: -10px;
}
.bfaf__item::after {
  bottom: -10px;
}
.bfaf__item-card {
  width: 350px;
  position: relative;
  padding: 2px;
  z-index: 1;
}
.bfaf__item-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 344px;
  background: var(--primary-bg-color);
  inset: 0 0 auto;
  z-index: -1;
}
.bfaf__item-card .bfaf__card-img {
  width: 100%;
  height: 340px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bfaf__item-card .bfaf__card-caption {
  background: var(--accent-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
  z-index: 1;
  width: 300px;
  margin-top: 15px;
  border-radius: 5px;
  padding: 5px 10px 5px 20px;
}

/*
# bodymake-service
------------------------*/
#bodymake-service {
  background: #333;
}
#bodymake-service .service__intax {
  text-align: center;
  margin-bottom: 40px;
}
#bodymake-service .price__part-title {
  border-bottom: 1px solid var(--primary-color);
}
#bodymake-service .price__part-img {
  margin-bottom: 0;
}
#bodymake-service .menu__item {
  margin-bottom: 0;
}
#bodymake-service .menu__item:nth-child(even) .menu__item-head {
  background: none;
}
#bodymake-service .menu__item .menu__item-head {
  margin-bottom: 0;
}

/*==========================================
service
===========================================*/
.service__page-nav .page-nav__list {
  gap: 45px 90px;
}
.service__page-nav .page-nav__list .page-nav__item {
  width: 300px;
  text-align: center;
  font-weight: var(--font-weight-bold);
}
.service__page-nav .page-nav__list .page-nav__link {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  background: var(--primary-bg-color);
  position: relative;
}
.service__page-nav .page-nav__list .page-nav__link::before, .service__page-nav .page-nav__list .page-nav__link::after {
  position: absolute;
  content: "";
}
.service__page-nav .page-nav__list .page-nav__link::before {
  width: 100%;
  height: 10px;
  background: #876840;
  inset: auto 0 -10px;
  z-index: 1;
}
.service__page-nav .page-nav__list .page-nav__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 11px 0px 11px;
  border-color: var(--color-white) transparent transparent transparent;
  inset: auto 0 -10px;
  margin: 0 auto;
  z-index: 2;
}
.service__page-nav .page-nav__list .page-nav__link:hover {
  transform: translateY(5px);
}
.service__page-nav .page-nav__list .page-nav__link:hover::before {
  height: 5px;
  bottom: -5px;
}

/*
# common service
------------------------*/
.service__course-section.has-deco {
  position: relative;
}
.service__course-section.has-deco::before {
  position: absolute;
  content: "";
  width: 276px;
  height: 632px;
  background: url(../../img/service/removal-l_deco.png) center/100% no-repeat;
  inset: 30% auto auto 0;
}
.service__course-section section {
  margin-bottom: 90px;
}
.service__course-section section:last-child {
  margin-bottom: 0;
}
.service__course-section section .sub-title {
  text-align: center;
}
.service__course-section .course__inbox {
  position: relative;
  z-index: 3;
}
.service__course-section .course__headline-image {
  width: clamp(1080px, 66.666%, 1280px);
  margin: 0 auto -25px;
  position: relative;
}
.service__course-section .course__headline-image::before {
  position: absolute;
  content: "";
}
.service__course-section .course__title .title-frame {
  border: 1px solid var(--primary-color);
  padding: 0 20px;
}
.service__course-section .course__headline-inner {
  position: relative;
  margin-bottom: 85px;
}
.service__course-section .course__headline-inner .course__headline-content {
  width: 510px;
  min-height: 360px;
}
.service__course-section .course__headline-inner .course__headline-img {
  width: 500px;
  position: absolute;
  inset: 0 0 auto auto;
}
.service__course-section .course__feature .feature__title {
  margin-bottom: 55px;
}
.service__course-section .course__feature .point__item {
  margin-bottom: 55px;
  position: relative;
  background: #1c1c1c;
  border: 1px solid var(--primary-color);
  padding: 40px 30px 30px;
}
.service__course-section .course__feature .point__item:last-child {
  margin-bottom: 0;
}
.service__course-section .course__feature .point__item-title {
  width: 560px;
  position: absolute;
  inset: -25px auto auto 0;
  padding: 5px 10px 5px 155px;
}
.service__course-section .course__feature .point__item-title::before {
  position: absolute;
  inset: 0 auto 0 0;
  height: 100%;
  content: "Point" counter(number, decimal-leading-zero) ".";
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  background: var(--primary-bg-color);
  width: 140px;
  text-align: center;
  line-height: 2.3;
  color: #333;
}
.service__course-section .course__price .price__intax {
  text-align: center;
  margin-bottom: 35px;
}
.service__course-section .course__price .price__image {
  text-align: center;
  margin-bottom: 50px;
}
.service__course-section .course__price .price__part {
  gap: 40px 0;
}
.service__course-section .course__price .price__part-title {
  width: 100%;
  margin-bottom: 20px;
}
.service__course-section .course__price .price__part-item {
  width: 500px;
}
.service__course-section .course__price .price__part-item .price__item-title {
  text-align: center;
  font-size: var(--font-size-18);
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 5px 0;
  margin-bottom: 10px;
}
.service__course-section .course__price .price__part-item .price__item-text {
  margin-bottom: 25px;
}
.service__course-section .course__price .price__part .price__menu .menu__item {
  row-gap: 15px;
}
.service__course-section .course__price .price__part .price__menu .menu__item-text {
  width: 45%;
  text-align: center;
}
.service__course-section .course__price .price__part .price__menu .menu__item-price {
  width: 50%;
  text-align: right;
}
.service__course-section .course__price .price__part .price__menu .menu__item .menu__item-head {
  background: #292929;
  padding: 15px 50px 15px 35px;
  margin-bottom: 15px;
}
.service__course-section .course__price .price__part .price__menu .menu__item .menu__item-head .menu__item-text {
  text-align: left;
}
.service__course-section .course__price .price__part .price__menu .menu__item-notes {
  width: 100%;
  font-size: var(--font-size-15);
}
.service__course-section .course__price .price__part .price__part-img {
  width: 375px;
  height: 345px;
  padding-right: 40px;
  background-size: 90% 90%;
}
.service__course-section .course__price .price__part .price__part-content {
  width: 640px;
}
.service__course-section .course__price .price__part .price__part-content .menu__item {
  margin-bottom: 30px;
}
.service__course-section .course__price .price__part .price__part-content .menu__item:last-child {
  margin-bottom: 0;
}
.service__course-section .course__wax .course__headline-title {
  text-align: left;
}
.service__course-section .course__wax .wax__text {
  margin-top: 20px;
}
.service__course-section .course__wax .wax__img {
  display: block;
  width: 500px;
  margin: 0 auto;
}
.service__course-section .course__program .program__content {
  width: 500px;
}
.service__course-section .course__program .program__img {
  width: 500px;
}
.service__course-section .course__program .program__effect {
  position: relative;
  padding: 40px 30px 30px;
  border: 1px solid var(--primary-color);
  background: #1c1c1c;
  text-align: center;
  margin-top: 100px;
}
.service__course-section .course__program .program__effect-title {
  width: 380px;
  margin: 0 auto;
  position: absolute;
  inset: -25px 0 auto;
}

#service-removal .course__headline-image::before {
  width: 231px;
  height: 191px;
  background: url(../../img/service/removal-ttl_deco.png) center/100% no-repeat;
  inset: -60px auto auto 40px;
}
#service-removal .price__part {
  margin-bottom: 55px;
}
#service-removal .price__part:last-child {
  margin-bottom: 0;
}
#service-removal .price__menu .menu__item {
  padding: 15px 50px 15px 15px;
}
#service-removal .price__menu .menu__item:nth-child(odd) {
  background: #1c1c1c;
}

#service-facial .price__part,
#service-bridal .price__part {
  margin-bottom: 55px;
}
#service-facial .price__part:last-child,
#service-bridal .price__part:last-child {
  margin-bottom: 0;
}

#service-bridal .course__headline-image::before {
  width: 231px;
  height: 191px;
  background: url(../../img/service/removal-ttl_deco.png) center/100% no-repeat;
  inset: auto -170px -50px auto;
}

/*==========================================
mens-salon
===========================================*/
/*
# mens-salon-campaign
------------------------*/
#mens-salon-campaign .campaign__list {
  gap: 40px;
}

/*
# mens-salon-about
------------------------*/
#mens-salon-about {
  position: relative;
  z-index: 1;
}
#mens-salon-about::before {
  position: absolute;
  content: "";
  width: 23.9583%;
  height: 100%;
  inset: -55px auto auto 0;
  background: url(../../img/mens-salon/about-lb_deco.png) left top/100% no-repeat;
  z-index: -1;
}
#mens-salon-about .about__title {
  position: relative;
}
#mens-salon-about .about__title::before {
  position: absolute;
  content: "";
  width: 231px;
  height: 191px;
  background: url(../../img/mens-salon/about-ttl_deco.png) center/100% no-repeat;
  inset: -25px -100px auto auto;
}
#mens-salon-about .about__content {
  width: 525px;
}

/*
# mens-salon-service
------------------------*/
#mens-salon-service .course__price .price__part-item {
  width: 100%;
}
#mens-salon-service .course__price .price__part-item .price__item-text {
  margin: 25px 0;
}
#mens-salon-service .course__price .price__part-item .menu__item {
  padding: 15px;
  row-gap: 15px;
}
#mens-salon-service .course__price .price__part-item .menu__item:nth-child(odd) {
  background: #1c1c1c;
}
#mens-salon-service .course__price .price__part-item .menu__item-text {
  width: 350px;
  text-align: left;
}
#mens-salon-service .course__price .price__part-item .menu__item-price {
  text-align: right;
}
#mens-salon-service .course__price .price__part-item .menu__item-notes {
  width: 100%;
  font-size: var(--font-size-15);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 2% 0 2% 3%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/