@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* -----------------------------------------------
tenbiran-farm common
----------------------------------------------- */
main {
  font-family: 'Noto Serif JP', serif;
}

.alga {
  font-family: alga, serif;
  font-style: normal;
}

#group-top_header {
  background: transparent;
  border-bottom: none;
}

header + main {
  padding-top: 0;
}

.more_button a {
  width: 325px;
  max-width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  margin: 0 auto;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.group-top_nav_wrap > ul > li:first-child::before {
  content: none;
}

.group-top_nav_wrap > ul > li:nth-child(2)::before {
  content: '';
  width: 24px;
  height: 19px;
  background-image: url(../img/group_top/common/egg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#group-top_header .icon img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(103%);
}

@media screen and (max-width: 750px) {
  .scroll_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: 20px;
    padding-left: 4%;
    overflow-x: scroll;
    position: relative;
  }

  #group-top_header #nav_toggle span:not(.text) {
    background-color: #fff;
  }

  #group-top_header #nav_toggle span.text {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(108%) contrast(103%);
  }

  #group-top_header .logo {
    width: 89.27%;
  }
}

@media screen and (min-width: 751px) {
  #group-top_header .search input {
    background-image: url(../img/common/search_icon_white.svg?202209211545);
    border: 1px solid #fff;
    color: #fff;
    /* background-color: transparent; */
    background-color: rgba(255,255,255,.3);
  }

  #group-top_header .search input::placeholder {
    color: #fff;
  }

  #group-top_header .icon span {
    color: #fff;
  }

  #group-top_header .logo {
    width: 206px;
    cursor: pointer;
  }
}

/* -----------------------------------------------
animation
----------------------------------------------- */
@keyframes slide {
  to { 
      opacity: 1;
      transform: translateX(0);
  }
}

@keyframes up {
  to { 
      opacity: 1;
      transform: translateY(0);
  }
}

.inview,
.inview_center {
  opacity: 0;
}

.is-show.slide_left {
  animation: 1s ease-out forwards slide;
  transform: translateX(100px);
}

.is-show.slide_right {
  animation: 1s ease-out forwards slide;
  transform: translateX(-100px);
}

.is-show.slide_up {
  animation: 1s ease-out forwards up;
  transform: translateY(10px);
}

/* -----------------------------------------------
mv_wrap
----------------------------------------------- */
.mv_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}

.mv_movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
}

.mv_movie:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/group_top/tenbiran-farm/movie_mask_70.gif);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.mv_movie video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.mv_text {
  position: absolute;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .mv_movie:before {
    background-size: 2px 2px;
  }

  .mv_text {
    width: 14.4%;
    top: 160px;
    left: calc(50% + 23.7%);
  }
}

@media screen and (min-width: 751px) {
  .mv_movie:before {
    background-size: 4px 4px;
  }

  .mv_text {
    width: 78px;
    top: 172px;
    left: calc(50% + 24.5%);
  }
}

/* -----------------------------------------------
about_wrap
----------------------------------------------- */
.about_wrap {
  position: relative;
}

