/* .kv
================================================ */
.kv {
    background-image: url(../img/freshfood/kv_pc_2503.png);
  }
  
  @media all and (max-width: 767px) {
    .kv {
      background-image: url(../img/freshfood/kv_sp_2503.png);
    }
  }

/* .fresh
================================================ */
.freshfood_inner {
    width: calc(100vw / 1400 * 1100);
    margin: 0 auto;
}
.freshfood__notice {
    margin-top: 60px;
}
@media all and (max-width: 767px) {
    .freshfood_inner {
        width: calc(100vw / 375 * 335);
    }
}

  /* .freshfood-sec01
================================================ */
.freshfood-sec01 {
    margin-top: 100px;
}
.freshfood-sec01_tit:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF000;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
}
.freshfood-sec01_tit {
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
}

.freshfood-sec01__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.freshfood-sec01__list__item {
    width: calc(100vw / 1400 * 340);
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFF;
    margin-top: 40px;
    margin-right: calc(100vw / 1400 * 40);
}
.freshfood-sec01__list__item:nth-of-type(3n) {
   margin-right: 0;
}
.freshfood-sec01__list__item__img img {
    width: 100%;
}
.freshfood-sec01__list__item__title {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.freshfood-sec01__list__item__txt{
    padding: 0 20px 50px 30px;
}
@media all and (max-width: 767px) {
    .freshfood-sec01__list__item {
        width: calc(100vw / 375 * 335);
        margin-right: 0;
        margin-top: 20px;
    }
    .freshfood-sec01__list__item__title {
        padding-bottom: 13px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .freshfood-sec01__list {
        margin-top: 20px;
    }
}

  /* .freshfood-sec02
================================================ */
.freshfood-sec02 {
    margin-top: 100px;
}
.freshfood-sec02_tit:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFF000;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
}
.freshfood-sec02_tit {
    text-align: center;
    position: relative;
    letter-spacing: 0.1em;
}

.freshfood-sec02__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.freshfood-sec02__list__item {
    width: calc(100vw / 1400 * 340);
    border-radius: 20px;
    overflow: hidden;
    background-color: #FFF;
    margin-top: 40px;
    margin-right: calc(100vw / 1400 * 40);
}
.freshfood-sec02__list__item:nth-of-type(3n) {
   margin-right: 0;
}
.freshfood-sec02__list__item__img img {
    width: 100%;
}
.freshfood-sec02__list__item__title {
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.freshfood-sec02__list__item__txt{
    padding: 0 20px 50px 30px;
}
@media all and (max-width: 767px) {
    .freshfood-sec02__list__item {
        width: calc(100vw / 375 * 335);
        margin-right: 0;
        margin-top: 20px;
    }
    .freshfood-sec02__list__item__title {
        padding-bottom: 13px;
        font-size: 16px;
        letter-spacing: 0;
    }
    .freshfood-sec02__list {
        margin-top: 20px;
    }
}
