@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1vw;
  right: 1.5%;
  bottom: auto;
  left: auto;
  background: var(--color-black);
  border: 1px solid var(--primary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 1px;
  background: var(--primary-bg-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 8% 6% 15%;
  background: var(--color-black);
}
#drawer-nav .drawer__logo {
  width: 18%;
  margin-bottom: 10%;
  text-align: left;
  display: block;
}
#drawer-nav .drawer-nav .drawer-nav__item {
  padding: 6% 0;
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-17);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 0 12% 0 0;
  margin: 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--primary-bg-color);
}
#drawer-nav .drawer-nav .drawer-dropdown__item .drawer-nav__link {
  display: block;
  padding: 3% 0;
}
#drawer-nav .drawer-nav .current {
  padding-left: 8%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: var(--accent-color);
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current.active span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown__list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown__list > li > .drawer-nav__link {
  position: relative;
}
#drawer-nav .drawer-nav .drawer-dropdown__list > li > .drawer-nav__link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
  top: 6vw;
}
#drawer-nav .drawer-nav .drawer-dropdown__list > li > .drawer-nav__link.current::before {
  background: none;
  border: none;
}
#drawer-nav .drawer-nav .drawer-dropdown__list > li > .drawer-nav__link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 13%;
}
#drawer-nav .drawer__subpage-link {
  text-decoration: underline;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 22% 0;
  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__title {
  padding-top: 12vw;
}

.c-contact__content {
  background: rgba(var(--color-black-rgb), 0.8);
  padding: 15% 6%;
}
.c-contact__content .contact__text {
  text-align: center;
  font-size: var(--font-size-18);
  padding-bottom: 12%;
  background: url(../../img/common/contact-caution_deco.png) bottom center/64% no-repeat;
  margin-bottom: 10%;
}
.c-contact__content .contact__address {
  margin-bottom: 12%;
  text-align: center;
}
.c-contact__content .contact__address .address__item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 3%;
}
.c-contact__content .contact__address .address__item:last-child {
  margin-bottom: 0;
}
.c-contact__content .contact__address .address__item dt {
  min-width: 17vw;
}
.c-contact__content .contact__address .address__item dd {
  text-align: left;
  max-width: calc(100% - 19vw);
}
.c-contact__content .contact__list .contact__item {
  width: 100%;
  height: 17vw;
  margin: 0 auto 12%;
}
.c-contact__content .contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__content .contact__list a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.c-contact__content .contact__list .tel__num {
  background: var(--color-black);
  position: relative;
  line-height: 1;
}
.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: var(--font-size-15);
  font-weight: var(--font-weight-bold);
  position: relative;
  padding-left: 5vw;
}
.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: 6vw;
  height: 4vw;
  background: url(../../img/common/mail_ic.png) center/100% no-repeat;
  left: 3%;
  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: 8vw;
  height: 8vw;
  background: url(../../img/common/sns/Instagram_Glyph_White.svg) center/100% no-repeat;
  left: 5%;
}

.c-contact__app {
  background: url(../../img/common/ofc-app-lt_deco.png) left 2.5% top 2vw/15% no-repeat, url(../../img/common/ofc-app-rb_deco.png) right 2.5% bottom 2vw/15% no-repeat, rgba(var(--color-white-rgb), 0.8);
  padding: 12% 7.8125%;
  margin-top: 15%;
  border: 1vw solid #7d5d31;
  position: relative;
  z-index: 1;
}
.c-contact__app::before {
  position: absolute;
  content: "";
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  inset: 0;
  margin: auto;
  border: 2px solid #7d5d31;
  z-index: -1;
}
.c-contact__app .contact__app-title {
  font-size: var(--font-size-21);
  color: var(--color-black-light);
  text-align: center;
  background: url(../../img/common/ofc-app-ttl_deco.png) bottom center/67% no-repeat;
  font-weight: var(--font-weight-semibold);
  padding-bottom: 10%;
  margin-bottom: 10%;
}
.c-contact__app .contact__app-title small {
  font-size: var(--font-size-14);
}
.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: 0.5vw 2vw;
}
.c-contact__app .contact__app-list {
  margin-bottom: 10%;
}
.c-contact__app .contact__app-list .contact__app-item {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-semibold);
  padding-left: 8%;
  position: relative;
  color: var(--color-black-light);
}
.c-contact__app .contact__app-list .contact__app-item::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 3vw;
  inset: 2.5vw auto auto 0;
  background: var(--accent-color);
}
.c-contact__app .contact__app-buttons .contact__app-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  margin: 0 auto 8%;
  text-align: center;
}
.c-contact__app .contact__app-buttons .contact__app-button:last-child {
  margin-bottom: 0;
}
.c-contact__app .contact__app-buttons .app__button {
  width: 57%;
}
.c-contact__app .contact__app-buttons .app__button:hover {
  transform: scale(0.98);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

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

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  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: 0.7vw solid var(--accent-color);
}

