/* line 3, sass/top.scss */
.hero {
  position: relative;
  z-index: 6;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* line 13, sass/top.scss */
.hero .pageblock#fullscreen {
  background: none;
  height: calc(100vh - 163px);
  min-height: 360px;
  max-height: 977px;
  position: relative;
}

/* line 20, sass/top.scss */
.hero .pageblock#fullscreen .slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: table;
}

/* line 27, sass/top.scss */
.hero .pageblock#fullscreen .slider .slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  position: absolute;
}

/* line 37, sass/top.scss */
.hero .pageblock#fullscreen #slideposition {
  position: absolute;
  bottom: 16px;
  left: 20px;
  z-index: 30;
}

/* line 43, sass/top.scss */
.hero .pageblock#fullscreen #slideposition ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 48, sass/top.scss */
.hero .pageblock#fullscreen #slideposition ul li.indicator {
  display: inline-block;
  width: 42px;
  height: 4px;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

/* line 59, sass/top.scss */
.hero .pageblock#fullscreen #slideposition ul li.indicator.active {
  background-color: #60bbe4;
}

/* line 67, sass/top.scss */
.hero .slidecontent {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 76, sass/top.scss */
.hero .featured {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
}

/* line 84, sass/top.scss */
.hero .slidecontent .featured_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 92, sass/top.scss */
.hero .featured_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* line 99, sass/top.scss */
.hero .featured_img > img {
  display: none;
}

/* line 103, sass/top.scss */
.hero .slide_t {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  padding: 0 20px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

/* line 119, sass/top.scss */
.hero .slide_tc {
  width: 50%;
  max-width: 940px;
}

/* line 127, sass/top.scss */
.hero .spe_title {
  text-align: left;
  z-index: 3;
  position: relative;
  display: inline-block;
  color: #000;
  opacity: 0;
  transform: translateX(-20px);
}

/* line 139, sass/top.scss */
.hero .spe_title.showup {
  animation: showup 1.2s ease forwards 0s;
}

/* line 144, sass/top.scss */
.hero .spe_title .t_ttl {
  display: block;
}

/* line 151, sass/top.scss */
.hero .spe_title .t_title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 3px;
}

/* line 162, sass/top.scss */
.hero .spe_t_c {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 176, sass/top.scss */
.hero .spe_bg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/* line 182, sass/top.scss */
.hero .spe_title .t_des {
  font-size: 14px;
  max-width: 760px;
  margin: 20px 0;
  line-height: 1.3;
  display: block;
  text-align: left;
  color: #9f9f9f;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* line 198, sass/top.scss */
.hero a {
  opacity: 0;
  transform: translateX(20px);
}

/* line 206, sass/top.scss */
.showup a,
.showup a:link,
.showup a:visited {
  animation: showdown 1.2s ease forwards 0.3s;
}

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-moz-keyframes showup {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-ms-keyframes showup {
  /* line 247, sass/top.scss */
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  /* line 251, sass/top.scss */
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes showup {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-webkit-keyframes showdown {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-moz-keyframes showdown {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-o-keyframes showdown {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@-ms-keyframes showdown {
  /* line 302, sass/top.scss */
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  /* line 306, sass/top.scss */
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes showdown {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

/* line 323, sass/top.scss */
.section-ttl {
  margin-bottom: 30px;
  width: 100%;
}

/* line 327, sass/top.scss */
.section-ttl h2 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: bold;
  flex-wrap: wrap;
  line-height: 1.1;
}

/* line 335, sass/top.scss */
.section-ttl h2 span {
  display: block;
  margin-right: 14px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}

/* line 348, sass/top.scss */
.section-title {
  width: 100%;
}

/* line 351, sass/top.scss */
.section-title h2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

/* line 359, sass/top.scss */
.section-title h3 {
  font-size: 16px;
  text-align: center;
}

/*section2*/
/* line 368, sass/top.scss */
.section2 {
  width: 100%;
}

/* line 371, sass/top.scss */
.section2 .wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 80px auto;
}

/* line 378, sass/top.scss */
.section2 .section2-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 383, sass/top.scss */
.section2 .section2-flex .flex-l {
  width: calc(100% - 410px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

/* line 391, sass/top.scss */
.section2 .section2-flex .flex-l .item {
  padding: 20px;
  width: 22%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f0fbff;
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(15px);
}

/* line 403, sass/top.scss */
.section2 .section2-flex .flex-l .item.item01 {
  background-color: #60bbe4;
  color: #fff;
}

/* line 408, sass/top.scss */
.section2 .section2-flex .flex-l .item.item02 {
  width: 34%;
  transition-delay: 0.2s;
}

/* line 413, sass/top.scss */
.section2 .section2-flex .flex-l .item.item03 {
  transition-delay: 0.4s;
}

/* line 417, sass/top.scss */
.section2 .section2-flex .flex-l .item.item04 {
  transition-delay: 0.6s;
}

/* line 426, sass/top.scss */
.section2 .section2-flex .l-ttl .l-ttl-t {
  font-size: 26px;
  text-transform: uppercase;
  line-height: 1.1;
  text-align: center;
  border-bottom: 2px solid #fff;
  font-weight: bold;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

/* line 437, sass/top.scss */
.section2 .section2-flex .l-ttl .l-ttl-b {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.1;
  white-space: nowrap;
}

/* line 444, sass/top.scss */
.section2 .section2-flex .l-ttl .l-ttl-b span {
  font-size: 36px;
  line-height: 1.1;
  font-weight: bold;
  font-style: italic;
  margin-right: 5px;
  display: block;
}

/* line 455, sass/top.scss */
.section2 .section2-flex .item-img {
  margin-bottom: 12px;
}

/* line 459, sass/top.scss */
.section2 .section2-flex .l-text {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.3;
}

/* line 467, sass/top.scss */
.section2 .section2-flex .flex-r {
  width: 370px;
  background-image: url(../images/img_03.png), url(../images/img_21.png);
  background-repeat: no-repeat, repeat;
  background-position: right bottom, center center;
  background-size: auto 90%, cover;
  padding: 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(15px);
  transition-delay: 0.8s;
}

/* line 481, sass/top.scss */
.section2 .section2-flex .flex-r .r-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

/* line 488, sass/top.scss */
.section2 .section2-flex .flex-r .r-ttl-t {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* line 495, sass/top.scss */
.section2 .section2-flex .flex-r .r-ttl-b {
  font-size: 18px;
  color: #fff;
}

/* line 503, sass/top.scss */
.section2 .section2-flex.js-show .flex-l .item {
  transform: translateX(0px);
  opacity: 1;
}

/* line 509, sass/top.scss */
.section2 .section2-flex.js-show .flex-r {
  transform: translateX(0px);
  opacity: 1;
}

/*section2 end*/
/*section3*/
/* line 525, sass/top.scss */
.section3 {
  width: 100%;
}

/* line 528, sass/top.scss */
.section3 .wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 0px;
  margin: 0px auto 60px;
}

/* line 535, sass/top.scss */
.section3 .section3-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* line 541, sass/top.scss */
.section3 .section3-flex > div {
  width: calc(50% - 40px);
  margin: 20px;
}

/* line 548, sass/top.scss */
.section3 .flex-news {
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(15px);
  transition-delay: 0.2s;
}

/* line 558, sass/top.scss */
.section3 .flex-news .section3-content ul {
  padding: 18px;
}

/* line 561, sass/top.scss */
.section3 .flex-news .section3-content ul li:nth-child(1) {
  display: flex;
  align-items: center;
  font-size: 14px;
}

/* line 566, sass/top.scss */
.section3 .flex-news .section3-content ul li:nth-child(1) .date {
  margin-right: 8px;
  display: block;
}

/* line 571, sass/top.scss */
.section3 .flex-news .section3-content ul li:nth-child(1) .cat {
  color: #fff;
  font-size: 12px;
  min-width: 50px;
  line-height: 1.1;
  padding: 3px 3px 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: #bc1e29;
}

/* line 583, sass/top.scss */
.section3 .flex-news .section3-content ul li:nth-child(2) {
  font-size: 14px;
}

/* line 587, sass/top.scss */
.section3 .flex-news .section3-content ul:nth-child(odd) {
  background-color: #f5f5f5;
}

/* line 594, sass/top.scss */
.section3 .flex-news .item-more a {
  margin: 30px auto 0;
}

/* line 599, sass/top.scss */
.section3 .flex-news.js-show {
  transform: translateX(0px);
  opacity: 1;
}

/* line 607, sass/top.scss */
.section3 .flex-blog {
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(15px);
  transition-delay: 0.4s;
}

/* line 617, sass/top.scss */
.section3 .flex-blog .section3-content ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 622, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(1) {
  width: 100px;
  margin-right: 23px;
}

/* line 626, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(1) .item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 631, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(1) .item-img:before {
  content: "";
  display: block;
  padding-top: 82%;
}

/* line 639, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(2) {
  font-size: 14px;
  width: calc(100% - 123px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* line 646, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(2) .date {
  display: block;
}

/* line 651, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(2) .cat {
  color: #fff;
  font-size: 12px;
  min-width: 60px;
  margin-right: 15px;
  line-height: 1.1;
  padding: 3px 3px 2px;
  text-align: center;
  text-transform: uppercase;
  background-color: #bc1e29;
}

/* line 663, sass/top.scss */
.section3 .flex-blog .section3-content ul li:nth-child(2) .exp {
  width: 100%;
  margin-top: 5px;
}

/* line 673, sass/top.scss */
.section3 .flex-blog .item-more a {
  margin: 30px auto 0;
  max-width: 208px;
}

/* line 679, sass/top.scss */
.section3 .flex-blog.js-show {
  transform: translateX(0px);
  opacity: 1;
}

/*section3 end*/
/*section4*/
/* line 693, sass/top.scss */
.section4 {
  width: 100%;
  background: url(../images/imgbg01.jpg) center center/cover no-repeat;
}

/* line 697, sass/top.scss */
.section4 .wrap {
  width: 100%;
  max-width: 1680px;
  margin: 60px auto;
  padding: 0px 0px;
}

/* line 705, sass/top.scss */
.section4 .section-title {
  opacity: 0;
  color: #fff;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0s;
}

/* line 716, sass/top.scss */
.section4 .section4-content {
  width: 100%;
}

/* line 720, sass/top.scss */
.section4 .flex-section4 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 20px auto;
}

/* line 726, sass/top.scss */
.section4 .flex-section4 .item {
  width: calc(20% - 28px);
  margin: 14px;
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(15px);
}

/* line 737, sass/top.scss */
.section4 .flex-section4 .item:nth-child(1) {
  transition-delay: 0.2s;
}

/* line 741, sass/top.scss */
.section4 .flex-section4 .item:nth-child(2) {
  transition-delay: 0.4s;
}

/* line 745, sass/top.scss */
.section4 .flex-section4 .item:nth-child(3) {
  transition-delay: 0.6s;
}

/* line 749, sass/top.scss */
.section4 .flex-section4 .item:nth-child(4) {
  transition-delay: 0.8s;
}

/* line 753, sass/top.scss */
.section4 .flex-section4 .item:nth-child(5) {
  transition-delay: 1s;
}

/* line 757, sass/top.scss */
.section4 .flex-section4 .item a {
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  justify-content: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
  color: #333;
  transition: 0.2s;
}

/* line 769, sass/top.scss */
.section4 .flex-section4 .item a:hover {
  transform: translateY(-15px);
}

/* line 776, sass/top.scss */
.section4 .flex-section4 .item-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 782, sass/top.scss */
.section4 .flex-section4 .item-img:before {
  content: "";
  display: block;
  padding-top: 70%;
}

/* line 789, sass/top.scss */
.section4 .flex-section4 .tex-top {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 803, sass/top.scss */
.section4 .flex-section4 .tex-bottom {
  font-size: 14px;
}

/* line 809, sass/top.scss */
.section4 .flex-section4 .item-inner {
  width: 100%;
  padding: 20px;
}

/* line 817, sass/top.scss */
.section4 .wrap.js-show .section-title {
  opacity: 1;
  transform: translateY(0px);
}

/* line 824, sass/top.scss */
.section4 .wrap.js-show .flex-section4 .item {
  transform: translateX(0px);
  opacity: 1;
}

/*section4 end*/
/*section5*/
/* line 836, sass/top.scss */
.section5 {
  width: 100%;
}

/* line 839, sass/top.scss */
.section5 .wrap {
  width: 100%;
  max-width: 1240px;
  margin: 60px auto;
  padding: 0px 5px;
}

/* line 847, sass/top.scss */
.section5 .section-title {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0s;
}

/* line 858, sass/top.scss */
.section5 .section5-content {
  width: 100%;
}

/* line 862, sass/top.scss */
.section5 .flex-section5 {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 20px auto;
}

/* line 868, sass/top.scss */
.section5 .flex-section5 .item {
  width: calc(20% - 30px);
  margin: 15px;
  transform: rotateY(120deg);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
}

/* line 880, sass/top.scss */
.section5 .flex-section5 .item:nth-child(1) {
  transition-delay: 0.2s;
}

/* line 884, sass/top.scss */
.section5 .flex-section5 .item:nth-child(2) {
  transition-delay: 0.4s;
}

/* line 888, sass/top.scss */
.section5 .flex-section5 .item:nth-child(3) {
  transition-delay: 0.6s;
}

/* line 892, sass/top.scss */
.section5 .flex-section5 .item:nth-child(4) {
  transition-delay: 0.8s;
}

/* line 896, sass/top.scss */
.section5 .flex-section5 .item:nth-child(5) {
  transition-delay: 1s;
}

/* line 900, sass/top.scss */
.section5 .flex-section5 .item a {
  display: flex;
  overflow: hidden;
  border-radius: 6px;
  justify-content: flex-start;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  align-items: stretch;
  flex-direction: column;
  background-color: #fff;
  color: #333;
  transition: 0.2s;
}

/* line 912, sass/top.scss */
.section5 .flex-section5 .item a:hover {
  transform: translateY(-15px);
}

/* line 919, sass/top.scss */
.section5 .flex-section5 .item-img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 925, sass/top.scss */
.section5 .flex-section5 .item-img:before {
  content: "";
  display: block;
  padding-top: 70%;
}

/* line 935, sass/top.scss */
.section5 .item-more a {
  margin: 30px auto 0;
}

/* line 942, sass/top.scss */
.section5 .wrap.js-show .section-title {
  opacity: 1;
  transform: translateY(0px);
}

/* line 949, sass/top.scss */
.section5 .wrap.js-show .flex-section5 .item {
  transform: rotateY(0deg);
  opacity: 1;
}

/*section5 end*/
/*section6*/
/* line 961, sass/top.scss */
.section6 {
  width: 100%;
}

/* line 964, sass/top.scss */
.section6 .wrap {
  width: 100%;
}

/* line 968, sass/top.scss */
.section6 .flex-section6 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* line 975, sass/top.scss */
.section6 .flex-section6 .part-cnt {
  padding: 70px 20px 80px;
  margin: auto;
  font-size: 16px;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  position: relative;
  z-index: 5;
}

/* line 990, sass/top.scss */
.section6 .flex-section6 .home-fruits {
  width: 54%;
  margin: auto;
  font-size: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  transition: all 1s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(-15px);
}

/* line 1000, sass/top.scss */
.section6 .flex-section6 .home-fruits .part-cnt {
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(-15px);
  transition-delay: 0.4s;
}

/* line 1002, sass/top.scss */
.section6 .flex-section6 .home-fruits .part-cnt p {
  text-shadow: 0 0px 10px #fff, 0 0px 10px #fff, 0 0px 10px #fff, 0 0px 10px #fff;
}

/* line 1017, sass/top.scss */
.section6 .flex-section6 h2 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.1;
}

/* line 1023, sass/top.scss */
.section6 .flex-section6 h2 ~ span {
  display: block;
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
  line-height: 1.3;
}

/* line 1031, sass/top.scss */
.section6 .flex-section6 .home-voice {
  width: 46%;
  color: #fff;
  font-size: 14px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(15px);
  transition-delay: 0.2s;
}

/* line 1037, sass/top.scss */
.section6 .flex-section6 .home-voice .part-cnt {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  color: #fff;
  transition: all 1s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  opacity: 0;
  transform: translateX(-45%);
  transition-delay: 0.6s;
}

/* line 1051, sass/top.scss */
.section6 .flex-section6 .home-voice .item-more a {
  border: 1px solid #fff;
  color: #fff;
}

/* line 1055, sass/top.scss */
.section6 .flex-section6 .home-voice .item-more a:hover {
  border: 1px solid #333;
}

/* line 1069, sass/top.scss */
.section6 .flex-section6 .part-cntbg {
  transform: scaleX(1.2) skewX(-10deg);
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}

/* line 1077, sass/top.scss */
.section6 .flex-section6 .part-cntbg .part-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: scale(1.2) skewX(10deg);
}

/* line 1088, sass/top.scss */
.section6 .flex-section6.js-show .home-fruits {
  transform: translateX(0px);
  opacity: 1;
}

/* line 1092, sass/top.scss */
.section6 .flex-section6.js-show .home-fruits .part-cnt {
  transform: translateX(0px);
  opacity: 1;
}

/* line 1098, sass/top.scss */
.section6 .flex-section6.js-show .home-voice {
  transform: translateX(0px);
  opacity: 1;
}

/* line 1102, sass/top.scss */
.section6 .flex-section6.js-show .home-voice .part-cnt {
  transform: translateX(-50%);
  opacity: 1;
}

/*section6 end*/
/*section7*/
/* line 1115, sass/top.scss */
.section7 {
  width: 100%;
}

/* line 1118, sass/top.scss */
.section7 .wrap {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 60px auto;
}

/* line 1124, sass/top.scss */
.section7 .wrap .section-ttl {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0s;
}

/* line 1131, sass/top.scss */
.section7 .wrap .text-section7 {
  font-size: 18px;
  color: #bc1e29;
  font-weight: bold;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0.2s;
}

/* line 1141, sass/top.scss */
.section7 .wrap .text-section72 {
  font-size: 15px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0.4s;
}

/* line 1150, sass/top.scss */
.section7 .wrap .flex-section7 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0.6s;
}

/* line 1157, sass/top.scss */
.section7 .wrap .flex-section7 .flex-l {
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
}

/* line 1162, sass/top.scss */
.section7 .wrap .flex-section7 .flex-l .item {
  width: calc((100% / 7) - 34px);
  border: 1px solid #60bbe4;
  display: flex;
  flex-direction: column;
}

/* line 1168, sass/top.scss */
.section7 .wrap .flex-section7 .flex-l .item .item-ttl {
  min-height: 25px;
  flex: 1;
  background-color: #60bbe4;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 3px;
}

/* line 1180, sass/top.scss */
.section7 .wrap .flex-section7 .flex-l .item .item-txt {
  flex: 2;
  min-height: 46px;
  display: flex;
  justify-content: center;
  color: #60bbe4;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  padding: 13px 5px;
  white-space: nowrap;
}

/* line 1196, sass/top.scss */
.section7 .wrap .flex-section7 .flex-l .item-j {
  width: 34px;
  padding: 0 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #60bbe4;
  font-size: 30px;
}

/* line 1207, sass/top.scss */
.section7 .wrap .flex-section7 .flex-r {
  width: 260px;
}

/* line 1212, sass/top.scss */
.section7 .wrap .flex-section7 .item-more2 a {
  max-width: 260px;
  margin: 0px auto 0;
  color: #bc1e29;
  border: 1px solid #bc1e29;
}

/* line 1222, sass/top.scss */
.section7 .wrap .flex-section7 .item-more2 a .fas {
  margin-left: 20px;
  position: relative;
  z-index: 2;
}

/* line 1228, sass/top.scss */
.section7 .wrap .flex-section7 .item-more2 a:before {
  background-color: #fff;
}

/* line 1234, sass/top.scss */
.section7 .wrap .flex-section7 .item-more2 a:after {
  background-color: #bc1e29;
}

/* line 1240, sass/top.scss */
.section7 .wrap .flex-section7 .item-more2 a:hover {
  color: #fff;
}

/* line 1245, sass/top.scss */
.section7 .wrap .flex-section7 .item-more2:nth-child(1) {
  margin-bottom: 30px;
}

/* line 1256, sass/top.scss */
.section7 .wrap .item-more3 {
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.5s cubic-bezier(0.42, 1.45, 0.68, 1.09);
  transition-delay: 0.8s;
}

/* line 1257, sass/top.scss */
.section7 .wrap .item-more3 a {
  max-width: 100%;
  margin: 30px auto 0;
  background-color: #60bbe4;
  color: #fff;
  font-size: 18px;
  border: 1px solid #60bbe4;
}

/* line 1268, sass/top.scss */
.section7 .wrap .item-more3 a:before {
  background-color: #fff;
}

/* line 1274, sass/top.scss */
.section7 .wrap .item-more3 a:after {
  background-color: #333;
}

/* line 1280, sass/top.scss */
.section7 .wrap .item-more3 a:hover {
  color: #fff;
  border: 1px solid #333;
}

/* line 1293, sass/top.scss */
.section7 .wrap.js-show .section-ttl,
.section7 .wrap.js-show .text-section7,
.section7 .wrap.js-show .text-section72,
.section7 .wrap.js-show .flex-section7,
.section7 .wrap.js-show .item-more3 {
  opacity: 1;
  transform: translateY(0px);
}

/*section7 end*/
@media (max-width: 1350px) {
  /* line 1311, sass/top.scss */
  .section6 .flex-section6 .home-fruits {
    width: 50%;
  }
  /* line 1315, sass/top.scss */
  .section6 .flex-section6 .home-voice {
    width: 50%;
  }
  /* line 1319, sass/top.scss */
  .section6 .flex-section6 .part-cntbg {
    transform: scaleX(1) skewX(0deg);
  }
  /* line 1322, sass/top.scss */
  .section6 .flex-section6 .part-cntbg .part-img {
    transform: scale(1) skewX(0deg);
  }
}

@media (max-width: 1260px) {
  /* line 1334, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l {
    width: calc(100% - 240px);
  }
  /* line 1337, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l .item {
    width: calc((100% / 7) - 20px);
  }
  /* line 1341, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l .item-j {
    width: 20px;
    padding: 0 3px;
    font-size: 26px;
  }
  /* line 1349, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-r {
    width: 220px;
  }
  /* line 1354, sass/top.scss */
  .section7 .wrap .flex-section7 .item-more2 a {
    max-width: 220px;
  }
}

@media (max-width: 1160px) {
  /* line 1367, sass/top.scss */
  .section2 .section2-flex .flex-l {
    width: calc(100% - 350px);
  }
  /* line 1371, sass/top.scss */
  .section2 .section2-flex .flex-r {
    width: 330px;
    background-size: auto 80%, cover;
  }
  /* line 1379, sass/top.scss */
  .section6 .flex-section6 h2 ~ span {
    font-size: 18px;
    margin: 20px 0;
  }
  /* line 1385, sass/top.scss */
  .section6 .flex-section6 .part-cnt {
    padding: 40px 20px 50px;
    margin: auto;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  /* line 1399, sass/top.scss */
  .section7 .wrap .flex-section7 {
    flex-direction: column;
  }
  /* line 1402, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l {
    width: 100%;
  }
  /* line 1406, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-r {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* line 1413, sass/top.scss */
  .section7 .wrap .flex-section7 .item-more {
    width: 50%;
  }
  /* line 1417, sass/top.scss */
  .section7 .wrap .flex-section7 .item-more2:nth-child(1) {
    margin-bottom: 0px;
  }
}

@media (max-width: 980px) {
  /* line 1428, sass/top.scss */
  .section2 .section2-flex .flex-l {
    width: calc(100% - 300px);
  }
  /* line 1432, sass/top.scss */
  .section2 .section2-flex .flex-r {
    width: 280px;
    background-size: auto 60%, cover;
  }
  /* line 1440, sass/top.scss */
  .section-ttl h2 {
    font-size: 18px;
  }
  /* line 1444, sass/top.scss */
  .section-ttl h2 span {
    font-size: 28px;
  }
  /* line 1453, sass/top.scss */
  .section4 .flex-section4 .item {
    width: calc(33.33% - 28px);
  }
  /* line 1462, sass/top.scss */
  .section5 .flex-section5 .item {
    width: calc(33.33% - 30px);
  }
}

@media (max-width: 970px) {
  /* line 1471, sass/top.scss */
  .section2 .section2-flex {
    flex-direction: column;
  }
  /* line 1474, sass/top.scss */
  .section2 .section2-flex .flex-l {
    width: 100%;
  }
  /* line 1478, sass/top.scss */
  .section2 .section2-flex .flex-r {
    margin: 20px auto 0;
    width: 100%;
    max-width: 300px;
    background-size: auto 90%, cover;
  }
}

@media (max-width: 840px) {
  /* line 1492, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  /* line 1496, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l .item {
    width: calc((100% / 4) - 20px);
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  /* line 1508, sass/top.scss */
  .section-ttl h2 {
    font-size: 16px;
  }
  /* line 1511, sass/top.scss */
  .section-ttl h2 span {
    font-size: 30px;
  }
  /* line 1519, sass/top.scss */
  .section-title h2 {
    font-size: 30px;
  }
  /* line 1527, sass/top.scss */
  .section2 .wrap {
    margin: 30px auto 10px;
  }
  /* line 1533, sass/top.scss */
  .section3 .wrap {
    margin: 0px auto 30px;
  }
  /* line 1538, sass/top.scss */
  .section3 .section3-flex {
    flex-direction: column;
  }
  /* line 1541, sass/top.scss */
  .section3 .section3-flex > div {
    width: calc(100% - 40px);
  }
}

@media (max-width: 767px) {
  /* line 1551, sass/top.scss */
  .hero .pageblock#fullscreen {
    height: calc(100vh - 62px);
    margin-top: 62px;
  }
  /* line 1557, sass/top.scss */
  .hero .slide_tc {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 1563, sass/top.scss */
  .hero .spe_title .t_title {
    font-size: 16px;
    letter-spacing: 0px;
  }
  /* line 1571, sass/top.scss */
  .hero .spe_title .t_des {
    font-size: 12px;
    margin: 10px 0;
  }
  /* line 1577, sass/top.scss */
  .section-ttl {
    margin-bottom: 10px;
  }
  /* line 1580, sass/top.scss */
  .section-ttl h2 {
    font-size: 12px;
    flex-wrap: wrap;
  }
  /* line 1584, sass/top.scss */
  .section-ttl h2 span {
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0px;
  }
  /* line 1595, sass/top.scss */
  .section-title h2 {
    font-size: 20px;
  }
  /* line 1599, sass/top.scss */
  .section-title h3 {
    font-size: 13px;
  }
  /* line 1605, sass/top.scss */
  .section2 .wrap {
    margin: 30px auto;
  }
  /* line 1610, sass/top.scss */
  .section2 .section2-flex .flex-r {
    width: 100%;
    max-width: 375px;
  }
  /* line 1620, sass/top.scss */
  .section3 .flex-news .section3-content ul {
    padding: 10px;
  }
  /* line 1623, sass/top.scss */
  .section3 .flex-news .section3-content ul li {
    font-size: 12px !important;
  }
  /* line 1634, sass/top.scss */
  .section3 .flex-blog .section3-content ul li:nth-child(1) {
    width: 80px;
    margin-right: 10px;
  }
  /* line 1639, sass/top.scss */
  .section3 .flex-blog .section3-content ul li:nth-child(2) {
    font-size: 12px;
    width: calc(100% - 90px);
  }
  /* line 1649, sass/top.scss */
  .section4 .wrap {
    margin: 30px auto;
  }
  /* line 1655, sass/top.scss */
  .section4 .flex-section4 {
    padding: 0 10px;
    margin: 0px auto 20px;
  }
  /* line 1659, sass/top.scss */
  .section4 .flex-section4 .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  /* line 1666, sass/top.scss */
  .section5 .wrap {
    margin: 30px auto;
  }
  /* line 1672, sass/top.scss */
  .section5 .flex-section5 {
    padding: 0 10px;
    margin: 10px auto 20px;
  }
  /* line 1676, sass/top.scss */
  .section5 .flex-section5 .item {
    width: calc(50% - 20px);
    margin: 10px;
  }
  /* line 1684, sass/top.scss */
  .section6 .flex-section6 {
    flex-direction: column;
  }
  /* line 1687, sass/top.scss */
  .section6 .flex-section6 h2 {
    font-size: 20px;
  }
  /* line 1691, sass/top.scss */
  .section6 .flex-section6 h2 ~ span {
    font-size: 14px;
    margin: 10px 0;
  }
  /* line 1696, sass/top.scss */
  .section6 .flex-section6 .home-fruits {
    width: 100%;
  }
  /* line 1700, sass/top.scss */
  .section6 .flex-section6 .home-voice {
    background-image: url("../images/imgbg03.jpg");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  /* line 1707, sass/top.scss */
  .section6 .flex-section6 .home-voice .part-cnt {
    position: static;
    transform: translateX(-15px);
  }
  /* line 1713, sass/top.scss */
  .section6 .flex-section6 .part-cntbg {
    display: none;
  }
  /* line 1719, sass/top.scss */
  .section6 .flex-section6.js-show .home-voice .part-cnt {
    transform: translateX(0%);
    opacity: 1;
  }
  /* line 1729, sass/top.scss */
  .section7 .wrap {
    margin: 30px auto;
  }
  /* line 1733, sass/top.scss */
  .section7 .wrap .text-section7 {
    font-size: 14px;
  }
  /* line 1738, sass/top.scss */
  .section7 .wrap .text-section72 {
    font-size: 13px;
  }
  /* line 1744, sass/top.scss */
  .section7 .wrap .item-more3 a {
    font-size: 14px;
  }
}

@media (max-width: 650px) {
  /* line 1758, sass/top.scss */
  .section2 .section2-flex .flex-l {
    flex-wrap: wrap;
  }
  /* line 1761, sass/top.scss */
  .section2 .section2-flex .flex-l .item {
    width: 50% !important;
    padding: 15px;
  }
  /* line 1768, sass/top.scss */
  .section2 .section2-flex .l-ttl .l-ttl-t {
    font-size: 17px;
  }
  /* line 1772, sass/top.scss */
  .section2 .section2-flex .l-ttl .l-ttl-b {
    font-size: 12px;
  }
  /* line 1775, sass/top.scss */
  .section2 .section2-flex .l-ttl .l-ttl-b span {
    font-size: 22px;
  }
  /* line 1781, sass/top.scss */
  .section2 .section2-flex .item-img {
    margin-bottom: 5px;
  }
  /* line 1785, sass/top.scss */
  .section2 .section2-flex .l-text {
    font-size: 12px;
    white-space: inherit;
  }
  /* line 1792, sass/top.scss */
  .section4 .flex-section4 {
    padding: 0 10px;
  }
  /* line 1795, sass/top.scss */
  .section4 .flex-section4 .item {
    width: calc(100% - 20px);
    margin: 10px auto;
    max-width: 300px;
  }
  /* line 1804, sass/top.scss */
  .section7 .wrap .flex-section7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 1810, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l .item {
    width: calc((100% / 3) - 20px);
    margin-bottom: 10px;
  }
  /* line 1814, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l .item .item-ttl {
    font-size: 14px;
    padding: 0 3px;
  }
  /* line 1819, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-l .item .item-txt {
    font-size: 13px;
    padding: 5px 5px;
  }
  /* line 1826, sass/top.scss */
  .section7 .wrap .flex-section7 .flex-r {
    flex-direction: column;
    margin-top: 10px;
  }
  /* line 1831, sass/top.scss */
  .section7 .wrap .flex-section7 .item-more {
    width: 100%;
  }
  /* line 1835, sass/top.scss */
  .section7 .wrap .flex-section7 .item-more2:nth-child(1) {
    margin-bottom: 10px;
  }
  /* line 1841, sass/top.scss */
  .section7 .wrap .item-more3 a {
    margin: 10px auto 0;
  }
}
