@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-address
------------------------*/
.c-address .address__locate {
  font-size: var(--font-size-14);
  letter-spacing: 0;
  margin-bottom: 25px;
}
.c-address .address__tel {
  line-height: 1.2;
}
.c-address .address__tel .tel__num {
  font-size: var(--font-size-30);
  letter-spacing: 0;
  padding-left: 30px;
  background: url(../img/common/tel_ic.png) left bottom 10px no-repeat;
}
.c-address .address__tel .tel__text {
  display: block;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 22px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 220px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 220px);
  padding: 0 20px;
}
.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: 35px;
  font-size: var(--font-size-20);
  line-height: 1.8;
  letter-spacing: 0;
}

.com-text.align-center {
  text-align: center;
}

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

/*
# more-button
------------------------*/
.more-button {
  font-size: var(--font-size-14);
}
.more-button span {
  border-bottom: 2px solid var(--primary-color);
  padding: 3px 15px 3px 0;
}
.more-button span::before {
  color: var(--primary-color);
  inset: 0 0 0 auto;
  font-size: var(--font-size-10);
  font-weight: var(--font-weight-bold);
}

/*
# com-button
------------------------*/
.com-button {
  width: 340px;
  height: 80px;
  border-radius: 40px;
  background: var(--primary-color);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 57px 0 45px;
}
.com-button::before {
  inset: 0 5% 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-12);
}
.com-button:hover {
  transform: scale(0.97);
  color: var(--color-white);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  color: var(--color-green);
  font-family: var(--font-secondary);
  font-size: var(--font-size-60);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 60px;
}

.headline-title {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  padding-bottom: 15px;
  margin-bottom: 35px;
  background: url(../img/common/dotted.png) bottom left repeat-x;
}

.sub-title {
  color: var(--color-green);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-20);
  letter-spacing: 0.1em;
  border-left: 8px solid;
  padding-left: 15px;
  margin-bottom: 15px;
}

.title-horizontal {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--font-size-30);
}
.title-horizontal::before, .title-horizontal::after {
  content: "";
  height: 4px;
  flex-grow: 1;
  background: url(../img/common/dotted.png) center repeat-x;
}
.title-horizontal::before {
  margin-right: 3rem;
}
.title-horizontal::after {
  margin-left: 3rem;
}

/*==========================================
header
===========================================*/
#header {
  padding: 10px 1.5625%;
  position: fixed;
  width: 100%;
  height: 130px;
  z-index: 1001;
  inset: 0 0 auto;
}

.header__nav {
  width: -moz-fit-content;
  width: fit-content;
}
.header__nav-item {
  position: relative;
}
.header__nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: var(--color-gray);
  inset: 0 auto 0 0;
  margin: auto 0;
}
.header__nav-item:nth-child(1)::before {
  background: none;
}
.header__nav-item:nth-child(1) .header__nav-link {
  color: var(--primary-color);
  padding-left: 0;
}
.header__nav-item:nth-child(2) .header__nav-link {
  color: var(--color-ochre-dark);
}
.header__nav-item:nth-child(3) .header__nav-link {
  color: var(--color-light-blue);
}
.header__nav-item:nth-child(4) .header__nav-link {
  color: var(--color-green);
}
.header__nav-item:nth-child(5) .header__nav-link {
  color: var(--color-emerald-blue);
  padding-right: 0;
}
.header__nav-link {
  padding: 0 20px;
  display: block;
}

