@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: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--accent-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.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.3vw) translateX(0px) rotate(45deg);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: var(--accent-color-extra-light);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  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;
  text-align: center;
}
#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 .contact__item--mail .contact__text {
  background: var(--primary-color);
  color: var(--color-white);
}
#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 {
  line-height: 1.1;
  text-align: center;
}
.c-tel .tel__num {
  font-size: var(--font-size-26);
}
.c-tel .tel__num small {
  font-size: var(--font-size-17);
}
.c-tel .tel__text {
  display: block;
}

/*
# c-contact__button
------------------------*/
.c-contact__button:hover {
  transform: scale(0.97);
}
.c-contact__button .contact__icon {
  width: 9vw;
  height: 9vw;
  font-size: var(--font-size-16);
}
.c-contact__button:has(.contact__text) .contact__icon {
  position: absolute;
  inset: 0 auto 0 20%;
  margin: auto 0;
  z-index: 1;
  font-size: var(--font-size-18);
  background: var(--color-white);
  color: var(--primary-color);
}
.c-contact__button:has(.contact__text) .contact__text {
  height: 15vw;
  padding-left: 3vw;
  transition: all 0.3s;
}
.c-contact__button:has(.contact__text):hover {
  opacity: 1;
}
.c-contact__button:has(.contact__text):hover .contact__text {
  background: var(--primary-color);
  color: var(--color-white);
}

/*
# c-con
------------------------*/
.c-contact__list .contact__item {
  margin-bottom: 10%;
}
.c-contact__list .contact__item:last-child {
  margin-bottom: 0;
}

/*
# c-base__button
------------------------*/
.c-base__button:hover {
  transform: scale(0.97);
}
.c-base__button::before {
  inset: auto 0 0 auto;
}
.c-base__button::after {
  position: absolute;
  content: "";
  width: 25.2173%;
  height: 100%;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: url(../img/common/base_ic.png) center/32px 48px no-repeat, var(--color-brown);
  z-index: 1;
}
.c-base__button .text-ja {
  text-align: center;
  font-size: var(--font-size-14);
  line-height: 1.3571428571;
  padding-left: 27%;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  gap: 3vw 8vw;
  justify-content: center;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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-box
------------------------*/
.com-content-box {
  padding: 12% 0;
}

/*
# has-counter
------------------------*/
.has-counter .counter-item::before {
  position: absolute;
  margin: auto;
  content: counter(number);
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-25);
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-bold);
}

/*
# com-button
------------------------*/
.com-button {
  height: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-white);
  border-radius: 1vw;
  background: var(--primary-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  width: 100%;
  margin: 15% auto 0;
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color-dark);
  border-radius: 0;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  margin: 0 auto 12%;
}
.section-title.title-illust {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 19vw;
}
.section-title.title-illust::before, .section-title.title-illust::after {
  position: absolute;
  content: "";
}
.section-title.title-illust.illust-potato::before {
  width: 10vw;
  height: 7vw;
  inset: 3vw auto auto 0;
  background: url(../img/common/potato_ill.png) center/100% no-repeat;
}
.section-title.title-illust.illust-tomato::after {
  width: 10vw;
  height: 8.25vw;
  margin: auto 0;
  inset: 0 0 0 auto;
  background: url(../img/common/tomato_ill.png) center/100% no-repeat;
}
.section-title.title-illust.illust-man::before {
  width: 9vw;
  height: 13vw;
  inset: 0 auto auto 0;
  background: url(../img/common/man_ill.png) center/100% no-repeat;
}
.section-title.title-illust.illust-potato-tomato::after {
  width: 11vw;
  height: 9.25vw;
  inset: 3vw 0 auto auto;
  background: url(../img/common/potato-tomato_ill.png) center/100% no-repeat;
}
.section-title.title-illust.illust-family::before {
  width: 19vw;
  height: 11vw;
  inset: auto auto -3vw -5vw;
  margin: auto 0;
  background: url(../img/common/family_ill.png) center/100% no-repeat;
}
.section-title.color-white .title-en,
.section-title.color-white .title-ja {
  color: var(--color-white);
}
.section-title.color-white .title-ja::after {
  filter: brightness(10);
}
.section-title span {
  display: block;
}
.section-title .title-en {
  font-size: var(--font-size-17);
  font-family: var(--font-tertiary);
  color: var(--color-yellow);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.section-title .title-ja {
  font-family: var(--font-secondary);
  font-size: var(--font-size-25);
  color: var(--color-brown);
  letter-spacing: 0.13em;
  position: relative;
  padding-bottom: 12vw;
}
.section-title .title-ja::after {
  position: absolute;
  content: "";
  width: 9vw;
  height: 8vw;
  inset: auto 0 0;
  margin: 0 auto;
  background: url(../img/common/section-ttl_deco.png) center/100% no-repeat;
}

.headline-title {
  font-size: var(--font-size-21);
  font-family: var(--font-secondary);
  border-bottom: 1px dotted;
  padding-bottom: 3%;
  margin-bottom: 5%;
  color: var(--color-brown);
}

/*==========================================
header
===========================================*/
#header {
  padding: 4%;
}
#header .header__logo {
  width: 35%;
  line-height: 1;
}
#header .header__base-button {
  width: 100%;
  height: 16vw;
  position: fixed;
  z-index: 100;
  inset: auto 0 0;
}
#header .header__base-button::before {
  inset: auto 2% 10% auto;
}

