@charset "UTF-8";

/* container */
.container_inner-01 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .container_inner-01 {
    width: 100%;
    padding: 0 4%;
  }
}

.container_inner-02 {
  width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .container_inner-02 {
    width: 100%;
    padding: 0;
  }
}

.container_inner-03 {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .container_inner-03 {
    width: 100%;
    padding: 0 4%;
  }
}

/* key visual */
.underlayer_kv {
  width: 100%;
  min-width: 1400px;
  height: 40.857vw;
  min-height: 573px;
  margin-top: 80px;
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .underlayer_kv {
    margin-top: 65px;
    min-height: auto;
    min-width: auto;
    height: 149.333vw;
  }
}

.underlayer_kv p {
  text-shadow: 0 0 10px #000;
}

.underlayer_kv_title-wrap {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1400px) {
  .underlayer_kv_title-wrap {
    font-size: 1.286vw;
  }
}

@media screen and (max-width: 768px) {
  .underlayer_kv_title-wrap {
    font-size: 3.733vw;
    line-height: 1.7;
  }
}

.underlayer_kv_title {
  margin: 0 auto 1%;
}

.underlayer_scroll {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 11.34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .underlayer_scroll {
    bottom: 12.5%;
  }
}

.underlayer_scroll-text {
  width: 3.93%;
}

@media screen and (max-width: 768px) {
  .underlayer_scroll-text {
    width: 14.67%;
  }
}

.underlayer_scroll-icon {
  width: 2%;
  margin: 0.7% auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  .underlayer_scroll-icon {
    width: 6.93%;
    margin-top: 2.67%;
  }
}

/* button hover */
.secret_button:hover,
.lineup_box_button:hover,
.recipe_button:hover,
.button-01:hover,
  .button-02:hover {
  opacity: 0.7;
}

/* secret */
#secret .underlayer_kv {
  background-image: url(/brand/vegetables/img/secret/kv_bg_pc.jpg);
}

@media screen and (max-width: 768px) {
  #secret .underlayer_kv {
    background-image: url(/brand/vegetables/img/secret/kv_bg_sp.jpg);
  }
}

#secret .underlayer_kv_title {
  width: 25.43%;
}

@media screen and (max-width: 768px) {
  #secret .underlayer_kv_title {
    width: 59%;
  }
}

#secret {
  line-height: 1.8;
}

#secret .contents_bg {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #secret .contents_bg {
    padding-bottom: 25vw;
  }
}

.secret_title_1 {
  text-align: center;
  padding-top: 90px;
  margin-bottom: 76px;
}

@media screen and (max-width: 768px) {
  .secret_title_1 {
    margin-bottom: 6vw;
    padding-top: 20vw;
  }
  .secret_title_1-01 {
    margin-bottom: 10vw;
  }
}

.secret_title_1 img {
  width: auto;
}

@media screen and (max-width: 768px) {
  .secret_title_1 img {
    width: 100%;
  }
}

.secret_title_2_wrap {
  position: relative;
  border-radius: 6px;
  background-color: #00A81A;
}

@media screen and (min-width: 769px) {
  .secret_title_2_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30px, #00A81A 30px, #00A81A 100%);
    height: 72px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 768px) {
  .secret_title_2_wrap {
    padding: 11vw 5vw 4vw;
    margin-bottom: 26px;
  }
}

.secret_title_2_wrap span {
  background: url(/brand/vegetables/img/secret/num_bg.png) no-repeat center/contain;
  color: #00A81A;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .secret_title_2_wrap span {
    font-size: 5.5rem;
    width: 107px;
    height: 87px;
    margin-left: -5px;
  }
}

@media screen and (max-width: 768px) {
  .secret_title_2_wrap span {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 25.67%;
    height: 20vw;
    font-size: 12vw;
  }
}

.secret_title_2 {
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: calc(100% - 127px);
}

@media screen and (max-width: 768px) {
  .secret_title_2 {
    width: 100%;
    font-size: 6.9333vw;
    text-align: center;
    line-height: 1.38;
  }
}

