@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: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  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(--accent-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: 6% 6% 15%;
  background: var(--body-background);
}
#drawer-nav .drawer-logo {
  width: 18%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 8% 0;
  border-bottom: 1px solid var(--color-gray);
  font-size: var(--font-size-17);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 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(--color-black);
}
#drawer-nav .drawer-nav .current {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.45vw;
  height: 2.45vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer__contact-list {
  margin-bottom: 10%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 10%;
}
#drawer-nav .drawer__subpage-item a {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 4vw 6vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-contact__list .com-tel {
  line-height: 1.3;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-semibold);
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-line .sns-icon {
  width: 40px;
  height: 40px;
}

/*
# 住所
------------------------*/
.c-address {
  font-size: var(--font-size-14);
  gap: 5vw 8vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.c-address .address__locate {
  width: 100%;
}

/*
# .c-contact__section
------------------------*/
.c-contact__section {
  padding: 20% 5%;
  background: url(../../img/top/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__inbox {
  background: rgba(var(--color-white-rgb), 0.9);
  border-radius: 4vw;
  padding: 12% 4%;
  position: relative;
}
.c-contact__section .contact__inbox::before {
  position: absolute;
  content: "";
  width: 28%;
  height: 28vw;
  background: url(../../img/top/contact_deco.png) center/100% no-repeat;
  inset: -10vw -5% auto auto;
}
.c-contact__section .contact__title {
  text-align: center;
}
.c-contact__section .contact__title .title-img img {
  width: 48%;
}
.c-contact__section .contact__content .contact__contact-list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
}
.c-contact__section .contact__content .hotpepper-button {
  width: 100%;
  margin-top: 10%;
}

/*
# c-menu__section
------------------------*/
.c-menu__section .menu__inbox {
  position: relative;
}
.c-menu__section .menu__inbox:before {
  position: absolute;
  content: "";
}
.c-menu__section .menu__leadtext {
  margin-bottom: 13%;
}

.c-menu--style {
  background: var(--color-white);
  padding: 8% 5% 10%;
  margin-bottom: 15%;
}
.c-menu--style:last-child {
  margin-bottom: 0;
}
.c-menu--style .menu__item-title {
  font-size: var(--font-size-17);
  border-bottom: 1px solid var(--color-border);
  font-weight: var(--font-weight-semibold);
  position: relative;
  padding: 0 3% 3% 8%;
  color: var(--accent-color);
  margin-bottom: 15px;
}
.c-menu--style .menu__item-title::before {
  position: absolute;
  content: "";
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: var(--accent-color);
  inset: 4vw auto auto 0;
}
.c-menu--style .menu__item-price {
  margin-bottom: 8%;
  color: var(--accent-color);
}
.c-menu--style .menu__item-time {
  color: var(--accent-color);
  padding: 3%;
  text-align: center;
  border-radius: 4vw;
  background: #faf8f2;
  margin-bottom: 6%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
  line-height: 2.4;
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: 2.4;
}

#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;
}

/*
# 共通ボタン
------------------------*/
.com-button {
  color: var(--color-white);
  font-weight: var(--font-weight-semibold);
  background: var(--primary-color);
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.com-button:hover {
  background: var(--accent-color);
  letter-spacing: 0.12em;
  opacity: 1;
}

/*
# 共通のボーダー
------------------------*/
.com-border-frame {
  border: 6px solid var(--headline-title-bg);
}

img.com-border-frame {
  border: 6px solid var(--color-gray);
}

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

.section-title {
  color: var(--accent-color);
  margin-bottom: 12%;
  text-align: center;
}
.section-title .title-img {
  display: block;
  margin-bottom: 6%;
}
.section-title .title-ja {
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-semibold);
  display: block;
  letter-spacing: 0.2em;
}
.section-title .title-en {
  font-family: var(--sub-font-family);
  font-size: var(--font-size-38);
  line-height: 1;
  display: block;
  margin-bottom: 4%;
}

.headline-title {
  background: var(--headline-title-bg);
  color: var(--accent-color);
  font-size: var(--font-size-19);
  border-radius: 4vw;
  padding: 3% 3% 3% 12%;
  margin-bottom: 5%;
  position: relative;
}
.headline-title::before {
  position: absolute;
  content: "";
  width: 4vw;
  height: 9vw;
  background: url(../../img/common/headline-ttl_deco.png) center/100% no-repeat;
  inset: 2.5vw auto 0 3%;
}

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

/*==========================================
mv
===========================================*/
#top-mv {
  height: 100vw;
  background: url(../../img/top/mv/mv_bg.png) top 25vw center/100% no-repeat;
  position: relative;
}
#top-mv .mv__catch {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 0 0;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
}
#footer .footer__left {
  margin-bottom: 12%;
}
#footer .footer__left .footer__logo {
  display: block;
  width: 22%;
  margin: 0 auto 10%;
}
#footer .footer__right .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-11);
}
#footer .footer__right .footer__nav-item {
  padding-bottom: 13%;
  display: inline-block;
  width: 100%;
}
#footer .footer__right .footer__nav-item:nth-child(5), #footer .footer__right .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 39vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0 3.3854%;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 13%;
  height: 13vw;
  background: url(../../img/sv/sv_ill.png) bottom center/100% no-repeat;
  inset: auto 2.96875% 11vw auto;
}
.lower-sv .sv__title {
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-semibold);
  color: var(--accent-color);
  letter-spacing: 0.15em;
  border-bottom: 1px solid var(--color-border);
  padding: 0 2vw 2vw;
  text-shadow: 1px 1px 0 var(--color-white), -1px 1px 0 var(--color-white), 1px -1px 0 var(--color-white), -1px -1px 0 var(--color-white);
}