/*==========================================
mv
===========================================*/
.page-visual__wrap {
  position: relative;
  height: clamp(400px, 29.687vw, 570px);
  margin-top: 130px;
  background: url(../img/top/mv/mv-btm_round.png) bottom center/100% no-repeat, url(../img/top/mv/mv-l_deco.png) left center/38.3854% no-repeat, url(../img/top/mv/mv-r_deco.png) right center/26.145833% no-repeat;
}
.page-visual__wrap .sv__title {
  width: 910px;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 22.807%;
  font-size: var(--font-size-42);
}
.page-visual__wrap .sv__title::before {
  position: absolute;
  content: "";
  width: 260px;
  height: 191px;
  inset: auto auto -40px -180px;
  background: url(../img/sv/sv-ttl_ill.png) center/100% no-repeat;
}
.page-visual__wrap .sv__title span {
  line-height: 1.7619047619;
  display: inline-block;
  padding: 8px 55px 8px 120px;
}
.page-visual__wrap .sv__img {
  width: 66.666%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  background: url(../img/sv/ec-base_sv.png) right center/42.5925% no-repeat;
}

/*
# トップページビジュアル
------------------------*/
#top-mv {
  height: clamp(520px, 43.7495vw, 840px);
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .top-mv__slider-wrap {
  width: 72.3958%;
  height: 100%;
  position: absolute;
  inset: 0 auto 0 8.333%;
  margin: auto 0;
}
#top-mv #mv__slider {
  height: clamp(520px, 43.7495vw, 840px);
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/mv-slide01_bg.png) center right/52.5179% no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/mv-slide02_bg.png) center right/52.5179% no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/mv-slide03_bg.png) center right/52.5179% no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/mv-slide04_bg.png) center right/52.5179% no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}
#top-mv .slider__catch {
  width: 53.9568%;
  position: absolute;
  inset: 12.9333% auto auto 0;
}
#top-mv .slider__catch::before {
  position: absolute;
  content: "";
}
#top-mv #mv__slider li:nth-child(1) .slider__catch::before {
  width: 34.6666%;
  height: 191px;
  inset: auto auto -85px -1.3698%;
  background: url(../img/top/mv/mv-slide01-cacth_ill.png) bottom center/100% no-repeat;
}
#top-mv #mv__slider li:nth-child(2) .slider__catch::before {
  width: 28.6301%;
  height: 191px;
  inset: auto auto -50px -1.3698%;
  background: url(../img/top/mv/mv-slide02-cacth_ill.png) bottom center/100% no-repeat;
}
#top-mv #mv__slider li:nth-child(3) .slider__catch::before {
  width: 100%;
  height: 182px;
  inset: auto -1.3698% -30px auto;
  background: url(../img/top/mv/mv-slide03-cacth_ill.png) bottom center/100% no-repeat;
}
#top-mv #mv__slider li:nth-child(4) .slider__catch::before {
  width: 100%;
  height: 166px;
  inset: auto auto -55px 0;
  background: url(../img/top/mv/mv-slide04-cacth_ill.png) bottom center/100% no-repeat;
}
#top-mv .mv__season-link {
  position: absolute;
  inset: auto 1.5625% 0 auto;
  width: 28.6458%;
  z-index: 100;
}
#top-mv .mv__season-link:hover {
  transform: scale(0.97);
  color: var(--color-white);
}
#top-mv .mv__season-link.season__link--spring {
  background: url(../img/top/mv/mv-spring_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__season-link.season__link--spring::before {
  color: var(--color-ochre-dark);
}
#top-mv .mv__season-link.season__link--summer {
  background: url(../img/top/mv/mv-summer_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__season-link.season__link--summer::before {
  color: var(--color-light-blue);
}
#top-mv .mv__season-link.season__link--autumn {
  background: url(../img/top/mv/mv-autumn_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__season-link.season__link--autumn::before {
  color: var(--color-ochre-dark);
}
#top-mv .mv__season-link.season__link--winter {
  background: url(../img/top/mv/mv-winter_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__season-link.season__link--winter::before {
  color: var(--color-light-blue);
}
#top-mv .mv__season-link .mv__season-title {
  font-size: clamp(var(--font-size-24), 1.68vw, var(--font-size-32));
}
#top-mv .mv__season-link .mv__season-text {
  font-size: clamp(var(--font-size-15), 0.868vw, var(--font-size-18));
}
#top-mv .mv__medal {
  width: 14%;
  position: absolute;
  inset: 4.166% 0 auto 45%;
  z-index: 100;
}

.com-link__part {
  padding: 50px 2%;
  display: block;
  text-align: center;
}
.com-link__part::before {
  width: 40px;
  height: 40px;
  background: var(--color-white);
  border-radius: 50%;
  inset: 6% auto auto 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-black);
}
.com-link__part-title {
  font-size: var(--font-size-32);
  margin-bottom: 15px;
}
.com-link__part-text {
  font-size: var(--font-size-18);
  line-height: 1.6666666667;
}

