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

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

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
}
.c-tel .tel__num {
  font-size: var(--font-size-45);
}
.c-tel .tel__num small {
  font-size: var(--font-size-30);
}
.c-tel .tel__text {
  display: block;
}

/*
# c-contact__button
------------------------*/
.c-contact__button:hover {
  transform: scale(0.97);
}
.c-contact__button .contact__icon {
  width: 46px;
  height: 46px;
  font-size: var(--font-size-20);
}
.c-contact__button:has(.contact__text) .contact__icon {
  position: absolute;
  inset: 0 auto 0 115px;
  margin: auto 0;
  z-index: 1;
  font-size: var(--font-size-27);
  background: var(--color-white);
  color: var(--primary-color);
}
.c-contact__button:has(.contact__text) .contact__text {
  height: 65px;
  padding-left: 15px;
  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-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: 18px;
}

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

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

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

#g-map .map {
  height: 400px;
}

/*
# com-content-box
------------------------*/
.com-content-box {
  padding: 75px 0 80px;
}

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

/*
# com-button
------------------------*/
.com-button {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--color-white);
  border-radius: 5px;
  background: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.05em;
  width: 500px;
  margin: 80px auto 0;
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color-dark);
  border-radius: 0;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  margin: 0 auto 45px;
}
.section-title.title-illust {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 200px;
}
.section-title.title-illust::before, .section-title.title-illust::after {
  position: absolute;
  content: "";
}
.section-title.title-illust.illust-potato::before {
  width: 101px;
  height: 72px;
  inset: 15px auto auto 0;
  background: url(../img/common/potato_ill.png) center/100% no-repeat;
}
.section-title.title-illust.illust-tomato::after {
  width: 76px;
  height: 62px;
  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: 89px;
  height: 126px;
  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: 108px;
  height: 92px;
  inset: 15px 0 auto auto;
  background: url(../img/common/potato-tomato_ill.png) center/100% no-repeat;
}
.section-title.title-illust.illust-family::before {
  width: 204px;
  height: 121px;
  inset: 0 auto 0 -35px;
  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-20);
  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-40);
  color: var(--color-brown);
  letter-spacing: 0.13em;
  position: relative;
  padding-bottom: 65px;
}
.section-title .title-ja::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 47px;
  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-30);
  font-family: var(--font-secondary);
  border-bottom: 2px dotted;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: var(--color-brown);
}

/*==========================================
header
===========================================*/
#header {
  padding: 15px 1.5625%;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 80px;
}
#header .header__logo {
  width: 11.4516%;
  line-height: 1;
}
#header .header__right {
  width: 980px;
  gap: 20px;
}
#header .header__nav {
  width: 630px;
}
#header .header__nav-list {
  gap: 0 20px;
}
#header .header__nav-link {
  font-size: var(--font-size-15);
  letter-spacing: 0.1em;
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#header .header__nav-link::before, #header .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  display: block;
}
#header .header__nav-link::before {
  left: 50%;
}
#header .header__nav-link:after {
  right: 50%;
}
#header .header__nav-link:hover {
  color: var(--primary-color);
}
#header .header__nav-link:hover::before, #header .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--primary-color);
}
#header .header__nav-link.current {
  border-bottom: 1px solid var(--primary-color);
  color: var(--primary-color);
}
#header .header__nav-link.current::before, #header .header__nav-link.current::after {
  border-bottom: none;
}
#header .header__nav-link.current:hover::before, #header .header__nav-link.current:hover::after {
  border-bottom: none;
}
#header .header__contact-list {
  width: 320px;
  gap: 20px;
  padding-left: 17px;
  border-left: 1px solid var(--primary-color);
}
#header .c-tel .tel__num {
  font-size: var(--font-size-25);
}
#header .c-tel .tel__num small {
  font-size: var(--font-size-17);
}
#header .header__base-button {
  width: 230px;
  height: 66px;
  position: fixed;
  z-index: 100;
  inset: 80px 0 auto auto;
}
#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%;
  margin-top: 80px;
}