#problems-sv {
  background: url(../../img/sv/problems-sv_bg.png) left top/75% no-repeat;
}

#design-sv {
  background: url(../../img/sv/design-sv_bg.png) left top/75% no-repeat;
}

#salon-sv {
  background: url(../../img/sv/salon-sv_bg.png) left top/75% no-repeat;
}

#menu-sv {
  background: url(../../img/sv/menu-sv_bg.png) left top/75% no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.png) left top/75% no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.png) left top/75% no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.png) left top/75% no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.png) left top/75% no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.png) left top/75% no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.png) left top/75% no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about .about__inbox {
  position: relative;
  padding: 39% 8% 20%;
}
#top-about .about__title {
  background: url(../../img/top/about-ttl_deco.png) right top/23% no-repeat;
  text-align: left;
}
#top-about .about__title .title-img img {
  width: 50%;
}
#top-about .about__img {
  margin-bottom: 12%;
}
#top-about .about__content .about__text {
  margin-bottom: 13%;
}
#top-about .about__content .about__buttons {
  width: 100%;
}
#top-about .about__content .about__buttons .about__button-item {
  margin-bottom: 8%;
}
#top-about .about__content .about__buttons .about__button-item:last-child {
  margin-bottom: 0;
}

/*
# top-links
------------------------*/
#top-links .inbox {
  padding: 20% 8%;
}
#top-links .links__part {
  position: relative;
  margin-bottom: 22%;
}
#top-links .links__part:last-child {
  margin-bottom: 0;
}
#top-links .links__title .title-img img {
  width: 67%;
}
#top-links .links__content {
  background: var(--color-white);
  padding: 10% 5%;
  border-color: #faf8f2;
}
#top-links .links__content .links__text {
  margin-bottom: 12%;
  font-weight: var(--font-weight-semibold);
}
#top-links .links__content .links__button {
  border-bottom: 1px solid;
  padding-bottom: 1.5vw;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-semibold);
  color: var(--accent-color);
}
#top-links .links__content .links__button:hover {
  letter-spacing: 0.15em;
}
#top-links #links-design::before {
  position: absolute;
  content: "";
  width: 22%;
  height: 25vw;
  background: url(../../img/top/design_deco.png) center/100% no-repeat;
  inset: auto auto -8vw -4%;
}
#top-links #links-salon::before {
  position: absolute;
  content: "";
  width: 18%;
  height: 23vw;
  background: url(../../img/top/salon_deco.png) center/100% no-repeat;
  inset: auto auto -5vw -4%;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 20% 0 0;
  position: relative;
}
#top-access .access__title {
  background: url(../../img/top/access_deco.png) right center/30% no-repeat;
  text-align: left;
}
#top-access .access__title .title-img img {
  width: 40%;
}
#top-access .access__table {
  margin-bottom: 20%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 20% 0;
  background: var(--bg-color);
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__post-list .news__post {
  width: 85%;
  margin: 0 auto 15%;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-list .news__post-img {
  width: 100%;
  height: 52vw;
  margin-bottom: 3%;
}
#top-news .news__post-list .news__post-meta {
  padding-left: 15%;
  background: url(../../img/top/news-post_deco.png) left center/9% no-repeat;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-date, #top-news .news__post-list .news__post-tags {
  color: var(--accent-color);
  font-size: var(--font-size-13);
}
#top-news .news__post-list .news__post-date {
  width: 35%;
}
#top-news .news__post-list .news__post-tags {
  width: 65%;
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  font-size: var(--font-size-14);
}
#top-news .news__button {
  margin-top: 18%;
}