/*
# 下層ページビジュアル
------------------------*/
#recipe-mv .sv__img {
  background: url(../img/sv/recipe-sv_bg.png) right center/42.5925% no-repeat;
}

#case-mv .sv__img {
  background: url(../img/sv/case-sv_bg.png) right center/42.5925% no-repeat;
}

#voice-mv .sv__img {
  background: url(../img/sv/voice-sv_bg.png) right center/42.5925% no-repeat;
}

#owner-mv .sv__img {
  background: url(../img/sv/owner-sv_bg.png) right center/42.5925% no-repeat;
}

#news-mv .sv__img {
  background: url(../img/sv/news-sv_bg.png) right center/42.5925% no-repeat;
}

#contact-mv .sv__img {
  background: url(../img/sv/contact-sv_bg.png) right center/42.5925% no-repeat;
}

#complete-mv .sv__img {
  background: url(../img/sv/complete-sv_bg.png) right center/42.5925% no-repeat;
}

#privacy-mv .sv__img {
  background: url(../img/sv/privacy-sv_bg.png) right center/42.5925% no-repeat;
}

#site-mv .sv__img {
  background: url(../img/sv/site-sv_bg.png) right center/42.5925% no-repeat;
}

#e404-mv .sv__img {
  background: url(../img/sv/e404-sv_bg.png) right center/42.5925% no-repeat;
}

#tradelaw-mv .sv__title {
  width: 950px;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 85px 0;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  width: 400px;
  padding-bottom: 105px;
}
#footer .footer__left-headline {
  margin-bottom: 30px;
}
#footer .footer__left .footer__logo {
  border-right: 2px solid var(--color-ochre-extra-light);
  padding-right: 30px;
}
#footer .footer__left .footer__sns-list {
  width: 175px;
  padding-left: 30px;
}
#footer .footer__left .footer__address .address__locate {
  font-size: var(--font-size-14);
  letter-spacing: 0;
  margin-bottom: 25px;
}
#footer .footer__right {
  width: 470px;
}
#footer .footer__right .footer__ec-nav {
  gap: 15px 40px;
  margin-bottom: 55px;
}
#footer .footer__right .footer__ec-nav .footer__ec-link {
  position: relative;
  padding-left: 50px;
}
#footer .footer__right .footer__ec-nav .footer__ec-link::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
  background-color: var(--primary-color);
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 1;
}
#footer .footer__right .footer__ec-nav .footer__ec-item--guide .footer__ec-link::before {
  background-image: url(../img/common/ft-guide_ic.png);
}
#footer .footer__right .footer__ec-nav .footer__ec-item--fee .footer__ec-link::before {
  background-image: url(../img/common/ft-fee_ic.png);
}
#footer .footer__right .footer__nav {
  gap: 10px 45px;
}
#footer .footer__right .footer__nav-list {
  width: -moz-fit-content;
  width: fit-content;
}
#footer .footer__right .footer__nav-item {
  font-size: var(--font-size-14);
  margin-bottom: 15px;
  letter-spacing: 0;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  position: absolute;
  inset: auto auto 0 0;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

.pagetop {
  width: 40px;
  height: 40px;
  right: 20px;
  bottom: 30px;
}
.pagetop i {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
}