/*==========================================
mv
===========================================*/
.mv__frame {
  background: linear-gradient(to bottom, var(--color-white) 72%, var(--accent-color-extra-light) 72%);
  padding: 0 2.0833%;
}

#top-mv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3vw 4%;
}
#top-mv .mv__wrap {
  width: 48%;
  height: 42vw;
}
#top-mv .mv__wrap .mv__img {
  width: 100%;
  height: 100%;
}
#top-mv .mv__wrap:has(.mv__catch) {
  width: 100%;
  height: 83vw;
}
#top-mv .mv__wrap:has(.mv__catch) .mv__catch {
  width: 28%;
  inset: auto 2% 5% auto;
  z-index: 10;
}

/*==========================================
footer
===========================================*/
#footer .footer__inbox {
  padding: 15% 8%;
}
#footer .footer__left {
  text-align: center;
  margin-bottom: 12%;
}
#footer .footer__logo {
  width: 55%;
  display: block;
  margin: 0 auto 6%;
}
#footer .footer__address {
  font-size: var(--font-size-15);
  margin-bottom: 8%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 11%;
}
#footer .footer__nav-link {
  font-size: var(--font-size-12);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 45vw;
}
.lower-sv .sv__title {
  font-size: var(--font-size-23);
  letter-spacing: 0.06em;
  text-shadow: 0 0 8px rgba(var(--color-black-rgb), 0.91);
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-item
------------------------*/
#top-item {
  padding: 18% 0;
}
#top-item .item__card {
  width: 85%;
  margin: 0 auto 15%;
}
#top-item .item__card-title .title-num {
  padding-right: 8vw;
  margin-right: 3vw;
}
#top-item .item__card-title .title-num::before {
  inset: 0 0 0 auto;
  background: var(--primary-color);
  color: var(--color-white);
}
#top-item .item__card-title small {
  font-size: var(--font-size-16);
  margin-left: 15px;
}
#top-item .item__card-img {
  margin-bottom: 8%;
}
#top-item .item__button {
  width: 84%;
  margin: 0 auto;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 18% 0;
  background: url(../img/top/about_bg.png) center/cover no-repeat;
}
#top-about .about__inner {
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 8% 6%;
  border-radius: 3.5vw;
}
#top-about .about__img {
  margin-bottom: 8%;
}

/*
# top-thoughts
------------------------*/
#top-thoughts {
  padding: 18% 0;
}
#top-thoughts .thoughts__list .thoughts__card {
  width: 88%;
  margin: 0 auto 15%;
  padding: 12% 6% 10%;
}
#top-thoughts .thoughts__list .thoughts__card:last-child {
  margin-bottom: 0;
}
#top-thoughts .thoughts__list .thoughts__card::before {
  inset: -4vw 0 auto;
  color: var(--color-yellow);
  background: var(--accent-color);
}
#top-thoughts .thoughts__list .thoughts__card-title {
  text-align: center;
  font-size: var(--font-size-19);
  line-height: 1.6;
  border-bottom: 1px dotted;
  padding-bottom: 3%;
  margin-bottom: 5%;
  letter-spacing: 0.05em;
}

