@charset "UTF-8";
/*
サイズ用関数
$pixelsVw:フォントサイズ
$baseWidth:ベースとなる画面横幅
*/
/*
SAMPLE
font-size: vw(30,375);
*/
/*
media query
*/
/* --------------------------------
p-top
----------------------------------- */
.p-top {
  padding-bottom: 120px;
}
@media only screen and (max-width: 718px) {
  .p-top {
    padding-bottom: 60px;
  }
}

/* --------------------------------
p-fv
----------------------------------- */
#fv.p-fv {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 9.0277777778vw;
}
@media only screen and (max-width: 718px) {
  #fv.p-fv {
    padding-bottom: 163px;
  }
}
#fv .p-fv__deco {
  position: absolute;
}
#fv .p-fv__deco--mountain {
  width: 46.1111111111vw;
  bottom: 9.0277777778vw;
  right: 0;
}
@media only screen and (max-width: 718px) {
  #fv .p-fv__deco--mountain {
    bottom: auto;
    bottom: initial;
    top: 73.6vw;
    width: 80vw;
    right: 0;
  }
}
#fv .p-fv__deco--wave {
  bottom: 8.9583333333vw;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 718px) {
  #fv .p-fv__deco--wave {
    bottom: auto;
    bottom: initial;
    top: 80.5333333333vw;
  }
}
#fv .p-fv__contents {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 2.9166666667vw;
  padding-left: 7.0833333333vw;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #fv .p-fv__contents {
    padding-bottom: 0;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 718px) {
  #fv .p-fv__contents {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 0;
    padding-top: calc(83.4184vw + 60.1811px);
    padding-left: 6.1333333333vw;
  }
}
#fv .p-fv__catch {
  font-size: 52px;
  line-height: 1.4;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #fv .p-fv__catch {
    font-size: 38px;
  }
}
@media (min-width: 719px) and (max-width: 1024px) {
  #fv .p-fv__catch {
    font-size: 32px;
  }
}
@media only screen and (max-width: 718px) {
  #fv .p-fv__catch {
    font-size: 28px;
  }
}
#fv .p-fv__lead {
  margin-top: 23px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  #fv .p-fv__lead {
    font-size: 16px;
  }
}
@media (min-width: 719px) and (max-width: 1024px) {
  #fv .p-fv__lead {
    font-size: 14px;
  }
}
@media only screen and (max-width: 718px) {
  #fv .p-fv__lead {
    margin-top: 16px;
    font-size: 14px;
  }
}

/* --------------------------------
p-intro
----------------------------------- */
#intro.p-intro {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-block: 50px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 718px) {
  #intro.p-intro {
    padding-top: 25px;
  }
}
#intro .p-intro__deco {
  position: absolute;
  top: 222px;
  right: 0;
  width: 927px;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro__deco {
    width: 374px;
    top: 308px;
    right: auto;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#intro .p-intro-slide {
  overflow: hidden;
}
#intro .p-intro-slide__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: slideLoop 80s linear infinite;
          animation: slideLoop 80s linear infinite;
  will-change: transform;
}
#intro .p-intro-slide__item {
  width: 1625px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-inline: 20px;
}
@media (min-width: 719px) and (max-width: 1440px) {
  #intro .p-intro-slide__item {
    width: 112.8472222222vw;
    margin-left: 1.3888888889vw;
    margin-right: 1.3888888889vw;
    margin-inline: 1.3888888889vw;
  }
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-slide__item {
    width: 620px;
    margin-left: 5px;
    margin-right: 5px;
    margin-inline: 5px;
  }
}
@-webkit-keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.3333333333%);
            transform: translateX(-33.3333333333%);
  }
}
@keyframes slideLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-33.3333333333%);
            transform: translateX(-33.3333333333%);
  }
}
#intro .p-intro__news {
  margin-top: 38px;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro__news {
    margin-top: 31px;
  }
}
#intro .p-intro-news__inner {
  position: relative;
}
#intro .p-intro-news__title {
  font-family: var(--font-zen);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: var(--primary-color);
}
@media (min-width: 719px) and (max-width: 1024px) {
  #intro .p-intro-news__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news__title {
    font-size: 14px;
  }
}
#intro .p-intro-news__body {
  margin-top: 10px;
}
#intro .p-intro-news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: var(--beige-color);
  border-radius: 20px;
  padding: 40px 40px 38px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news-item a {
    padding: 16px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 7px;
  }
}
#intro .p-intro-news-item a h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news-item a h3 {
    font-size: 14px;
  }
}
@media (any-hover: hover) {
  #intro .p-intro-news-item a:hover {
    opacity: 0.7;
  }
}
#intro .p-intro-news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news-item__meta {
    gap: 7px;
  }
}
#intro .p-intro-news-item__meta time {
  font-family: var(--font-en);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  color: var(--primary-color);
  display: block;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news-item__meta time {
    font-size: 11px;
  }
}
#intro .p-intro-news-item__category {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 128px;
  padding: 7px;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news-item__category {
    font-size: 10px;
    padding: 5.5px 5px 4px;
  }
}
#intro .p-intro-news__btn {
  margin-top: 10px;
  text-align: right;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-news__btn {
    margin-top: 8px;
  }
}
#intro .p-intro-maessage {
  position: relative;
  margin-top: 141px;
  padding-bottom: 22.5694444444vw;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #intro .p-intro-maessage {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-maessage {
    margin-top: 83px;
    padding-bottom: 54.6666666667vw;
  }
}
#intro .p-intro-maessage__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#intro .p-intro-maessage__inner {
  position: relative;
}
#intro .p-intro-maessage__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  text-align: center;
}
@media only screen and (max-width: 718px) {
  #intro .p-intro-maessage__text {
    gap: 30px;
  }
}

