@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: 6vw;
  right: 4%;
  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: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.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 {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: url(../img/common/pattern_bg.png);
}
#drawer__nav .drawer__nav-logo {
  width: 32%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 7% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  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 span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .c-tel .tel__num {
  color: var(--body-font-color);
}
#drawer__nav .drawer__sns-list {
  justify-content: center;
  margin: 9% auto;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# .c-tel
------------------------*/
.c-tel {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-tel .tel__text {
  display: block;
  text-align: center;
  line-height: 1.5;
  font-size: var(--font-size-14);
  padding: 1% 0;
  margin-bottom: 2%;
}
.c-tel .tel__num {
  font-size: var(--font-size-27);
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-tel .tel__num.tel-icon {
  padding-left: 11vw;
  position: relative;
  display: block;
  color: var(--color-white);
}
.c-tel .tel__num.tel-icon::before {
  position: absolute;
  content: "";
  z-index: 1;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: url(../img/common/tel_ic.svg) center/4vw 6vw no-repeat, var(--primary-color);
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  width: -moz-fit-content;
  width: fit-content;
  gap: 2vw 5vw;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 16% 0;
  background: url(../img/top/contact_bg.jpg);
}
.c-contact__section .contact__list .contact__item {
  margin-bottom: 10%;
  text-align: center;
}
.c-contact__section .contact__list .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__section .contact__item-button {
  width: 100%;
}
.c-contact__section .contact__item-button span {
  padding-left: 7vw;
}
.c-contact__section .contact__item-button span::before {
  left: 0;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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-button
------------------------*/
.com-button {
  border-radius: var(--button-radius-pc);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15vw;
  text-align: center;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--primary-color);
}
.com-button.bs-icon--chevron-right::before {
  right: 5%;
}

.bs-icon--chevron-right::before {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-12);
  background: var(--color-white);
  color: var(--primary-color);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-black);
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 12%;
  line-height: 1.3913043478;
}
.section-title.align-left {
  text-align: left;
}
.section-title.has-icon {
  padding-top: 13vw;
  position: relative;
}
.section-title.has-icon::before {
  position: absolute;
  content: "";
  width: 14%;
  height: 12vw;
  inset: 0 0 auto;
  margin: 0 auto;
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--primary-color);
  border-radius: 3vw;
  padding: 2.5% 4%;
  margin-bottom: 5%;
}

.sub-title {
  color: var(--color-white);
  background: url(../img/common/sub-ttl_bg.png);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-black);
  text-align: center;
  padding: 3%;
  margin-bottom: 8%;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4% 3%;
  z-index: 10;
}
#header::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1vw;
  inset: auto 0 -1vw;
  background: url(../img/common/header_frame.png) top center/100% no-repeat;
}
#header .header__logo {
  width: 30%;
  line-height: 1;
}

/*==========================================
mv
===========================================*/
#top-mv {
  overflow: hidden;
  height: 118vw;
  background: url(../img/top/mv/mv-r_img.png) right top -14vw/75% no-repeat, url(../img/top/mv/mv-l_img.png) right bottom 23%/100% no-repeat;
}
#top-mv .mv__catch {
  width: 75%;
  inset: auto auto -6vw -5%;
}