.tel__num {
  font-size: var(--font-size-25);
  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 -3vw -3vw auto;
  border-radius: 45vw 45vw 0 0;
}
.img-border::after {
  width: 23%;
  height: 22vw;
  inset: auto 5% 2% auto;
  background: url(../../img/common/img_deco.png) center/100% no-repeat;
}
.img-border img {
  border-radius: 45vw 45vw 0 0;
}

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

/*
# 共通のボタン
------------------------*/
.com-button {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-16);
  padding-left: 18vw;
  display: block;
}
.com-button::before, .com-button::after {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  margin: auto 0;
}
.com-button::before {
  background: var(--primary-bg-color);
  color: var(--color-black);
  font-size: var(--font-size-20);
  left: 3vw;
  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: 3vw;
}

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

/*
# グラデーション背景
------------------------*/
.com-bg--gold {
  position: relative;
  padding: 14% 6%;
  background: var(--primary-bg-color);
}
.com-bg--gold::before {
  position: absolute;
  content: "";
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  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: 20%;
  height: 16vw;
  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: 8vw 0 15%;
  margin-bottom: 15%;
  background: url(../../img/common/section-ttl_deco.png) bottom center/16% no-repeat;
}
.section-title .title-en {
  font-size: var(--font-size-40);
  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(90deg, #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-21);
  letter-spacing: var(--body-letter-spacing);
  font-weight: var(--font-weight-semibold);
  display: block;
}
.section-title .title-frame {
  font-size: var(--font-size-17);
  letter-spacing: 0.06em;
  display: inline-block;
  padding: 1vw 3vw;
}
.section-title .color-red {
  color: var(--accent-color);
}

.headline-title {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-semibold);
  padding: 2% 0 2% 7vw;
  background: url(../../img/common/headline-ttl_deco.png) left top 3vw/5vw no-repeat;
  margin-bottom: 3%;
}

.sub-title {
  background: var(--color-brown);
  padding: 3% 1%;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 5%;
}

.third-title {
  text-align: center;
  margin-bottom: 12%;
}
.third-title span {
  padding: 0 9vw;
  font-size: var(--font-size-19);
  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: 5vw;
  height: 7vw;
}
.third-title span::before {
  left: 0;
}
.third-title span::after {
  right: 0;
  transform: scale(-1, 1);
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__logo {
  width: 15%;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
.mv__container {
  background: url(../../img/common/mv_bg.jpg) right top/50% 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: 52%;
  height: 35vw;
  background: url(../../img/common/mv-flower_ill.png) bottom center/100% no-repeat;
  inset: auto 9.6354% -8vw auto;
  margin: 0 auto;
  z-index: 11;
}
.mv__container h2 {
  position: absolute;
  z-index: 10;
}
.mv__container h2::before {
  position: absolute;
  content: "";
  width: 16vw;
  height: 9vw;
  inset: 5vw auto auto -8%;
  background: url(../../img/common/mv-ttl_ill.png) center/100% no-repeat;
}

#top-mv {
  height: 115vw;
}
#top-mv::after {
  width: 85%;
  height: calc(100% + 6vw);
  inset: 0 0 auto auto;
  background: url(../../img/top/mv/mv_bg.png) center top/100% no-repeat;
}
#top-mv .mv__catch {
  width: 80%;
  position: absolute;
  inset: auto 0 4% 0;
  margin: 0 auto;
  z-index: 12;
}