/* --------------------------------
p-recommend
----------------------------------- */
#recommend.p-recommend {
  padding-top: 68px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 718px) {
  #recommend.p-recommend {
    padding-top: 3px;
    padding-bottom: 40px;
  }
}
#recommend .p-recommend__head {
  position: relative;
}
#recommend .p-recommend__deco {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 166px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #recommend .p-recommend__deco {
    width: 140px;
  }
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__deco {
    width: 105px;
    right: -11px;
  }
}
#recommend .p-recommend__text {
  margin-top: 14px;
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__text {
    margin-top: 10px;
  }
}
#recommend .p-recommend__body {
  margin-top: 31px;
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__body {
    margin-top: 17px;
    margin-right: calc(50% - 50vw);
  }
}
@media only screen and (min-width: 719px) {
  #recommend .p-recommend__items {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[5] !important;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-gap: 1.6129032258% !important;
    gap: 1.6129032258% !important;
  }
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__item {
    width: 158px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#recommend .p-recommend__foot {
  margin-top: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__foot {
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#recommend .p-top-about {
  width: 600px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #recommend .p-top-about {
    width: 400px;
  }
}
@media only screen and (max-width: 718px) {
  #recommend .p-top-about {
    width: 100%;
  }
}
#recommend .p-top-about__img {
  border-radius: 20px 20px 0 0;
  aspect-ratio: 600/340;
  overflow: hidden;
}
#recommend .p-top-about__body {
  border-radius: 0 0 20px 20px;
  border-bottom: 3px solid var(--beige-color);
  border-right: 3px solid var(--beige-color);
  border-left: 3px solid var(--beige-color);
  padding-top: 54px;
  padding-bottom: 57px;
  padding-block: 54px 57px;
  text-align: center;
}
@media only screen and (max-width: 718px) {
  #recommend .p-top-about__body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-block: 20px;
    border-width: 2px;
  }
}
#recommend .p-top-about__body h3 {
  font-size: 26px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #recommend .p-top-about__body h3 {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 718px) {
  #recommend .p-top-about__body h3 {
    font-size: 16px;
  }
}
#recommend .p-top-about__btn {
  margin-top: 23px;
}
@media only screen and (max-width: 718px) {
  #recommend .p-top-about__btn {
    margin-top: 16px;
  }
}
#recommend .p-recommend__links {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 19px;
  gap: 19px;
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 11px;
  }
}
#recommend .p-recommend__link a {
  border-radius: 20px;
  border: 3px solid var(--beige-color);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-inline: 40px;
  font-size: 20px;
  color: var(--primary-color);
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #recommend .p-recommend__link a {
    padding-left: 18px;
    padding-right: 18px;
    padding-inline: 18px;
    font-size: 18px;
  }
}
@media (max-width: 718px) {
  #recommend .p-recommend__link a {
    padding: 10px 20px;
    border: 2px solid var(--beige-color);
    font-size: 14px;
    height: 60px;
  }
}
#recommend .p-recommend__link a::before {
  position: absolute;
  content: "";
  top: 53%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--brown-color);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #recommend .p-recommend__link a::before {
    right: 16px;
  }
}
@media (max-width: 718px) {
  #recommend .p-recommend__link a::before {
    right: 8px;
    width: 15px;
    height: 15px;
  }
}
#recommend .p-recommend__link a::after {
  position: absolute;
  content: "";
  top: 53%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (min-width: 719px) and (max-width: 1024px) {
  #recommend .p-recommend__link a::after {
    right: 23px;
  }
}
@media only screen and (max-width: 718px) {
  #recommend .p-recommend__link a::after {
    right: 13px;
    width: 4px;
    height: 6px;
  }
}
@media (any-hover: hover) {
  #recommend .p-recommend__link a:hover {
    background-color: var(--beige-color);
  }
}