/*==========================================
top
===========================================*/
/*
# top-new-arrivals
------------------------*/
#top-new-arrivals {
  padding: 100px 0 0;
}
#top-new-arrivals .new-arrivals__inbox {
  position: relative;
  width: clamp(1080px, 70.3125%, 1350px);
}
#top-new-arrivals .ecItem__list .ecItem__card-img {
  height: clamp(235px, 15.6245vw, 300px);
}
#top-new-arrivals .swiper-button-prev,
#top-new-arrivals .swiper-button-next {
  width: 50px;
  height: 170px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  transition: all 0.3s;
}
#top-new-arrivals .swiper-button-prev::before, #top-new-arrivals .swiper-button-prev::after,
#top-new-arrivals .swiper-button-next::before,
#top-new-arrivals .swiper-button-next::after {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
}
#top-new-arrivals .swiper-button-prev:hover,
#top-new-arrivals .swiper-button-next:hover {
  opacity: 0.85;
}
#top-new-arrivals .swiper-button-prev {
  transform: scale(-1, 1);
  left: -8%;
}
#top-new-arrivals .swiper-button-next {
  right: -8%;
}

.ecItem__list.gap-45 {
  width: 1000px;
  margin: 0 auto;
  gap: 25px;
}
.ecItem__list .ecItem__card {
  width: 300px;
}
.ecItem__list .ecItem__card-link:hover .ecItem__card-title {
  color: var(--color-light-blue);
  text-decoration: underline;
}
.ecItem__list .ecItem__card-img {
  width: 100%;
  height: 300px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.ecItem__list .ecItem__card-img img {
  border-radius: 30px;
}
.ecItem__list .ecItem__card-title {
  font-size: var(--font-size-16);
  letter-spacing: 0;
  transition: all 0.1s;
}
.ecItem__list .ecItem__card-price {
  max-width: 130px;
  line-height: 1.5;
  font-size: var(--font-size-24);
}
.ecItem__list .ecItem__card-price small {
  font-size: var(--font-size-16);
}

/*
# top-media
------------------------*/
#top-media {
  padding: 110px 0 120px;
}
#top-media .media__title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
  background: url(../img/top/media-ttl-l_deco.png) left 60px center no-repeat, url(../img/top/media-ttl-r_deco.png) right 70px center no-repeat;
}
#top-media .media__title .title-text {
  display: block;
  margin-top: 15px;
  font-size: var(--font-size-32);
}
#top-media .media__list {
  row-gap: 40px;
  align-items: stretch;
}
#top-media .media__list .media__item {
  width: 520px;
  padding: 40px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-media .media__list .media__item span {
  font-size: var(--font-size-20);
  position: relative;
  z-index: 1;
}
#top-media .media__list .media__item span::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 16px;
  background: var(--color-light-blue-light);
  inset: auto 0 0;
}

/*
# top-category
------------------------*/
#top-category {
  padding: 105px 0 0;
}
#top-category .category__list {
  gap: 30px;
}

/*
# top-calendar
------------------------*/
#top-calendar {
  padding-top: 115px;
}
#top-calendar .calendar__inbox {
  position: relative;
}
#top-calendar .calendar__inbox::before, #top-calendar .calendar__inbox::after {
  position: absolute;
  content: "";
}
#top-calendar .calendar__inbox::before {
  width: 190px;
  height: 134px;
  background: url(../img/top/calendar-ttl_deco.png) center/100% no-repeat;
  inset: 0 auto auto -63px;
}
#top-calendar .calendar__inbox::after {
  width: 129px;
  height: 112px;
  background: url(../img/top/calendar-rb_deco.png) center/100% no-repeat;
  inset: auto -85px -80px auto;
}
#top-calendar .calendar__text {
  font-size: var(--font-size-20);
  margin-bottom: 45px;
}
#top-calendar .calendar__wrap {
  width: 955px;
  margin: 0 auto;
}
#top-calendar .calendar__wrap .calendar__table th,
#top-calendar .calendar__wrap .calendar__table td {
  border: 1px solid var(--color-white);
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
}
#top-calendar .calendar__wrap .calendar__table thead th {
  width: 62px;
}
#top-calendar .calendar__wrap .calendar__table tbody tr:nth-child(odd) {
  background: var(--color-ochre-extra-light);
}
#top-calendar .calendar__wrap .calendar__table tbody tr:nth-child(even) {
  background: var(--color-ochre-light);
}
#top-calendar .calendar__wrap .calendar__table tbody tr td:first-child {
  width: 200px;
}

