@charset "UTF-8";

body{
  background-color: var(--ivory);
}

.header_wrapper{
  /* background-color: var(--ivory); */
}

.pc_disp_none {
  display: none;
}

.front_about_area {
  background-color: #96BB3F;
  position: relative;
  padding-bottom: 5rem;
}

.front_about_title {
  font-family: Zen Maru Gothic;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 3.8rem;
  padding-top: 4rem;
}

.front_about_text {
  width: 76.8rem;
  margin: 0 auto;
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
  line-height: calc(60 / 16);
  margin-bottom: 4.1rem;
}

.front_img_area {
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
}

/* 装飾イメージ20個 */
.top_area_img_one {
  width: 2.8rem;
  height: 3.2rem;
  position: absolute;
  top: 9rem;
  left: 24.621rem;
}
.top_area_img_two {
  width: 1.186rem;
  height: 1.186rem;
  position: absolute;
  left: 32.747rem;
  top: 2rem;
}
.top_area_img_three {
  width: 3.6rem;
  height: 2.3rem;
  position: absolute;
  left: 39.5rem;
  top: 7.5rem;
}
.top_area_img_four {
  width: 3rem;
  height: 3.1rem;
  rotate: 110deg;
  position: absolute;
  right: 42.8rem;
  top: 5.5rem;
}
.top_area_img_five {
  width: .893rem;
  height: .893rem;
  position: absolute;
  right: 36.3rem;
  top: 6.5rem;
}
.top_area_img_six {
  width: 1.186rem;
  height: 1.186rem;
  position: absolute;
  right: 28rem;
  top: 9rem;
}
.top_area_img_seven {
  width: 5.492rem;
  height: 5.395rem;
  position: absolute;
  right: 17.8rem;
  top: 9rem;
}
.top_area_img_eight {
  width: 1.186rem;
  height: 1.186rem;
  position: absolute;
  top: 21.5rem;
  left: 13rem;
}
.top_area_img_nine {
  width: 4rem;
  height: 2.7rem;
  rotate: 30deg;
  position: absolute;
  right: 13.2rem;
  top: 20.5rem;
}
.top_area_img_ten {
  width: 2.681rem;
  height: 2.308rem;
  position: absolute;
  top: 31rem;
  left: 11rem;
}
.top_area_img_eleven {
  width: 1.186rem;
  height: 1.186rem;
  position: absolute;
  top: 39.5rem;
  left: 12rem;
}
.top_area_img_twelve {
  width: 2.6rem;
  height: 2.3rem;
  rotate: 90deg;
  position: absolute;
  top: 33rem;
  right: 15.4rem;
}
.top_area_img_thirteen {
  width: 1.186rem;
  height: 1.186rem;
  position: absolute;
  bottom: 12rem;
  right: 16.8rem;
}
.top_area_img_fourteen {
  width: 3.27rem;
  height: 2.89rem;
  position: absolute;
  bottom: 5rem;
  left: 16rem;
}
.top_area_img_fifteen {
  width: 5.492rem;
  height: 5.395rem;
  position: absolute;
  bottom: 0rem;
  left: 26rem;
}
.top_area_img_sixteen {
  width: 3.057rem;
  height: 3.15rem;
  position: absolute;
  bottom: -3rem;
  left: 41rem;
}
.top_area_img_seventeen {
  width: 3.061rem;
  height: 3rem;
  position: absolute;
  bottom: -3rem;
  right: 41rem;
}
.top_area_img_eighteen {
  width: 2.7rem;
  height: 2.4rem;
  position: absolute;
  bottom: 0;
  right: 32.4rem;
}
.top_area_img_nineteen {
  width: 1.186rem;
  height: 1.186rem;
  position: absolute;
  bottom: 1rem;
  right: 25.8rem;
}
.top_area_img_twenty {
  width: 2.89rem;
  height: 3.1rem;
  position: absolute;
  bottom: 3rem;
  right: 19.1rem;
  rotate: 90deg;
}

