@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: 1px;
  background: var(--accent-color-light);
}
.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);
}

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 13% 6% 15%;
  background-image: radial-gradient(#e26464 2px, transparent 2px), radial-gradient(#e26464 2px, transparent 2px);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-color: var(--primary-color);
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--accent-color-light);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 9% 0;
  font-size: var(--font-size-19);
  border-bottom: none;
  display: block;
  text-align: center;
  color: var(--color-white);
}
#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;
}
#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(--color-white);
  border-right: 2px solid var(--color-white);
  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 .drawer__sns-list {
  margin-top: 12%;
}
#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 {
  color: var(--color-white);
  text-decoration: underline;
}

/*
# logo
------------------------*/
.c-logo {
  width: 20vw;
  height: 20vw;
  position: relative;
  box-shadow: 2px 2px 8px rgba(var(--body-font-color-rgb), 0.35);
}
.c-logo::before {
  position: absolute;
  content: "";
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  inset: 0;
  margin: auto;
  z-index: 1;
}
.c-logo:hover {
  opacity: 1;
  transform: scale(0.96);
}
.c-logo img {
  width: 60%;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  gap: 2vw 6vw;
  justify-content: center;
}
.c-sns__list .sns-icon {
  width: 30px;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 2vw 4%;
}
.c-contact__list .contact__item {
  width: 48%;
}
.c-contact__list .contact__item-link {
  padding: 0 4vw;
  min-height: 12vw;
  font-size: var(--font-size-13);
}

html {
  scroll-padding-top: 20vw;
}

/*==========================================
テーブルレイアウト
===========================================*/
.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%;
}

/*
# has-arrow
------------------------*/
.has-arrow {
  position: relative;
}
.has-arrow::after {
  position: absolute;
  content: "";
  -webkit-mask: url(../img/common/com_arr.svg) center/100% no-repeat;
          mask: url(../img/common/com_arr.svg) center/100% no-repeat;
  background: var(--color-white);
  width: 5vw;
  height: 2vw;
  z-index: 1;
}

/*
# com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  padding: 0 9vw 0 4vw;
  min-height: 14vw;
  border-radius: 8vw;
  position: relative;
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-15);
}
.com-button::after {
  inset: 0 7% 0 auto;
  margin: auto 0;
}
.com-button:hover {
  opacity: 1;
  border-radius: 0;
}
.com-button:hover::after {
  right: 3%;
}
.com-button.bg-color-white {
  background: var(--color-white);
  color: var(--primary-color);
}
.com-button.bg-color-white.has-arrow::after {
  background: var(--primary-color);
}

/*
# img-rounded
------------------------*/
.img-rounded {
  border-radius: 7vw;
}

/*
# com-numbering
------------------------*/
.com-numbering {
  font-size: var(--font-size-21);
  font-family: var(--font-secondary);
  color: var(--color-white);
  width: 12vw;
  height: 12vw;
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/common/num_bg.png) center/100% no-repeat;
}
.com-numbering::before {
  position: absolute;
  content: "";
  width: 3.5vw;
  height: 3.5vw;
  inset: -1.5vw 0 auto;
  margin: 0 auto;
  background: url(../img/common/num_deco.png) center/100% no-repeat;
}

/*
# com-tag__list
------------------------*/
.com-tag__list {
  gap: 4vw 6vw;
}
.com-tag__list .com-tag__link {
  min-height: 11vw;
}

/*==========================================
共通タイトル
===========================================*/
.primary-title {
  text-align: center;
  font-size: var(--font-size-23);
  color: var(--primary-color);
  overflow: hidden;
  line-height: 1.6;
  margin-bottom: 12%;
}
.primary-title.color-white {
  color: var(--color-white);
}
.primary-title.color-white::before, .primary-title.color-white::after {
  background: var(--color-white);
}

.secondary-title {
  font-size: var(--font-size-22);
  line-height: 1.3636363636;
  margin-bottom: 5%;
}