.about_wrap::after {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.about_heading {
  color: #fff;
}

.point_con:nth-child(2) {
  position: relative;
}

.point_con:nth-child(2)::after {
  content: '';
  background-image: url(../img/group_top/tenbiran-farm/point_02_deco.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.point_con .text {
  color: #fff;
}

.point_con .text strong {
  font-style: italic;
  font-weight: normal;
}

.point_con .text h3 {
  letter-spacing: 0.15em;
  font-weight: normal;
}

.point_con .text p {
  letter-spacing: 0em;
}

@media screen and (max-width: 750px) {
  .about_wrap::after {
    width: 100%;
    padding-top: 654.1%;
    background-image: url(../img/group_top/tenbiran-farm/bg_01_sp.svg);
    /* top: -50px; */
    top: -2.18%;
  }

  .about_wrap .inner_wrap {
    width: 84%;
  }

  .about_heading {
    /* padding-top: 15px; */
    padding-top: 4.8%;
    text-align: right;
  }

  .about_heading strong {
    /* font-size: 1rem; */
    font-size: 2.66vw;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  
  .about_heading h2 {
    /* margin-top: 13px; */
    margin-top: 4.1%;
    /* font-size: 2.2rem; */
    font-size: 5.86vw;
    line-height: 1.26;
    letter-spacing: 0.08em;
    font-weight: 300;
  }

  .point_wrap {
    /* margin-top: 41px; */
    margin-top: 13%;
  }
  
  .point_con:nth-child(2) {
    /* margin-top: 79px; */
    margin-top: 25%;
  }

  .point_con:nth-child(2)::after {
    width: 95px;
    height: 96px;
    top: calc(100% + 30px);
    left: 8px;
  }

  .point_con:nth-child(n + 3) {
    /* margin-top: 42px; */
    margin-top: 13.4%;
  }

  .point_con .text {
    width: 90.47%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .point_con:nth-child(even) .text {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }

  .point_con .text strong {
    /* font-size: 1.4rem; */
    font-size: 3.73vw;
    line-height: 1.1;
    letter-spacing: 0.12em;
  }

  .point_con .text strong span {
    /* font-size: 2.1rem; */
    font-size: 5.6vw;
  }

  .point_con .text h3 {
    /* margin-top: 18px; */
    margin-top: 6.29%;
    /* font-size: 1.8rem; */
    font-size: 4.8vw;
    line-height: 1.67;
  }

  .point_con .text p {
    /* margin-top: 21px; */
    margin-top: 7.35%;
    /* font-size: 1.3rem; */
    font-size: 3.46vw;
    line-height: 1.92;
    text-align: left;
    text-align: justify;
  }

  .point_con .img {
    /* margin-top: 28px; */
    margin-top: 8.9%;
    margin-left: calc(50% - 50vw);
    width: 100%;
  }

  .point_con:nth-child(odd) .img {
    margin-left: calc(-50% + 50vw);
  }

  .point_con_01 {
    width: 100%;
  }

  .point_con_01 .text {
    width: 73.8%;
  }
  
  .point_con_01 .text h3 {
    /* margin-top: 13px; */
    margin-top: 5.6%;
  }
  
  .point_con_01 .text p {
    /* margin-top: 21px; */
    margin-top: 9.1%;
  }

  .point_con_01 .img {
    /* margin-top: 30px; */
    margin-top: 9.4%;
  }
}

@media screen and (min-width: 751px) {
  .about_wrap::after {
    width: 2696px;
    height: 2040px;
    background-image: url(../img/group_top/tenbiran-farm/bg_01.svg);
    top: -96px;
  }

  .about_heading {
    text-align: center;
  }

  .about_heading strong {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.15em;
    font-weight: 500;
  }
  
  .about_heading h2 {
    margin-top: 5px;
    font-size: 40px;
    line-height: 1.75;
    letter-spacing: 0.08em;
    font-weight: 300;
  }

  .point_wrap {
    margin-top: 78px;
  }
  
  .point_con {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .point_con:nth-child(even) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .point_con:nth-child(2) {
    margin-top: 370px;
  }

  .point_con:nth-child(2)::after {
    width: 158px;
    height: 159px;
    bottom: 0;
    right: 0;
  }

  .point_con:nth-child(n + 3) {
    margin-top: 48px;
  }

  .point_con .text {
    width: 376px;
    margin-right: 40px;
  }

  .point_con:nth-child(even) .text {
    margin-right: 0;
    margin-left: 40px;
  }

  .point_con .text strong {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: 0.12em;
  }

  .point_con .text strong span {
    font-size: 27px;
  }

  .point_con .text h3 {
    margin-top: 22px;
    font-size: 26px;
    line-height: 1.73;
  }

  .point_con .text p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 2;
  }

  .point_con .img {
    width: 392px;
  }
  
  .point_con .img img {
    border-radius: 5px;
  }

  .point_con_01 {
    width: 1366px;
    margin-left: -143px;
  }
  
  .point_con_01 .text {
    margin-right: 46px;
  }
  
  .point_con_01 .text h3 {
    margin-top: 30px;
  }
  
  .point_con_01 .text p {
    margin-top: 31px;
  }
  
  .point_con_01 .img {
    width: 560px;
  }
}

/* -----------------------------------------------
message_wrap
----------------------------------------------- */
.message_wrap {
  position: relative;
  z-index: -2;
  /* animation-delay: -0.5s!important; */
}

.message_wrap .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  text-align: center;
  color: #fff;
}

.message_wrap .text p {
  font-weight: 600;
}

.message_wrap .text span {
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 750px) {
  .message_wrap {
    margin-top: 9px;
    z-index: -1;
    position: relative;
  }

  .message_wrap::before {
    content: '';
    width: 100%;
    /* height: 122px; */
    padding-top: 16.3%;
    background-image: url(../img/group_top/tenbiran-farm/bg_01_sp.svg?202209221657);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
  }

  .message_wrap .text {
    top: 17.1%;
  }

  .message_wrap .text p {
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.16em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: auto;
    margin-right: auto;
  }

  .message_wrap .text span {
    margin-top: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 751px) {
  .message_wrap {
    margin-top: -192px;
  }

  .message_wrap .text {
    top: calc(50% + 18px);
  }

  .message_wrap .text p {
    font-size: 26px;
    line-height: 1.61;
    letter-spacing: 0.12em;
  }

  .message_wrap .text span {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.6;
  }
}

/* -----------------------------------------------
bg_white
----------------------------------------------- */
.bg_white {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .bg_white {
    background-color: #fff;
    padding-bottom: 45%;
  }

  .bg_white:after {
    content: '';
    /* width: 100vw; */
    width: 100%;
    padding-top: 19.3%;
    background-image: url(../img/group_top/tenbiran-farm/bg_02_sp.svg?202209221904);
    /* background-size: contain; */
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    bottom: calc(100% - 1px);
    /* bottom: 100%; */
    left: 0;
    z-index: -1;
  }
}

@media screen and (min-width: 751px) {
  .bg_white:after {
    content: '';
    width: 2700px;
    height: 1650px;
    background-image: url(../img/group_top/tenbiran-farm/bg_02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -132px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}

/* -----------------------------------------------
cocosta_wrap
----------------------------------------------- */
.cocosta_heading {
  text-align: center;
}

.cocosta_heading strong {
  letter-spacing: 0.12em;
  font-weight: 500;
  display: block;
}

.cocosta_heading h2 {
  letter-spacing: 0.12em;
  font-weight: 500;
}

.cocosta_wrap .ecbn-selection-wrapper,
.cocosta_wrap .ecbn-selection-slide-wrapper {
  overflow: visible!important;
}

.ecbn-selection-slider-view {
  overflow-x: hidden;
}

.cocosta_wrap .ecbn-selection-title {
  display: none;
}

.cocosta_wrap .ecbn-selection-item a {
  position: relative;
}

.cocosta_wrap .ecbn-selection-item a::after {
  content: '';
  background-image: url(../img/group_top/tenbiran-farm/cocosta_egg_01.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}

.cocosta_wrap .ecbn-selection-item:nth-child(5n + 2) a::after,
.cocosta_wrap .ecbn-selection-item:nth-child(5n + 5) a::after {
  background-image: url(../img/group_top/tenbiran-farm/cocosta_egg_02.svg);
}

.more_instagram {
  border-bottom: 1px solid #646464;
}

.more_instagram a {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

@media screen and (max-width: 750px) {
  .cocosta_wrap {
    position: relative;
  }

  .cocosta_heading {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
  }

  .cocosta_heading strong {
    font-size: 3.2rem;
    line-height: 1;
  }

  .cocosta_heading h2 {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 2px;
  }

  .cocosta_wrap .cocosta_vsm {
    padding-top: 83px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .cocosta_wrap .ecbn-selection-item {
    margin-right: -15px!important;
  }

  .cocosta_wrap .vsm-slider .ecbn-selection-widget-new div.ecbn-selection-wrapper, .vsm-goods .ecbn-selection-widget-new div.ecbn-selection-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .cocosta_wrap .ecbn-selection-item a::after {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cocosta_wrap .ecbn-selection-slider-controls {
    display: none;
  }

  .more_instagram {
    margin-top: 21px;
  }

  .more_instagram a {
    padding: 11px 0 10px;
    width: 140px;
  }
}

@media (max-width: 720px) {
  .cocosta_wrap .vsm-slider .ecbn-selection-wrapper li.ecbn-selection-item, .vsm-goods .ecbn-selection-wrapper li.ecbn-selection-item {
    width: 160px!important;
    padding: 0!important;
  }

  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slide-wrapper {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .cocosta_wrap {
    margin-top: -200px;
  }

  .cocosta_heading strong {
    font-size: 46px;
    line-height: 1.5;
  }

  .cocosta_wrap .cocosta_vsm {
    margin-top: 50px;
  }

  .cocosta_heading h2 {
    font-size: 16px;
    line-height: 1.3;
  }

  .cocosta_wrap .ecbn-selection-item {
    margin-right: -10px!important;
  }

  .cocosta_wrap .ecbn-selection-item a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .cocosta_wrap .ecbn-selection-item a:hover::before {
    background-color: rgba(255,255,255,.2);
  }

  .cocosta_wrap .ecbn-selection-item a::after {
    width: 101%;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev {
    left: -83px;
  }
  
  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
    border-bottom: solid 3px #000;
    border-left: solid 3px #000;
  }
  
  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next {
    right: -77px;
  }
  
  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before {
    border-top: solid 3px #000;
    border-right: solid 3px #000;
  }
  
  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-next:before,
  .cocosta_wrap .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a.ecbn-selection-slider-prev:before {
    height: 14px;
    width: 14px;
  }

  .more_instagram {
    margin-top: 46px;
  }

  .more_instagram a {
    padding: 11px 0;
    width: 160px;
  }
  
  .more_instagram a:hover {
    opacity: 0.6;
  }
}

/* -----------------------------------------------
story_wrap
----------------------------------------------- */
.yomimono_heading {
  text-align: center;
}

.yomimono_heading strong {
  display: inline-block;
}

.yomimono_heading h2 {
  letter-spacing: 0.09em;
  font-weight: 600;
}

.yomimono_item .img {
  position: relative;
}

.yomimono_item .img img {
  aspect-ratio: 1 / 0.643;
  object-fit: cover;
  object-position: center center;
}

.yomimono_item .text {
  font-family: 'Noto Sans JP', sans-serif;
}

.yomimono_item time {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  color: #aaaaaa;
  display: block;
}

.yomimono_item h3 {
  font-size: 13px;
  line-height: 1.61;
  min-height: calc(1.61em * 2);
  letter-spacing: 0;
  font-weight: bold;
}

.yomimono_item .cat_list {
  margin-right: 0.5em;
  letter-spacing: 0;
  color: #aaaaaa;
  display: inline-block;
}

.more_yomimono {
  border-bottom: 1px solid #646464;
}

.more_yomimono a {
  margin-left: auto;
  margin-right: 0;
  display: block;
}

@media screen and (max-width: 750px) {
  .story_wrap {
    margin-top: 86px;
  }

  .yomimono_heading strong {
    width: 241px;
  }

  .yomimono_heading h2 {
    margin-top: 12px;
    font-size: 1.3rem;
    line-height: 1.73;
  }

  .yomimono_wrap {
    margin-top: 33px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .yomimono_item {
    width: 286px;
    min-width: 286px;
    padding-right: 20px;
  }

  .yomimono_item .text {
    margin-top: 17px;
    font-size: 13px;
  }

  .yomimono_item h3 {
    margin-top: 9px;
  }

  .yomimono_item .cat_list_wrap {
    margin-top: 5px;
  }

  .yomimono_item .cat_list {
    font-size: 1.2rem;
    line-height: 1.68;
  }

  .more_yomimono {
    margin-top: 11px;
  }

  .more_yomimono a {
    padding: 11px 0;
    width: 150px;
  }
}

@media screen and (min-width: 751px) {
  .story_wrap {
    margin-top: 91px;
  }

  .yomimono_heading strong {
    width: 298px;
  }

  .yomimono_heading h2 {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.77;
  }

  .yomimono_wrap {
    margin-top: 41px;
    margin-left: -5px;
  }

  .yomimono_item {
    padding-left: 5px;
  }

  .yomimono_item a .img:before {
    transition: all .3s;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .yomimono_item a:hover .img:before {
    background-color: rgba(255,255,255,.2);
  }

  .yomimono_item .text {
    margin-top: 18px;
    font-size: 13px;
  }

  .yomimono_item h3 {
    margin-top: 7px;
  }

  .yomimono_item .cat_list_wrap {
    margin-top: 7px;
  }

  .yomimono_item .cat_list {
    font-size: 13px;
    line-height: 1.61;
  }

  .yomimono_wrap .slick-prev {
    left: -52px;
    width: 42px;
    height: 42px;
  }
  
  .yomimono_wrap .slick-prev:before {
    border-bottom: solid 3px #000;
    border-left: solid 3px #000;
  }
  
  .yomimono_wrap .slick-next {
    right: -82px;
    width: 42px;
    height: 42px;
  }
  
  .yomimono_wrap .slick-next:before {
    border-top: solid 3px #000;
    border-right: solid 3px #000;
  }
  
  .yomimono_wrap .slick-prev:before,
  .yomimono_wrap .slick-next:before {
    content: '';
    height: 14px;
    width: 14px;
    transform: rotate(45deg);
    display: block;
    box-sizing: border-box;
  }

  .more_yomimono {
    margin-top: 46px;
  }

  .more_yomimono a {
    padding: 11px 0;
    width: 177px;
  }
  
  .more_yomimono a:hover {
    opacity: 0.6;
  }
}

/* -----------------------------------------------
feature_wrap
----------------------------------------------- */
.feature_wrap {
  position: relative;
  z-index: 2;
}

.feature_wrap:after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
}

.feature_heading {
  text-align: center;
}

.feature_heading strong {
  line-height: 1;
  font-weight: 500;
  display: block;
}

.feature_heading h2 {
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  position: relative;
}

.feature_heading h2:before {
  content: '';
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.feature_heading h2:after {
  content: '';
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.feature_con a {
  border-bottom: 1px solid #fff;
  position: relative;
}

.feature_con a::after {
  content: '';
  width: 9px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 2px;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s;
}

.feature_con .img img {
  object-fit: cover;
  aspect-ratio: 1 / 0.643;
}

.feature_con .text h3 {
  font-weight: 600;
  color: #fff;
}

.feature_con .text strong {
  line-height: 1;
  letter-spacing: 0;
  font-weight: normal;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
}

.feature_con .text p {
  letter-spacing: 0;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.feature_con .text span {
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

.feature_wrap .more_button a {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.feature_wrap .more_button a:hover {
  background-color: #fff;
  color: #7c804e;
}

@media screen and (max-width: 750px) {
  .feature_wrap {
    background-color: #7c804e;
    padding-bottom: 42px;
  }

  .feature_wrap:after {
    width: 100%;
    padding-top: 34.3%;
    background-image: url(../img/group_top/tenbiran-farm/bg_03_sp.svg?202209201418);
    background-size: 100% auto;
    background-position: center bottom;
    bottom: calc(100% - 1px);
    left: 0;
    /* transform: translateX(-50%); */
  }

  .feature_wrap:before {
    content: '';
    width: 100%;
    padding-top: 46.9%;
    background-image: url(../img/group_top/tenbiran-farm/bg_03_egg.svg?202209222002);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: -97px;
    left: 50%;
    transform: translateX(-50%);
  }

  .feature_heading strong {
    font-size: 3.3rem;
    letter-spacing: 0.1em;
  }

  .feature_heading h2 {
    margin-top: 16px;
    font-size: 1.4rem;
  }

  .feature_heading h2:before {
    width: 48px;
    right: calc(100% + 13px);
  }
  
  .feature_heading h2:after {
    width: 48px;
    left: calc(100% + 8px);
  }

  .feature_con_wrap {
    width: 100%;
    margin-top: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature_con {
    width: 286px;
    min-width: 286px;
    padding-right: 20px;
  }

  /* .feature_con:nth-child(n + 2) {
    margin-left: 20px;
  } */

  .feature_con a {
    display: block;
  }

  .feature_con .img {
    width: 100%;
  }
  
  .feature_con .text {
    width: 100%;
    margin-top: 23px;
  }

  .feature_con .text h3 {
    font-size: 1.7rem;
    line-height: 1.47;
    letter-spacing: 0;
  }

  .feature_con .text strong {
    margin-top: 22px;
    padding: 0.3em 0.6em;
    font-size: 1.2rem;
  }

  .feature_con .text p {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.61;
  }

  .feature_con .text span {
    margin-top: 14px;
    padding-bottom: 5px;
    font-size: 1.2rem;
    text-align: left;
  }

  .feature_wrap .more_button {
    margin-top: 28px;
  }
}

@media screen and (min-width: 751px) {
  .feature_wrap {
    padding-top: 276px;
  }

  .feature_wrap:after {
    width: 2700px;
    height: 1956px;
    background-image: url(../img/group_top/tenbiran-farm/bg_03.svg?202209201418);
    background-size: contain;
    background-position: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .feature_heading strong {
    font-size: 50px;
    letter-spacing: 0.07em;
  }

  .feature_heading h2 {
    margin-top: 31px;
    font-size: 24px;
  }

  .feature_heading h2:before {
    width: 82px;
    right: calc(100% + 13px);
  }
  
  .feature_heading h2:after {
    width: 82px;
    left: calc(100% + 8px);
  }

  .feature_con_wrap {
    margin-top: 116px;
  }
  
  .feature_con:not(:first-child) {
    margin-top: 60px;
  }

  .feature_con a {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .feature_con a:hover {
    border-bottom: 1px solid #000;
  }
  
  .feature_con a:hover::after {
    background-color: #000;
  }

  .feature_con .img {
    width: 560px;
    position: relative;
  }
  
  .feature_con a .img::after {
    transition: all .3s;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .feature_con a:hover .img::after {
    background: rgba(240,240,240,.2);
  }
  
  .feature_con .text {
    width: 432px;
    margin-left: 44px;
  }

  .feature_con .text h3 {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }

  .feature_con .text strong {
    margin-top: 36px;
    padding: 0.4em 0.6em;
    font-size: 13px;
  }

  .feature_con .text p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 2;
  }

  .feature_con .text span {
    margin-top: 19px;
    padding-right: 26px;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: right;
  }
  
  .feature_con a:hover .text span {
    color: #000;
  }

  .feature_wrap .more_button {
    margin-top: 88px;
  }
}

/* -----------------------------------------------
teiki_wrap
----------------------------------------------- */
.teiki_wrap {
  position: relative;
  animation-delay: 0.2s!important;
}

.teiki_wrap::after {
  content: '';
  background-image: url(../img/group_top/tenbiran-farm/teiki_deco.png?202209161801);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
}

.teiki_bg_wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.teiki_wrap .text strong {
  margin: 0 auto;
  display: block;
}

.teiki_more a {
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.teiki_more a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-68%);
  transition: all .3s;
}

.teiki_more a:hover {
  background-color: #fff;
  color: #000;
}

.teiki_more a:hover::after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}

@media screen and (max-width: 750px) {
  .teiki_wrap::after {
    width: 138px;
    height: 69px;
    left: calc(50% + 24px);
  }

  .teiki_bg_wrap {
    padding: 45px 0 78px;
    background-image: url(../img/group_top/tenbiran-farm/teiki_bg_sp.jpg);
  }

  .teiki_wrap .text strong {
    width: 81.15%;
  }

  .teiki_more {
    margin-top: 18px;
  }

  .teiki_more a {
    width: 242px;
    height: 37px;
    border-radius: 23px;
    padding-right: 1em;
    font-size: 1.7rem;
    margin-left: auto;
    margin-right: auto;
  }

  .teiki_more a::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

@media screen and (min-width: 751px) {
  .teiki_wrap {
    padding-top: 106px;
    background-color: #7c804e;
  }

  .teiki_wrap::after {
    width: 208px;
    height: 124px;
    left: calc(50% + 24px);
  }

  .teiki_bg_wrap {
    padding: 135px 0 25px;
    background-image: url(../img/group_top/tenbiran-farm/teiki_bg.jpg);
  }

  .teiki_wrap .inner_wrap {
    max-width: 1200px;
  }

  .teiki_wrap .text strong {
    width: 686px;
  }

  .teiki_more {
    margin-top: 73px;
    padding-right: 17px;
  }

  .teiki_more a {
    width: 315px;
    height: 46px;
    border-radius: 23px;
    padding-right: 1em;
    font-size: 23px;
    margin-left: auto;
    margin-right: 0;
  }

  .teiki_more a::after {
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

/* -----------------------------------------------
syokudo_wrap
----------------------------------------------- */
.syokudo_wrap {
  background-color: #fff;
}

.syokudo_wrap .more_button a {
  border: 1px solid #7c804e;
  color: #7c804e;
}

.syokudo_wrap .more_button a:hover {
  background-color: #7c804e;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .syokudo_wrap {
    padding: 51px 0 48px;
  }

  .syokudo_heading h2 {
    width: 100%;
  }

  .syokudo_product {
    margin-top: 40px;
  }

  .syokudo_wrap .more_button {
    margin-top: 22px;
  }
}

@media screen and (min-width: 751px) {
  .syokudo_wrap {
    padding: 117px 0 112px;
  }

  .syokudo_heading h2 {
    width: 664px;
    margin: 0 auto;
  }

  .syokudo_product {
    margin-top: 80px;
  }

  .syokudo_wrap .more_button {
    margin-top: 87px;
  }
}

/* -----------------------------------------------
gift_wrap
----------------------------------------------- */
.gift_wrap {
  background-color: #f2f3e7;
}

.gift_wrap .more_button a {
  border: 1px solid #7c804e;
  color: #7c804e;
}

.gift_wrap .more_button a:hover {
  background-color: #7c804e;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .gift_wrap {
    padding: 43px 0 71px;
  }

  .gift_heading {
    width: 100%;
  }

  .gift_product {
    margin-top: 39px;
  }

  .gift_wrap .more_button {
    margin-top: 24px;
  }
}

@media screen and (min-width: 751px) {
  .gift_wrap {
    padding: 74px 0 109px;
  }

  .gift_heading {
    width: 712px;
    margin: 0 auto;
  }

  .gift_product {
    margin-top: 47px;
  }

  .gift_wrap .more_button {
    margin-top: 87px;
  }
}

/* -----------------------------------------------
tenbiran-farm_product
----------------------------------------------- */
.tenbiran-farm_product .fs-c-productListCarousel__list__itemTrack {
  transform:unset!important;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tenbiran-farm_product .fs-c-productListCarousel__list__item:nth-child(5n) {
  margin-right: 0;
}

.tenbiran-farm_product .fs-c-productListCarousel__ctrl {
  display: none!important;
}

.tenbiran-farm_product .fs-c-productListItem__productName a {
  display: block;
}

.tenbiran-farm_product .fs-c-productName__name {
  font-size: 13px;
  line-height: 1.61;
  letter-spacing: 0;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
}

.tenbiran-farm_product .fs-c-productListItem__prices {
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .tenbiran-farm_product {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .tenbiran-farm_product .fs-c-productListCarousel__list {
    padding-bottom: 20px;
    padding-left: 4%;
    overflow: scroll hidden;
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .tenbiran-farm_product .fs-c-productListCarousel__list__itemTrack {
    width: 725px!important;
    min-width: 725px;
  }

  .tenbiran-farm_product .fs-c-productListCarousel__list__item {
    width: 145px;
    min-width: 145px;
    padding-right: 10px;
    float: none;
  }

  .tenbiran-farm_product .fs-c-productListCarousel__list__item:nth-child(n + 6) {
    margin-top: 34px;
  }

  .tenbiran-farm_product .fs-c-productListItem__productName a {
    padding: 7px 0 0;
  }

  .tenbiran-farm_product .fs-c-productPrice {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 751px) {
  .tenbiran-farm_product .fs-c-productListCarousel__list__itemTrack {
    width: 100%!important;
  }

  .tenbiran-farm_product .fs-c-productListCarousel__list__item {
    width: 203px;
    margin-right: 14px;
    transition: all .3s;
  }
  
  .tenbiran-farm_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a {
    position: relative;
  }
  
  .tenbiran-farm_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
  }
  
  .tenbiran-farm_product .fs-c-productListCarousel__list__item .fs-c-productListItem__image a:hover::after {
    background-color: rgba(255,255,255,.2);
  }

  .tenbiran-farm_product .fs-c-productListCarousel__list__item:nth-child(n + 6) {
    margin-top: 41px;
  }

  .tenbiran-farm_product .fs-c-productListItem__productName a {
    padding: 6px 0 0;
  }

  .tenbiran-farm_product .fs-c-productPrice {
    font-size: 13px;
  }
}