@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: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: var(--primary-color);
  border-radius: 3vw 0 0 3vw;
  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(--color-white);
}
.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-family: var(--font-secondary);
  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(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 30%;
  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: 6% 0;
  font-size: var(--font-size-15);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav-item:nth-child(1)::before {
  background: none;
}
#drawer__nav .drawer__nav-item:nth-child(1) .drawer__nav-link {
  color: var(--primary-color);
  padding-left: 0;
}
#drawer__nav .drawer__nav-item:nth-child(2) .drawer__nav-link {
  color: var(--color-ochre-dark);
}
#drawer__nav .drawer__nav-item:nth-child(3) .drawer__nav-link {
  color: var(--color-light-blue);
}
#drawer__nav .drawer__nav-item:nth-child(4) .drawer__nav-link {
  color: var(--color-green);
}
#drawer__nav .drawer__nav-item:nth-child(5) .drawer__nav-link {
  color: var(--color-emerald-blue);
  padding-right: 0;
}
#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;
  border-right: 2px solid;
  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__address {
  text-align: center;
  margin: 10% auto;
}
#drawer__nav .drawer__address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__nav-subpage {
  -moz-column-count: 2;
       column-count: 2;
  width: 100%;
  font-size: var(--font-size-12);
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 8%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-address
------------------------*/
.c-address .address__locate {
  font-size: var(--font-size-14);
  letter-spacing: 0;
  margin-bottom: 6%;
}
.c-address .address__tel {
  line-height: 1.2;
}
.c-address .address__tel .tel__num {
  font-size: var(--font-size-24);
  letter-spacing: 0;
  padding-left: 6vw;
  background: url(../img/common/tel_ic.png) left bottom 2vw/4vw no-repeat;
}
.c-address .address__tel .tel__text {
  width: 52%;
  margin: 0 auto;
  display: block;
}

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

/*
# more-button
------------------------*/
.more-button {
  font-size: var(--font-size-13);
}
.more-button span {
  border-bottom: 2px solid var(--primary-color);
  padding: 1.5vw 3vw 1.5vw 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 {
  height: 11vw;
  border-radius: 7vw;
  background: var(--primary-color);
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-13);
  padding: 0 9vw 0 3vw;
}
.com-button::before {
  inset: 0 3vw 0 auto;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--primary-color);
  font-size: var(--font-size-10);
}
.com-button:hover {
  transform: scale(0.97);
}

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

.headline-title {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  padding-bottom: 4%;
  margin-bottom: 6%;
  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-17);
  letter-spacing: 0.1em;
  border-left: 1vw solid;
  padding-left: 3%;
  margin-bottom: 4%;
}

.title-horizontal {
  display: flex;
  align-items: center;
  margin-bottom: 8%;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--font-size-21);
}
.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: 1.5rem;
}
.title-horizontal::after {
  margin-left: 1.5rem;
}

/*==========================================
header
===========================================*/
#header {
  padding: 3%;
  position: fixed;
  width: 100%;
  height: 15vw;
  z-index: 1001;
  inset: 0 0 auto;
}
#header .header__logo {
  width: 25%;
  line-height: 1;
  position: relative;
  z-index: 1002;
}

.header__nav {
  display: none;
}
.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: 65vw;
  margin-top: 15vw;
  background: url(../img/top/mv/mv-btm_round.png) bottom center/100% no-repeat, url(../img/top/mv/mv-l_deco.png) left top/45% no-repeat, url(../img/top/mv/mv-r_deco.png) right top/35% no-repeat;
}
.page-visual__wrap .sv__title {
  width: 88%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 22.807%;
  font-size: var(--font-size-18);
}
.page-visual__wrap .sv__title::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 16vw;
  inset: -15vw auto auto -3vw;
  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: 1vw 5vw;
}
.page-visual__wrap .sv__img {
  width: 88%;
  height: 100%;
  margin: 0 auto;
  background: url(../img/sv/ec-base_sv.png) right center/70% no-repeat;
}