@media screen and (min-width: 769px) {
  .secret_point_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.secret_point {
  font-weight: bold;
  width: 437px;
  height: 435px;
  padding: 70px 65px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .secret_point {
    width: 97.86%;
    height: 98vw;
    margin: 0 auto;
    padding: 0 11vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .secret_point:nth-child(n+2) {
    margin-top: 10vw;
  }
}

.secret_point-1 {
  background: url(/brand/vegetables/img/secret/point_bg1.png) no-repeat center/contain;
}

@media screen and (min-width: 769px) {
  .secret_point-1 {
    margin-right: 145px;
  }

  .secret_point-1 .secret_point_icon {
    left: 0;
  }
}

.secret_point-1 .secret_point_title {
  color: #FF8E2A;
}

.secret_point-1 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #FF8E2A));
  background: linear-gradient(transparent 85%, #FF8E2A 85%);
}

.secret_point-2 {
  background: url(/brand/vegetables/img/secret/point_bg2.png) no-repeat center/contain;
}

.secret_point-2 .secret_point_title {
  color: #ED0019;
}

.secret_point-2 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #ED0019));
  background: linear-gradient(transparent 85%, #ED0019 85%);
}

.secret_point-3 {
  background: url(/brand/vegetables/img/secret/point_bg3.png) no-repeat center/contain;
}

@media screen and (min-width: 769px) {
  .secret_point-3 {
    margin-top: -30px;
    margin-left: 55px;
    padding: 90px 60px 0 72px;
  }
}

.secret_point-3 .secret_point_title {
  color: #00A823;
}

.secret_point-3 .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #00A823));
  background: linear-gradient(transparent 85%, #00A823 85%);
}

.secret_point_icon {
  position: absolute;
  left: 3%;
  top: 6%;
  width: 77px;
  width: 16.7%;
}

.secret_point_title {
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .secret_point_title {
    font-size: 6.933vw;
    margin-top: -3vw;
  }
}

.secret_point p {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .secret_point p {
    font-size: 4.266vw;
    text-align: center;
  }
}

.secret_point .marker {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .secret_point .marker {
    padding-bottom: 1.8vw;
  }
}

@media all and (-ms-high-contrast: none) {
  .secret_point .marker {
    padding-bottom: 0;
  }
}

.secret_section {
  margin-bottom: 78px;
}

@media screen and (min-width: 769px) {
  .secret_section_inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .secret_section {
    padding-top: 10vw;
    margin-bottom: 15vw;
  }
}

.secret_grid_img {
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .secret_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .secret_grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .secret_grid_img {
    width: 377px;
  }
  .secret_grid_text {
    width: 487px;
  }
  .secret_grid_text p {
    font-size: 2rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .secret_grid_img {
    margin-bottom: 5vw;
  }
  .secret_grid_text {
    padding: 0 2.66vw;
  }
  .secret_grid p {
    font-size: 4.26vw;
    font-weight: bold;
  }
}

.secret_box {
  background-color: #FFFFBE;
  border-radius: 6px;
  font-weight: bold;
  padding: 23px 32px;
}

@media screen and (max-width: 768px) {
  .secret_box {
    padding: 7vw 6vw 3vw;
  }
}

.secret_box:nth-child(n+2) {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  .secret_box:nth-child(n+2) {
    margin-top: 10vw;
  }
}

.secret_box_title {
  color: #00A823;
  font-size: 2.6rem;
}

@media screen and (max-width: 768px) {
  .secret_box_title {
    font-size: 5.8666vw;
  }
}

.secret_box p {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .secret_box p {
    font-size: 4.2666vw;
  }
}

.secret_box .secret_box_button {
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .secret_box .secret_box_button {
    margin-top: 4vw;
    margin-right: -4vw;
    margin-left: -4vw;
  }
}

.secret_button {
  text-align: center;
  margin-top: 98px;
}

@media screen and (max-width: 768px) {
  .secret_button {
    margin-top: 19vw;
  }
}

.secret_button a img {
  width: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .secret_button a img {
    width: 100%;
  }
}

/* lineup */
#lineup .underlayer_kv_title-wrap {
  top: 46%;
}

@media screen and (max-width: 768px) {
  #lineup .underlayer_kv_title-wrap {
    top: 50%;
  }

}

#lineup .underlayer_kv_title {
  width: 25.43%;
}