/*==========================================
footer
===========================================*/
#footer {
  background: url(../../img/common/ft_bg.jpg) center/cover no-repeat;
  padding: 20% 0 25vw;
  text-align: center;
}
#footer .footer__info {
  position: fixed;
  width: 100%;
  display: flex;
  z-index: 1001;
  inset: auto 0 0;
}
#footer .footer__info .footer__info-tel {
  width: 60%;
  height: 15vw;
  background: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__info .footer__info-tel .tel__num {
  font-size: var(--font-size-21);
  line-height: 1.6;
}
#footer .footer__info .footer__info-tel .tel__text {
  width: 85%;
  margin: 0 auto;
}
#footer .footer__info .footer__info-mail,
#footer .footer__info .footer__info-instagram {
  width: 20%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer__info .footer__info-mail {
  width: 20%;
  background: var(--primary-bg-color);
}
#footer .footer__info .footer__info-mail img {
  width: 32px;
  filter: brightness(0);
}
#footer .footer__info .footer__info-instagram {
  background: url(../../img/common/insta-btn_bg.jpg) center/cover no-repeat;
}
#footer .footer__info .footer__info-instagram img {
  width: 35px;
}
#footer .footer__logo {
  width: 32%;
  display: inline-block;
  margin-bottom: 16%;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__left .footer__nav {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#footer .footer__left .footer__nav-list {
  width: 48%;
  text-align: left;
}
#footer .footer__left .footer__nav-list .footer__nav-item {
  margin-bottom: 16%;
  font-size: var(--font-size-13);
}
#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;
}
#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: 1.5vw;
  height: 1.5vw;
}
#footer .footer__left .footer__nav-list .footer__nav-item .dropdown-menu__list {
  margin: 9% auto auto 5%;
}
#footer .footer__left .footer__nav-list .footer__nav-item .dropdown-menu__list .dropdown-menu__item {
  margin-bottom: 7%;
  font-size: var(--font-size-11);
  position: relative;
}
#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__item::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 1px;
  inset: 2.5vw auto auto -4vw;
  background: var(--accent-color);
  margin: auto 0;
  z-index: 1;
}
#footer .footer__right .footer__item {
  position: relative;
}
#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: 3% 0;
  margin-bottom: 5%;
  position: relative;
}
#footer .footer__right .footer__item-title::before, #footer .footer__right .footer__item-title::after {
  position: absolute;
  content: "";
  width: 8%;
  height: 6vw;
  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: 6% 0;
}
#footer .footer__right .footer__item-code {
  width: 59%;
  margin: 8% auto 0;
}
#footer .footer__right .footer__item-link {
  width: 65%;
  margin: 0 auto;
  display: block;
}
#footer .footer__right .footer__item-link:hover {
  transform: scale(0.98);
}
#footer .footer__right .footer__item-caption, #footer .footer__right .footer__item-code-text {
  font-size: var(--font-size-12);
  margin-top: 5%;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 12%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 65vw;
  display: flex;
  align-items: flex-end;
  padding: 0 5% 4%;
}
.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: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(var(--color-black-rgb), 0.85);
  height: 30vw;
  position: relative;
  z-index: 11;
  padding: 0 5%;
}
.lower-sv .sv__title span {
  letter-spacing: var(--body-letter-spacing);
}
.lower-sv .sv__title-ja {
  width: 85%;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
  font-family: var(--fourth-font-family);
  padding-bottom: 2%;
  border-bottom: 1px solid var(--accent-color);
  position: relative;
  margin-bottom: 2%;
}
.lower-sv .sv__title-ja::before, .lower-sv .sv__title-ja::after {
  position: absolute;
  content: "";
  width: 3vw;
  height: 2vw;
  background: url(../../img/sv/sv-ttl_deco.png) center/100% no-repeat;
  bottom: -1vw;
}
.lower-sv .sv__title-ja::before {
  left: -3vw;
  transform: scale(-1, 1);
}
.lower-sv .sv__title-ja::after {
  right: -3vw;
}
.lower-sv .sv__title-small {
  display: block;
  font-size: var(--font-size-11);
}
.lower-sv .sv__title-en {
  font-size: var(--font-size-12);
}
.lower-sv .sv__img {
  width: 65%;
  height: 70%;
  position: absolute;
  inset: 0 4% auto 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;
}

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