/*
# .category__type-section
------------------------*/
.category__type-section {
  margin-top: 115px;
}
.category__type-section .category__type-inbox {
  position: relative;
}
.category__type-section .category__type-title {
  text-align: left;
  max-width: 650px;
  margin-bottom: 70px;
}
.category__type-section .category__type-button {
  position: absolute;
  inset: 0 0 auto auto;
}

/*
# .top-page__buttons
------------------------*/
.top-page__buttons {
  padding: 115px 0;
  gap: 40px 60px;
}
.top-page__buttons .page__button {
  width: 510px;
}
.top-page__buttons .page__button--recipe .page__button-link {
  background: url(../img/top/recipe-button_bg.jpg) center/cover no-repeat;
}
.top-page__buttons .page__button--recipe .page__button-link::before {
  color: var(--color-light-blue);
}
.top-page__buttons .page__button--recipe .page__button-link::after {
  width: 119px;
  height: 91px;
  background: url(../img/top/recipe-button_deco.png) center/100% no-repeat;
  inset: auto 10px -25px auto;
}
.top-page__buttons .page__button--voice .page__button-link {
  background: url(../img/top/voice-button_bg.jpg) center/cover no-repeat;
}
.top-page__buttons .page__button--voice .page__button-link::before {
  color: var(--color-ochre);
}
.top-page__buttons .page__button--voice .page__button-link::after {
  width: 97px;
  height: 106px;
  background: url(../img/top/voice-button_deco.png) center/100% no-repeat;
  inset: auto 10px -25px auto;
}
.top-page__buttons .page__button-link {
  position: relative;
}
.top-page__buttons .page__button-link::after {
  position: absolute;
  content: "";
  z-index: 1;
}
.top-page__buttons .page__button-link:hover {
  transform: translateY(-10px);
}

/*
# top-about
------------------------*/
#top-about {
  padding: 100px 0;
}
#top-about .about__inbox {
  position: relative;
}
#top-about .about__inbox::before {
  position: absolute;
  content: "";
  width: 201px;
  height: 112px;
  background: url(../img/top/about-us-lb_deco.png) center/100% no-repeat;
  inset: auto auto -125px -100px;
}
#top-about .about__content {
  width: 575px;
  min-height: 450px;
}
#top-about .about__img {
  position: absolute;
  inset: 0 0 auto auto;
}
#top-about .about__title {
  color: var(--color-white);
  text-align: left;
  margin-bottom: 50px;
  line-height: 1.3333333333;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 105px 0;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__title {
  width: 340px;
  margin-bottom: 0;
}
#top-news .news__post-list {
  width: 690px;
  min-height: 250px;
}
#top-news .news__post {
  border-bottom: 2px solid var(--color-ochre-light);
}
#top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post:last-child .news__post-link {
  padding-bottom: 0;
}
#top-news .news__post-link {
  padding: 15px 0;
  row-gap: 5px;
}
#top-news .news__post-link:hover {
  opacity: 1;
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  color: var(--color-light-blue);
}
#top-news .news__post-date {
  width: 90px;
  font-size: var(--font-size-16);
  letter-spacing: 0;
}
#top-news .news__post-tags {
  width: calc(100% - 95px);
  row-gap: 5px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  position: relative;
  padding-left: 7px;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--color-light-blue);
}
#top-news .news__button {
  position: absolute;
  inset: auto auto 0 0;
}