.dotted-title {
  font-size: var(--font-size-23);
  color: var(--primary-color);
  text-align: center;
  padding-bottom: 9%;
  margin-bottom: 5%;
  position: relative;
}
.dotted-title::after {
  position: absolute;
  content: "";
  width: 7vw;
  height: 2vw;
  inset: auto 0 0;
  margin: 0 auto;
  -webkit-mask: url(../img/common/ttl_dotted.png) center/100% no-repeat;
          mask: url(../img/common/ttl_dotted.png) center/100% no-repeat;
  background: var(--primary-color);
}
.dotted-title.color-white {
  color: var(--color-white);
}
.dotted-title.color-white::after {
  background: var(--color-white);
}

/*==========================================
header
===========================================*/
#header {
  height: 15vw;
  width: 100%;
  inset: 0 0 auto;
  z-index: 1001;
}
#header .header__logo {
  inset: auto auto -24% 4%;
  z-index: 10;
  line-height: 1;
}
#header .header__logo-link {
  width: 15vw;
  height: 15vw;
}

/*==========================================
mv
===========================================*/
.top-mv {
  height: 57vw;
  margin-top: 15vw;
}
.top-mv .mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mv .mv__catch {
  width: 65%;
  opacity: 0;
  position: absolute;
  inset: 0 auto 0 7.291%;
  margin: auto 0;
  display: flex;
  align-items: center;
}

/*==========================================
footer
===========================================*/
#footer .footer__inbox {
  padding: 15% 8%;
}
#footer .footer__logo {
  width: 25vw;
  height: 25vw;
  margin: 0 auto 10%;
}
#footer .footer__address {
  text-align: center;
  margin-bottom: 10%;
  font-size: var(--font-size-15);
}
#footer .footer__nav-list {
  gap: 4vw 4%;
}
#footer .footer__nav-item {
  width: 48%;
  text-align: center;
}
#footer .footer__nav-link {
  font-size: var(--font-size-13);
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 2% 0;
}
#copyright small {
  font-size: var(--font-size-10);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 40vw;
  margin-top: 15vw;
}
.lower-sv .sv__title {
  width: 84%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  font-size: var(--font-size-22);
  border-bottom: 1px solid var(--color-white);
  position: relative;
  padding-bottom: 4%;
  letter-spacing: 0.16em;
  text-shadow: 0 0 5px rgba(var(--body-font-color-rgb), 0.35);
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: var(--color-white);
  inset: auto 0 -9px;
}

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

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

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

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