/*==========================================
footer
===========================================*/
#footer .fixed-button {
  width: 100%;
  height: 15vw;
  inset: auto 0 0;
  z-index: 100;
  border-radius: 2.5vw 2.5vw 0 0;
  padding: 0 0 0 3vw;
  font-size: var(--font-size-16);
}
#footer .fixed-button::before {
  width: 8vw;
  height: 8vw;
  inset: 0 auto 0 22%;
  margin: auto 0;
  background: var(--color-white);
  color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-16);
}
#footer .footer__headline {
  padding: 15% 0;
  border-bottom: 1px solid var(--color-gray);
}
#footer .footer__logo {
  display: block;
  width: 45%;
  margin: 0 auto 15%;
}
#footer .footer__info {
  gap: 3vw 5vw;
  justify-content: center;
}
#footer .footer__nav {
  padding: 6% 0 10%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 8%;
}
#footer .footer__nav-link {
  font-size: var(--font-size-14);
  display: block;
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 3% 0 18vw;
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 10vw;
  height: 10vw;
  bottom: 17vw;
  right: 2%;
  z-index: 999;
  font-size: var(--font-size-25);
  line-height: 0;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 55vw;
}
.lower-sv .sv__title {
  font-size: var(--font-size-24);
  height: 25vw;
  width: 95%;
  margin: 0 auto;
  background: url(../img/sv/sv-ttl_bg.png) center/100% no-repeat;
  text-shadow: var(--color-white) 2px 0px, var(--color-white) -2px 0px, var(--color-white) 0px -2px, var(--color-white) 0px 2px, var(--color-white) 2px 2px, var(--color-white) -2px 2px, var(--color-white) 2px -2px, var(--color-white) -2px -2px, var(--color-white) 1px 2px, var(--color-white) -1px 2px, var(--color-white) 1px -2px, var(--color-white) -1px -2px, var(--color-white) 2px 1px, var(--color-white) -2px 1px, var(--color-white) 2px -1px, var(--color-white) -2px -1px;
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
}
.lower-sv .sv__title::before {
  width: 11%;
  height: 17vw;
  background: url(../img/sv/sv-ttl-l_ill.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}
.lower-sv .sv__title::after {
  width: 14%;
  height: 16vw;
  background: url(../img/sv/sv-ttl-r_ill.png) center/100% no-repeat;
  inset: 0 0 0 auto;
  margin: auto 0;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-blog
------------------------*/
#top-blog {
  padding: 16% 0;
}
#top-blog .blog__inbox {
  position: relative;
}
#top-blog .blog__wrap {
  padding: 10% 6%;
}
#top-blog .blog__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-blog .blog__post:last-child {
  border-bottom: none;
}
#top-blog .blog__post-link {
  padding: 7% 0;
  row-gap: 2vw;
}
#top-blog .blog__post-link:hover {
  transform: translateX(10px);
}
#top-blog .blog__post-link:hover .blog__post-title {
  text-decoration: underline;
}
#top-blog .blog__post:first-child .blog__post-link {
  padding-top: 0;
}
#top-blog .blog__post-date {
  font-size: var(--font-size-15);
  width: 27%;
}
#top-blog .blog__post-tags {
  width: 73%;
  gap: 1.5vw 0;
}
#top-blog .blog__post-tags .blog__post-tag {
  font-size: var(--font-size-15);
  padding: 0 3vw;
  line-height: 1.2;
}
#top-blog .blog__post-tags .blog__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#top-blog .blog__post-title {
  font-size: var(--font-size-16);
}
#top-blog .blog__button {
  width: 65%;
  margin: 13% auto 0;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 16% 0;
  background: url(../img/top/about-lb_ill.png) right 4% bottom 6vw/18% no-repeat;
}
#top-about .about__title {
  text-align: center;
}
#top-about .about__img {
  width: 92%;
  margin: 0 auto 12%;
}

/*
# top-service
------------------------*/
#top-service::before {
  position: absolute;
  content: "";
  width: 25vw;
  height: 25vw;
  margin: 0 auto;
  inset: -12.5vw 0 auto;
  border-radius: 50%;
  background: url(../img/common/pattern_bg.png);
}
#top-service .service__inbox {
  padding: 23% 8% 18%;
}
#top-service .service__title {
  position: absolute;
  inset: -9vw 0 auto;
}
#top-service .service__title::before {
  background: url(../img/top/service-ttl_ic.png) center/100% no-repeat;
}
#top-service .service__card {
  padding: 10% 7%;
  position: relative;
  margin-bottom: 15%;
}
#top-service .service__card-title {
  margin-bottom: 8%;
}
#top-service .service__card-title .title-main {
  font-size: var(--font-size-26);
  margin-bottom: 3%;
  display: block;
  text-align: left;
}
#top-service .service__card-title .title-sub {
  font-size: var(--font-size-17);
}
#top-service .service__card-img {
  width: 80%;
  margin: 0 auto 8%;
}
#top-service .faq__card-button {
  width: 100%;
  height: 22vw;
  margin: 0 auto;
  background: url(../img/top/faq-button_bg.jpg) center/cover no-repeat;
  font-size: var(--font-size-21);
}
#top-service .faq__card-button:hover {
  opacity: 1;
  transform: scale(0.97);
}
#top-service .faq__card-button span {
  padding-left: 8vw;
}
#top-service .faq__card-button span::before {
  left: 0;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 16% 0;
}
#top-info #g-map {
  margin-top: 15%;
}

/*==========================================
wholesale
===========================================*/
#wholesale-recommend {
  padding: 15% 0 8%;
}
#wholesale-recommend .recommend__title::before {
  background: url(../img/wholesale/recom-ttl_ic.png) center/61% no-repeat;
}

.com-check__wrap {
  padding: 10% 6%;
  position: relative;
}
.com-check__wrap .check__img {
  width: 100%;
  height: 52vw;
  margin-bottom: 8%;
}
.com-check__wrap .check__item {
  padding-left: 10%;
  margin-bottom: 5%;
  font-size: var(--font-size-18);
  background: url(../img/wholesale/recom-check_ic.png) left top 1.75vw/6% no-repeat;
}