/*
# top-owner
------------------------*/
#top-owner {
  padding: 100px 0;
  background: url(../img/top/owner_bg.jpg) center/cover no-repeat;
}
#top-owner .owner__inbox {
  position: relative;
}
#top-owner .owner__inbox::before {
  position: absolute;
  content: "";
  width: 179px;
  height: 119px;
  background: url(../img/top/owner-rb_deco.png) center bottom/100% no-repeat;
  inset: auto -40px -140px auto;
}
#top-owner .owner__link {
  width: 828px;
  height: 320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: url(../img/top/owner-cont_bg.png) center/100% no-repeat;
}
#top-owner .owner__link::before {
  width: 40px;
  height: 40px;
  background: var(--color-white);
  color: var(--color-green);
  border-radius: 50%;
  inset: 0 5% 0 auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-black);
}
#top-owner .owner__link:hover {
  transform: scale(0.97);
  color: var(--color-white);
}
#top-owner .owner__title {
  color: var(--color-white);
  font-size: var(--font-size-32);
  line-height: 1.35;
  margin-bottom: 25px;
}
#top-owner .owner__title span {
  font-size: var(--font-size-40);
}
#top-owner .owner__text {
  line-height: 1.3636363636;
  font-size: var(--font-size-18);
}
#top-owner .owner__text span {
  font-size: var(--font-size-22);
}

/*==========================================
recipe
===========================================*/
.com-pagenav__wrap {
  padding: 120px 0;
}
.com-pagenav__wrap .pagenav__list {
  gap: 30px;
}
.com-pagenav__wrap .pagenav__list--2column {
  width: 710px;
  margin: 0 auto;
}
.com-pagenav__wrap .pagenav__list .pagenav__link::before {
  transform: rotate(90deg);
}

.recipe__section {
  margin-top: 130px;
}
.recipe__section:last-child {
  margin-bottom: 130px;
}
.recipe__section .recipe__title span {
  position: relative;
  padding: 0 100px;
}
.recipe__section .recipe__menu {
  margin-bottom: 70px;
}
.recipe__section .recipe__menu:last-child {
  margin-bottom: 0;
}
.recipe__section .recipe__menu-text {
  margin-bottom: 35px;
}
.recipe__section .recipe__markup-title {
  margin-bottom: 25px;
}
.recipe__section .recipe__markup-title span {
  font-size: var(--font-size-18);
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
.recipe__section .recipe__markup-title span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0px 5.5px;
  border-color: var(--color-green) transparent transparent transparent;
  inset: auto 0 -8px;
  margin: 0 auto;
}
.recipe__section .recipe__ingredient {
  width: 410px;
}
.recipe__section .recipe__ingredient .recipe__ingredient-item {
  border-bottom: 1px dotted;
  padding: 7px 0;
}
.recipe__section .recipe__ingredient .recipe__ingredient-item .ingredient__name {
  font-size: var(--font-size-15);
}
.recipe__section .recipe__ingredient .recipe__ingredient-item .ingredient__name::before {
  content: "・";
}
.recipe__section .recipe__ingredient .recipe__ingredient-item .ingredient__amount {
  font-size: var(--font-size-14);
}
.recipe__section .recipe__process-wrap {
  position: relative;
  margin-top: 80px;
  padding: 50px;
}
.recipe__section .recipe__process-wrap .recipe__markup-title {
  position: absolute;
  inset: -18px 0 auto;
  margin: 0 auto;
  text-align: center;
}
.recipe__section .recipe__process-wrap .recipe__process-item {
  margin-bottom: 15px;
  padding-left: 40px;
}
.recipe__section .recipe__process-wrap .recipe__process-item:last-child {
  margin-bottom: 0;
}
.recipe__section .recipe__process-wrap .recipe__process-item::before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--color-ochre);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0 auto 0 0;
}

#recipe-satoimo .recipe__title span {
  background: url(../img/recipe/recipe-satoimo-ttl_ill.png) right bottom no-repeat;
}

#recipe-satsumaimo .recipe__title span {
  padding: 0 130px;
  background: url(../img/recipe/recipe-satsumaimo-ttl_ill.png) right bottom no-repeat;
}