/* --------------------------------
p-top-about-food
----------------------------------- */
.p-top-about-food {
  padding-bottom: 110px;
}
@media only screen and (max-width: 718px) {
  .p-top-about-food {
    padding-bottom: 50px;
  }
}

.p-food-head__img-box {
  position: relative;
  height: 48.8888888889vw;
}
@media only screen and (max-width: 718px) {
  .p-food-head__img-box {
    height: auto;
  }
}

.p-food-head__deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 718px) {
  .p-food-head__deco {
    bottom: auto;
    bottom: initial;
    top: 43.2vw;
  }
}

.p-food-head__contents {
  position: relative;
  margin-top: -130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-food-head__contents {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 718px) {
  .p-food-head__contents {
    margin-top: 6px;
  }
}

.p-food-head__icon {
  width: 106px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-food-head__icon {
    width: 80px;
  }
}
@media only screen and (max-width: 718px) {
  .p-food-head__icon {
    width: 50px;
  }
}

.p-food-head__title {
  margin-top: 11px;
}
@media only screen and (max-width: 718px) {
  .p-food-head__title {
    margin-top: -3px;
  }
}

.p-food-head__text {
  margin-top: 18px;
}
@media only screen and (max-width: 718px) {
  .p-food-head__text {
    margin-top: 10px;
    text-align: center;
  }
}

.p-food-head__btn {
  margin-top: 30px;
}
@media only screen and (max-width: 718px) {
  .p-food-head__btn {
    margin-top: 16px;
  }
}

.p-food-message {
  margin-top: 61px;
  padding-bottom: 30px;
}

.p-food-message__img--head {
  width: 355px;
}

.p-food-message {
  overflow: hidden;
  position: relative;
  height: 67.5694444444vw;
}
@media only screen and (max-width: 718px) {
  .p-food-message {
    height: auto;
  }
}
.p-food-message .l-inner {
  height: 100%;
}

.p-food-message__contents {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 718px) {
  .p-food-message__contents {
    margin-top: 18px;
  }
}

.p-food-message__title {
  font-size: 52px;
  line-height: 1.4;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-food-message__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 718px) {
  .p-food-message__title {
    font-size: 28px;
    text-align: center;
    padding-left: 14px;
  }
}

.p-food-message__text {
  margin-top: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-food-message__text {
    margin-top: 50px;
    gap: 30px;
  }
}
@media only screen and (max-width: 718px) {
  .p-food-message__text {
    margin-top: 27px;
    text-align: center;
    gap: 26px;
  }
}

.p-food-message__img--foot {
  position: absolute;
  top: 0;
  right: 0;
  width: 45.8333333333vw;
}
@media only screen and (max-width: 718px) {
  .p-food-message__img--foot {
    margin-top: 46px;
    position: static;
    margin-left: auto;
    width: 336px;
  }
}

.p-top-about-food__product {
  margin-top: 85px;
}
@media only screen and (max-width: 718px) {
  .p-top-about-food__product {
    margin-top: 44px;
  }
}

.p-top-product__head {
  position: relative;
}

.p-top-product__deco-flower {
  position: absolute;
  bottom: -8px;
  right: 0;
  width: 120px;
}
@media only screen and (max-width: 718px) {
  .p-top-product__deco-flower {
    bottom: -3px;
    width: 92px;
  }
}

.p-top-product__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media only screen and (max-width: 718px) {
  .p-top-product__title {
    font-size: 14px;
  }
}

.p-top-product__body {
  margin-top: 20px;
}
@media only screen and (max-width: 718px) {
  .p-top-product__body {
    margin-top: 9px;
  }
}

.p-top-product__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  gap: 20px;
}
@media only screen and (max-width: 718px) {
  .p-top-product__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.p-top-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.p-top-product-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.p-top-product-item__img {
  overflow: hidden;
}
.p-top-product-item__img img {
  aspect-ratio: 400/226;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}

.p-top-product-item__body {
  padding: 31px 20px 28px;
  background-color: var(--beige-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-top-product-item__body {
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 718px) {
  .p-top-product-item__body {
    padding: 25px 20px 18px;
  }
}

.p-top-product-item__name {
  font-size: 28px;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-top-product-item__name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 718px) {
  .p-top-product-item__name {
    font-size: 24px;
  }
}

.p-top-product-item__text {
  margin-top: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 719px) and (max-width: 1024px) {
  .p-top-product-item__text.c-text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 718px) {
  .p-top-product-item__text {
    margin-top: 12px;
  }
}

.p-top-product-item__btn {
  margin-top: 14px;
  margin-left: auto;
}

@media (any-hover: hover) {
  .p-top-product-item a:hover .p-top-product-item__img img {
    scale: 1.1;
  }
  .p-top-product-item a:hover .c-text-btn--no-link span {
    opacity: 0.7;
  }
  .p-top-product-item a:hover .c-text-btn--no-link::before {
    background-color: #fff;
    border-color: var(--brown-color);
    opacity: 1;
  }
  .p-top-product-item a:hover .c-text-btn--no-link::after {
    background-color: var(--brown-color);
    opacity: 1;
  }
}
.p-top-product__btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 718px) {
  .p-top-product__btn {
    margin-top: 30px;
  }
}

.p-top-product__deco {
  margin-top: 140px;
  width: 584px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 718px) {
  .p-top-product__deco {
    margin-top: 63px;
    width: 350px;
  }
}

/* --------------------------------
p-top-article
----------------------------------- */
.p-top-article-wrapper {
  overflow: hidden;
  padding-bottom: 120px;
}
@media only screen and (max-width: 718px) {
  .p-top-article-wrapper {
    padding-bottom: 60px;
  }
}
.p-top-article-wrapper section + section {
  margin-top: 43px;
}
@media only screen and (max-width: 718px) {
  .p-top-article-wrapper section + section {
    margin-top: 46px;
    padding-bottom: 30px;
  }
}

.p-top-artile-wrapper__btn {
  margin-top: 63px;
  text-align: center;
}
@media only screen and (max-width: 718px) {
  .p-top-artile-wrapper__btn {
    margin-top: 8px;
  }
}

/* --------------------------------
p-top-article
----------------------------------- */
.p-top-article__container {
  margin-top: 35px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 718px) {
  .p-top-article__container {
    margin-top: 19px;
    padding-bottom: 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.p-top-article__text {
  margin-top: 10px;
}
@media only screen and (max-width: 718px) {
  .p-top-article__text {
    text-align: center;
  }
}

.p-top-article__btn {
  margin-top: 30px;
  text-align: right;
}
@media only screen and (max-width: 718px) {
  .p-top-article__btn {
    margin-top: -23px;
    position: relative;
    z-index: 99;
  }
}

/* --------------------------------
swiper
----------------------------------- */
.p-top-article__pagination {
  text-align: left !important;
}
.p-top-article__pagination {
  padding-left: 15px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-inline: 5px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: var(--beige-color);
}

.swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/* --------------------------------
p-floating-banner
----------------------------------- */
.p-floating-banner {
  position: fixed;
  z-index: 50;
  bottom: 40px;
  right: 40px;
  width: 200px;
  opacity: 0;
  visibility: inherit;
  -webkit-transition: opacity 1s ease-out, visibility 1s ease-out;
  transition: opacity 1s ease-out, visibility 1s ease-out;
}
@media only screen and (max-width: 718px) {
  .p-floating-banner {
    width: 133px;
    right: 5px;
    bottom: 15px;
  }
}
.p-floating-banner a {
  display: block;
  width: 100%;
}
.p-floating-banner.is-hidden {
  display: none;
}
.p-floating-banner.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-floating-banner__img img {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 718px) {
  .p-floating-banner__img img {
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  }
}

.p-floating-banner__close {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 28px;
}
@media only screen and (max-width: 718px) {
  .p-floating-banner__close {
    top: 5px;
    right: 2px;
    width: 18px;
  }
}
.p-floating-banner__close img {
  -webkit-filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 718px) {
  .p-floating-banner__close img {
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  }
}