/* ******************************************************************
TOP Menu
*******************************************************************/
#header .l-gnav.is-active .l-menu_list a {
  font-family: "butlerultralight";
  font-size: 34px;
}
#header .l-gnav.is-active .l-menu_list a span {
  display: block;
  font-size: 10px;
  margin-top: 4px;
}

#header .l-menu_sns_lists {
  width: 30%;
  width: auto;
}
@media (min-width: 1025px) {
  #header .l-menu_sns_lists {
    width: 11%;
    width: auto;
  }
}

#header .l-menu_sns_list {
  width: 50%;
  width: auto;
}

#header .l-menu_sns_lists a {
  display: block;
  width: 100%;
}

#header .l-menu_sns_lists a img {
  width: 100%;
}

/* ***************************************************
Home Produce
*******************************************************/
.p-home_produce_wrap {
  background-color: #ede8dc;
  padding: 10% 6% 12%;
}
@media (min-width: 1025px) {
  .p-home_produce_wrap {
    padding: 80px 0 100px;
  }
}

.p-home_produce_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1025px) {
  .p-home_produce_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-home_produce_txt {
  margin-top: 10vw;
}
@media (min-width: 1025px) {
  .p-home_produce_txt {
    margin-top: 0;
    width: 48.9583333333%;
  }
}

.p-home_produce_ttl {
  width: 50.2127659574%;
}

.p-home_produce_lead {
  margin-top: 4vw;
  font-size: 3.2vw;
  font-size: clamp(12px, 3.4vw, 16px);
  line-height: 2;
}
@media (min-width: 1025px) {
  .p-home_produce_lead {
    font-size: 15px;
    margin-top: 48px;
  }
}

.p-home_produce_link {
  margin-top: 6vw;
}
@media (min-width: 1025px) {
  .p-home_produce_link {
    margin-top: 64px;
  }
}

.p-home_produce_link .m-viewbtn {
  margin: 0;
  width: 40%;
}
@media (min-width: 1025px) {
  .p-home_produce_link .m-viewbtn {
    width: 150px;
  }
}

.p-home_produce_image {
  position: relative;
  width: 90%;
}
@media (min-width: 1025px) {
  .p-home_produce_image {
    width: 45.3125%;
  }
}

.list-8 {
  background-image: url(../images/home/top_mv_08.jpg);
}
@media (min-width: 1025px) {
  .list-8 {
    background-image: url(../images/home/top_mv_08.jpg);
  }
}

/* *****************************************************
Shop List
*******************************************************/
.p-shop_sub_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 15px;
  font-weight: 400;
  margin: 14vw auto 0;
  padding-inline: 2%;
}
@media (min-width: 1025px) {
  .p-shop_sub_ttl {
    margin-top: 56px;
    padding-inline: 0;
  }
}
.p-shop_sub_ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  border-top: 1px solid #3e3a39;
}

.p-shop_list_inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 32px;
}

@media (min-width: 1025px) {
  .p-shop_list_block {
    margin-top: 32px;
    width: calc(33.3333333333% - 21.3333333333px);
  }
}

.p-shop_list_photo {
  aspect-ratio: 312/208;
  cursor: auto;
}
.p-shop_list_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop_list_photo::before, .p-shop_list_photo::after {
  content: none;
}

.p-shop_list_anchor {
  padding-bottom: 0;
  margin-top: 20px;
}
.p-shop_list_anchor::after {
  content: none;
}

.p-shop_btn_wrap {
  gap: 16px;
  width: 100%;
}

.p-shop_btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-shop_btn.m-reserve .m-txtbtn {
  background: #F18D01;
  margin-top: 0;
}
.p-shop_btn.m-reserve .m-txtbtn::after {
  background: #F18D01;
}
.p-shop_btn.m-reserve .m-txtbtn:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #f39800;
}
.p-shop_btn.m-more .m-txtbtn {
  color: #3e3a39;
  outline: 1px solid #393938;
  outline-offset: -1px;
  margin-top: 0;
}
.p-shop_btn.m-more .m-txtbtn::after {
  background: #393938;
}
.p-shop_btn.m-more .m-txtbtn:hover {
  outline: none;
}

.l-epark {
  position: relative;
  padding-top: 15px;
  margin-top: 15px;
}
.l-epark::after {
  content: "";
  background-color: #393938;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.l-epark_lists {
  height: 60px;
}

/* Related */
.p-shop_related_wrap {
  background: #F7F7F7;
  padding-block: 14vw;
  padding-inline: 5%;
}
@media (min-width: 1025px) {
  .p-shop_related_wrap {
    padding-block: 80px;
    padding-inline: 0;
  }
}

.p-shop_related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6vw;
  gap: 6vw 24px;
}
@media (min-width: 1025px) {
  .p-shop_related_list {
    gap: 32px 24px;
    margin-top: 32px;
  }
}

.p-shop_related_item {
  width: calc(50% - 12px);
}
@media (min-width: 1025px) {
  .p-shop_related_item {
    width: calc(25% - 18px);
  }
}

.p-shop_related_img {
  aspect-ratio: 232/154;
  overflow: hidden;
}
.p-shop_related_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.p-shop_related_ttl {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  padding-right: 17px;
}
.p-shop_related_ttl::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  background-image: url(../images/common/icon_external_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 7px;
  width: 9px;
}

.p-shop_related_link {
  display: block;
}
.p-shop_related_link:hover .p-shop_related_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/*# sourceMappingURL=custom.css.map */