#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: 22% 0 25%;
  position: relative;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 33%;
  height: 41vw;
  background: url(../../img/top/about-r_deco.png) center/100% no-repeat;
  inset: 70vw 0 auto auto;
  margin: auto 0;
  z-index: 1;
}
#top-about .about__title {
  position: relative;
}
#top-about .about__title::before {
  position: absolute;
  content: "";
  width: 33%;
  height: 41px;
  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 {
  font-size: var(--font-size-23);
}
#top-about .about__title .title-ja small {
  font-size: var(--font-size-18);
}
#top-about .about__img {
  width: 80%;
  margin: 0 auto 18%;
}
#top-about .about__button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 18% 0 0 auto;
  display: block;
}

/*
# bg-fixed
------------------------*/
.bg-fixed {
  padding: 30% 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: 25%;
  position: relative;
  z-index: 1;
}
#top-service::before, #top-service::after {
  position: absolute;
  content: "";
}
#top-service::before {
  width: 26%;
  height: 72vw;
  background: url(../../img/top/service-top_deco.png) center/100% no-repeat;
  inset: -5vw auto auto 6%;
  z-index: 2;
}
#top-service::after {
  width: 26%;
  height: 53vw;
  background: url(../../img/top/service-btm_deco.png) center/100% no-repeat;
  inset: auto auto -7vw 1.5625%;
  z-index: -1;
}
#top-service .service__title {
  text-align: right;
  background-position: 100% 100%;
  margin-top: -5vw;
}
#top-service .service__title .title-frame {
  border: 1px solid var(--primary-color);
  margin-top: 3%;
}
#top-service .service__list .service__item {
  margin-bottom: 15%;
}
#top-service .service__list .service__item:first-child {
  position: relative;
}
#top-service .service__list .service__item:first-child::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 24vw;
  background: url(../../img/top/service-item_deco.png) center/100% no-repeat;
  inset: -8vw auto auto -7%;
}
#top-service .service__list .service__item:last-child {
  margin-bottom: 0;
}
#top-service .service__list .service__item-text {
  padding-left: 8%;
}
#top-service .service__list .service__item-button {
  margin: 13% 0 0 auto;
}

/*
# top-mens-salon
------------------------*/
#top-mens-salon {
  padding: 22% 0;
  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: 20vw;
  background: url(../../img/top/mens-salon-rb_deco.png) bottom center/100% no-repeat;
  inset: auto 9.375% -10vw 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);
  font-size: var(--font-size-17);
  position: relative;
  padding: 1vw 6vw;
}
#top-mens-salon .mens-salon__title .title-frame::before, #top-mens-salon .mens-salon__title .title-frame::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 5vw;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-mens-salon .mens-salon__title .title-frame::before {
  left: 2vw;
  transform: rotate(-25deg);
}
#top-mens-salon .mens-salon__title .title-frame::after {
  right: 2vw;
  transform: rotate(25deg);
}
#top-mens-salon .mens-salon__content {
  border-radius: 6vw 0 6vw 0;
  text-align: center;
  padding: 12% 5% 15%;
  position: relative;
  z-index: 1;
}
#top-mens-salon .mens-salon__content::before {
  border-width: 2px;
  width: calc(100% - 3vw);
  height: calc(100% - 3vw);
  z-index: -1;
}
#top-mens-salon .mens-salon__content-inner::before {
  width: 15%;
  height: 12vw;
  filter: brightness(0.5);
  inset: 3vw auto auto 4%;
}
#top-mens-salon .mens-salon__content .mens-salon__text {
  line-height: 2.3;
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-semibold);
}
#top-mens-salon .mens-salon__content .mens-salon__text span {
  background: rgba(var(--accent-color-rgb), 0.3);
  padding: 1vw;
}
#top-mens-salon .mens-salon__button {
  width: 65%;
  height: 11vw;
  border-radius: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
  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: 3vw;
}
#top-mens-salon .mens-salon__button:hover {
  transform: translateY(3px);
  box-shadow: none;
}
#top-mens-salon .mens-salon__button::before {
  left: 10%;
  z-index: 1;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 0 4%;
}
#top-news .news__wrap {
  background: url(../../img/top/news-rb_deco.png) right 11.875% bottom 180px/9.1875% no-repeat;
}
#top-news .news__inbox {
  position: relative;
  padding: 25% 5%;
  background: rgba(var(--color-black-light-rgb), 0.75);
}
#top-news .news__post-list {
  padding: 12% 0;
  background: #1a1a1a;
}
#top-news .news__post-list .news__post {
  margin-bottom: 13%;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link {
  padding: 0 6%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
#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: 26vw;
  height: 26vw;
  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: 41vw;
  position: relative;
}
#top-news .news__post-list .news__post-tags {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-tag {
  background: #4c4c4c;
  font-size: var(--font-size-12);
  padding: 1vw 2vw;
  margin-bottom: 6%;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  font-size: var(--font-size-14);
}
#top-news .news__post-list .news__post-date {
  font-size: var(--font-size-12);
  display: block;
  position: absolute;
  inset: auto 0 0 auto;
}
#top-news .news__button {
  margin: 15% 0 0 auto;
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
#about-concept {
  position: relative;
}
#about-concept::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 23vw;
  background: url(../../img/about/concept_deco.png) center/100% no-repeat;
  inset: 7vw 0 auto auto;
}
#about-concept .concept__inbox {
  position: relative;
}
#about-concept .concept__inbox::before {
  position: absolute;
  content: "";
  width: 17%;
  height: 18vw;
  inset: auto 3% -18vw auto;
  background: url(../../img/about/concept-img_deco.png) center/100% no-repeat;
  z-index: 1;
}
#about-concept .concept__title .title-frame {
  border: 1px solid var(--primary-color);
}
#about-concept .concept__img {
  margin-bottom: 15%;
}