/*
# トップページビジュアル
------------------------*/
#top-mv {
  height: 115vw;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .top-mv__slider-wrap {
  width: 92%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 3%;
}
#top-mv #mv__slider {
  height: 85vw;
  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: 60%;
  position: absolute;
  inset: 58% auto auto 0;
}
#top-mv .slider__catch::before {
  position: absolute;
  content: "";
}
#top-mv #mv__slider li {
  background-size: 75% !important;
  background-position: right top !important;
}
#top-mv #mv__slider li:nth-child(1) .slider__catch::before {
  width: 34.6666%;
  height: 16vw;
  inset: auto auto -5vw -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: 15vw;
  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% -5vw 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: 15vw;
  inset: auto auto -7vw 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 2% 0 auto;
  width: 64%;
  z-index: 100;
  padding: 4% 3%;
}
#top-mv .mv__season-link:hover {
  transform: scale(0.97);
}
#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: var(--font-size-16);
}
#top-mv .mv__season-link .mv__season-text {
  font-size: var(--font-size-11);
}
#top-mv .mv__medal {
  width: 29%;
  position: absolute;
  inset: auto 0 7vw auto;
  z-index: 100;
}

.com-link__part {
  padding: 8% 2%;
  display: block;
  text-align: center;
}
.com-link__part::before {
  width: 5vw;
  height: 5vw;
  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-12);
  font-weight: var(--font-weight-black);
}
.com-link__part-title {
  font-size: var(--font-size-19);
  margin-bottom: 3%;
}
.com-link__part-text {
  line-height: 1.6666666667;
  font-size: var(--font-size-14);
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
footer
===========================================*/
#footer {
  padding: 16% 0;
}
#footer .footer__inbox {
  position: relative;
}
#footer .footer__left {
  margin-bottom: 15%;
  text-align: center;
}
#footer .footer__left-headline {
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer__left .footer__logo {
  width: 46%;
  border-right: 2px solid var(--color-ochre-extra-light);
  padding-right: 7vw;
}
#footer .footer__left .footer__sns-list {
  width: 25%;
  padding-left: 7vw;
}
#footer .footer__left .footer__address .address__locate {
  font-size: var(--font-size-14);
  letter-spacing: 0;
}
#footer .footer__right .footer__ec-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw 7vw;
  margin-bottom: 16%;
}
#footer .footer__right .footer__ec-nav .footer__ec-link {
  position: relative;
  padding-left: 9vw;
}
#footer .footer__right .footer__ec-nav .footer__ec-link::before {
  position: absolute;
  content: "";
  width: 8vw;
  height: 8vw;
  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);
  background-size: 3vw;
}
#footer .footer__right .footer__ec-nav .footer__ec-item--fee .footer__ec-link::before {
  background-image: url(../img/common/ft-fee_ic.png);
  background-size: 4vw;
}
#footer .footer__right .footer__nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 4%;
}
#footer .footer__right .footer__nav-list {
  width: 48%;
}
#footer .footer__right .footer__nav-item {
  font-size: var(--font-size-13);
  margin-bottom: 15%;
  letter-spacing: 0;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

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

.pagetop {
  width: 8vw;
  height: 8vw;
}

/*==========================================
top
===========================================*/
/*
# top-new-arrivals
------------------------*/
#top-new-arrivals {
  padding: 18% 0 0;
}
#top-new-arrivals .new-arrivals__inbox {
  position: relative;
}
#top-new-arrivals .ecItem__list .ecItem__card-img {
  height: 55vw;
}
#top-new-arrivals .swiper-button-prev,
#top-new-arrivals .swiper-button-next {
  width: 8%;
  height: 20vw;
  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-18);
  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: 4%;
}
#top-new-arrivals .swiper-button-next {
  right: 4%;
}