#wholesale-feature {
  padding: 8% 0 16%;
}
#wholesale-feature .feature__title {
  margin-bottom: 18%;
}
#wholesale-feature .feature__title::before {
  background: url(../img/wholesale/feature-ttl_ic.png) center/85% no-repeat;
}

.com-feature__list {
  margin-top: 22%;
  display: block;
}
.com-feature__list .feature__card {
  z-index: 1;
  padding: 7% 6% 10%;
  text-align: center;
  margin-bottom: 18%;
}
.com-feature__list .feature__card:last-child {
  margin-bottom: 0;
}
.com-feature__list .feature__card::before {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 18vw;
  height: 18vw;
  border-radius: 50%;
  inset: -9vw 0 auto;
  margin: 0 auto;
  background: linear-gradient(to bottom, var(--primary-color) 50%, var(--color-white) 50%);
  color: var(--color-white);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-black);
  line-height: 1.3;
  z-index: -1;
}
.com-feature__list .feature__card-title {
  font-size: var(--font-size-20);
  line-height: 1.28125;
  border-bottom: 1px solid var(--color-gray);
  padding-bottom: 5%;
  margin-bottom: 7%;
}
.com-feature__list .feature__card-title span {
  font-size: var(--font-size-26);
}

/*
# steps__section
------------------------*/
.steps__section {
  padding: 16% 0;
}
.steps__section .steps__title::before {
  background: url(../img/wholesale/steps-ttl_ic.png) center/95% no-repeat;
}
.steps__section .steps__item {
  margin-bottom: 12%;
}
.steps__section .steps__item:last-child {
  margin-bottom: 0;
}
.steps__section .steps__item-num {
  padding-right: 3vw;
  position: relative;
}
.steps__section .steps__item-num::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 5vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
}

/*
# faq__section
------------------------*/
.faq__section {
  padding: 16% 0;
}
.faq__section .faq__item {
  margin-bottom: 12%;
}
.faq__section .faq__item:last-child {
  margin-bottom: 0;
}
.faq__section .faq__item-title::before, .faq__section .faq__item-content::before {
  position: absolute;
  content: "";
  width: 6vw;
  height: 7vw;
  inset: 4vw auto auto 5%;
}
.faq__section .faq__item-title {
  font-size: var(--font-size-19);
  padding: 3% 3% 3% 15%;
  border-radius: 3vw 3vw 0 0;
}
.faq__section .faq__item-title::before {
  background: url(../img/faq/q_txt.svg) center/100% no-repeat;
}
.faq__section .faq__item-content {
  border-radius: 0 0 3vw 3vw;
  padding: 5% 3% 10% 15%;
}
.faq__section .faq__item-content::before {
  background: url(../img/faq/a_txt.svg) center/100% no-repeat;
}

/*==========================================
group
===========================================*/
#group-sales {
  padding: 12% 0 15%;
}
#group-sales .sales__title::before {
  background: url(../img/group/sales-ttl_ic.png) center/81% no-repeat;
}
#group-sales .sales__title span {
  font-size: var(--font-size-28);
}
#group-sales .sales__part {
  margin-bottom: 15%;
}
#group-sales .sales__part:last-child {
  margin-bottom: 0;
}

/*==========================================
partnership
===========================================*/
/*
# partnership-oem
------------------------*/
#partnership-oem {
  padding: 8% 0 15%;
}
#partnership-oem .oem__title::before {
  background: url(../img/partnership/oem-ttl_ic.png) center/95% no-repeat;
}

/*
# partnership-corp
------------------------*/
#partnership-corp {
  padding: 8% 0;
}
#partnership-corp .corp__title::before {
  background: url(../img/partnership/corp-ttl_ic.png) center/100% no-repeat;
}

/*
# partnership-value
------------------------*/
#partnership-value {
  padding: 8% 0;
}
#partnership-value .value__title::before {
  background: url(../img/partnership/value-ttl_ic.png) center/75% no-repeat;
}

/*
# partnership-steps
------------------------*/
#partnership-steps .steps__title::before {
  background: url(../img/partnership/steps-ttl_ic.png) center/100% no-repeat;
}

/*==========================================
faq
===========================================*/
#faq-archive .faq__title::before {
  background: url(../img/faq/faq-ttl_ic.png) center/100% no-repeat;
}
#faq-archive .faq__tag-part {
  margin-bottom: 15%;
}
#faq-archive .faq__tag-part:last-child {
  margin-bottom: 0;
}

/*
# case-archive
------------------------*/
#case-archive .case__title::before {
  background: url(../img/faq/case-ttl_ic.png) center/100% no-repeat;
}
#case-archive .case__post {
  margin-bottom: 12%;
}
#case-archive .case__post:last-child {
  margin-bottom: 0;
}

/*==========================================
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%;
}
.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;
  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 {
  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 {
  width: 70%;
  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フレーム時)
  ===========================================*/