/*
# 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: 15%;
}
#about-features .features__part::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-bg-color);
  inset: 0 auto auto -5vw;
}
#about-features .features__part:last-child {
  margin-bottom: 0;
}
#about-features .features__part-title {
  background: none;
  position: relative;
  padding-left: 20%;
  font-size: var(--font-size-19);
}
#about-features .features__part-title::before {
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto 0;
  line-height: 1;
  font-size: var(--font-size-45);
  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-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: 5% 5% 5% 21%;
  position: relative;
}
#about-faq .faq__item-title::before, #about-faq .faq__item-body::before {
  position: absolute;
  width: 10vw;
  height: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  inset: 2vw auto auto 5%;
  margin: auto 0;
  border-radius: 50%;
  line-height: 1;
  font-size: var(--font-size-18);
}
#about-faq .faq__item-title {
  font-size: var(--font-size-17);
  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__title .title-en {
  font-size: var(--font-size-40);
}
#about-info .info__table {
  margin-bottom: 18%;
}

/*==========================================
bodymake
===========================================*/
/*
# bodymake-campaign
------------------------*/
#bodymake-campaign .campaign__inbox {
  position: relative;
}
#bodymake-campaign .campaign__inbox::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 42vw;
  background: url(../../img/bodymake/campaign_deco.png) center bottom/100% no-repeat;
  inset: auto auto -27vw 0;
  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: 37vw;
  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: 22%;
  height: 16vw;
  background: url(../../img/bodymake/about-ttl_deco.png) center/100% no-repeat;
  inset: -10vw 0 auto auto;
}
#bodymake-about .about__inner {
  position: relative;
}
#bodymake-about .about__content-title {
  font-size: var(--font-size-18);
  margin-bottom: 10%;
}
#bodymake-about .about__content-img {
  margin-bottom: 15%;
}

/*
# 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: 12% 6%;
}
#bodymake-features .features__content .features__part {
  margin-bottom: 15%;
}
#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: 18%;
  padding: 15% 6% 12%;
  background: #1c1c1c;
}
#bodymake-features .features__content .features__part-effect .effect__title {
  position: absolute;
  inset: -6vw 0 auto;
  width: 75%;
  margin: 0 auto;
  text-align: center;
  background: var(--color-brown);
  font-size: var(--font-size-17);
  padding: 2%;
}

/*
# bodymake-bfaf
------------------------*/
#bodymake-bfaf .bfaf__title .title-ja {
  font-size: var(--font-size-21);
}

