/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/webpack-dart-sass-glob/index.js!./src/scss/styles-pc.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #3e3a39;
  letter-spacing: 0.05em;
  word-break: break-word;
  background: #fff;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  opacity: 1;
  transition: all 0.3s ease;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

main {
  width: 100%;
}

/*recaptureバッジを非表示に*/
.grecaptcha-badge {
  display: none;
}

body {
  font-size: 16px;
  line-height: 2.0625;
}

a[href^="tel:"] {
  pointer-events: none;
}

.h-tac {
  text-align: center;
}

.h-oh {
  overflow: hidden;
}

.h-ct {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
}

.h-overflow-x-scroll {
  overflow-x: scroll;
}

.effect-fade {
  opacity: 0;
  transition: all 0.3s;
  transform: translate(0, 45px);
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(-80px);
}
.effect-slidein.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.effect-slidein-right {
  opacity: 0;
  transition: opacity 1s, transform 0.8s;
  transform: translateX(80px);
}
.effect-slidein-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeintop {
  opacity: 0;
  transform: translateY(-80px);
}
.effect-fadeintop.effect-scroll {
  animation-name: fadeInTop;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.effect-fadeinbottom {
  opacity: 0;
  transform: translateY(80px);
}
.effect-fadeinbottom.effect-scroll {
  animation-name: fadeInBottom;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

.wpcf7 .note {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .memo {
  margin-bottom: 5px;
  text-align: left;
}
.wpcf7 .buttons {
  margin-top: 40px;
  text-align: center;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0 0 1em;
}
.wpcf7-not-valid-tip {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #dc3232;
}
.wpcf7 textarea,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  width: 95%;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=date] {
  min-width: 50%;
  min-height: 27px;
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input[type=number] {
  padding: 6px 3px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fdfdfd;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.wpcf7 input {
  position: relative;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  top: -2px;
  margin-right: 6px;
}
.wpcf7 input[type=tel] {
  width: 50%;
}
.wpcf7 input[type=submit], .wpcf7 input[type=reset], .wpcf7 input[type=button],
.wpcf7 input button {
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
}
.wpcf7 th {
  width: 25%;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: normal;
  color: #111;
  text-align: left;
  vertical-align: middle;
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.wpcf7 th b {
  margin-left: 4px;
  color: #d74a5b;
}
.wpcf7 td {
  width: 75%;
  padding: 16px 20px;
  font-size: 15px;
  color: #111;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}
.wpcf7 td.mia input[type=text], .wpcf7 td.mia input[type=email] {
  width: 70%;
}
.wpcf7 table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
}
.wpcf7 table.in_tbl {
  width: 80%;
  margin-bottom: 10px;
}
.wpcf7 table.in_tbl th {
  width: 160px;
}
.wpcf7 #wpcf7cpcnf td > p {
  font-size: 15px;
}
.wpcf7 .wpcf7cp-btns {
  margin-top: 4em;
  text-align: center;
}
.wpcf7 .wpcf7cp-form-hide {
  display: none;
}
.wpcf7 #wpcf7cpcnf {
  position: relative;
  padding-bottom: 45px;
}
.wpcf7 .recaptcha_text {
  margin-top: 8px;
  font-size: 12px;
}
.wpcf7 .recaptcha_text a {
  display: inline-block;
  text-decoration: underline;
}
.wpcf7 .recaptcha_text a:hover {
  text-decoration: none;
}

.wp-pagenavi {
  padding: 80px 0 0;
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #3e3a39;
  background-color: #fff;
  border: 1px solid rgba(133, 122, 133, 0.2);
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.1);
}
.wp-pagenavi a:hover {
  color: #fff;
  text-decoration: none;
  background: #7a6a56;
}
.wp-pagenavi span.current {
  display: inline-block;
  padding: 7px 9px 7px 10px;
  margin: 0 2px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #7a6a56;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 0px 3px rgba(35, 24, 21, 0.2);
}

.c-tel {
  display: inline-block;
}
.c-tel__inner {
  display: flex;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #7a6a56;
}
.c-tel__inner::before {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  content: "";
  background: url("../img/pc/icon_tel_theme_white.svg") no-repeat;
}
.c-tel--white a::before {
  background-image: url("../img/pc/icon_tel_white_theme.svg");
}
.c-tel__wrapper {
  text-align: center;
}

.c-recaptcha-text {
  font-size: 12px;
  text-align: center;
}
.c-recaptcha-text a {
  display: inline-block;
  text-decoration: underline;
}
.c-recaptcha-text a:hover {
  text-decoration: none;
}

.js-toggle-card {
  overflow: hidden;
}
.js-toggle-card__button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-toggle-card__content {
  visibility: hidden;
  transition: all 0.2s;
}
.js-toggle-card__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.c-flow {
  background: #fff;
}
.c-flow__title-inner {
  display: flex;
  align-items: center;
  padding: 14px 28px 14px 0;
  border: 1px solid #7a6a56;
}
.c-flow__title-inner::before {
  display: block;
  flex: 0 0 auto;
  width: 142px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #7a6a56;
}
.c-flow__title-inner::after {
  display: block;
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/c_flow_chevron.svg") no-repeat;
}
.c-flow__title {
  padding: 0 38px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.c-flow__content-inner {
  padding: 16px 32px 30px;
}
.c-flow__content-close {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 36px;
  margin: 24px auto 0;
  color: #000;
  background-color: #ddd;
}
.c-flow__content-close::before {
  position: relative;
  top: -1px;
  display: block;
  font-size: 20px;
  line-height: 1;
  content: "×";
}

.c-drawer-button {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-drawer-button__bar {
  position: relative;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}
.c-drawer-button__bar::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: #efdbc7;
}
.c-drawer-button__bar--1::before {
  width: 26px;
}
.c-drawer-button__bar--2::before {
  width: 23px;
}
.c-drawer-button__bar--3::before {
  width: 20px;
}
.c-drawer-button--active .c-drawer-button__bar::before {
  width: 100%;
}
.c-drawer-button--active .c-drawer-button__bar--1 {
  width: 26px;
  transform: translateY(8px) rotate(45deg);
}
.c-drawer-button--active .c-drawer-button__bar--2 {
  opacity: 0;
}
.c-drawer-button--active .c-drawer-button__bar--3 {
  width: 26px;
  transform: translateY(-8px) rotate(-45deg);
}

.c-archive-nothing {
  max-width: 1084px;
  padding: 100px 0;
  margin: 0 auto;
}

.b-recruit-form__input-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.b-recruit-form .row {
  width: 100%;
}
.b-recruit-form .row__title label {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.b-recruit-form .row__title label b {
  color: #e30012;
}
.b-recruit-form .row__content {
  margin-top: 20px;
}
.b-recruit-form .row__content .wpcf7-checkbox,
.b-recruit-form .row__content .wpcf7-radio {
  display: flex;
  gap: 40px;
  margin-top: -10px;
}
.b-recruit-form .row__content textarea,
.b-recruit-form .row__content input[type=text],
.b-recruit-form .row__content input[type=email],
.b-recruit-form .row__content input[type=tel] {
  width: 95%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input[type=date] {
  width: 200px;
  max-width: 50%;
  padding: 12px 12px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  appearance: none;
  background-color: #fff;
  border-radius: 1px;
}
.b-recruit-form .row__content input.p-postal-code {
  width: 284px;
}
.b-recruit-form .row__content .p-region {
  margin-top: 12px;
}
.b-recruit-form .row__place-note {
  margin: 12px 0 0 16px;
  font-size: 16px;
  line-height: 1;
  color: #c6bdb5;
}
.b-recruit-form__consent {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.b-recruit-form__consent label {
  display: flex;
  gap: 10px;
}
.b-recruit-form__consent label a {
  display: inline;
  text-decoration: underline;
}
.b-recruit-form__buttons {
  margin-top: 100px;
}
.b-recruit-form__buttons p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.b-recruit-form__buttons .wpcf7-submit {
  display: block;
  width: 230px;
  height: 64px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #7a6a56;
  border-radius: 6px;
}
.b-recruit-form__buttons .wpcf7-submit:disabled {
  background: linear-gradient(120deg, rgba(1, 23, 38, 0.5) 80%, rgba(44, 164, 222, 0.5) 150%);
}

.b-header__logo {
  position: absolute;
  top: 20px;
  left: 54px;
  z-index: 7000;
  width: 199px;
  height: 101px;
}
.b-header__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 7000;
  display: flex;
  height: 86px;
}
.b-header__list {
  display: flex;
  align-items: center;
  padding: 0 14px;
  background: #fff;
}
.b-header__list li {
  height: 38px;
}
.b-header__list li + li {
  border-left: 1px solid #888c51;
}
.b-header__list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 28px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.b-header__button {
  width: 210px;
  height: 100%;
}
.b-header__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background: #888c51;
}
.b-header__button a::before {
  display: block;
  width: 22px;
  height: 14px;
  margin-right: 12px;
  content: "";
  background: url("../img/pc/icon_mail_white.svg") no-repeat;
}

.b-footer {
  padding: 92px 40px 34px;
}
.b-footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.b-footer__logo {
  width: 180px;
  height: 61px;
}
.b-footer__title {
  margin-top: 20px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.b-footer__address {
  margin-top: 76px;
  font-size: 16px;
  line-height: 1;
}
.b-footer__button {
  width: 240px;
  height: 58px;
  margin-top: 38px;
}
.b-footer__button a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 30px 0 30px;
  border: 1px solid #3e3a39;
  border-radius: 29px;
}
.b-footer__button a::after {
  display: block;
  width: 9px;
  height: 16px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/b_footer_button_chevron.svg") no-repeat;
}
.b-footer__tel {
  margin-top: 42px;
  font-size: 16px;
  line-height: 1;
}
.b-footer__copyright {
  margin-top: 118px;
  font-size: 16px;
  line-height: 1;
}

.p-notfound .main {
  max-width: 1240px;
  padding: 250px 20px 200px;
  margin: 0 auto;
}
.p-notfound .main a {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
}

.p-front-page .mv {
  position: relative;
  max-width: 1920px;
  height: 960px;
  padding: 0 40px;
  margin: 0 auto;
  background: url("../img/pc/front_mv_bg.jpg") no-repeat center;
}
@keyframes fadeinT2B {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-front-page .mv__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  animation: 0.6s fadeinT2B 0.8s forwards;
}
.p-front-page .mv__title {
  margin-top: 10px;
}
.p-front-page .mv__text {
  margin-top: 34px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.7));
}
.p-front-page .mv__scroll {
  position: absolute;
  bottom: 22px;
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
}
.p-front-page .concept {
  position: relative;
  z-index: 100;
  height: 517px;
  padding-top: 36px;
  margin-top: 92px;
  background: url("../img/pc/front_concept_bg.png") no-repeat;
  background-position: top 0 right calc(50vw - 112px);
}
@media screen and (max-width: 1240px) {
  .p-front-page .concept {
    background-position: top 0 right 508px;
  }
}
.p-front-page .concept__container {
  max-width: 1286px;
  padding: 0 40px;
  margin: 0 auto 0;
}
.p-front-page .concept__block {
  max-width: 410px;
  margin-left: auto;
}
.p-front-page .concept__title {
  position: relative;
  left: -106px;
  width: 512px;
  height: 41px;
}
.p-front-page .concept__headline {
  margin-top: 38px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 53px;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.p-front-page .concept__english {
  margin-top: 20px;
}
.p-front-page .concept__text {
  margin-top: 26px;
}
.p-front-page .product {
  padding: 124px 40px 122px;
  margin-top: -32px;
  background: #f5f6f6;
}
.p-front-page .product__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .product__title span {
  margin-top: 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.p-front-page .product__title::after {
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #7a6a56;
}
.p-front-page .product__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, 286px);
  gap: 20px;
  justify-content: center;
  margin-top: 36px;
}
.p-front-page .product__nav li a {
  display: flex;
  align-items: center;
  height: 78px;
  padding: 0 18px 0 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  letter-spacing: 0.1em;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .product__nav li a::after {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: auto;
  content: "";
  background: url("../img/pc/front_product_nav_chevron.svg") no-repeat;
}
.p-front-page .product__note {
  max-width: 1200px;
  padding: 20px;
  margin: 66px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  text-align: center;
  letter-spacing: 0.1em;
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
  border-radius: 100000000px;
}
.p-front-page .product__list {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 1200px;
  margin: 78px auto 0;
}
.p-front-page .product__list .category__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.p-front-page .product__list .category__title::after {
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #7a6a56;
}
.p-front-page .product__list .category__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 228px);
  gap: 16px 14px;
  justify-content: center;
  margin-top: 24px;
}
.p-front-page .product__list .category__list .item {
  background: #fff;
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.p-front-page .product__list .category__list .item__image {
  height: 106px;
  background: center/cover no-repeat;
}
.p-front-page .product__list .category__list .item__title {
  display: flex;
  align-items: center;
  height: 52px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1;
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/front_product_image_flower_1.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/front_product_image_flower_2.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/front_product_image_flower_3.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/front_product_image_flower_4.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/front_product_image_flower_5.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/front_product_image_flower_6.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(7) .item__image {
  background-image: url("../img/pc/front_product_image_flower_7.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(8) .item__image {
  background-image: url("../img/pc/front_product_image_flower_8.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(9) .item__image {
  background-image: url("../img/pc/front_product_image_flower_9.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(10) .item__image {
  background-image: url("../img/pc/front_product_image_flower_10.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(11) .item__image {
  background-image: url("../img/pc/front_product_image_flower_11.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(12) .item__image {
  background-image: url("../img/pc/front_product_image_flower_12.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(13) .item__image {
  background-image: url("../img/pc/front_product_image_flower_13.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(14) .item__image {
  background-image: url("../img/pc/front_product_image_flower_14.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(15) .item__image {
  background-image: url("../img/pc/front_product_image_flower_15.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(16) .item__image {
  background-image: url("../img/pc/front_product_image_flower_16.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(17) .item__image {
  background-image: url("../img/pc/front_product_image_flower_17.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(18) .item__image {
  background-image: url("../img/pc/front_product_image_flower_18.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(19) .item__image {
  background-image: url("../img/pc/front_product_image_flower_19.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(20) .item__image {
  background-image: url("../img/pc/front_product_image_flower_20.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(21) .item__image {
  background-image: url("../img/pc/front_product_image_flower_21.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(22) .item__image {
  background-image: url("../img/pc/front_product_image_flower_22.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(23) .item__image {
  background-image: url("../img/pc/front_product_image_flower_23.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(24) .item__image {
  background-image: url("../img/pc/front_product_image_flower_24.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(25) .item__image {
  background-image: url("../img/pc/front_product_image_flower_25.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(26) .item__image {
  background-image: url("../img/pc/front_product_image_flower_26.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(27) .item__image {
  background-image: url("../img/pc/front_product_image_flower_27.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(28) .item__image {
  background-image: url("../img/pc/front_product_image_flower_28.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(29) .item__image {
  background-image: url("../img/pc/front_product_image_flower_29.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(30) .item__image {
  background-image: url("../img/pc/front_product_image_flower_30.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(31) .item__image {
  background-image: url("../img/pc/front_product_image_flower_31.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(32) .item__image {
  background-image: url("../img/pc/front_product_image_flower_32.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(33) .item__image {
  background-image: url("../img/pc/front_product_image_flower_33.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(34) .item__image {
  background-image: url("../img/pc/front_product_image_flower_34.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(35) .item__image {
  background-image: url("../img/pc/front_product_image_flower_35.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(36) .item__image {
  background-image: url("../img/pc/front_product_image_flower_36.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(37) .item__image {
  background-image: url("../img/pc/front_product_image_flower_37.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(38) .item__image {
  background-image: url("../img/pc/front_product_image_flower_38.jpg");
}
.p-front-page .product__list .category--flower .category__list .item:nth-of-type(39) .item__image {
  background-image: url("../img/pc/front_product_image_flower_39.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/front_product_image_mini_1.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/front_product_image_mini_2.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/front_product_image_mini_3.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/front_product_image_mini_4.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/front_product_image_mini_5.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/front_product_image_mini_6.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(7) .item__image {
  background-image: url("../img/pc/front_product_image_mini_7.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(8) .item__image {
  background-image: url("../img/pc/front_product_image_mini_8.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(9) .item__image {
  background-image: url("../img/pc/front_product_image_mini_9.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(10) .item__image {
  background-image: url("../img/pc/front_product_image_mini_10.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(11) .item__image {
  background-image: url("../img/pc/front_product_image_mini_11.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(12) .item__image {
  background-image: url("../img/pc/front_product_image_mini_12.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(13) .item__image {
  background-image: url("../img/pc/front_product_image_mini_13.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(14) .item__image {
  background-image: url("../img/pc/front_product_image_mini_14.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(15) .item__image {
  background-image: url("../img/pc/front_product_image_mini_15.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(16) .item__image {
  background-image: url("../img/pc/front_product_image_mini_16.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(17) .item__image {
  background-image: url("../img/pc/front_product_image_mini_17.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(18) .item__image {
  background-image: url("../img/pc/front_product_image_mini_18.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(19) .item__image {
  background-image: url("../img/pc/front_product_image_mini_19.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(20) .item__image {
  background-image: url("../img/pc/front_product_image_mini_20.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(21) .item__image {
  background-image: url("../img/pc/front_product_image_mini_21.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(22) .item__image {
  background-image: url("../img/pc/front_product_image_mini_22.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(23) .item__image {
  background-image: url("../img/pc/front_product_image_mini_23.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(24) .item__image {
  background-image: url("../img/pc/front_product_image_mini_24.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(25) .item__image {
  background-image: url("../img/pc/front_product_image_mini_25.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(26) .item__image {
  background-image: url("../img/pc/front_product_image_mini_26.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(27) .item__image {
  background-image: url("../img/pc/front_product_image_mini_27.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(28) .item__image {
  background-image: url("../img/pc/front_product_image_mini_28.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(29) .item__image {
  background-image: url("../img/pc/front_product_image_mini_29.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(30) .item__image {
  background-image: url("../img/pc/front_product_image_mini_30.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(31) .item__image {
  background-image: url("../img/pc/front_product_image_mini_31.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(32) .item__image {
  background-image: url("../img/pc/front_product_image_mini_32.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(33) .item__image {
  background-image: url("../img/pc/front_product_image_mini_33.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(34) .item__image {
  background-image: url("../img/pc/front_product_image_mini_34.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(35) .item__image {
  background-image: url("../img/pc/front_product_image_mini_35.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(36) .item__image {
  background-image: url("../img/pc/front_product_image_mini_36.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(37) .item__image {
  background-image: url("../img/pc/front_product_image_mini_37.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(38) .item__image {
  background-image: url("../img/pc/front_product_image_mini_38.jpg");
}
.p-front-page .product__list .category--mini .category__list .item:nth-of-type(39) .item__image {
  background-image: url("../img/pc/front_product_image_mini_39.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/front_product_image_herb_1.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/front_product_image_herb_2.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/front_product_image_herb_3.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/front_product_image_herb_4.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/front_product_image_herb_5.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/front_product_image_herb_6.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(7) .item__image {
  background-image: url("../img/pc/front_product_image_herb_7.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(8) .item__image {
  background-image: url("../img/pc/front_product_image_herb_8.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(9) .item__image {
  background-image: url("../img/pc/front_product_image_herb_9.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(10) .item__image {
  background-image: url("../img/pc/front_product_image_herb_10.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(11) .item__image {
  background-image: url("../img/pc/front_product_image_herb_11.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(12) .item__image {
  background-image: url("../img/pc/front_product_image_herb_12.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(13) .item__image {
  background-image: url("../img/pc/front_product_image_herb_13.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(14) .item__image {
  background-image: url("../img/pc/front_product_image_herb_14.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(15) .item__image {
  background-image: url("../img/pc/front_product_image_herb_15.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(16) .item__image {
  background-image: url("../img/pc/front_product_image_herb_16.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(17) .item__image {
  background-image: url("../img/pc/front_product_image_herb_17.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(18) .item__image {
  background-image: url("../img/pc/front_product_image_herb_18.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(19) .item__image {
  background-image: url("../img/pc/front_product_image_herb_19.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(20) .item__image {
  background-image: url("../img/pc/front_product_image_herb_20.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(21) .item__image {
  background-image: url("../img/pc/front_product_image_herb_21.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(22) .item__image {
  background-image: url("../img/pc/front_product_image_herb_22.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(23) .item__image {
  background-image: url("../img/pc/front_product_image_herb_23.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(24) .item__image {
  background-image: url("../img/pc/front_product_image_herb_24.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(25) .item__image {
  background-image: url("../img/pc/front_product_image_herb_25.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(26) .item__image {
  background-image: url("../img/pc/front_product_image_herb_26.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(27) .item__image {
  background-image: url("../img/pc/front_product_image_herb_27.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(28) .item__image {
  background-image: url("../img/pc/front_product_image_herb_28.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(29) .item__image {
  background-image: url("../img/pc/front_product_image_herb_29.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(30) .item__image {
  background-image: url("../img/pc/front_product_image_herb_30.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(31) .item__image {
  background-image: url("../img/pc/front_product_image_herb_31.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(32) .item__image {
  background-image: url("../img/pc/front_product_image_herb_32.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(33) .item__image {
  background-image: url("../img/pc/front_product_image_herb_33.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(34) .item__image {
  background-image: url("../img/pc/front_product_image_herb_34.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(35) .item__image {
  background-image: url("../img/pc/front_product_image_herb_35.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(36) .item__image {
  background-image: url("../img/pc/front_product_image_herb_36.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(37) .item__image {
  background-image: url("../img/pc/front_product_image_herb_37.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(38) .item__image {
  background-image: url("../img/pc/front_product_image_herb_38.jpg");
}
.p-front-page .product__list .category--herb .category__list .item:nth-of-type(39) .item__image {
  background-image: url("../img/pc/front_product_image_herb_39.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(1) .item__image {
  background-image: url("../img/pc/front_product_image_salad_1.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(2) .item__image {
  background-image: url("../img/pc/front_product_image_salad_2.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(3) .item__image {
  background-image: url("../img/pc/front_product_image_salad_3.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(4) .item__image {
  background-image: url("../img/pc/front_product_image_salad_4.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(5) .item__image {
  background-image: url("../img/pc/front_product_image_salad_5.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(6) .item__image {
  background-image: url("../img/pc/front_product_image_salad_6.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(7) .item__image {
  background-image: url("../img/pc/front_product_image_salad_7.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(8) .item__image {
  background-image: url("../img/pc/front_product_image_salad_8.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(9) .item__image {
  background-image: url("../img/pc/front_product_image_salad_9.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(10) .item__image {
  background-image: url("../img/pc/front_product_image_salad_10.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(11) .item__image {
  background-image: url("../img/pc/front_product_image_salad_11.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(12) .item__image {
  background-image: url("../img/pc/front_product_image_salad_12.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(13) .item__image {
  background-image: url("../img/pc/front_product_image_salad_13.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(14) .item__image {
  background-image: url("../img/pc/front_product_image_salad_14.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(15) .item__image {
  background-image: url("../img/pc/front_product_image_salad_15.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(16) .item__image {
  background-image: url("../img/pc/front_product_image_salad_16.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(17) .item__image {
  background-image: url("../img/pc/front_product_image_salad_17.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(18) .item__image {
  background-image: url("../img/pc/front_product_image_salad_18.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(19) .item__image {
  background-image: url("../img/pc/front_product_image_salad_19.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(20) .item__image {
  background-image: url("../img/pc/front_product_image_salad_20.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(21) .item__image {
  background-image: url("../img/pc/front_product_image_salad_21.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(22) .item__image {
  background-image: url("../img/pc/front_product_image_salad_22.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(23) .item__image {
  background-image: url("../img/pc/front_product_image_salad_23.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(24) .item__image {
  background-image: url("../img/pc/front_product_image_salad_24.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(25) .item__image {
  background-image: url("../img/pc/front_product_image_salad_25.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(26) .item__image {
  background-image: url("../img/pc/front_product_image_salad_26.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(27) .item__image {
  background-image: url("../img/pc/front_product_image_salad_27.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(28) .item__image {
  background-image: url("../img/pc/front_product_image_salad_28.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(29) .item__image {
  background-image: url("../img/pc/front_product_image_salad_29.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(30) .item__image {
  background-image: url("../img/pc/front_product_image_salad_30.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(31) .item__image {
  background-image: url("../img/pc/front_product_image_salad_31.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(32) .item__image {
  background-image: url("../img/pc/front_product_image_salad_32.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(33) .item__image {
  background-image: url("../img/pc/front_product_image_salad_33.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(34) .item__image {
  background-image: url("../img/pc/front_product_image_salad_34.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(35) .item__image {
  background-image: url("../img/pc/front_product_image_salad_35.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(36) .item__image {
  background-image: url("../img/pc/front_product_image_salad_36.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(37) .item__image {
  background-image: url("../img/pc/front_product_image_salad_37.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(38) .item__image {
  background-image: url("../img/pc/front_product_image_salad_38.jpg");
}
.p-front-page .product__list .category--salad .category__list .item:nth-of-type(39) .item__image {
  background-image: url("../img/pc/front_product_image_salad_39.jpg");
}
.p-front-page .merit {
  max-width: 1920px;
  padding: 108px 40px 124px;
  margin: 0 auto;
  background: url("../img/pc/front_merit_bg.jpg") no-repeat center/cover;
}
.p-front-page .merit__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .merit__title span {
  margin-top: 4px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.p-front-page .merit__title::after {
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #fff;
}
.p-front-page .merit__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 390px);
  gap: 34px 16px;
  justify-content: center;
  max-width: 1202px;
  margin: 32px auto 0;
}
.p-front-page .merit__list .item {
  padding: 6px;
  background: #fff;
  border: 1px solid #a28978;
}
.p-front-page .merit__list .item__inner {
  padding-top: 22px;
  border: 1px solid rgba(162, 137, 120, 0.5);
}
.p-front-page .merit__list .item__inner::before {
  display: block;
  width: 53px;
  height: 45px;
  margin: 0 auto;
  content: "";
  background: center no-repeat;
}
.p-front-page .merit__list .item__title {
  margin-top: 26px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-front-page .merit__list .item__text {
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  background: #f9f7f6;
}
.p-front-page .merit__list .item:nth-of-type(1) .item__inner::before {
  background-image: url("../img/pc/front_merit_counter_1.png");
  background-image: image-set(url("../img/pc/front_merit_counter_1.png") 1x, url("../img/pc/front_merit_counter_1@2x.png") 2x);
}
.p-front-page .merit__list .item:nth-of-type(2) .item__inner::before {
  background-image: url("../img/pc/front_merit_counter_2.png");
  background-image: image-set(url("../img/pc/front_merit_counter_2.png") 1x, url("../img/pc/front_merit_counter_2@2x.png") 2x);
}
.p-front-page .merit__list .item:nth-of-type(3) .item__inner::before {
  background-image: url("../img/pc/front_merit_counter_3.png");
  background-image: image-set(url("../img/pc/front_merit_counter_3.png") 1x, url("../img/pc/front_merit_counter_3@2x.png") 2x);
}
.p-front-page .merit__list .item:nth-of-type(4) .item__inner::before {
  background-image: url("../img/pc/front_merit_counter_4.png");
  background-image: image-set(url("../img/pc/front_merit_counter_4.png") 1x, url("../img/pc/front_merit_counter_4@2x.png") 2x);
}
.p-front-page .merit__list .item:nth-of-type(5) .item__inner::before {
  background-image: url("../img/pc/front_merit_counter_5.png");
  background-image: image-set(url("../img/pc/front_merit_counter_5.png") 1x, url("../img/pc/front_merit_counter_5@2x.png") 2x);
}
.p-front-page .merit__list .item:nth-of-type(6) .item__inner::before {
  background-image: url("../img/pc/front_merit_counter_6.png");
  background-image: image-set(url("../img/pc/front_merit_counter_6.png") 1x, url("../img/pc/front_merit_counter_6@2x.png") 2x);
}
.p-front-page .flow {
  max-width: 1920px;
  padding: 108px 40px 146px;
  margin: 0 auto;
  background: #f5f6f6;
}
.p-front-page .flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .flow__title span {
  margin-top: 22px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.p-front-page .flow__title::after {
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #7a6a56;
}
.p-front-page .flow__list {
  display: flex;
  flex-direction: column;
  gap: 23px;
  max-width: 1200px;
  margin: 24px auto 0;
}
.p-front-page .flow__item:nth-of-type(1) .c-flow__title-inner::before {
  background-image: url("../img/pc/c_flow_counter_1.png");
  background-image: image-set(url("../img/pc/c_flow_counter_1.png") 1x, url("../img/pc/c_flow_counter_1@2x.png") 2x);
}
.p-front-page .flow__item:nth-of-type(2) .c-flow__title-inner::before {
  background-image: url("../img/pc/c_flow_counter_2.png");
  background-image: image-set(url("../img/pc/c_flow_counter_2.png") 1x, url("../img/pc/c_flow_counter_2@2x.png") 2x);
}
.p-front-page .flow__item:nth-of-type(3) .c-flow__title-inner::before {
  background-image: url("../img/pc/c_flow_counter_3.png");
  background-image: image-set(url("../img/pc/c_flow_counter_3.png") 1x, url("../img/pc/c_flow_counter_3@2x.png") 2x);
}
.p-front-page .flow__item:nth-of-type(4) .c-flow__title-inner::before {
  background-image: url("../img/pc/c_flow_counter_4.png");
  background-image: image-set(url("../img/pc/c_flow_counter_4.png") 1x, url("../img/pc/c_flow_counter_4@2x.png") 2x);
}
.p-front-page .flow__item:nth-of-type(5) .c-flow__title-inner::before {
  background-image: url("../img/pc/c_flow_counter_5.png");
  background-image: image-set(url("../img/pc/c_flow_counter_5.png") 1x, url("../img/pc/c_flow_counter_5@2x.png") 2x);
}
.p-front-page .flow__item:nth-of-type(6) .c-flow__title-inner::before {
  background-image: url("../img/pc/c_flow_counter_6.png");
  background-image: image-set(url("../img/pc/c_flow_counter_6.png") 1x, url("../img/pc/c_flow_counter_6@2x.png") 2x);
}
.p-front-page .access {
  max-width: 1920px;
  padding: 114px 40px 114px;
  margin: 0 auto;
}
.p-front-page .access__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .access__title span {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.p-front-page .access__title::after {
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #7a6a56;
}
.p-front-page .access__google-map {
  max-width: 1200px;
  height: 410px;
  margin: 36px auto 0;
}
.p-front-page .access__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 30px auto 0;
}
.p-front-page .access__image {
  flex: 0 0 auto;
  width: 595px;
  height: 341px;
  background: url("../img/pc/front_access_image.jpg") no-repeat;
}
.p-front-page .access .main-block {
  width: 558px;
  padding-top: 12px;
}
.p-front-page .access .main-block__container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.p-front-page .access .main-block__title {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.p-front-page .access .main-block__address {
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
}
.p-front-page .access .main-block__tel-area {
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
}
.p-front-page .access .main-block__mobile-tel {
  font-size: 14px;
  line-height: 30px;
}
.p-front-page .access .main-block__banner {
  width: 559px;
  height: 129px;
  margin-top: 30px;
}
.p-front-page .contact {
  max-width: 1920px;
  padding: 90px 40px 120px;
  margin: 0 auto;
  background: #f5f6f6;
}
.p-front-page .contact__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-front-page .contact__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 26px;
}
.p-front-page .contact__title span {
  margin-top: 18px;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #7a6a56;
  letter-spacing: 0.1em;
}
.p-front-page .contact__title::after {
  display: block;
  width: 47px;
  height: 1px;
  margin-top: 24px;
  content: "";
  background: #7a6a56;
}
.p-front-page .contact__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 38px;
  margin: 24px auto 0;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #fff;
}
.p-front-page .contact__tel {
  margin-top: 24px;
}
.p-front-page .contact__mobile {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1;
}
.p-front-page .contact__form {
  max-width: 1112px;
  margin: 60px auto 0;
}
.p-front-page .contact__form .b-recruit-form .row__title label {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-front-page .contact__form .b-recruit-form .row__title label b {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