#recipe-youngcorn .recipe__title span {
  background: url(../img/recipe/recipe-youngcorn-ttl_ill.png) right bottom no-repeat;
}

#recipe-corn .recipe__title span {
  padding: 0 140px;
  background: url(../img/recipe/recipe-corn-ttl_ill.png) right bottom no-repeat;
}

#recipe-carrot .recipe__title span {
  background: url(../img/recipe/recipe-carrot-ttl_ill.png) right bottom no-repeat;
}

/*==========================================
case
===========================================*/
.case__section {
  margin-top: 130px;
}
.case__section:not(:nth-of-type(1)) {
  margin-top: 235px;
}
.case__section .case__inbox {
  position: relative;
}
.case__section .case__inbox::before {
  position: absolute;
  content: "";
}
.case__section:last-child {
  margin-bottom: 130px;
}
.case__section .case__headline-content {
  width: 525px;
}
.case__section .case__recommend-wrap {
  margin-top: 60px;
  padding-bottom: 60px;
  background: url(../img/common/dotted.png) bottom center repeat-x;
}

#case-thanks .case__inbox::before {
  width: 207px;
  height: 147px;
  background: url(../img/case/thanx_ill.png) center/100% no-repeat;
  inset: -230px -88px auto auto;
}

#case-shotyumimai .case__inbox::before {
  width: 135px;
  height: 125px;
  background: url(../img/case/shotyumimai_ill.png) center/100% no-repeat;
  inset: -155px auto auto -100px;
}

#case-keirou .case__inbox::before {
  width: 133px;
  height: 118px;
  background: url(../img/case/keirou_ill.png) center/100% no-repeat;
  inset: -155px 0 auto auto;
}

#case-nenmatsu .case__inbox::before {
  width: 194px;
  height: 124px;
  background: url(../img/case/nenmatsu_ill.png) center/100% no-repeat;
  inset: -155px auto auto -100px;
}

/*==========================================
voice
===========================================*/
.voice__section {
  margin-bottom: 130px;
}
.voice__section:nth-of-type(1) {
  margin-top: 130px;
}
.voice__section .voice__title {
  position: relative;
  margin-bottom: 90px;
}
.voice__section .voice__title::before {
  position: absolute;
  content: "";
}
.voice__section .voice__item {
  margin-bottom: 60px;
}
.voice__section .voice__item:last-child {
  margin-bottom: 0;
}
.voice__section .voice__item-content {
  width: 850px;
  padding: 40px 55px 50px 45px;
  position: relative;
}
.voice__section .voice__item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 63px;
}
.voice__section .voice__item:nth-child(odd) .voice__item-content {
  box-shadow: 4px 4px rgba(var(--color-gray-dark-rgb), 0.4);
}
.voice__section .voice__item:nth-child(odd) .voice__item-content::before {
  left: -21px;
  border-width: 12px 21px 12px 0px;
  border-color: transparent var(--color-light-blue) transparent transparent;
}
.voice__section .voice__item:nth-child(even) .voice__item-content {
  box-shadow: -4px 4px rgba(var(--color-gray-dark-rgb), 0.4);
}
.voice__section .voice__item:nth-child(even) .voice__item-content::before {
  right: -21px;
  border-width: 12px 0px 12px 21px;
  border-color: transparent transparent transparent var(--color-light-blue);
}

#voice-satoimo .voice__title::before {
  width: 119px;
  height: 104px;
  background: url(../img/voice/satoimo-ttl_ill.png) center/100% no-repeat;
  inset: auto 145px -10px auto;
}

#voice-satsumaimo .voice__title::before {
  width: 134px;
  height: 88px;
  background: url(../img/voice/satsumaimo-ttl_ill.png) center/100% no-repeat;
  inset: auto 41px -63px auto;
}

#voice-corn .voice__title::before {
  width: 170px;
  height: 95px;
  background: url(../img/voice/corn-ttl_ill.png) center/100% no-repeat;
  inset: auto 41px -85px auto;
}