/*
# top-links
------------------------*/
.top__links {
  padding: 15% 0;
}
.top__links .link__pages {
  margin-bottom: 15%;
}
.top__links .link__pages .page__item {
  margin-bottom: 12%;
}
.top__links .link__pages .page__item:last-child {
  margin-bottom: 0;
}
.top__links .link__pages .page__item-links {
  height: 35vw;
  padding: 0 8%;
}
.top__links .link__pages .page__item--items .page__item-links {
  background: url(../img/top/item-button_bg.png) left -35vw center/100% no-repeat, var(--color-white);
}
.top__links .link__pages .page__item--voice .page__item-links {
  background: url(../img/top/voice-button_bg.png) left -35vw center/100% no-repeat, var(--color-white);
}
.top__links .link__pages .page__item-text {
  font-size: var(--font-size-22);
  letter-spacing: 0.05em;
}
.top__links .link__pages .page__item-text::first-letter {
  color: var(--primary-color);
}
.top__links .links__furusato .furusato__title {
  text-align: center;
  font-size: var(--font-size-21);
  letter-spacing: 0.05em;
  margin-bottom: 7%;
}
.top__links .links__furusato .furusato__title::before, .top__links .links__furusato .furusato__title::after {
  width: 25%;
  position: absolute;
  content: "";
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dotted;
  display: block;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
.top__links .links__furusato .furusato__title::before {
  left: 0;
}
.top__links .links__furusato .furusato__title::after {
  right: 0;
}
.top__links .links__furusato .furusato__buttons {
  gap: 5vw 4%;
}
.top__links .links__furusato .furusato__buttons .furusato__button {
  width: 48%;
}

/*
# top-blog
------------------------*/
#top-blog {
  padding: 16% 0;
}
#top-blog .blog__post {
  border-bottom: 1px dotted;
}
#top-blog .blog__post-link {
  padding: 7% 0;
  row-gap: 3vw;
}
#top-blog .blog__post-link:hover {
  opacity: 1;
  transform: translateX(10px);
}
#top-blog .blog__post-link:hover .blog__post-title {
  color: var(--primary-color);
  text-decoration: underline;
}
#top-blog .blog__post-date {
  width: 28%;
}
#top-blog .blog__post-tags {
  gap: 1.5vw;
  width: 70%;
}
#top-blog .blog__post-tags .blog__post-tag {
  padding: 0 2.5vw;
  font-size: var(--font-size-14);
}
#top-blog .blog__post-title {
  font-size: var(--font-size-16);
  transition: all 0.3s;
}

/*
# top-online
------------------------*/
.top-online {
  padding: 15% 0;
}
.top-online .top__base-button {
  height: 42vw;
  border-radius: 1.5vw;
  padding: 0 5% 0 32%;
  align-items: flex-start;
  background-image: url(../img/top/base-bnr_img.png);
  background-position: right -46vw center;
  background-repeat: no-repeat;
  background-size: cover;
}
.top-online .top__base-button::before {
  width: 7.5vw;
  height: 7.5vw;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--color-brown);
  font-weight: var(--font-weight-bold);
  inset: auto 3% 5% auto;
  font-size: var(--font-size-13);
}
.top-online .top__base-button::after {
  width: 25%;
  background-size: 47%;
  border-radius: 1.5vw 0 0 1.5vw;
}
.top-online .top__base-button .text-en {
  font-size: var(--font-size-15);
  display: block;
  text-align: center;
  width: 94%;
}
.top-online .top__base-button .text-ja {
  font-size: var(--font-size-21);
  font-family: var(--font-secondary);
  padding-left: 0;
}

/*
# top-contact
------------------------*/
#top-contact {
  padding: 16% 0;
  background: url(../img/top/contact_bg.jpg) center/cover no-repeat;
}
#top-contact .contact__contact-list {
  justify-content: center;
  gap: 15px 50px;
}
#top-contact .contact__contact-list .contact__item--tel .tel__num {
  color: var(--color-white);
}
#top-contact .contact__contact-list .contact__item--tel .tel__text {
  filter: brightness(10);
}

/*==========================================
about
===========================================*/
/*
# about-thoughts
------------------------*/
#about-thoughts .thoughts__card {
  width: 84%;
  margin: 0 auto 15%;
}
#about-thoughts .thoughts__card:last-child {
  margin-bottom: 0;
}
#about-thoughts .thoughts__card-title .title-num {
  width: 25%;
  margin-right: 5%;
}
#about-thoughts .thoughts__card-title .title-num::before {
  inset: 0 0 0 auto;
  background: var(--primary-color);
  color: var(--color-white);
}
#about-thoughts .thoughts__card-title .title-name {
  width: 70%;
}
#about-thoughts .thoughts__card-img {
  margin-bottom: 8%;
}

/*==========================================
items
===========================================*/
/*
# items-archive
------------------------*/
#items-archive .items__post {
  margin-bottom: 12%;
}
#items-archive .items__post:last-child {
  margin-bottom: 0;
}
#items-archive .items__post-title {
  text-align: center;
}
#items-archive .items__post-img {
  text-align: center;
  margin-bottom: 6%;
}

/*==========================================
voice
===========================================*/
/*
# voice-archive
------------------------*/
#voice-archive .voice__title {
  padding: 0 7vw;
}
#voice-archive .voice__title::after {
  inset: 0vw -5vw auto auto;
}
#voice-archive .voice__post {
  margin-bottom: 12%;
}
#voice-archive .voice__post:last-child {
  margin-bottom: 0;
}
#voice-archive .voice__post-img {
  width: 22vw;
  height: 22vw;
}
#voice-archive .voice__post-tags {
  gap: 1.5vw;
  margin-bottom: 5%;
}
#voice-archive .voice__post-tags .voice__tag {
  padding: 0 1.5vw;
  font-size: var(--font-size-13);
}
#voice-archive .voice__post-content {
  width: 65%;
}

/*==========================================
info
===========================================*/
#info .info__table {
  margin-bottom: 15%;
}

/*
# info-video
------------------------*/
#info-video .video__frame {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#info-video .video__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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