.ecItem__list .ecItem__card {
  width: 70%;
}
.ecItem__list .ecItem__card-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  row-gap: 3vw;
}
.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: 59vw;
  border-radius: 4vw;
}
.ecItem__list .ecItem__card-img img {
  border-radius: 4vw;
}
.ecItem__list .ecItem__card-title {
  font-size: var(--font-size-15);
  letter-spacing: 0;
  transition: all 0.1s;
}
.ecItem__list .ecItem__card-price {
  width: 50%;
  font-size: var(--font-size-18);
}
.ecItem__list .ecItem__card-price small {
  font-size: var(--font-size-14);
}

/*
# top-media
------------------------*/
#top-media {
  padding: 12% 0 20%;
}
#top-media .media__title {
  margin-bottom: 6%;
  padding-bottom: 4%;
  text-align: center;
  background: url(../img/top/media-ttl-l_deco.png) left bottom/20% no-repeat, url(../img/top/media-ttl-r_deco.png) right bottom/20% no-repeat;
}
#top-media .media__title .title-img img {
  width: 70%;
}
#top-media .media__title .title-text {
  display: block;
  font-size: var(--font-size-18);
}
#top-media .media__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 1.5vw 2%;
}
#top-media .media__list .media__item {
  width: 49%;
  padding: 5% 1%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-11);
}
#top-media .media__list .media__item span {
  font-size: var(--font-size-12);
  background: linear-gradient(to bottom, rgba(var(--color-white-rgb), 1) 40%, rgba(var(--color-light-blue-light-rgb), 1) 40%);
}

/*
# top-category
------------------------*/
#top-category {
  padding: 18% 0 0;
}
#top-category .category__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw;
}

.category__type-section .ecItem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12vw 4%;
}
.category__type-section .ecItem__list .ecItem__card {
  width: 48%;
}
.category__type-section .ecItem__list .ecItem__card-img {
  height: 35vw;
}
.category__type-section .ecItem__list .ecItem__card-price {
  width: 100%;
}

/*
# top-calendar
------------------------*/
#top-calendar {
  padding-top: 25%;
}
#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: 21%;
  height: 14vw;
  background: url(../img/top/calendar-ttl_deco.png) center/100% no-repeat;
  inset: -17vw auto auto 5%;
}
#top-calendar .calendar__inbox::after {
  width: 14%;
  height: 12vw;
  background: url(../img/top/calendar-rb_deco.png) center/100% no-repeat;
  inset: auto 3% -11vw auto;
}
#top-calendar .calendar__text {
  font-size: var(--font-size-17);
  margin-bottom: 8%;
}
#top-calendar .calendar__wrap {
  overflow-x: scroll;
  white-space: nowrap;
}
#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: 2vw;
}
#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: 20%;
}
.category__type-section .category__type-inbox {
  position: relative;
}
.category__type-section .category__type-button {
  width: 70%;
  margin: 15% 0 0 auto;
}

/*
# .top-page__buttons
------------------------*/
.top-page__buttons {
  padding: 15% 8%;
}
.top-page__buttons .page__button {
  display: block;
  margin-bottom: 12%;
}
.top-page__buttons .page__button:last-child {
  margin-bottom: 0;
}
.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: 19%;
  height: 13vw;
  background: url(../img/top/recipe-button_deco.png) center/100% no-repeat;
  inset: auto 3% -8vw 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: 15%;
  height: 15vw;
  background: url(../img/top/voice-button_deco.png) center/100% no-repeat;
  inset: auto 3% -8vw 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: 20% 0;
}
#top-about .about__inbox {
  position: relative;
}
#top-about .about__inbox::before {
  position: absolute;
  content: "";
  width: 28%;
  height: 17vw;
  background: url(../img/top/about-us-lb_deco.png) center/100% no-repeat;
  inset: auto auto -24vw 5%;
}
#top-about .about__img {
  width: 80%;
  margin: 0 auto 10%;
  text-align: center;
}
#top-about .about__title {
  color: var(--color-white);
}