.bfaf__item {
  position: relative;
  margin-bottom: 15%;
  padding: 12% 6%;
  background: #222;
}
.bfaf__item:last-child {
  margin-bottom: 0;
}
.bfaf__item-notes {
  width: 100%;
  text-align: center;
  margin-bottom: 8%;
  font-size: var(--font-size-14);
}
.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: -2vw;
}
.bfaf__item::after {
  bottom: -2vw;
}
.bfaf__item:has(.before__card) .after__card {
  margin-top: 26%;
}
.bfaf__item:has(.before__card) .after__card::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 5vw;
  background: url(../../img/bodymake/bfaf_arr.png) center/100% no-repeat;
  inset: auto 0 73vw 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.bfaf__item .bfaf__item-card {
  width: 100%;
  position: relative;
}
.bfaf__item .bfaf__item-card .bfaf__card-img {
  padding: 2px;
  background: var(--primary-bg-color);
  margin-bottom: 2%;
}
.bfaf__item .bfaf__item-card .bfaf__card-img img {
  width: 100%;
  display: block;
}
.bfaf__item .bfaf__card-caption {
  background: var(--accent-color);
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-semibold);
  z-index: 1;
  text-align: center;
  padding: 2%;
  border-radius: 1vw;
}

/*
# bodymake-service
------------------------*/
#bodymake-service {
  background: #333;
}
#bodymake-service .service__intax {
  text-align: center;
  font-size: var(--font-size-13);
  margin-bottom: 10%;
}
#bodymake-service .price__part-title {
  border-bottom: 1px solid var(--primary-color);
}
#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 .page-nav__item {
  text-align: center;
  font-weight: var(--font-weight-bold);
  margin-bottom: 10%;
}
.service__page-nav .page-nav__list .page-nav__item:last-child {
  margin-bottom: 0;
}
.service__page-nav .page-nav__list .page-nav__link {
  width: 100%;
  height: 13vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  background: var(--primary-bg-color);
  position: relative;
  font-size: var(--font-size-13);
  padding: 0 5vw;
}
.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: 2vw;
  background: #876840;
  inset: auto 0 -2vw;
  z-index: 1;
}
.service__page-nav .page-nav__list .page-nav__link::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2.5vw 0px 2.5vw;
  border-color: var(--color-white) transparent transparent transparent;
  inset: auto 0 -2vw;
  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: 35%;
  height: 72vw;
  background: url(../../img/service/removal-l_deco.png) center/100% no-repeat;
  inset: 18vw auto auto 0;
}
.service__course-section.has-deco .course__title .title-en {
  font-size: var(--font-size-38);
}
.service__course-section section {
  margin-bottom: 18%;
}
.service__course-section section:last-child {
  margin-bottom: 0;
}
.service__course-section section .sub-title {
  text-align: center;
}
.service__course-section .course__headline-image {
  width: 92%;
  margin: 0 auto -4vw;
  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);
}
.service__course-section .course__headline-inner {
  position: relative;
  margin-bottom: 15%;
}
.service__course-section .course__headline-inner .course__headline-img {
  margin-bottom: 10%;
}
.service__course-section .course__feature .feature__title {
  margin-bottom: 18%;
}
.service__course-section .course__feature .point__item {
  margin-bottom: 22%;
  position: relative;
  background: #1c1c1c;
  border: 1px solid var(--primary-color);
  padding: 12% 6%;
}
.service__course-section .course__feature .point__item:last-child {
  margin-bottom: 0;
}
.service__course-section .course__feature .point__item-title {
  position: initial;
}
.service__course-section .course__feature .point__item-title::before {
  position: absolute;
  inset: -9vw auto 0 -1px;
  height: -moz-fit-content;
  height: fit-content;
  content: "Point" counter(number, decimal-leading-zero) ".";
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  background: var(--primary-bg-color);
  width: 28%;
  text-align: center;
  line-height: 2.3;
  color: #333;
}
.service__course-section .course__price .price__intax {
  font-size: var(--font-size-13);
  text-align: center;
  margin-bottom: 10%;
}
.service__course-section .course__price .price__image {
  text-align: center;
  margin-bottom: 10%;
}
.service__course-section .course__price .price__part {
  margin-bottom: 15%;
}
.service__course-section .course__price .price__part:last-child {
  margin-bottom: 0;
}
.service__course-section .course__price .price__part-title {
  width: 100%;
  margin-bottom: 7%;
}
.service__course-section .course__price .price__part-item .price__item-title {
  text-align: center;
  font-size: var(--font-size-16);
  border-top: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 3% 0;
  margin-bottom: 3%;
}
.service__course-section .course__price .price__part-item .price__item-text {
  font-size: var(--font-size-13);
  margin-bottom: 8%;
}
.service__course-section .course__price .price__part .price__menu .menu__item {
  font-size: var(--font-size-14);
}
.service__course-section .course__price .price__part .price__menu .menu__item-text {
  margin-bottom: 2%;
}
.service__course-section .course__price .price__part .price__menu .menu__item-price {
  text-align: right;
}
.service__course-section .course__price .price__part .price__menu .menu__item .menu__item-head {
  background: #292929;
  padding: 5%;
  margin-bottom: 4%;
}
.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%;
  margin-top: 6%;
  font-size: var(--font-size-14);
}
.service__course-section .course__price .price__part .price__part-img {
  width: 100%;
  height: 64vw;
}
.service__course-section .course__price .price__part .price__part-content .menu__item {
  display: block;
  margin-bottom: 12%;
}
.service__course-section .course__price .price__part .price__part-content .menu__item:last-child {
  margin-bottom: 0;
}
.service__course-section .course__wax .wax__title span {
  font-size: var(--font-size-16);
}
.service__course-section .course__wax .wax__text {
  font-size: var(--font-size-13);
  margin-top: 5%;
}
.service__course-section .course__wax .wax__img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.service__course-section .course__program .program__img {
  margin-bottom: 10%;
}
.service__course-section .course__program .program__effect {
  position: relative;
  padding: 15% 6% 12%;
  border: 1px solid var(--primary-color);
  background: #1c1c1c;
  text-align: center;
  margin-top: 18%;
}
.service__course-section .course__program .program__effect-title {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  inset: -7vw 0 auto;
}