.front_page_button {
  width: 24rem;
  height: 6.4rem;
  margin: 0 auto;
  border-radius: 4.1rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.front_page_button_text {
  font-family: Zen Maru Gothic;
  font-size: 2rem;
  font-weight: 700;
  line-height: 6.4rem;
}

.front_bg_color_beige {
  background-color: #FAFAD8;
}

.front_txt_color_brown {
  color: #7D3640;
}

/* NEWS */
.front_news_area {
  background-color: #FAFAD8;
}

.front_news_list {
  display: flex;
  gap: 9rem;
  margin-top: 11rem;
  padding-bottom: 2.7rem;
}

.front_news_img {
  display: block;
  width: 42.8rem;
  height: 22.4rem;
  overflow: hidden;
  border-radius: 1.2rem;
  margin-bottom: 2.6rem;
}

.front_news_title_top {
  display: flex;
}

.front_news_list_date {
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  color: #95BB3F;
}

.front_news_list_category {
  width: 14.9rem;
  height: 3.6rem;
  line-height: 3.6rem;
  border-radius: 10px;
  margin-left: 1.2rem;
  margin-bottom: .8rem;
  text-align: center;
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}

/* slickに適応させるためaタグ指定を使用 */
.front_news_list_category a {
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
}

.front_bg_color_yellow {
  background-color: #F9C214
}

.front_news_list_title {
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  font-weight: 700;
  color: #8C4F53;
}

/* slickに適応させるためaタグ指定を使用 */
.front_news_list_title a {
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  font-weight: 700;
  color: #8C4F53;
}

.front_slide {
  width: 42.8rem;
  margin-right: 9rem;
}

/* TOPICS */
.front_topics_area {
  background-color: #FAFAD8;
  padding-bottom: .1rem;
  padding-top: 16.3rem;
  padding-bottom: 13rem;
}

.front_topics_container {
  width: 93.4rem;
  margin: 0 auto;
}

.front_topic_area {
  display: flex;
  position: relative;
  gap: 8rem;
  margin-bottom: 13rem;
}

.front_topic_area_reverse {
  display: flex;
  gap: 8.863rem;
  flex-direction: row-reverse;
  margin-bottom: 13rem;
}

.front_topic_area:last-child{
  margin-bottom: 0;
}

.front_topic_img_area {
  /* width: 42.258rem; */
  /* height: 47.224rem; */
  position: relative;
  flex-shrink: 0;
}

.front_topic_photo {
  width: 43rem;
  height: 43rem;
  z-index: 1;
}

.front_topic_img_rain {
  width: 46.258rem;
  height: 47.224rem;
  position: absolute;
  z-index: 2;
}

.front_topic_img_sun {
  width: 53.9rem;
  height: 45.658rem;
  position: absolute;
  left: -3rem;
  z-index: 2;
}

.front_topic_img_wind {
  width: 45.486rem;
  height: 41.3rem;
  position: absolute;
  left: 1rem;
  z-index: 2;
}

.front_topic_img_flower {
  width: 51.511rem;
  height: 46.857rem;
  position: absolute;
  z-index: 2;
}

.front_topic_img_gr_apple {
  width: 47.391rem;
  height: 43.427rem;
  position: absolute;
  z-index: 2;
}

.front_topic_img_pink_apple {
  width: 50.586rem;
  height: 44.1rem;
  position: absolute;
  left: -3.5rem;
  z-index: 2;
}

.front_topic_img_red_apple {
  width: 52.765rem;
  height: 43.417rem;
  position: absolute;
  left: -5.5rem;
  z-index: 2;
}

.front_topic_img_pos {
  position: absolute;
  left: 2rem
}

.front_topic_text_area {
  width: 41rem;
  margin: 0 auto;
}

.front_topic_title {
  font-family: Zen Maru Gothic;
  font-size: 3.8rem;
  text-align: center;
  font-weight: 700;
  color: #7D3640;
  margin-bottom: 2.4rem;
}

.front_topic_text {
  font-family: Zen Maru Gothic;
  font-size: 1.6rem;
  font-weight: 700;
  color: #7D3640;
  line-height: calc(50 / 16);
  margin-bottom: 2.4rem;
}

.front_button_arrow {
  width: 2.7rem;
  height: 2.7rem;
  position: relative;
  top: .5rem;
  margin-left: 4rem;
}

.front_bg_color_green {
  background-color: #95BB3F;
}

.front_txt_color_beige {
  color: #FAFAD8;
}

/* ACCESS */
.front_access_area {
  background-color: #95BB3F;
  padding-bottom: 14rem;
}

.front_access_container {
  text-align: center;
  width: 51.851rem;
  margin: 0 auto;
  padding-top: 6.081rem;
}

.front_access_title {
  font-family: Zen Maru Gothic;
  font-size: 3.8rem;
  font-weight: 700;
  color: #FAFAD8;
  margin-bottom: 5.266rem;
}

.front_sheep_img {
  height: 16.325rem;
  display: block;
  margin-bottom: 5rem;
}

.front_bottom_img {
  object-fit: cover;
}

/* クラスを追加 */
.border_radius_top {
  border-radius: 50%;
}
/* クラスを追加ここまで */


@media screen and (max-width: 699.98px) {

  .front_about_area {
    overflow: hidden;
  }

  .pc_disp_none {
    display: flex;
  }

  .disp_status {
    display: flex;
  }

  .front_img_area {
    width: 31.7rem;
  }

  /* SP版 装飾イメージ9個 */
  .top_area_img_one_sp {
    width: 4rem;
    height: 2.5rem;
    rotate: 180deg;
    position: absolute;
    top: .5rem;
    right: 7.5rem;
  }
  .top_area_img_two_sp {
    width: 1.26rem;
    height: 1.26rem;
    position: absolute;
    top: 4rem;
    right: 3.7rem;
  }
  .top_area_img_three_sp {
    width: 1.673rem;
    height: 1.673rem;
    position: absolute;
    top: 9rem;
    right: .1rem;
  }
  .top_area_img_four_sp {
    width: 4.6rem;
    height: 4.6rem;
    position: absolute;
    right: -4.5rem;
    top: 15rem;
  }
  .top_area_img_five_sp {
    width: 2.3rem;
    height: 2.3rem;
    position: absolute;
    left: -2.5rem;
    bottom: 21rem;
  }
  .top_area_img_six_sp {
    width: 1.186rem;
    height: 1.186rem;
    position: absolute;
    left: -1.5rem;
    bottom: 12.5rem;
  }
  .top_area_img_seven_sp {
    width: 2.8rem;
    height: 2.4rem;
    position: absolute;
    rotate: 180deg;
    left: 3rem;
    bottom: 5rem;
  }
  .top_area_img_eight_sp {
    width: 4rem;
    height: 4rem;
    position: absolute;
    bottom: -4.5rem;
    left: 7rem;
  }
  .top_area_img_nine_sp {
    width: 3.1rem;
    height: 2.1rem;
    rotate: 30deg;
    position: absolute;
    right: 1.4rem;
    bottom: -4.5rem;
  }

  .front_about_title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 3rem;
  }

  .front_about_text {
    width: 31.7rem;
    text-align: left;
    line-height: calc(30 / 16);
    margin-bottom: 4rem;
  }

  .front_page_button {
    width: 20rem;
    height: 5rem;
    align-items: normal;
  }

  .front_page_button_text {
    height: 5rem;
    line-height: 5rem;
    display: flex;
    justify-content: center;
  }

  .front_button_arrow {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.7rem;
    margin-left: 3.1rem;
  }

  .front_news_list {
    margin-top: 10rem;
    padding-bottom: 6.7rem;
  }

  .front_news_img {
    width: 100%;
    height: 15rem;
  }

  .front_slide {
    width: 25rem;
    margin-right: 4.6rem;
  }

  .front_news_list_title {
    font-size: 1.5rem;
  }

  .front_topics_container {
    width: 33.5rem;
    margin: 0 auto;
  }

  .front_topic_area {
    display: block;
    width: 33.5rem;
    margin: 0 auto 10rem auto;
  }

  .front_topic_title {
    font-size: 2.5rem;
  }

  .front_topic_text {
    line-height: calc(35 / 16);
  }

  .front_topics_area {
    padding-top: 0;
    padding-bottom: 0;
  }

  .front_topic_area_reverse {
    display: block;
    width: 33.5rem;
    margin: 0 auto 10rem auto;
  }

  .front_topic_photo {
    width: 30rem;
    height: 30rem;

    /* 一時的にコメントアウト */
    margin: 0 auto;
    /* 一時的にコメントアウトここまで */

    display: flex;
  }

  .front_topic_img_area {
    width: 33.5rem;
    height: 35.5rem;
  }

  .front_topic_img_rain {
    width: 33.5rem;
    height: 34rem;
  }

  .front_topic_img_sun {
    width: 33.5rem;
    height: 28.4rem;
    left: 0;
  }

  .front_topic_img_wind {
    width: 33rem;
    height: 29.8rem;
  }

  .front_topic_img_flower {
    width: 33.5rem;
    height: 30.6rem;
  }

  .front_topic_img_gr_apple {
    width: 33.3rem;
    height: 30.5rem;
  }

  .front_topic_img_pink_apple {
    width: 33.26rem;
    height: 29rem;
    left: 0;
  }

  .front_topic_img_red_apple {
    width: 33.8rem;
    height: 27.4rem;
    left: 0;
  }

  .front_topic_text_area {
    width: 33.5rem;
  }

  .front_access_container {
    width: 34.731rem;
    padding-top: 0;
  }

  .front_access_title {
    margin-top: 3rem;
    font-size: 2.5rem;
  }

  .front_sheep_img {
    width: 34.731rem;
    height: auto;
    margin-bottom: 6rem;
  }

  .last_text_area_pos {
    padding-bottom: 8.791rem;
  }
}