/*
# top-news
------------------------*/
#top-news {
  padding: 20% 0;
}
#top-news .news__inbox {
  position: relative;
}
#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-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 5% 0;
  row-gap: 2vw;
}
#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: 27%;
  font-size: var(--font-size-14);
  letter-spacing: 0;
}
#top-news .news__post-tags {
  width: 71%;
  row-gap: 1vw;
}
#top-news .news__post-tags .news__post-tag {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-size-13);
  position: relative;
  padding-left: 3vw;
}
#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__post-title {
  font-size: var(--font-size-15);
}
#top-news .news__button {
  width: 60%;
  margin: 15% 0 0 auto;
}

/*
# top-owner
------------------------*/
#top-owner {
  padding: 15% 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: 25%;
  height: 17vw;
  background: url(../img/top/owner-rb_deco.png) center bottom/100% no-repeat;
  inset: auto 5% -20vw auto;
}
#top-owner .owner__link {
  display: block;
  padding: 8% 2%;
  background: url(../img/common/green-ptrn_bg.jpg) center no-repeat;
  border-radius: 5vw;
}
#top-owner .owner__link::before {
  width: 6vw;
  height: 6vw;
  background: var(--color-white);
  color: var(--color-green);
  border-radius: 50%;
  inset: 3vw 5% auto auto;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-black);
}
#top-owner .owner__link:hover {
  transform: scale(0.97);
}
#top-owner .owner__title {
  color: var(--color-white);
  font-size: var(--font-size-16);
  margin-bottom: 3%;
  line-height: 1.6;
}
#top-owner .owner__title span {
  font-size: var(--font-size-20);
}
#top-owner .owner__text {
  padding: 0 5%;
  font-size: var(--font-size-13);
}
#top-owner .owner__text span {
  font-size: var(--font-size-14);
}

/*==========================================
recipe
===========================================*/
.com-pagenav__wrap {
  padding: 15% 0;
}
.com-pagenav__wrap .pagenav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 5vw;
}
.com-pagenav__wrap .pagenav__list .pagenav__link::before {
  transform: rotate(90deg);
}

.recipe__section {
  margin-top: 22%;
}
.recipe__section:last-child {
  margin-bottom: 22%;
}
.recipe__section .recipe__title span {
  position: relative;
  z-index: 1;
}
.recipe__section .recipe__title span::before {
  position: absolute;
  content: "";
  z-index: -1;
}
.recipe__section .recipe__menu {
  margin-bottom: 18%;
}
.recipe__section .recipe__menu:last-child {
  margin-bottom: 0;
}
.recipe__section .recipe__menu-text {
  margin-bottom: 8%;
}
.recipe__section .recipe__menu .recipe__img {
  margin-bottom: 8%;
}
.recipe__section .recipe__markup-title {
  margin-bottom: 4%;
}
.recipe__section .recipe__markup-title span {
  font-size: var(--font-size-16);
  letter-spacing: 0.2em;
  display: inline-block;
  padding: 0 5vw;
  position: relative;
}
.recipe__section .recipe__markup-title span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5vw 2vw 0px 2vw;
  border-color: var(--color-green) transparent transparent transparent;
  inset: auto 0 -2vw;
  margin: 0 auto;
}
.recipe__section .recipe__ingredient .recipe__ingredient-item {
  border-bottom: 1px dotted;
  padding: 3% 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: 18%;
  padding: 12% 6% 8%;
}
.recipe__section .recipe__process-wrap .recipe__markup-title {
  position: absolute;
  inset: -18px auto auto 0;
  text-align: center;
}
.recipe__section .recipe__process-wrap .recipe__process-item {
  margin-bottom: 6%;
  padding-left: 12%;
}
.recipe__section .recipe__process-wrap .recipe__process-item:last-child {
  margin-bottom: 0;
}
.recipe__section .recipe__process-wrap .recipe__process-item::before {
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  background: var(--color-ochre);
  color: var(--color-white);
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 1.1vw auto auto 0;
}

