@charset "UTF-8";

/* common */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}

body {
  width: 100%;
  height: 100%;
  font-family:'游ゴシック', 'Yu Gothic',YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
}

main {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

sub {
	vertical-align: sub;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
      display: none;
  }
  .sp {
      display: block;
  }
  img {
      width: 100%;
      height: auto;
  }
}

sub {
  vertical-align: sub;
}

/* header */
.header {
  background: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.header.is-fixed {
  position: fixed;
  -webkit-animation: slideIn .5s ease-out forwards;
  animation: slideIn .5s ease-out forwards;
}

@-webkit-keyframes slideIn {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}

@keyframes slideIn {
  0% {
    top: -70px;
  }
  100% {
    top: 0;
  }
}

.header_inner {
  min-width: 1400px;
  height: 80px;
  margin: 0 auto;
  padding: 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header_inner {
    width: 100%;
    min-width: auto;
    padding: 12px;
    height: 65px;
  }
}

@media screen and (max-width: 370px) {
  .header_inner {
    padding: 3.2vw;
  }
}

.header_logo {
  width: 54px;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 36px;
  }
}

@media screen and (max-width: 370px) {
  .header_logo {
    width: 9.6vw;
  }
}

.header_logo a {
  display: block;
}

.header_logo a:hover {
  opacity: .7;
}

.header_logo img {
  width: 100%;
  height: auto;
}

.header_ttl {
  width: 170px;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .header_ttl {
    display: block;
    width: 132px;
    margin-left: 2px;
  }
}

@media screen and (max-width: 370px) {
  .header_ttl {
    width: 38.933333333vw;
    margin-left: 0.53333333333vw;
  }
}

.header_ttl a {
  display: block;
}

.header_ttl a:hover {
  opacity: .7;
}

.header_ttl img {
  width: 100%;
  height: auto;
}

.header_nav_wrap {
  height: 100%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .header_nav_wrap {
    height: auto;
    position: fixed;
    display: none;
    top: 65px;
    left: 0;
    width: 100%;
    margin-left: 0;
    background: #99cb30;
  }
}

.header_nav {
  height: 100%;
  margin-right: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 768px) {
  .header_nav {
    margin-right: 0;
    text-align: center;
  }

  .header_nav li {
    width: 100%;
  }

  .header_nav li:not(:last-of-type) {
    border-bottom: 1px solid #c5ff3f;
  }
}

.header_nav li:not(:first-of-type) {
  margin-left: 35px;
}

@media screen and (max-width: 768px) {
  .header_nav li:not(:first-of-type) {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) {
  .header_nav li {
    height: 100%;
  }
}

.header_nav li a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.57;
  font-weight: bold;
  color: #16520c;
  text-decoration: none;
  position: relative;
}

@media screen and (min-width: 769px) {
  .header_nav li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .header_nav li a {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.625;
    padding: 16px 20px;
  }
}

@media screen and (min-width: 769px) {
  .header_nav li a.is-current,
  .header_nav li a:hover {
    color: #de1015;
  }

  .header_nav li a.is-current:after,
  .header_nav li a:hover:after {
    content: "";
    width: calc(100% + 1em);
    height: 2px;
    background: #de1015;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .header_nav li a.is-current {
    background: #3c941e;
  }
}

.header_logLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header_logLink {
    margin-left: auto;
    padding: 0;
    border-radius: 0;
    background: none;
  }
}

.header_logLink_sns {
  width: 30px;
}

.header_logLink_sns:not(:first-of-type) {
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .header_logLink_sns {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .header_logLink_sns:not(:first-of-type) {
    margin-left: 2.13;
  }
}

.header_logLink_sns a {
  display: block;
}

.header_logLink_sns a:hover {
  opacity: .7;
}

.header_logLink_sns img {
  width: 100%;
  height: auto;
}

.header_logLink_global {
  width: 28px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .header_logLink_global {
    display: none;
    padding: 14px 20px;
    text-align: right;
  }
}

.header_logLink_global a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header_logLink_global a {
    display: inline-block;
    padding: 0;
    width: 28px;
  }
}

.header_logLink_global a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  .header_logLink_global a:after {
    display: none;
  }
}