#news-sv {
  background: url(../../img/sv/news-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-archives
------------------------*/
.top-archives {
  padding: 22% 0 28%;
  background: url(../img/top/archive_rb_ill.png) right 8% bottom 6vw/25% no-repeat;
}
.top-archives .archive__item {
  padding: 12% 6%;
  margin-bottom: 15%;
}
.top-archives .archive__item:last-child {
  margin-bottom: 0;
}
.top-archives .archive__item-button {
  width: 90%;
  margin: 11% auto 0;
}
.top-archives .archive__post {
  border-bottom: 1px solid var(--accent-color-light);
}
.top-archives .archive__post-link {
  padding: 5% 0;
  row-gap: 2.5vw;
}
.top-archives .archive__post-link:hover {
  transform: translateX(10px);
}
.top-archives .archive__post-link:hover .archive__post-title {
  text-decoration: underline;
}
.top-archives .archive__post:last-of-type {
  border-bottom: none;
}
.top-archives .archive__post-date {
  font-size: var(--font-size-13);
  width: 32%;
}
.top-archives .archive__post-tags {
  width: 65%;
  gap: 1.5vw;
}
.top-archives .archive__post-tags .archive__post-tag {
  font-size: var(--font-size-12);
  padding: 0 2vw;
}
.top-archives .archive__post-title {
  font-size: var(--font-size-15);
  letter-spacing: 0.08em;
}

/*
# top-greeting
------------------------*/
.top-greeting {
  padding: 25% 0;
  background-image: radial-gradient(#e26464 2px, transparent 2px), radial-gradient(#e26464 2px, transparent 2px);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-color: var(--primary-color);
  position: relative;
}
.top-greeting .greeting__title {
  font-size: var(--font-size-28);
  margin-bottom: 12%;
  text-align: center;
}
.top-greeting .greeting__imgs {
  position: relative;
  margin-bottom: 25%;
}
.top-greeting .greeting__imgs .greeting__hero-img img {
  border-radius: 7vw;
}
.top-greeting .greeting__imgs .greeting__sub-img {
  position: absolute;
  inset: auto -5.5555% -27.1358% auto;
  width: 35%;
}

/*
# top-cultivation
------------------------*/
.top-cultivation {
  z-index: 1;
  padding: 18% 0;
}
.top-cultivation::before, .top-cultivation::after {
  position: absolute;
  content: "";
  width: 40%;
  height: 22vw;
  top: 0;
  z-index: -1;
  background: url(../img/top/cultivation-leaf_ill.png) top center/100% no-repeat;
}
.top-cultivation::before {
  left: 0;
}
.top-cultivation::after {
  right: 0;
  transform: scale(-1, 1);
}
.top-cultivation .cultivation__card {
  margin-bottom: 12%;
  padding-bottom: 12%;
  position: relative;
  border-bottom: 1px solid var(--accent-color-light);
}
.top-cultivation .cultivation__card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.top-cultivation .cultivation__card-title {
  padding: 2% 0 2% 18%;
  position: relative;
  margin-bottom: 8%;
}
.top-cultivation .cultivation__card-title .color-green {
  font-size: var(--font-size-26);
  background: linear-gradient(to bottom, transparent 50%, rgb(214, 235, 207) 30%);
}
.top-cultivation .cultivation__card-img {
  text-align: center;
  margin-bottom: 8%;
}

/*
# top-shop
------------------------*/
.top-shop {
  padding: 20% 0;
}
.top-shop .shop__lead-text {
  margin-bottom: 12%;
}
.top-shop .shop__item {
  padding: 10% 6%;
  margin-bottom: 12%;
}
.top-shop .shop__item:last-child {
  margin-bottom: 0;
}
.top-shop .shop__item-title {
  font-size: var(--font-size-16);
  text-align: center;
  padding: 2% 3%;
}
.top-shop .shop__item-table th,
.top-shop .shop__item-table td {
  font-size: var(--font-size-15);
}
.top-shop .shop__item-button {
  width: 58%;
  font-size: var(--font-size-14);
  margin: 3% 0 0 auto;
}
.top-shop .shop__item-button::after {
  background: var(--primary-color);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.top-shop .shop__item-button:hover {
  text-decoration: underline;
}
.top-shop .shop__item-button:hover::after {
  right: -3%;
}

/*
# top-item__part
------------------------*/
.top-item__part {
  padding: 12% 6% 18%;
  width: 84%;
  margin: 0 auto 22%;
  position: relative;
  border-radius: 7vw;
  z-index: 1;
}
.top-item__part::before {
  position: absolute;
  content: "";
}
.top-item__part .item__part-img {
  position: absolute;
  width: 30%;
  z-index: -1;
  top: -10vw;
}
.top-item__part:nth-child(1)::before {
  width: 19%;
  height: 9vw;
  inset: auto 5% 3vw auto;
  background: url(../img/top/furusato_ill.png) center/100% no-repeat;
}
.top-item__part:nth-child(1) .item__part-img {
  left: -5%;
}
.top-item__part:nth-child(2)::before {
  width: 18%;
  height: 10vw;
  inset: auto auto 3vw 6%;
  background: url(../img/top/onlineshop_ill.png) center/100% no-repeat;
}
.top-item__part:nth-child(2) .item__part-img {
  right: -5%;
}
.top-item__part .item__part-title {
  font-size: var(--font-size-23);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8%;
  padding: 0 2vw;
  line-height: 1.65;
}

/*
# top-page__list
------------------------*/
.top-page__list {
  padding: 12% 5%;
  background-image: radial-gradient(#eca09a 2px, transparent 2px), radial-gradient(#eca09a 2px, transparent 2px);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-color: var(--accent-color-extralight);
  gap: 1.0871%;
}
.top-page__list .page__item {
  margin-bottom: 15%;
}
.top-page__list .page__item:last-child {
  margin-bottom: 0;
}
.top-page__list .page__item-link {
  height: 51vw;
  border-radius: 7vw 7vw 0 7vw;
}
.top-page__list .page__item-link:hover {
  opacity: 1;
  transform: translateY(-10px);
}
.top-page__list .page__item-link::before {
  position: absolute;
  content: "";
  width: 16%;
  height: 12vw;
  background: var(--primary-color);
  inset: auto 0 0 auto;
  border-radius: 5vw 0 0 0;
  z-index: 1;
}
.top-page__list .page__item-link::after {
  inset: auto 5% 4.5vw auto;
}
.top-page__list .page__item--about .page__item-link {
  background: url(../img/top/link-about_img.jpg) center/cover no-repeat;
}
.top-page__list .page__item--brand .page__item-link {
  background: url(../img/top/link-brand_img.jpg) center/cover no-repeat;
}
.top-page__list .page__item--processed .page__item-link {
  background: url(../img/top/link-processed_img.jpg) center/cover no-repeat;
}

/*
# top-contact
------------------------*/
.top-contact {
  padding: 20% 0;
  background: url(../img/top/contact_bg.jpg) center/cover no-repeat;
}
.top-contact .contact__button {
  width: 100%;
  margin: 12% auto 0;
  font-size: var(--font-size-17);
  min-height: 15vw;
  border-radius: 8vw;
}

/*==========================================
about
===========================================*/
/*
# about-policy
------------------------*/
.about-policy .policy__card {
  border-bottom: 1px solid var(--accent-color-light);
  padding-bottom: 12%;
  margin-bottom: 12%;
  position: relative;
}
.about-policy .policy__card:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-policy .policy__card-img {
  text-align: center;
  margin-bottom: 8%;
}
.about-policy .policy__card-title {
  padding: 2% 0 2% 18%;
  position: relative;
  margin-bottom: 8%;
}
.about-policy .policy__card:nth-of-type(odd) .policy__card-img {
  right: 0;
}
.about-policy .policy__card:nth-of-type(even) .policy__card-content {
  margin-left: auto;
}
.about-policy .policy__card:nth-of-type(even) .policy__card-img {
  left: 0;
}

/*==========================================
brand
===========================================*/
/*
# brand__section
------------------------*/
.brand__section {
  margin-bottom: 20%;
}
.brand__section:first-of-type {
  margin-top: 20%;
}
.brand__section .brand__wrap {
  padding: 12% 7%;
}
.brand__section .brand__card {
  position: relative;
  padding-bottom: 10%;
  margin-bottom: 10%;
  border-bottom: 1px solid var(--accent-color-light);
}
.brand__section .brand__card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.brand__section .brand__card-title {
  padding-left: 6%;
  margin-bottom: 8%;
}
.brand__section .brand__card-title::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 3vw auto auto 0;
}
.brand__section .brand__card-img {
  margin-bottom: 10%;
}

/*==========================================
processed
===========================================*/
/*
# processed__archive
------------------------*/
.processed__archive:last-of-type {
  margin-bottom: 20%;
}
.processed__archive .processed__list {
  gap: 5vw 4%;
}
.processed__archive .processed__card {
  width: 48%;
}
.processed__archive .processed__card-img {
  width: 100%;
  height: 42vw;
}
.processed__archive .processed__card-img img {
  border-radius: 7vw;
}
.processed__archive .processed__card-name {
  margin-top: 2%;
  font-size: var(--font-size-16);
}
.processed__archive .processed__card-price {
  color: var(--primary-color);
  margin-top: 2%;
  font-size: var(--font-size-14);
}

/*
# processed-detail
------------------------*/
.processed-detail .processed__title {
  margin-bottom: 3%;
}
.processed-detail .processed__price {
  font-size: var(--font-size-24);
  border-bottom: 1px solid var(--accent-color-light);
  padding-bottom: 3%;
  margin-bottom: 8%;
}
.processed-detail .processed__img {
  width: 85%;
  margin: 0 auto 6%;
  height: 71vw;
}
.processed-detail .processed__img img {
  border-radius: 7vw;
}
.processed-detail .processed__detail-item {
  text-align: center;
  margin-bottom: 8%;
}
.processed-detail .processed__detail-item:last-child {
  margin-bottom: 0;
}
.processed-detail .processed__detail-item dt {
  margin-bottom: 3%;
}
.processed-detail .processed__detail-item dd {
  text-align: left;
}

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