#recipe-satoimo .recipe__title span::before {
  width: 14vw;
  height: 11vw;
  background: url(../img/recipe/recipe-satoimo-ttl_ill.png) center/100% no-repeat;
  inset: auto -11vw -7vw auto;
}

#recipe-satsumaimo .recipe__title {
  font-size: var(--font-size-26);
}
#recipe-satsumaimo .recipe__title span::before {
  width: 17vw;
  height: 11vw;
  background: url(../img/recipe/recipe-satsumaimo-ttl_ill.png) center/100% no-repeat;
  inset: auto -6vw -12vw auto;
}

#recipe-youngcorn .recipe__title span {
  display: block;
}
#recipe-youngcorn .recipe__title span::before {
  width: 11vw;
  height: 15vw;
  background: url(../img/recipe/recipe-youngcorn-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -10vw auto;
}

#recipe-corn .recipe__title span {
  display: block;
}
#recipe-corn .recipe__title span::before {
  width: 20vw;
  height: 10vw;
  background: url(../img/recipe/recipe-corn-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -8vw auto;
}

#recipe-carrot .recipe__title span {
  display: block;
}
#recipe-carrot .recipe__title span::before {
  width: 12vw;
  height: 12vw;
  background: url(../img/recipe/recipe-carrot-ttl_ill.png) center/100% no-repeat;
  inset: auto -3vw -13vw auto;
}

/*==========================================
case
===========================================*/
.case__section {
  margin-top: 22%;
}
.case__section:not(:nth-of-type(1)) {
  margin-top: 25%;
}
.case__section .case__inbox {
  position: relative;
}
.case__section .case__inbox::before {
  position: absolute;
  content: "";
}
.case__section:last-child {
  margin-bottom: 22%;
}
.case__section .case__headline-img {
  margin-bottom: 8%;
}
.case__section .case__recommend-wrap {
  margin-top: 15%;
  padding-bottom: 15%;
  background: url(../img/common/dotted.png) bottom center repeat-x;
}

#case-thanks .case__inbox::before {
  width: 26%;
  height: 17vw;
  background: url(../img/case/thanx_ill.png) center/100% no-repeat;
  inset: -29vw 5% auto auto;
}

#case-shotyumimai .case__inbox::before {
  width: 19%;
  height: 16vw;
  background: url(../img/case/shotyumimai_ill.png) center/100% no-repeat;
  inset: -17vw auto auto 4%;
}

#case-keirou .case__inbox::before {
  width: 16%;
  height: 14vw;
  background: url(../img/case/keirou_ill.png) center/100% no-repeat;
  inset: -17vw 4% auto auto;
}

#case-nenmatsu .case__inbox::before {
  width: 25%;
  height: 15vw;
  background: url(../img/case/nenmatsu_ill.png) center/100% no-repeat;
  inset: -17vw auto auto 4%;
}

/*==========================================
voice
===========================================*/
.voice__section {
  margin-bottom: 22%;
}
.voice__section:nth-of-type(1) {
  margin-top: 22%;
}
.voice__section .voice__title {
  position: relative;
}
.voice__section .voice__title::before {
  position: absolute;
  content: "";
}
.voice__section .voice__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 12%;
}
.voice__section .voice__item:last-child {
  margin-bottom: 0;
}
.voice__section .voice__item-icon {
  width: 20%;
}
.voice__section .voice__item-title {
  font-size: var(--font-size-16);
  padding-bottom: 5%;
}
.voice__section .voice__item-content {
  width: 72%;
  padding: 3% 6% 8%;
  position: relative;
}
.voice__section .voice__item-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 6vw;
}
.voice__section .voice__item-text {
  font-size: var(--font-size-13);
}
.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: -3vw;
  border-width: 3vw 3.5vw 3vw 0px;
  border-color: transparent var(--color-light-blue) transparent transparent;
}
.voice__section .voice__item:nth-child(even) {
  flex-direction: row-reverse;
}
.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: -3vw;
  border-width: 3vw 0px 3vw 3.5vw;
  border-color: transparent transparent transparent var(--color-light-blue);
}