#service-removal .course__headline-image::before {
  width: 26%;
  height: 20vw;
  background: url(../../img/service/removal-ttl_deco.png) center/100% no-repeat;
  inset: -11vw auto auto 5%;
}
#service-removal .price__part-item {
  margin-bottom: 13%;
}
#service-removal .price__part-item:last-child {
  margin-bottom: 0;
}
#service-removal .price__menu .menu__item {
  padding: 7% 5%;
}
#service-removal .price__menu .menu__item:nth-child(odd) {
  background: #1c1c1c;
}

#service-bridal .course__headline-image::before {
  width: 30%;
  height: 24vw;
  background: url(../../img/service/removal-ttl_deco.png) center/100% no-repeat;
  inset: -5vw -5% auto auto;
}

/*==========================================
mens-salon
===========================================*/
/*
# mens-salon-campaign
------------------------*/
#mens-salon-campaign .campaign__list .campaign__item {
  margin-bottom: 10%;
}
#mens-salon-campaign .campaign__list .campaign__item:last-child {
  margin-bottom: 0;
}

/*
# mens-salon-about
------------------------*/
#mens-salon-about {
  position: relative;
  z-index: 1;
}
#mens-salon-about::before {
  position: absolute;
  content: "";
  width: 23.9583%;
  height: 100%;
  inset: -5vw 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: 22%;
  height: 20vw;
  background: url(../../img/mens-salon/about-ttl_deco.png) center/100% no-repeat;
  inset: -13vw 0 auto auto;
}
#mens-salon-about .about__title .title-ja {
  font-size: var(--font-size-18);
}
#mens-salon-about .about__img {
  margin-bottom: 10%;
}

/*
# 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: 6% 0;
}
#mens-salon-service .course__price .price__part-item .menu__item {
  padding: 5%;
}
#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 {
  margin-bottom: 4%;
}
#mens-salon-service .course__price .price__part-item .menu__item-price {
  font-size: var(--font-size-13);
  text-align: right;
}
#mens-salon-service .course__price .price__part-item .menu__item-notes {
  margin-top: 3%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  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: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#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 .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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