#voice-carrot .voice__title::before {
  width: 85px;
  height: 85px;
  background: url(../img/voice/carrot-ttl_ill.png) center/100% no-repeat;
  inset: auto 150px 0 auto;
}

#voice-onion .voice__title::before {
  width: 114px;
  height: 109px;
  background: url(../img/voice/onion-ttl_ill.png) center/100% no-repeat;
  inset: auto 90px -20px auto;
}

#voice-pumpkin .voice__title::before {
  width: 95px;
  height: 70px;
  background: url(../img/voice/pumpkin-ttl_ill.png) center/100% no-repeat;
  inset: auto 117px -20px auto;
}

#voice-hakusai .voice__title::before {
  width: 84px;
  height: 93px;
  background: url(../img/voice/hakusai-ttl_ill.png) center/100% no-repeat;
  inset: auto 162px -20px auto;
}

#voice-youngcorn .voice__title::before {
  width: 80px;
  height: 109px;
  background: url(../img/voice/youngcorn-ttl_ill.png) center/100% no-repeat;
  inset: auto 55px -20px auto;
}

/*==========================================
owner
===========================================*/
/*
# owner-worries
------------------------*/
#owner-worries {
  padding: 120px 0;
}
#owner-worries .worries__list {
  gap: 30px 40px;
}
#owner-worries .worries__list .worries__item {
  width: 520px;
  font-size: var(--font-size-17);
  letter-spacing: 0;
  padding: 20px 15px 20px 65px;
}
#owner-worries .worries__list .worries__item::before {
  color: var(--primary-color);
  font-size: var(--font-size-30);
  left: 23px;
}
#owner-worries .worries__list .worries__item span {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-18);
}
#owner-worries .worries__list .worries__item span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  z-index: -1;
  inset: auto 0 0;
  background: var(--color-light-blue-light);
}

/*
# owner-about
------------------------*/
#owner-about .about__part {
  margin-bottom: 75px;
  position: relative;
}
#owner-about .about__part:last-child {
  margin-bottom: 0;
}
#owner-about .about__part-title .about__part-markup {
  display: block;
  width: 100px;
  font-size: var(--font-size-18);
  text-align: center;
  position: relative;
  line-height: 1.5555555556;
  margin-bottom: 15px;
}
#owner-about .about__part-title .about__part-markup::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0px 5.5px;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -8px;
  margin: 0 auto;
}
#owner-about .about__part-title .about__part-markup em {
  font-size: var(--font-size-22);
}
#owner-about .about__part-img {
  position: absolute;
  top: 0;
}
#owner-about .about__part-content {
  width: 700px;
  min-height: 315px;
}
#owner-about .about__part:nth-of-type(odd) .about__part-img {
  left: 0;
}
#owner-about .about__part:nth-of-type(odd) .about__part-content {
  margin-left: auto;
}
#owner-about .about__part:nth-of-type(even) .about__part-img {
  right: 0;
}

/*
# owner-merit
------------------------*/
#owner-merit {
  background: url(../img/owner/merit_bg.jpg) center/cover no-repeat;
}
#owner-merit .merit__title {
  background: url(../img/owner/merit-ttl-l_ill.png) left bottom no-repeat, url(../img/owner/merit-ttl-r_ill.png) right bottom no-repeat;
  padding-bottom: 25px;
  margin-bottom: 70px;
}
#owner-merit .merit__item {
  margin-bottom: 40px;
  padding: 40px 50px;
  position: relative;
  box-shadow: 4px 4px rgba(var(--color-gray-dark-rgb), 0.4);
}
#owner-merit .merit__item:last-child {
  margin-bottom: 0;
}
#owner-merit .merit__item-title::before {
  content: counter(number, decimal-leading-zero);
  color: var(--primary-color);
}
#owner-merit .merit__item-content {
  width: 775px;
  margin-left: auto;
}

/*==========================================
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 .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#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フレーム時)
  ===========================================*/