@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
/* ---------------------------------------------------
	mv
------------------------------------------------------ */
.top-mv {
  padding-top: 80px;
  overflow: hidden;
}
.top-mv .mv-slide {
  width: 548px;
  margin: 0 auto;
  overflow: visible;
}
.top-mv .mv-slide .slide-item {
  width: 548px;
  padding-right: 36px;
}
.top-mv .mv-slide .slide-item .item-pic img {
  width: 512px;
  height: 680px;
  object-fit: cover;
}
.top-mv .mv-slide-control {
  display: flex;
  padding: 20px 4% 25px;
  align-items: center;
  line-height: 1;
  justify-content: flex-end;
}
.top-mv .mv-slide-control .swiper-button-prev,
.top-mv .mv-slide-control .swiper-button-next {
  position: static;
  display: inline-block;
  width: 12px;
  height: 13px;
  margin: 0;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.top-mv .mv-slide-control .swiper-button-prev::after,
.top-mv .mv-slide-control .swiper-button-next::after {
  content: none;
}
.top-mv .mv-slide-control .swiper-button-prev {
  transform: scale(-1, 1);
}
.top-mv .mv-slide-control .swiper-pagination-fraction {
  width: 80px;
  opacity: 0.5;
  text-align: center;
}
.top-mv .eyecatch img {
  width: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 512/680;
  object-fit: cover;
}
.top-mv .entry-title {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0;
}
.top-mv .entry-meta {
  margin-top: 12px;
  justify-content: flex-start;
}
.top-mv .entry-meta .time {
  width: 70px;
  margin-top: 7px;
  color: rgba(48, 48, 48, 0.5);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
.top-mv .entry-meta .category-list {
  width: calc(100% - 70px);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.1;
  justify-content: flex-start;
}
.top-mv .entry-meta .category-list li {
  margin-right: 8px;
  padding: 5px 10px;
  background: #eff2f0;
  color: #325c3b;
  border-radius: 100vmax;
}
.top-mv .mv-category {
  padding: 15px 0;
  background: #325c3b;
  color: #fff;
}
.top-mv .mv-category-list {
  line-height: 1.2;
  letter-spacing: 0;
  overflow: visible;
}
.top-mv .mv-category-list a {
  color: #fff;
}
.top-mv .mv-category-list .list-title {
  width: max-content;
  margin: 0 10px;
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 100vmax;
}
.top-mv .mv-category-list .list-item {
  width: max-content;
}
.top-mv .mv-category-list .list-item a {
  display: inline-block;
  padding: 8px 10px;
}
.top-mv .mv-category-list .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 810px) {
  .top-mv {
    padding-top: 55px;
  }
  .top-mv .mv-slide {
    width: 80%;
  }
  .top-mv .mv-slide .slide-item {
    width: auto;
    padding: 0 10px;
  }
  .top-mv .mv-slide .slide-item .item-pic img {
    width: 512px;
    height: 680px;
    object-fit: cover;
  }
  .top-mv .mv-slide-control {
    font-size: 14px;
  }
  .top-mv .mv-slide-control .swiper-pagination-fraction {
    width: 70px;
  }
  .top-mv .entry-title {
    font-size: 14px;
    line-height: 1.65;
  }
  .top-mv .entry-meta {
    margin-top: 12px;
  }
  .top-mv .entry-meta .time {
    width: 70px;
    margin-top: 0;
    font-size: 10px;
  }
  .top-mv .entry-meta .category-list {
    width: 100%;
    margin-top: 10px;
    font-size: 10px;
  }
  .top-mv .entry-meta .category-list li {
    margin-right: 5px;
    padding: 5px 10px;
  }
  .top-mv .mv-category {
    padding: 10px 0;
  }
}
/* ---------------------------------------------------
		top-lead
------------------------------------------------------ */
.top-lead {
  padding: 175px 0 20px;
  background: url(../img/top/concept_main.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
}
.top-lead .lead-title {
  margin: 0;
}
.top-lead .lead-title02 {
  margin-top: 125px;
}
.top-lead .lead-text {
  margin-top: 60px;
  font-weight: bold;
  line-height: 2;
}
.top-lead .lead-btn {
  margin-top: 60px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.top-lead .lead-btn a {
  display: inline-block;
  width: 186px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 100vmax;
  color: #fff;
  font-weight: bold;
}
@media (any-hover: hover) {
  .top-lead .lead-btn a:hover {
    background: #fff;
    color: #303030;
    opacity: 1;
  }
}
.top-lead .weather {
  margin-top: 165px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .top-lead {
    padding: 100px 0 20px;
  }
  .top-lead .lead-title02 {
    margin-top: 80px;
  }
  .top-lead .lead-title02 img {
    width: 106px;
    height: auto;
  }
  .top-lead .lead-text {
    margin-top: 25px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  .top-lead .lead-btn {
    margin-top: 30px;
  }
  .top-lead .weather {
    margin-top: 70px;
    font-size: 11px;
  }
}
/* ---------------------------------------------------
		top-recommendnews
------------------------------------------------------ */
.top-recommendnews {
  padding: 130px 0 110px;
}
.top-recommendnews .news-col {
  padding: 40px 0;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  justify-content: flex-start;
  gap: 0 12px;
}
.top-recommendnews .news-col .col-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(25% - 12px);
  text-align: center;
}
.top-recommendnews .news-col .col-title .title {
  margin-bottom: 30px;
  line-height: 1;
}
.top-recommendnews .news-col .col-title .tag {
  margin: 50px 0 0;
  color: #7f7f7f;
  text-align: center;
}
.top-recommendnews .news-col .col-item {
  width: calc(25% - 12px);
}
.top-recommendnews .news-col .col-item .eyecatch {
  margin-bottom: 10px;
}
.top-recommendnews .news-col .col-item .eyecatch img {
  aspect-ratio: 238/316;
  width: 100%;
  max-width: none;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}
.top-recommendnews .news-col .col-item .title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.top-recommendnews .news-col .col-item .time {
  display: block;
  margin-top: 5px;
  color: rgba(48, 48, 48, 0.4);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0;
}
.top-recommendnews .news-col .col-item .description {
  margin: 10px 0 0;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 1.7;
}
.top-recommendnews .news-col + .news-col {
  margin-top: -1px;
}
.top-recommendnews .news-btn {
  margin-top: 20px;
  text-align: right;
}
.top-recommendnews .vegetableset-bnr {
  display: block;
  margin: 100px auto 0;
}
.top-recommendnews .vegetableset-bnr img {
  border-radius: 30px;
}
.top-recommendnews .vegetableset-bnr + p {
  margin: 20px 0 0;
  color: #325c3b;
  font-size: 15px;
  text-align: center;
}
.top-recommendnews .vegetableset-bnr + p a {
  opacity: 0.5;
}
.top-recommendnews + hr {
  border-top-color: #303030;
}

@media screen and (max-width: 810px) {
  .top-recommendnews {
    padding: 90px 0 35px;
  }
  .top-recommendnews .news-col {
    padding: 0;
    justify-content: flex-start;
    gap: 0;
  }
  .top-recommendnews .news-col .col-title {
    width: 50%;
    margin-bottom: -1px;
    padding: 35px 6px 35px 0;
    text-align: center;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    font-size: 13px;
    line-height: 1.7;
  }
  .top-recommendnews .news-col .col-title p {
    line-height: 1.7;
  }
  .top-recommendnews .news-col .col-title .title {
    margin-bottom: 20px;
    line-height: 1;
  }
  .top-recommendnews .news-col .col-title .title img {
    max-width: 48%;
    height: auto;
  }
  .top-recommendnews .news-col .col-title .tag {
    margin: 50px 0 0;
    color: #7f7f7f;
    font-size: 14px;
    text-align: center;
  }
  .top-recommendnews .news-col .col-item {
    width: 50%;
    margin-bottom: -1px;
    padding-right: 6px;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .top-recommendnews .news-col .col-item:nth-of-type(even) {
    padding-right: 0;
    padding-left: 6px;
  }
  .top-recommendnews .news-col .col-item a {
    display: block;
    padding: 35px 0;
  }
  .top-recommendnews .news-col .col-item .eyecatch {
    margin-bottom: 10px;
  }
  .top-recommendnews .news-col .col-item .title {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .top-recommendnews .news-col .col-item .time {
    margin-top: 5px;
    font-size: 10px;
  }
  .top-recommendnews .news-col + .news-col {
    border-top: none;
  }
  .top-recommendnews .news-btn {
    margin-top: 10px;
  }
  .top-recommendnews .vegetableset-bnr {
    margin-top: 60px;
  }
  .top-recommendnews .vegetableset-bnr img {
    border-radius: 30px;
  }
  .top-recommendnews .vegetableset-bnr + p {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.6;
  }
  .top-recommendnews + hr {
    width: calc(100% - 40px);
  }
}
/* ---------------------------------------------------
	top-recommend
------------------------------------------------------ */
.top-recommend {
  padding: 100px 0 90px;
}
.top-recommend .recommend-list {
  max-width: 932px;
  margin: 0 auto 0;
  gap: 60px 33px;
  justify-content: flex-start;
}
.top-recommend .recommend-list .list-item {
  width: calc(33.333% - 22px);
  max-width: 288px;
}
.top-recommend .recommend-list .list-item .eyecatch {
  position: relative;
  margin-bottom: 10px;
}
.top-recommend .recommend-list .list-item .eyecatch img {
  width: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.top-recommend .recommend-list .list-item .title {
  font-size: 14px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.top-recommend .recommend-list .list-item .price {
  margin-top: 5px;
  color: #7f7f7f;
  font-size: 14px;
  font-family: "Be Vietnam Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.top-recommend .recommend-btn {
  margin-top: 80px;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .top-recommend {
    padding: 70px 0 30px;
  }
  .top-recommend .recommend-list {
    gap: 30px 12px;
    justify-content: space-between;
  }
  .top-recommend .recommend-list .list-item {
    width: calc(50% - 6px);
    max-width: 100%;
  }
  .top-recommend .recommend-list .list-item .eyecatch {
    margin-bottom: 5px;
  }
  .top-recommend .recommend-list .list-item .title {
    font-size: 14px;
    line-height: 1.5;
  }
  .top-recommend .recommend-btn {
    margin-top: 55px;
  }
}
/* ---------------------------------------------------
	top-news
------------------------------------------------------ */
.top-news {
  padding: 120px 0 70px;
  background: #eff2f0;
}
.top-news .news-list {
  max-width: 930px;
  margin: 70px auto 0;
  border-top: 1px solid #c1c1c1;
  font-size: 13px;
  line-height: 1.5;
}
.top-news .news-list .list-item {
  border-bottom: 1px solid #c1c1c1;
}
.top-news .news-list .list-item a {
  display: flex;
  padding: 22px 25px;
}
.top-news .news-list .list-item .time {
  display: block;
  width: 125px;
  color: rgba(48, 48, 48, 0.5);
  font-size: 11px;
  letter-spacing: 0;
}
.top-news .news-list .list-item .title {
  width: calc(100% - 125px);
}
.top-news .news-btn {
  margin-top: 50px;
  text-align: right;
}

@media screen and (max-width: 810px) {
  .top-news {
    padding: 60px 0 40px;
  }
  .top-news .news-list {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .top-news .news-list .list-item a {
    display: block;
    padding: 12px 0;
  }
  .top-news .news-list .list-item .time {
    width: 125px;
    font-size: 10px;
  }
  .top-news .news-list .list-item .title {
    width: 100%;
    margin-top: 5px;
  }
  .top-news .news-btn {
    margin-top: 15px;
  }
}