@media screen and (max-width: 768px) {
  #lineup .underlayer_kv_title {
    width: 48%;
  }
}

.lineup_container {
  padding-top: 76px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .lineup_container {
    padding-top: 20vw;
    padding-bottom: 31vw;
  }
}

#lineup .underlayer_kv {
  background-image: url(/brand/vegetables/img/lineup/kv_bg_pc.jpg);
}

@media screen and (max-width: 768px) {
  #lineup .underlayer_kv {
    background-image: url(/brand/vegetables/img/lineup/kv_bg_sp.jpg);
  }
}

.lineup_box {
  background-color: #fff;
  border: 8px solid #00AA24;
  border-radius: 24px;
  font-weight: bold;
  padding: 51px 32px 43px;
}

.lineup_box:nth-child(n+2) {
  margin-top: 76px;
}

@media screen and (max-width: 768px) {
  .lineup_box:nth-child(n+2) {
    margin-top: 17vw;
  }
}

@media screen and (max-width: 768px) {
  .lineup_box {
    border-radius: 16px;
    padding: 10vw 4vw 13vw;
    border-width: 5px;
  }
}

.lineup_box-1 {
  border-color: #00AA24;
}

.lineup_box-2 {
  border-color: #F47424;
}

.lineup_box-3 {
  border-color: #3C871B;
}

.lineup_box-4 {
  border-color: #EF491E;
}

.lineup_box-5 {
  border-color: #FFA53B;
}

.lineup_box_title {
  margin-bottom: 23px;
}

@media screen and (min-width: 769px) {
  .lineup_box_title {
    text-align: center;
  }
  .lineup_box_title img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .lineup_box_title {
    margin-bottom: 5vw;
  }
}

.lineup_box_img {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  margin: 30px auto 40px;
}

.lineup_box_img_item {
	width: 25%;
}

@media screen and (min-width: 769px) {
	.lineup_box_img_item:nth-child(n+5) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 768px) {
  .lineup_box_img {
    margin-bottom: 10vw;
  }

	.lineup_box_img_item {
		width: 50%;
	}

	.lineup_box_img_item:nth-child(n+3) {
		margin-top: 8vw;
	}
}

@media screen and (min-width: 769px) {
  .lineup_box_button {
    text-align: center;
  }
  .lineup_box_button img {
    width: auto;
  }
}

.lineup_box p {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 12px;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .lineup_box p {
    font-size: 4.266vw;
    margin-bottom: 5vw;
  }
}

/* recipe contents */
.recipe_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recipe_item {
  width: 490px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .recipe_item {
    min-height: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .recipe_item:nth-of-type(n+3) {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .recipe_item {
    width: 100%;
    font-size: 1.6rem;
  }

  .recipe_item:not(:first-of-type) {
    margin-top: 18.55%;
  }
}

@media all and (-ms-high-contrast: none) {
  .recipe_item > div {
    width: 490px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}


.recipe_item img {
  border-radius: 0 0 5px 5px;
}

.recipe_item_text {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .recipe_item_text {
    margin-top: 4.64%;
  }
}

.recipe_button {
  width: 450px;
  min-height: 0%;
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .recipe_button {
    width: 100%;
    margin: 4.35% auto 0;
  }
}

.recipe_item_name {
  min-height: 126px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  font-size: 3.6rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 768px) {
  .recipe_item_name {
    min-height: auto;
    padding: 14px 0;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 374px) {
  .recipe_item_name {
    font-size: 6.933vw;
  }
}

.recipe_item_name:before,
.recipe_item_name:after {
  content: "";
  width: 57px;
  height: 53px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/brand/vegetables/img/recipe_name_icon.png) center center/contain no-repeat;
}

.recipe_item_name:before {
  left: 15px;
}

.recipe_item_name:after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .recipe_item_name:before,
  .recipe_item_name:after {
    width: 38px;
    height: 34zpx;
  }

  .recipe_item_name:before {
    left: 8px;
  }

  .recipe_item_name:after {
    right: 8px;
  }
}

/* recipe page */
#recipe .container_inner-01 {
  padding-top: 96px;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #recipe .container_inner-01 {
    padding-top: 21.33%;
    padding-bottom: 32%;
  }
}

