@charset "utf-8";
#l_wrapper {
  padding: 0 0 200px;
}
/* fv */
#fv .section__heading {
  padding: 0 0 24px;
  margin: 0 auto 24px;
  color: var(--color--white);
}
#fv .section__heading__sub {
  margin: 0 auto 24px;
}
#fv .section__heading__middle {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color--white);
}
#fv .section__heading__main {
  line-height: 1.2;
}
#fv .section__heading::after {
  background-color: var(--color--white);
}

#section_01 {
  width: 100%;
  height: auto;
}
.section_01__inner {
  width: 90%;
  max-width: 1120px;
  height: auto;
  padding: 200px 0 100px;
  margin: 0 auto;
}
#section_01 .lower_section__heading {
  margin: 0 auto 80px;
}
.section_01__contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.section_01__contents__copy {
  width: 48.6607%;
  height: auto;
  font-size: 28px;
  font-weight: 500;
  line-height: 2;
}
.section_01__contents__txt {
  width: 48.6607%;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
}

.interview_section {
  width: 100%;
  height: auto;
  padding: 100px 0;
}
.interview_section.bk_navy {
  padding-top: 200px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 80px;
  background-color: var(--color--navy);
}
#section_04 {
  padding: 100px 0 200px;
}
.interview_section.bk_navy ~ .bk_navy {
  padding-top: 80px;
}
.interview_section.bk_navy:last-of-type {
  padding-bottom: 200px;
}
.interview_section__inner {
  width: 90%;
  max-width: 1120px;
  height: auto;
  margin: 0 auto;
}
.interview_section .lower_section__heading {
  margin: 0 auto 48px;
}
.interview_section.bk_navy .lower_section__heading__txt {
  color: var(--color--white);
}
.interview_section.bk_navy .lower_section__heading::before,
.interview_section.bk_navy .lower_section__heading::after {
  background-color: var(--color--white);
}
.interview_section__contents {
  width: 100%;
  height: auto;
}
.interview_list_wrap {
  width: 100%;
  height: auto;
}
.interview_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.interview_list::before,
.interview_list::after {
  content: "";
  display: block;
  width: 22.3214%;
  height: 0;
}
.interview_list::before {
  order: 1;
}
.interview_list__item {
  display: none;
  width: 250px;
  height: auto;
  background-color: var(--color--white);
  box-shadow: 0px 4px 20px 0px rgba(25, 27, 37, 0.05);
}
.interview_list__item:not(:nth-last-of-type(-n + 4)) {
  margin-bottom: 48px;
}
@media (any-hover: hover) {
  .interview_list__item {
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
  .interview_list__item:hover {
    box-shadow: 0px 4px 18px 0px rgba(25, 27, 37, 0.2);
  }
}
.interview_list__item_wrap {
  display: block;
  width: 100%;
  height: auto;
}
.interview_list__item__image {
  width: 100%;
  height: auto;
}
.interview_list__item__details {
  width: 100%;
  height: auto;
  padding: 24px 16px;
}
.interview_list__item__details__special {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.interview_list__item__details__special__chef_image {
  width: 64px;
  height: auto;
  margin-right: 16px;
}
.interview_list__item__details__special__chef_details {
  width: calc(100% - 80px);
  height: auto;
}
.interview_list__item__details__special__chef_belong {
  width: 100%;
  height: 34px;
  margin: 0 auto 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color--navy);
}
.interview_list__item__details__special__chef_name {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--color--navy);
}
.interview_list__item__details__nomal {
  width: 100%;
  height: auto;
}
.interview_list__item__details__nomal__date {
  width: 100%;
  height: auto;
  margin: 0 auto 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color--navy);
}
.interview_list__item__details__nomal__shop_name {
  width: 100%;
  height: 34px;
  margin: 0 auto 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: var(--color--navy);
}
.interview_list__item__details__nomal__ttl {
  width: 100%;
  height: 30px;
  margin: 0 auto 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: var(--color--navy);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.interview_list__item__details__nomal__name {
  width: 100%;
  height: auto;
  margin: 0 auto 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: var(--color--navy);
}
.interview_list__item__details__nomal__contents {
  width: 100%;
  height: 51px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color--navy);
  overflow: hidden;
  text-overflow: ellipsis;
}
.interview_list__item__details__nomal__pickup {
  width: 100%;
  height: auto;
  margin: 0 auto 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: var(--color--navy);
}
.interview_list__item__details__btn_wrap {
  width: 100%;
  height: auto;
  margin: 8px auto 0;
}
@media (any-hover: hover) {
  .interview_list__item:hover .line_btn.midgray {
    border-color: var(--color--navy);
  }
  .interview_list__item:hover .line_btn .arrow {
    left: 16px;
  }
  .interview_list__item:hover .line_btn.midgray .arrow::before {
    background-color: var(--color--navy);
  }
}
.interview_section__btn_wrap {
  width: 241px;
  margin: 48px auto 0;
}
.more_btn {
  cursor: pointer;
}