#top-mv {
  height: clamp(533px, 41.666vw, 800px);
  display: grid;
  grid-template-columns: 56.52% 41.3043%;
  grid-template-rows: 1fr 47.5%;
  grid-column-gap: 2.1757%;
  grid-row-gap: 5%;
}
#top-mv .mv__wrap {
  width: 100%;
  height: 100%;
}
#top-mv .mv__wrap .mv__img {
  width: 100%;
  height: 100%;
}
#top-mv .mv__wrap:has(.mv__catch) {
  grid-area: 1/1/3/2;
}
#top-mv .mv__wrap:has(.mv__catch) .mv__catch {
  width: 19.5192%;
  inset: auto 5.7692% 5% auto;
  z-index: 10;
}
#top-mv .mv__wrap:nth-child(2) {
  grid-area: 1/2/2/3;
}
#top-mv .mv__wrap:nth-child(3) {
  grid-area: 2/2/3/3;
}

/*==========================================
footer
===========================================*/
#footer .footer__inbox {
  padding: 75px 0;
}
#footer .footer__left {
  width: 290px;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .footer__address {
  font-size: var(--font-size-15);
  margin-bottom: 20px;
}
#footer .footer__right {
  width: 430px;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__nav-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
#footer .footer__nav-link {
  font-size: var(--font-size-15);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 400px;
}
.lower-sv .sv__title {
  font-size: var(--font-size-44);
  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: 120px 0;
}
#top-item .item__card {
  width: 1080px;
  margin: 0 auto 80px;
}
#top-item .item__card-title .title-num {
  padding-right: 35px;
  margin-right: 15px;
}
#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-22);
  margin-left: 15px;
}
#top-item .item__card-img {
  position: absolute;
  top: 0;
}
#top-item .item__card-content {
  width: 520px;
}
#top-item .item__card:nth-of-type(odd) .item__card-img {
  left: 0;
}
#top-item .item__card:nth-of-type(odd) .item__card-content {
  margin-left: auto;
}
#top-item .item__card:nth-of-type(even) .item__card-img {
  right: 0;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 110px 0 550px;
  background: url(../img/top/about_bg.png) center/cover no-repeat;
}
#top-about .about__content {
  width: 490px;
}

/*
# top-thoughts
------------------------*/
#top-thoughts {
  padding: 100px 0 120px;
}
#top-thoughts .thoughts__list {
  gap: 45px;
}
#top-thoughts .thoughts__list .thoughts__card {
  width: 330px;
  padding: 45px 30px 30px;
}
#top-thoughts .thoughts__list .thoughts__card::before {
  width: 45px;
  height: 45px;
  inset: -22.5px 0 auto;
  font-size: var(--font-size-36);
  color: var(--color-yellow);
  background: var(--accent-color);
}
#top-thoughts .thoughts__list .thoughts__card-title {
  text-align: center;
  font-size: var(--font-size-25);
  line-height: 1.6;
  border-bottom: 2px dotted;
  padding-bottom: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

/*
# top-links
------------------------*/
.top__links {
  padding: 120px 0 110px;
}
.top__links .link__pages {
  gap: 40px;
  margin-bottom: 45px;
}
.top__links .link__pages .page__item {
  width: 520px;
}
.top__links .link__pages .page__item-links {
  height: 180px;
  padding: 0 50px;
}
.top__links .link__pages .page__item--items .page__item-links {
  background: url(../img/top/item-button_bg.png) left -100px center no-repeat, var(--color-white);
}
.top__links .link__pages .page__item--voice .page__item-links {
  background: url(../img/top/voice-button_bg.png) left -100px center no-repeat, var(--color-white);
}
.top__links .link__pages .page__item-text {
  font-size: var(--font-size-28);
  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-25);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.top__links .links__furusato .furusato__title::before, .top__links .links__furusato .furusato__title::after {
  width: 40%;
  position: absolute;
  content: "";
  flex-grow: 1;
  height: 1px;
  border-bottom: 2px 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: 30px;
}