#voice-satoimo .voice__title::before {
  width: 19%;
  height: 14vw;
  background: url(../img/voice/satoimo-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -7vw auto;
}

#voice-satsumaimo .voice__title {
  font-size: var(--font-size-26);
}
#voice-satsumaimo .voice__title::before {
  width: 24%;
  height: 13vw;
  background: url(../img/voice/satsumaimo-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -8vw auto;
}

#voice-corn .voice__title {
  font-size: var(--font-size-25);
}
#voice-corn .voice__title::before {
  width: 30%;
  height: 14vw;
  background: url(../img/voice/corn-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -10vw auto;
}

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

#voice-onion .voice__title {
  font-size: var(--font-size-27);
}
#voice-onion .voice__title::before {
  width: 15vw;
  height: 14vw;
  background: url(../img/voice/onion-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -7vw auto;
}

#voice-pumpkin .voice__title {
  font-size: var(--font-size-27);
}
#voice-pumpkin .voice__title::before {
  width: 14vw;
  height: 10vw;
  background: url(../img/voice/pumpkin-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -6vw auto;
}

#voice-hakusai .voice__title::before {
  width: 16%;
  height: 15vw;
  background: url(../img/voice/hakusai-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -9vw auto;
}

#voice-youngcorn .voice__title {
  font-size: var(--font-size-25);
}
#voice-youngcorn .voice__title::before {
  width: 12vw;
  height: 16vw;
  background: url(../img/voice/youngcorn-ttl_ill.png) center/100% no-repeat;
  inset: auto 0 -10vw auto;
}

/*==========================================
owner
===========================================*/
/*
# owner-worries
------------------------*/
#owner-worries {
  padding: 20% 0;
}
#owner-worries .worries__list .worries__item {
  font-size: var(--font-size-15);
  letter-spacing: 0;
  padding: 5% 3% 5% 12%;
  margin-bottom: 7%;
}
#owner-worries .worries__list .worries__item:last-child {
  margin-bottom: 0;
}
#owner-worries .worries__list .worries__item::before {
  color: var(--primary-color);
  font-size: var(--font-size-25);
  inset: 5vw auto auto 2%;
}
#owner-worries .worries__list .worries__item span {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-17);
}
#owner-worries .worries__list .worries__item span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4vw;
  z-index: -1;
  inset: auto 0 0;
  background: var(--color-light-blue-light);
}

/*
# owner-about
------------------------*/
#owner-about .about__part {
  margin-bottom: 15%;
  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-15);
  text-align: center;
  position: relative;
  line-height: 1.5555555556;
  margin-bottom: 3%;
}
#owner-about .about__part-title .about__part-markup::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 1.5vw 0px 1.5vw;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -1.5vw;
  margin: 0 auto;
}
#owner-about .about__part-title .about__part-markup em {
  font-size: var(--font-size-18);
}
#owner-about .about__part-img {
  width: 85%;
  text-align: center;
  margin: 0 auto 8%;
}

/*
# 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/25% no-repeat, url(../img/owner/merit-ttl-r_ill.png) right bottom/25% no-repeat;
  padding-bottom: 20%;
  margin-bottom: 8%;
}
#owner-merit .merit__item {
  margin-bottom: 12%;
  padding: 8% 6% 12%;
  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 {
  position: relative;
  padding-left: 11%;
}
#owner-merit .merit__item-title::before {
  position: absolute;
  inset: 0 auto auto 0;
  content: counter(number, decimal-leading-zero);
  color: var(--primary-color);
}
#owner-merit .merit__item-icon {
  width: 65%;
  margin: 0 auto 6%;
  text-align: center;
}

/*==========================================
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%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.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;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  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 {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  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フレーム時)
  ===========================================*/