#recipe .recipe_item_name {
  background: #ff6323;
}

#recipe .underlayer_kv {
  background-image: url(/brand/vegetables/img/recipe/kv_bg_pc.jpg);
}

@media screen and (max-width: 768px) {
  #recipe .underlayer_kv {
    background-image: url(/brand/vegetables/img/recipe/kv_bg_sp.jpg);
  }
}

#recipe .underlayer_kv_title {
  width: 30.64%;
}

@media screen and (max-width: 768px) {
  #recipe .underlayer_kv_title {
    width: 58%;
  }
}

#recipe .button-01 {
  width: 450px;
  margin: 100px auto 0;
  display: block;
}

@media screen and (max-width: 768px) {
  #recipe .button-01 {
    width: 100%;
    margin: 24% auto 0;
  }
}

#recipe .button-02 {
  width: 457px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  #recipe .button-02 {
    width: 100%;
  }
}

#recipe .button-02_text {
  width: 326px;
  margin: 80px auto 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  #recipe .button-02_text {
    width: 94.2%;
    margin: 23.18% auto 2.9%;
  }
}

/* simple page */
#simple .container_inner-01 {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #simple .container_inner-01 {
    padding-top: 21.33%;
    padding-bottom: 32%;
  }
}

#simple .recipe_item_name {
  background: #8ac60e;
}

#simple .underlayer_kv {
  background-image: url(/brand/vegetables/img/simple/kv_bg_pc.jpg);
}

@media screen and (max-width: 768px) {
  #simple .underlayer_kv {
    background-image: url(/brand/vegetables/img/simple/kv_bg_sp.jpg);
  }
}

@media screen and (min-width: 769px) {
  #simple .underlayer_kv_title-wrap {
    top: 47%;
  }
}

#simple .underlayer_kv_title {
  width: 32%;
}

@media screen and (max-width: 768px) {
  #simple .underlayer_kv_title {
    width: 65%;
  }
}

#simple .button-wrap_2col {
  margin-top: 115px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 768px) {
  #simple .button-wrap_2col {
    margin-top: 25%;
    display: block;
  }
}

#simple .button-01 {
  width: 431px;
  display: block;
}

#simple .button-01:first-of-type {
  margin: 0 90px 0 0;
}

@media screen and (max-width: 768px) {
  #simple .button-01 {
    width: 100%;
  }

  #simple .button-01:first-of-type {
    margin: 0 0 9% 0;
  }
}

#simple .button-02 {
  width: 459px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  #simple .button-02 {
    width: 100%;
  }
}

#simple .button-02_text {
  width: 310px;
  margin: 98px auto 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  #simple .button-02_text {
    width: 94.2%;
    margin: 10.44% auto 4.35%;
  }
}

.profile_wrap {
  margin-bottom: 98px;
}

@media screen and (min-width: 769px)  {
  .profile_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .profile_wrap {
    margin-bottom: 22.31%;
  }
}

.profile_image {
  width: 400px;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .profile_image {
    width: 100%;
  }
}

.profile_text-wrap {
  margin-left: 56px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .profile_text-wrap {
    margin: 0 0 4.64% 0;
    font-size: 1.8rem;
  }
}

.profile_name {
  width: 388px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .profile_name {
    width: 67.82%;
    margin: 4.64% auto 5.8%;
    display: block;
    text-align: center;
  }
}