/* PC ================================================== */
@media all and (max-width: 1180px) {
  /* interview_section */
  .interview_list__item {
    width: 23.5%;
  }
}
@media all and (max-width: 1110px) {
}

@media all and (max-width: 1049px) {
  /* section_01 */
  .section_01__inner {
    width: 90%;
    padding: 200px 0 100px;
  }
  #section_01 .lower_section__heading {
    margin: 0 auto 80px;
  }
  .section_01__contents {
    display: block;
  }
  .section_01__contents__copy {
    width: 100%;
    margin: 0 auto 32px;
  }
  .section_01__contents__txt {
    width: 100%;
  }

  /* interview_section */
  .interview_list {
    width: 100%;
    max-width: 783px;
    margin: 0 auto;
  }
  .interview_list::before,
  .interview_list::after {
    width: 31%;
  }
  .interview_list::before {
    display: none;
  }
  .interview_list__item {
    width: 31%;
  }
  .interview_list__item:not(:nth-last-of-type(-n + 4)) {
    margin-bottom: initial;
  }
  .interview_list__item:not(:nth-last-of-type(-n + 3)) {
    margin-bottom: 48px;
  }
  .interview_list__item.semi_pc {
    display: none;
  }
}

/* Tablet ================================================== */
@media all and (max-width: 870px) {
  /* interview_section */
  .interview_list::before,
  .interview_list::after {
    width: 32%;
  }
  .interview_list__item {
    width: 32%;
  }
}

/* SP ================================================== */
@media all and (max-width: 768px) {
  #l_wrapper {
    padding: 0;
  }
  /* fv */
  #fv .section__heading {
    margin: 0 auto 32px;
  }
  #fv .section__heading__sub {
    margin: 0 auto 16px;
  }
  #fv .section__heading__middle {
    margin: 0 auto 16px;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
  }
  #fv .section__heading__main {
    line-height: 1.6;
  }

  /* section_01 */
  .section_01__inner {
    width: 83%;
    padding: 80px 0;
  }
  #section_01 .lower_section__heading {
    margin: 0 auto 48px;
  }
  .section_01__contents {
    display: block;
  }
  .section_01__contents__copy {
    width: 100%;
    margin: 0 auto 24px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8;
  }
  .section_01__contents__copy br {
    display: none;
  }
  .section_01__contents__txt {
    width: 100%;
  }

  .interview_section {
    padding: 80px 0;
  }
  .interview_section.bk_navy {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  #section_04 {
    padding: 8px 0 132px;
  }
  .interview_section.bk_navy ~ .bk_navy {
    padding-top: 40px;
  }
  .interview_section.bk_navy:last-of-type {
    padding-bottom: 160px;
  }
  .interview_section__inner {
    width: 83%;
  }
  .interview_list::before,
  .interview_list::after {
    display: none;
  }
  .interview_list__item {
    width: 47%;
  }
  .interview_list__item:not(:nth-last-of-type(-n + 3)) {
    margin-bottom: initial;
  }
  .interview_list__item:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: 48px;
  }
  .interview_list__item.semi_pc {
    display: block;
  }
  .interview_section__btn_wrap {
    width: 100%;
  }
  .interview_section__btn_wrap .simple_btn {
    height: 48px;
  }
}
@media all and (max-width: 649px) {
  .interview_list__item {
    width: 48%;
  }
}

@media all and (max-width: 575px) {
  .interview_list__item {
    width: 100%;
  }
  .interview_list__item:not(:nth-last-of-type(-n + 2)) {
    margin-bottom: initial;
  }
  .interview_list__item:not(:nth-last-of-type(-n + 1)) {
    margin-bottom: 48px;
  }
}