/*==========================================
problems
===========================================*/
.com-check__section .check__title {
  text-align: left;
}
.com-check__section .check__list {
  position: relative;
}
.com-check__section .check__list::before {
  position: absolute;
  content: "";
}
.com-check__section .check__list .check__item {
  font-size: var(--font-size-16);
  text-align: left;
  border-radius: 6vw;
  padding: 3% 3% 3% 15%;
  background: url(../../img/common/com-check_ic.png) left 6% top 4.5vw/5vw no-repeat, #fdfbf2;
  margin-bottom: 10%;
}
.com-check__section .check__list .check__item:last-child {
  margin-bottom: 0;
}

#problems-check .check__list::before {
  width: 26%;
  height: 26vw;
  background: url(../../img/problems/check_ill.png) center/100% no-repeat;
  inset: -26vw 5% auto auto;
}

/*
# com-intro__section
------------------------*/
.com-intro__section .intro__list .intro__item {
  width: 90%;
  margin: 0 auto 13%;
}
.com-intro__section .intro__list .intro__item:last-child {
  margin-bottom: 0;
}
.com-intro__section .intro__list .intro__item-img {
  margin-bottom: 5%;
}
.com-intro__section .intro__list .intro__item-title {
  color: var(--accent-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-semibold);
  padding: 4% 0;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 6%;
}

/*==========================================
design
===========================================*/
/*
# design-check
------------------------*/
#design-check .check__list::before {
  width: 25%;
  height: 25vw;
  background: url(../../img/design/check_ill.png) center/100% no-repeat;
  inset: -25vw 3% auto auto;
}

/*
# design-gallery
------------------------*/
#design-gallery .gallery__item {
  margin-bottom: 15%;
}
#design-gallery .gallery__item:last-child {
  margin-bottom: 0;
}
#design-gallery .gallery__item-title {
  text-align: center;
  padding: 3% 5%;
}
#design-gallery .gallery__item-title::before {
  width: 8%;
  height: 15vw;
  inset: -2vw auto auto 0;
}
#design-gallery .gallery__item .gallery__list-item {
  width: 90%;
  margin: 0 auto 12%;
}
#design-gallery .gallery__item .gallery__list-item:last-child {
  margin-bottom: 0;
}
#design-gallery .gallery__item .gallery__list-img {
  width: 100%;
  height: 56vw;
}
#design-gallery .gallery__item .gallery__list-cap {
  color: var(--accent-color);
  padding: 3% 0;
}

/*==========================================
salon
===========================================*/
/*
# salon-check
------------------------*/
#salon-check .check__list::before {
  width: 21%;
  height: 21vw;
  background: url(../../img/salon/check_ill.png) center/100% no-repeat;
  inset: -21vw 1% auto auto;
}

/*==========================================
menu
===========================================*/
/*
# menu-section
------------------------*/
#menu-section .menu__post-wrap {
  margin-bottom: 15%;
}
#menu-section .menu__post-wrap:last-child {
  margin-bottom: 0;
}

/*
# menu-please
------------------------*/
#menu-please .inbox {
  position: relative;
}
#menu-please .inbox::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 21vw;
  background: url(../../img/menu/please_ill.png) center/100% no-repeat;
  inset: -9vw auto auto 8%;
}
#menu-please .please__list-wrap {
  padding: 10% 5%;
  background: var(--color-white);
  border-radius: 4vw;
  text-align: center;
}
#menu-please .please__list .please__item {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 4%;
  position: relative;
  padding-left: 3%;
  text-align: left;
}
#menu-please .please__list .please__item:last-child {
  margin-bottom: 0;
}
#menu-please .please__list .please__item::before {
  position: absolute;
  content: "";
  width: 0.75vw;
  height: 0.75vw;
  border-radius: 50%;
  inset: 4.5vw auto auto 0;
  background: var(--body-font-color);
}
#menu-please .please__list .please__item .underline {
  font-size: var(--font-size-18);
  color: var(--accent-color);
  background: linear-gradient(to bottom, rgba(var(--color-white-rgb), 1) 70%, rgb(245, 240, 227) 70%);
}
#menu-please .please__text {
  text-align: left;
  margin-top: 15%;
}

/*==========================================
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フレーム時)
  ===========================================*/