.header_logLink_global img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header_navTrigger {
    width: 22px;
    height: 21px;
    margin-left: 6.55%;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 370px) {
  .header_navTrigger {
    width: 5.86vw;
    height: 5.86vw;
    margin-left: 2.6vw;
  }
}

@media screen and (max-width: 768px) {
  .header_navTrigger.is-open span {
    background: #99cb30;
  }

  .header_navTrigger.is-open span:nth-of-type(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 370px) {
  .header_navTrigger.is-open span:nth-of-type(1) {
    top: 2.4vw !important;
  }
}

.header_navTrigger.is-open span:nth-of-type(2) {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_navTrigger.is-open span:nth-of-type(3) {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 370px) {
  .header_navTrigger.is-open span:nth-of-type(3) {
    bottom: 2.66666666vw;
  }
}

@media screen and (max-width: 768px) {
  .header_navTrigger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #3c941e;
    position: absolute;
    left: 0;
    transition: .2s;
  }
}

@media screen and (max-width: 370px) {
  .header_navTrigger span {
    height: 2px;
  }
}

@media screen and (max-width: 768px) {
  .header_navTrigger span:nth-of-type(1) {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .header_navTrigger span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 768px) {
  .header_navTrigger span:nth-of-type(3) {
    bottom: 0;
  }
}

/* container */
.container {
  min-width: 1400px;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: auto;
  }
}

/* bg */
.contents_bg {
  background: url(/brand/vegetables/img/bg_pc.png) top center/100% auto repeat-y #fde949;
}

@media screen and (max-width: 768px) {
  .contents_bg {
    background: url(/brand/vegetables/img/bg_sp.png) top center/100% auto repeat-y #fde949;
  }
}

/* footer */
.footer {
  background: #1a801c;
  position: relative;
}

@media screen and (min-width: 769px)  {
  .footer {
    min-width: 1400px;
  }
}

.footer_top-button {
  width: 80px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  display: none;
  z-index: 1;
}

.footer_top-button:hover {
  opacity: 0.7;
}

.footer_top-button.is-fixed {
  position: absolute;
  bottom: 208px;
}

@media screen and (max-width: 768px) {
  .footer_top-button {
    width: 45px;
    bottom: 30px;
    right: 15px;
    z-index: 9;
  }
  .footer_top-button.is-fixed {
    bottom: 333px;
  }
}

.footer_inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

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

.footer_logo {
  width: 226px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer_logo {
    width: 140px;
  }
}

.footer_logo a {
  display: block;
}

.footer_logo a:hover {
  opacity: 0.7;
}

.footer_logo img {
  width: 100%;
  height: auto;
}

.footer_list {
  width: 850px;
  margin: 25px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer_list {
    width: 100%;
    margin-top: 30px;
		border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.footer_list li {
  position: relative;
}

@media screen and (min-width: 769px) {
	.footer_list li {
		margin: 5px 0;
	}
}

@media screen and (max-width: 768px) {
  .footer_list li {
    width: 50%;
    text-align: center;
  }

  .footer_list .footer_list-item--wide {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer_list li:nth-of-type(n+5) {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
	footer li {
		display: inline-block;
		margin-top: 4px;
	}

	footer li:not(.no-separation):after {
		content: "｜";
		display: inline-block;
		margin: 0 0.5em;
		color: #fff;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
  .footer_list li:not(:first-of-type):before {
    display: none;
  }
	.footer_list li {
		border-bottom: 1px solid #fff;
	}
		/* リンクが奇数個の場合 */
	.footer_list li:nth-of-type(2n):last-child {
		border-bottom: none;
	}
		/* リンクが偶数個の場合 */
	.footer_list li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
		border-bottom: none;
	}

}

.footer_list a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer_list a {
    font-size: 1.2rem;
    display: block;
    padding: 13px 8px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer_list a:hover {
  opacity: 0.7;
}

.footer_copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .footer_copyright {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 10px;
  }
}

/* animation */
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: calc(1.5s * 0.75);
  animation-duration: calc(1.5s * 0.75);
  -webkit-animation-duration: calc(var(1.5s) * 0.75);
  animation-duration: calc(var(1.5s) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(1.5s);
  animation-duration: var(1.5s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