/*
# top-blog
------------------------*/
#top-blog {
  padding: 110px 0 130px;
}
#top-blog .blog__inbox {
  position: relative;
  min-height: 320px;
}
#top-blog .blog__title {
  width: 260px;
  margin: 0;
}
#top-blog .blog__post-list {
  width: 760px;
}
#top-blog .blog__post {
  border-bottom: 2px dotted;
}
#top-blog .blog__post-link {
  padding: 30px 0;
  row-gap: 10px;
}
#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:first-child .blog__post-link {
  padding-top: 0;
}
#top-blog .blog__post-date {
  width: 100px;
}
#top-blog .blog__post-tags {
  gap: 7px;
  width: calc(100% - 100px);
}
#top-blog .blog__post-tags .blog__post-tag {
  padding: 0 15px;
  font-size: var(--font-size-15);
}
#top-blog .blog__post-title {
  font-size: var(--font-size-16);
  transition: all 0.3s;
}
#top-blog .blog__button {
  width: 260px;
  position: absolute;
  inset: 250px auto auto 0;
  margin-top: 0;
}

/*
# top-online
------------------------*/
.top-online {
  padding: 80px 0;
}
.top-online .top__base-button {
  width: 880px;
  margin: 0 auto;
  height: 180px;
  border-radius: 8px;
  padding: 0 22.159%;
  align-items: flex-start;
  background-image: url(../img/top/base-bnr_img.png);
  background-position: right -145px center;
  background-repeat: no-repeat;
}
.top-online .top__base-button::before {
  width: 35px;
  height: 35px;
  background: var(--color-white);
  border-radius: 50%;
  color: var(--color-brown);
  font-weight: var(--font-weight-bold);
  inset: auto 2% 10% auto;
}
.top-online .top__base-button::after {
  width: 130px;
  background-size: auto;
  border-radius: 8px 0 0 8px;
}
.top-online .top__base-button .text-en {
  font-size: var(--font-size-20);
  display: block;
  text-align: center;
  width: 280px;
}
.top-online .top__base-button .text-ja {
  font-size: var(--font-size-31);
  font-family: var(--font-secondary);
  padding-left: 0;
}

/*
# top-contact
------------------------*/
#top-contact {
  padding: 115px 0 120px;
  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);
}
#top-contact .contact__contact-list .contact__item--mail .c-contact__button {
  width: 480px;
}

/*==========================================
about
===========================================*/
/*
# about-thoughts
------------------------*/
#about-thoughts .thoughts__card {
  width: 1080px;
  margin: 0 auto 80px;
}
#about-thoughts .thoughts__card:last-child {
  margin-bottom: 0;
}
#about-thoughts .thoughts__card-title .title-num {
  width: 90px;
  margin-right: 15px;
}
#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-img {
  position: absolute;
  top: 0;
}
#about-thoughts .thoughts__card-content {
  width: 520px;
  min-height: 340px;
}
#about-thoughts .thoughts__card:nth-of-type(odd) .thoughts__card-img {
  left: 0;
}
#about-thoughts .thoughts__card:nth-of-type(odd) .thoughts__card-content {
  margin-left: auto;
}
#about-thoughts .thoughts__card:nth-of-type(even) .thoughts__card-img {
  right: 0;
}

/*==========================================
items
===========================================*/
/*
# items-archive
------------------------*/
#items-archive .items__post {
  margin-bottom: 35px;
}
#items-archive .items__post:last-child {
  margin-bottom: 0;
}
#items-archive .items__post-title {
  text-align: center;
  margin-bottom: 25px;
}
#items-archive .items__post-img {
  max-width: 640px;
  text-align: center;
  margin: 0 auto 15px;
}

/*==========================================
voice
===========================================*/
/*
# voice-archive
------------------------*/
#voice-archive .voice__post {
  margin-bottom: 35px;
}
#voice-archive .voice__post:last-child {
  margin-bottom: 0;
}
#voice-archive .voice__post-img {
  width: 300px;
  height: 300px;
}
#voice-archive .voice__post-tags {
  gap: 7px;
  margin-bottom: 5px;
}
#voice-archive .voice__post-tags .voice__tag {
  padding: 0 10px;
}
#voice-archive .voice__post:has(.voice__post-img) .voice__post-content {
  width: 720px;
}

/*==========================================
info
===========================================*/
#info .info__table {
  margin-bottom: 65px;
}

/*
# info-video
------------------------*/
#info-video .video__frame {
  width: 800px;
  margin: 0 auto;
}
#info-video .video__frame iframe {
  height: 450px;
}

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

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

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

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

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

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