@charset "UTF-8";

.swiper-slide,
.swiper-wrapper {
  height: 100%;
  position: relative
}

.tcon,
.tcon:focus,
.tcon:hover,
:focus {
  outline: 0
}

@media only screen and (max-width:750px) {
  [data-media=pc] {
    display: none
  }
}

@media only screen and (min-width:751px) {
  [data-media=sp] {
    display: none
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
  cursor: move
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.illust,
a[data-linktype=tel] {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

ul li {
  list-style: none
}

body,
html {
  width: 100%
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bg.jpg);
  color: #242424
}

.open .tcon-menu--xcross .tcon-menu__lines,
.tcon {
  background: 0 0
}

img {
  max-width: 100%
}

a {
  text-decoration: none;
  color: #242424
}

.btn-sp-menu {
  position: absolute;
  display: none;
  top: 5px;
  right: 10px;
  height: 45px;
  padding: 5px;
  z-index: 99;
  font-style: normal;
  color: #494949;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  border-radius: 5px;
  -webkit-transition: .4s;
  transition: .4s
}

@media only screen and (max-width:750px) {
  .btn-sp-menu {
    display: block
  }
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  -webkit-tap-highlight-color: transparent
}

.tcon>* {
  display: block
}

.tcon::-moz-focus-inner {
  border: 0
}

.tcon-menu__lines {
  display: inline-block;
  height: 3px;
  width: 40px;
  border-radius: 1.5px;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative
}

.tcon-menu__lines::after,
.tcon-menu__lines::before {
  display: inline-block;
  height: 3px;
  border-radius: 1.5px;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform-origin: 1.5px center;
  transform-origin: 1.5px center;
  width: 100%
}

.tcon-menu__lines::before {
  top: 10px
}

.tcon-menu__lines::after {
  top: -10px
}

.open .tcon-menu__lines {
  -webkit-transform: scale3d(.8, .8, .8);
  transform: scale3d(.8, .8, .8)
}

.tcon-menu--xcross {
  width: auto
}

.open .tcon-menu--xcross .tcon-menu__lines::after,
.open .tcon-menu--xcross .tcon-menu__lines::before {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 40px
}

.open .tcon-menu--xcross .tcon-menu__lines::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg)
}

.open .tcon-menu--xcross .tcon-menu__lines::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg)
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

.tcon-loader--spinner360 {
  border-radius: 80%;
  display: block;
  height: 40px;
  width: 40px;
  position: relative;
  -webkit-animation: tcon-spin360 675ms linear infinite forwards;
  animation: tcon-spin360 675ms linear infinite forwards;
  background: #d3d3d3
}

.tcon-loader--spinner360:after,
.tcon-loader--spinner360:before {
  content: "";
  display: block;
  position: absolute
}

.tcon-loader--spinner360:before {
  border-radius: 0 90px 90px 0;
  height: 40px;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #FFF;
  background-image: -webkit-gradient(linear, left top, left bottom, from(lightgray), to(#000));
  background-image: linear-gradient(lightgray, #000)
}

.tcon-loader--spinner360:after {
  border-radius: 80%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff
}

@-webkit-keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes tcon-spin360 {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.tcon-menu__lines,
.tcon-menu__lines::after,
.tcon-menu__lines::before {
  background: #494949
}

.page {
  padding: 0 0 100px
}

.breadcrumbs {
  padding: 20px 0;
  font-size: 13px;
  color: #515151
}

.breadcrumbs a {
  color: #7db200
}

.container {
  min-width: 1080px
}

.inner {
  margin: 0 auto;
  width: 1080px
}

@media only screen and (max-width:750px) {
  .container {
    min-width: 100%
  }

  .inner {
    width: 100%;
    padding: 0 5%
  }

  .header {
    min-height: 70px
  }
}

.pagetitle {
  text-align: center;
  padding: 70px 0
}

.header {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999
}

.header .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.header-logo {
  position: absolute;
  top: -5px;
  left: 0;
  padding: 30px 30px 25px;
  background: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 99
}

.header-logo:hover {
  top: 0
}

@media only screen and (max-width:750px) {
  .header-logo {
    left: 10px;
    padding: 10px;
    z-index: 999
  }

  .header-logo img {
    width: 40px
  }
}

.header-lang-list {
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media only screen and (max-width:750px) {
  .header-lang-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .header-lang-item:last-child {
    margin-right: 20px
  }
}

.header-lang-item {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-weight: bolder;
  font-size: 14px;
  color: #494949
}

.header-lang-item:first-child {
  padding-right: 20px
}

.header-lang-item:first-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  background: url(../img/header-line.png) repeat-y
}

body[data-lang=jp] .header-lang-item:nth-child(1),
body[data-lang=en] .header-lang-item:nth-child(2) {
  color: #7db200
}

.header-nav-block {
  padding-bottom: 30px
}

@media only screen and (max-width:750px) {
  .header-nav {
    width: 275px;
    margin: 0 auto
  }

  .header-nav-block {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 40
  }

  header[data-menu=true] .header-nav-block {
    top: 0
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media only screen and (max-width:750px) {
  .header-nav-list {
    display: block
  }
}

.header-nav-item {
  position: relative;
  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
}

@media only screen and (min-width:751px) {
  .header-nav-item {
    width: 160px;
    padding: 0 13px
  }
}

.header-nav-item:after,
.header-nav-item:first-child:before {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  background: url(../img/header-line.png) repeat-y
}

.header-nav-item:first-child:before {
  left: 0;
  right: auto
}

body[data-lang=jp] .header-nav-item:nth-child(1) a:before {
  background-image: url(../img/navi-item0-hover.png)
}

@media only screen and (max-width:750px) {
  .header-nav-item {
    padding: 5px 0
  }

  .header-nav-item:after,
  .header-nav-item:first-child:before {
    display: none
  }

  body[data-lang=jp] .header-nav-item:nth-child(1) a:before {
    background-image: url(../img/navi-item_sp0-hover.png)
  }
}

body[data-lang=en] .header-nav-item:nth-child(1) a:before {
  background-image: url(../img/navi-item0_en-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=en] .header-nav-item:nth-child(1) a:before {
    background-image: url(../img/navi-item_sp0_en-hover.png)
  }
}

body[data-lang=jp] .header-nav-item:nth-child(2) a:before {
  background-image: url(../img/navi-item1-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=jp] .header-nav-item:nth-child(2) a:before {
    background-image: url(../img/navi-item_sp1-hover.png)
  }
}

body[data-lang=en] .header-nav-item:nth-child(2) a:before {
  background-image: url(../img/navi-item1_en-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=en] .header-nav-item:nth-child(2) a:before {
    background-image: url(../img/navi-item_sp1_en-hover.png)
  }
}

body[data-lang=jp] .header-nav-item:nth-child(3) a:before {
  background-image: url(../img/navi-item2-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=jp] .header-nav-item:nth-child(3) a:before {
    background-image: url(../img/navi-item_sp2-hover.png)
  }
}

body[data-lang=en] .header-nav-item:nth-child(3) a:before {
  background-image: url(../img/navi-item2_en-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=en] .header-nav-item:nth-child(3) a:before {
    background-image: url(../img/navi-item_sp2_en-hover.png)
  }
}

body[data-lang=jp] .header-nav-item:nth-child(4) a:before {
  background-image: url(../img/navi-item3-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=jp] .header-nav-item:nth-child(4) a:before {
    background-image: url(../img/navi-item_sp3-hover.png)
  }
}

body[data-lang=en] .header-nav-item:nth-child(4) a:before {
  background-image: url(../img/navi-item3_en-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=en] .header-nav-item:nth-child(4) a:before {
    background-image: url(../img/navi-item_sp3_en-hover.png)
  }
}

body[data-lang=jp] .header-nav-item:nth-child(5) a:before {
  background-image: url(../img/navi-item4-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=jp] .header-nav-item:nth-child(5) a:before {
    background-image: url(../img/navi-item_sp4-hover.png)
  }
}

body[data-lang=en] .header-nav-item:nth-child(5) a:before {
  background-image: url(../img/navi-item4_en-hover.png)
}

@media only screen and (max-width:750px) {
  body[data-lang=en] .header-nav-item:nth-child(5) a:before {
    background-image: url(../img/navi-item_sp4_en-hover.png)
  }
}

.header-nav-item a {
  display: block;
  -webkit-transition: .4s;
  transition: .4s
}

.header-nav-item a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
  opacity: 0
}

@media only screen and (max-width:750px) {
  .header-nav-item a:before {
    background-size: 100%
  }
}

.header-nav-item a.active:before {
  opacity: 1
}

.header-nav-item a img {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5
}

.footer {
  background: url(../img/bg-footer.jpg);
  color: #fff;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 10
}

.footer .inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.footer .pagetop {
  position: absolute;
  bottom: 100%;
  right: 0;
  font-size: 0;
  z-index: 0;
  width: 80px;
  height: 73px;
  overflow: hidden
}

.aboutus .map,
.aboutus .map .map__canvas,
.contents,
.hero {
  position: relative;
  width: 100%
}

.footer .pagetop:hover img {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.footer .pagetop img {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  -webkit-transition: .4s;
  transition: .4s
}

.footer-address {
  width: 50%;
  max-width: 450px
}

@media only screen and (max-width:750px) {
  .footer .inner {
    display: block
  }

  .footer-address {
    width: 100%
  }
}

.footer-address-list {
  margin-top: 30px
}

.footer-address-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/footer-line.png)
}

.footer-address-item dt {
  padding-right: 40px;
  line-height: 30px
}

.footer-address-item dd {
  line-height: 30px
}

@media only screen and (max-width:750px) {
  .footer-address-item dt {
    width: 70px;
    padding-right: 0
  }

  .footer-address-item dd {
    width: calc(100% - 70px)
  }
}

.footer-groupCompany {
  width: 50%
}

.footer-groupCompany h3 {
  padding-bottom: 20px
}

.footer-groupCompany li {
  margin-bottom: 8px
}

.footer-groupCompany-item-link {
  color: #fff;
  text-decoration: underline
}

.footer .copyright {
  padding: 20px 0;
  color: #c3bda1;
  font-size: 12px;
  text-align: center
}

.footer-submenu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media only screen and (max-width:750px) {
  .footer-groupCompany {
    margin-top: 50px;
    width: 100%
  }

  .footer-submenu .inner {
    margin-top: 20px;
    padding: 0
  }
}

.footer-submenu-item {
  margin-right: 20px
}

.footer-submenu-item-link {
  color: #fff;
  text-decoration: underline
}

.contents {
  overflow: hidden
}

.hero {
  height: 200px;
  background: center center no-repeat #f0e9d5;
  background-size: cover
}

.hero[data-type=whats] {
  background-image: url(../img/hero-whats.jpg)
}

.hero[data-type=factory] {
  background-image: url(../img/hero-factory.jpg)
}

.hero[data-type=products] {
  background-image: url(../img/hero-products.jpg)
}

.hero[data-type=vegetables_future] {
  background-image: url(../img/hero-vegetables_future.jpg)
}

.hero[data-type=aboutus] {
  background-image: url(../img/hero-aboutus.jpg)
}

.hero[data-type=news] {
  background-image: url(../img/hero-vegetables_future.jpg)
}

.contact[data-view=common] {
  padding: 50px 0 100px;
  text-align: center;
  background: rgba(240, 243, 208, .7)
}

.bgreturn .contact[data-view=common] {
  background: 0 0
}

.contact[data-view=common] .contact-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contact[data-view=common] .contact-item {
  padding: 0 30px
}

@media only screen and (max-width:750px) {
  .contact[data-view=common] .contact-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact[data-view=common] .contact-item {
    padding: 0 0 20px;
    width: 100%
  }
}

.contact[data-view=common] .contact-link {
  display: block;
  padding: 10px;
  border: 2px solid #494949;
  border-radius: 6px;
  font-size: 0
}

.contact[data-view=common] .contact-link-form {
  background: #494949;
  -webkit-transition: .4s;
  transition: .4s
}

.contact[data-view=common] .contact-link-form:hover {
  border-color: #aed758;
  background: #aed758
}

.aboutus table,
.contact[data-view=common] .contact-link-tel {
  background: #fff
}

.aboutus table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #dbefcd
}

.aboutus table td,
.aboutus table th {
  padding: 30px 15px;
  text-align: left;
  font-size: 14px
}

.aboutus table th {
  background: #dbefcd;
  border-bottom: 1px solid #b9d4a7
}

.aboutus table td {
  border-right: 1px solid #dbefcd;
  border-bottom: 1px solid #dbefcd
}

.aboutus .map {
  overflow: hidden;
  margin-top: 80px
}

.aboutus .map .map__link {
  text-align: left;
  padding: 5px 0
}

.aboutus .map .map__link a {
  color: #7db200;
  font-size: 14px
}

.aboutus .map .map__canvas {
  height: 400px
}

.single {
  margin-top: 40px
}

.single .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.single-contents {
  padding: 50px 30px;
  width: 745px;
  background: #fff;
  border: 1px dashed #d1d1d1
}

@media only screen and (max-width:750px) {
  .single {
    margin-top: 15px
  }

  .single .inner {
    display: block
  }

  .single-contents {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px
  }
}

.single .thumb,
.single-contents-title {
  margin-bottom: 40px
}

.single-contents-title .date {
  color: #7db200;
  padding-bottom: 5px
}

@media only screen and (max-width:750px) {
  .single-contents-title {
    margin-bottom: 20px
  }

  .single-contents-title .date {
    font-size: 14px
  }
}

.single-contents-title h1 {
  letter-spacing: .1em;
  font-size: 24px
}

@media only screen and (max-width:750px) {
  .single-contents-title h1 {
    font-size: 18px
  }
}

.single-contents .body {
  font-size: 14px;
  line-height: 200%
}

.single-navi {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:750px) {
  .single-navi {
    margin-top: 50px
  }
}

.single-navi-item {
  position: relative;
  width: 200px;
  text-align: center
}

.single-navi-item:nth-child(2):after,
.single-navi-item:nth-child(2):before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 20px;
  background: url(../img/header-line.png) repeat-y
}

.single-navi-item:nth-child(2):before {
  right: auto;
  left: 0
}

.single-navi-item:hover a {
  color: #7d0000;
  text-decoration: none
}

.single-navi-item:hover span:after {
  border-color: #7d0000 !important
}

.single-navi-item .btn-next:after,
.single-navi-item .btn-prev:after {
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #7a0;
  border-right: 1px solid #7a0;
  content: ''
}

.single-navi-item .btn-prev {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  padding-left: 15px
}

.single-navi-item .btn-prev:after {
  margin-top: -8px;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%)
}

.single-navi-item .btn-next {
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
  padding-right: 15px
}

.single-navi-item .btn-next:after {
  margin-top: -3px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%)
}

.archive .article-item .thumb img,
.single .thumb img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
	object-fit: contain;
}

.single-navi-item a {
  color: #7db200;
  font-size: 18px;
  -webkit-transition: .4s;
  transition: .4s
}

.single .thumb {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  background: #ededed;
  overflow: hidden
}

.single .thumb img {
  position: absolute;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.single .related {
  width: 325px
}

@media only screen and (max-width:750px) {
  .single-navi-item a {
    font-size: 14px
  }

  .single .thumb {
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px
  }

  .single .related {
    width: 100%;
    margin-top: 50px
  }
}

.single .related h3 {
  padding: 10px 15px;
  background: #fafbe5;
  border: 1px dashed #d1d1d1;
  border-bottom: 0
}

.single .related-list {
  background: #fff;
  border: 1px dashed #d1d1d1
}

.single .related-item {
  padding: 15px
}

.single .related-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #242424
}

.single .related-item-thumb img{
  width: 125px;
  height: 70px;
  border-radius: 8px;
  background: #ededed;
  overflow: hidden
}

.single .related-item-info {
  padding-left: 10px;
  width: calc(100% - 130px);
  font-size: 14px
}

.single .related-item-info .title {
  line-height: 130%;
  font-weight: bolder
}

.single .related-item-info .date {
  color: #7db200
}

.archive .article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.archive .article-item {
  width: 33.33%;
  margin-bottom: 60px
}

@media only screen and (max-width:750px) {
  .archive .article-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 30px
  }
}

.archive .article-item .thumb {
  position: relative;
  width: 100%;
  height: 190px;
  background: #ededed;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden
}

@media only screen and (max-width:750px) {
  .archive .article-item .thumb {
    height: 0;
    padding-bottom: 55%
  }
}

.archive .article-item .thumb img {
  position: absolute;
  -webkit-transition: 1s;
  transition: 1s
}

.archive .article-item-link {
  display: block;
  width: 100%;
  max-width: 333px;
  margin: 0 auto;
  color: #000;
  text-decoration: none
}

.archive .article-item-link .date {
  color: #7db200
}

.archive .article-item-link .title {
  font-weight: 700;
  padding-bottom: 20px
}

@media only screen and (min-width:751px) {
  .header-nav-item a:hover:before {
    opacity: 1
  }

  .archive .article-item-link:hover .thumb img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
  }
}

.archive .article-item .body {
  font-size: 14px
}

@media only screen and (max-width:750px) {
  .archive .article-item .body {
    display: none
  }

  .swiper .illust {
    zoom: .4
  }
}

.archive .article-nothing {
  display: block;
  max-width: 700px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  background: #efefef
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  text-decoration: none
}

.wp-pagenavi a {
  color: #242424
}

.wp-pagenavi a.page {
  background: #fff;
  border: 1px solid #626262
}

.wp-pagenavi a.page:hover {
  background: #f7f7f7
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background: 0 0;
  border: 0
}

.wp-pagenavi span {
  color: #fff;
  background: #afd554;
  border: 1px solid #afd554
}

.swiper-container.top {
  position: relative;
  width: 100%
}

.swiper-container.top .top-contact {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #494949;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 80
}

@media only screen and (max-width:750px) {
  .swiper-container.top .top-contact {
    top: -20px;
    right: -20px;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }
}

.swiper-container.top .top-contact:hover {
  background: #aed758
}

.swiper-container.top .copyarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:750px) {
  .swiper-container.top .copyarea {
    height: 300px
  }
}

.swiper-container.top .copyarea .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.swiper-container.top .copyarea .inner.v h1 img {
  opacity: 1
}

.swiper-container.top .copyarea .inner.v h1:after,
.swiper-container.top .copyarea .inner.v h1:before {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.swiper-container.top .copyarea .inner h1 {
  position: relative;
  display: inline;
  z-index: 60
}

@media only screen and (max-width:750px) {
  .swiper-container.top .copyarea .inner h1 {
    -webkit-transform: scale(.7);
    transform: scale(.7)
  }
}

.swiper-container.top .copyarea .inner h1 img {
  opacity: 0;
  -webkit-transition: 1s 1s;
  transition: 1s 1s
}

.swiper-container.top .copyarea .inner h1:before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  width: 50px;
  height: 173px;
  background: url(../img/main-copy-left.png) no-repeat;
  -webkit-transform: translate(200px, -50%);
  transform: translate(200px, -50%);
  -webkit-transition: .8s;
  transition: .8s
}

.swiper-container.top .copyarea .inner h1:after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 50px;
  height: 173px;
  background: url(../img/main-copy-right.png) no-repeat;
  -webkit-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
  -webkit-transition: .8s;
  transition: .8s
}

.swiper-container.top .swiper-slide {
  height: 550px;
  background: center top;
  background-size: cover
}

@media only screen and (max-width:750px) {
  .swiper-container.top .swiper-slide {
    height: 300px
  }
}

.swiper-container.top .swiper-slide:nth-child(1) {
  background-image: url(../img/slide1.jpg)
}

.swiper-container.top .swiper-slide:nth-child(2) {
  background-image: url(../img/slide2.jpg)
}

.swiper-container.top .swiper-slide:nth-child(3) {
  background-image: url(../img/slide3.jpg)
}

.swiper-container.top .swiper-slide:nth-child(4) {
  background-image: url(../assets/images/slide4.jpg)
}

.swiper-container.top .swiper-slide:nth-child(5) {
  background-image: url(../assets/images/slide5.jpg)
}

.swiper-container.top .swiper-slide:nth-child(6) {
  background-image: url(../assets/images/slide6.jpg)
}

.swiper-container.top .swiper-slide:nth-child(7) {
  background-image: url(../assets/images/slide7.jpg)
}

.swiper-container.top .swiper-slide:nth-child(8) {
  background-image: url(../assets/images/slide8.jpg)
}

.swiper-container.top .swiper-slide:nth-child(9) {
  background-image: url(../assets/images/slide9.jpg)
}

.swiper-container.top .swiper-slide:nth-child(10) {
  background-image: url(../assets/images/slide10.jpg)
}

.swiper-container.top .swiper-pagination {
  left: auto;
  right: 0;
  display: inline-block;
  text-align: right
}

.swiper-container.top .swiper-pagination-bullet {
  margin: 0 4px;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #d0d0d0;
  opacity: 1
}

.swiper-container.top .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #87d5f9
}

.swiper-container.top .inner {
  position: relative;
  height: 30px
}

.index-news {
  position: relative;
  padding: 100px 0 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.index-news .inner {
  position: relative
}

.index-news h1 {
  margin-bottom: 60px;
  text-align: center
}

@media only screen and (max-width:750px) {
  .index-news {
    padding: 40px 0
  }

  .index-news h1 {
    margin-bottom: 30px
  }
}

.index-news .news-list {
  max-width: 850px;
  margin: 0 auto;
  border-top: 1px solid #969696
}

.index-news .news-list li {
  border-bottom: 1px solid #969696
}

.index-news .news-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.index-news .news-list li dl .date {
  position: relative;
  padding-right: 35px;
  color: #7db200
}

.index-news .news-list li a,
.index-vege .swiper-slide a {
  text-decoration: none;
  color: #242424
}

.index-news .news-list li dl .date:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: url(../img/news-line.png) repeat-y
}

.delicious-block,
.index-delicious,
.index-feature,
.index-feature .featureBlock,
.index-feature .inner,
.more {
  position: relative
}

.index-news .news-list li dl dd {
  padding-left: 35px
}

@media only screen and (max-width:750px) {
  .index-news .news-list li dl {
    display: block
  }

  .index-news .news-list li dl .date {
    padding-right: 15px
  }

  .index-news .news-list li dl .date:after {
    display: none
  }

  .index-news .news-list li dl dd {
    padding-left: 0
  }
}

.index-news .news-list li a {
  padding: 10px 35px;
  -webkit-transition: .4s;
  transition: .4s;
  display: block
}

.index-news .news-list li a:hover {
  background: #f2f7e9
}

.index-news-more {
  display: block
}

@media only screen and (max-width:750px) {
  .index-news .news-list li a {
    padding: 10px
  }

  .index-news-more {
    margin-top: 30px
  }
}

.index-delicious {
  padding: 100px 0;
  background: url(../img/bg-index-delicious.jpg) center center no-repeat;
  background-size: cover
}

.delicious-block {
  max-width: 990px;
  margin: 0 auto;
  padding: 80px;
  background: #fefefd
}

.delicious-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contact dl dt,
.index-feature .featureBlock.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.delicious-block .logo {
  width: 159px
}

@media only screen and (max-width:750px) {
  .delicious-block {
    padding: 20px
  }

  .delicious-block-inner {
    display: block
  }

  .delicious-block .logo {
    width: 100%;
    text-align: center
  }

  .delicious-block .logo img {
    width: 80%;
    margin: 0 auto
  }
}

.delicious-block .txt {
  width: calc(100% - 159px);
  padding-left: 110px;
  text-align: center
}

@media only screen and (min-width:751px) {
  .delicious-block .txt {
    opacity: 0;
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    -webkit-transition: 1.5s;
    transition: 1.5s
  }

  .delicious-block .txt.v {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@media only screen and (max-width:750px) {
  .delicious-block .txt {
    width: 100%;
    padding: 40px 0
  }
}

.more {
  text-align: center;
  padding-top: 25px;
  z-index: 10
}

@media only screen and (max-width:750px) {
  .more {
    padding-top: 0
  }
}

.more a {
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  background: #494949;
  font-size: 0;
  -webkit-transition: .4s;
  transition: .4s
}

.more a:hover {
  background: #aed758
}

.index-feature {
  padding: 100px 0
}

.index-feature .title {
  text-align: center;
  margin-bottom: 50px
}

.index-feature .featureBlock {
  margin-bottom: 70px;
  min-height: 455px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 40
}

.index-feature .featureBlock-ttl {
  padding-top: 65px
}

.index-feature .featureBlock-icon {
  position: absolute;
  top: 0
}

@media only screen and (max-width:750px) {
  .index-feature .featureBlock {
    display: block
  }

  .index-feature .featureBlock-ttl {
    margin-top: -40px;
    padding-top: 0
  }

  .index-feature .featureBlock-icon {
    position: relative
  }

  .index-feature .featureBlock-text br {
    display: none
  }
}

.index-feature .featureBlock-text {
  padding-top: 20px;
  line-height: 200%
}

.index-feature .featureBlock-text span {
  font-weight: 700;
  position: relative;
  padding-bottom: 5px;
  letter-spacing: 1.5px;
  background: url(../img/feature-dotted.png) bottom repeat-x
}

body[data-lang=en] .index-feature .featureBlock-text span {
  letter-spacing: 0
}

.index-feature .featureBlock-info {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: .8s;
  transition: .8s
}

.index-feature .featureBlock.v .featureBlock-info {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important
}

.index-feature .featureBlock.left .featureBlock-icon {
  right: 0
}

.index-feature .featureBlock.left .featureBlock-info {
  padding-left: 80px
}

@media only screen and (min-width:751px) {
  .index-feature .featureBlock.left .featureBlock-info {
    -webkit-transform: translate(20px, 0);
    transform: translate(20px, 0)
  }
}

@media only screen and (max-width:750px) {
  .index-feature .featureBlock.left .featureBlock-info {
    padding: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px)
  }
}

.index-feature .featureBlock.right .featureBlock-icon {
  left: 0
}

@media only screen and (min-width:751px) {
  .index-feature .featureBlock.right .featureBlock-info {
    -webkit-transform: translate(-20px, 0);
    transform: translate(-20px, 0)
  }
}

@media only screen and (max-width:750px) {
  .index-feature .featureBlock.right .featureBlock-info {
    padding: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px)
  }
}

.index-vege {
  padding: 90px 0;
  background: url(../img/bg-color.jpg)
}

@media only screen and (max-width:750px) {
  .index-vege {
    padding: 45px 0
  }

  .illust.item3 {
    zoom: .7
  }
}

.index-vege .inner {
  position: relative;
  z-index: 40
}

.index-vege h1 {
  text-align: center;
  margin-bottom: 80px
}

.index-vege .more {
  margin-top: 50px;
  text-align: center
}

.index-vege .more a {
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  background: #494949;
  font-size: 0;
  -webkit-transition: .4s;
  transition: .4s
}

.index-vege .more a:hover {
  background: #aed758
}

.index-vege .swiper-container {
  z-index: 25
}

.index-vege .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.index-vege .swiper-slide .date {
  text-align: left;
  color: #7db200
}

.index-vege .swiper-slide .title {
  font-weight: 700
}

.index-vege .swiper-slide .thumb {
  width: 100%;
  height: 200px;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #ededed;
  overflow: hidden
}

.index-vege .swiper-slide .thumb img {
  -webkit-transition: .4s;
  transition: .4s;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.index-vege .next,
.index-vege .prev {
  position: absolute;
  top: 45px;
  z-index: 10;
  cursor: pointer
}

.index-vege .prev {
  left: 0
}

.index-vege .next {
  right: 0
}

.illust {
  position: absolute;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: 1.5s cubic-bezier(.17, .67, .49, 1.16);
  transition: 1.5s cubic-bezier(.17, .67, .49, 1.16)
}

.aboutus-delicious,
.contact .inner,
.contact dl dt,
.fivesmile-item,
.fivesmile-item .base,
.whats,
.whats .inner {
  position: relative
}

.illust.v {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.illust.item0 {
  top: 0;
  right: 0
}

.illust.item2 {
  top: 20px;
  left: 0
}

.illust.item1 {
  bottom: -40px;
  right: 180px
}

.illust.item3 {
  top: -200px;
  left: 0
}

.illust.item5 {
  bottom: -240px;
  right: -120px
}

.illust.item6 {
  top: -50px;
  left: -150px
}

.illust.item4 {
  top: 500px;
  right: -80px
}

.illust.item7 {
  top: 550px;
  left: -120px
}

.illust.item8 {
  top: 950px;
  right: -185px
}

.illust.item9 {
  top: 1400px;
  left: -105px
}

.illust.item10 {
  top: 2000px;
  right: -105px
}

.illust.item11 {
  top: -100px;
  left: -105px
}

.illust.item12 {
  top: 400px;
  right: -105px
}

.illust.item13 {
  top: -100px;
  left: -150px
}

.illust.item14 {
  top: 400px;
  right: -150px
}

.illust.item15 {
  top: -100px;
  right: -60px
}

.illust.item16 {
  top: 200px;
  left: -250px
}

.illust.item17 {
  top: 400px;
  right: -150px
}

.contact {
  padding: 85px 0
}

.contact h1 {
  text-align: center;
  margin-bottom: 60px
}

.contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 0 auto 30px
}

@media only screen and (max-width:750px) {
  .contact dl {
    display: block
  }
}

.contact dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  padding-top: 10px;
  padding-right: 85px;
  text-align: right;
  font-weight: 700
}

body[data-lang=en] .contact dl dt {
  width: 300px;
  padding-right: 125px
}

@media only screen and (max-width:750px) {
  .contact dl dt {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 5px
  }
}

.contact dl dt span {
  position: absolute;
  top: 23px;
  right: 20px;
  display: inline-block;
  padding: 5px 10px;
  background: #ffed87;
  border-radius: 5px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.contact dl dd {
  width: calc(100% - 225px)
}

.contact dl dd input[type=text],
.contact dl dd textarea {
  padding: 15px 10px;
  font-size: 16px;
  width: 100%;
  background: rgba(0, 0, 0, .1);
  border: 0;
  border-radius: 5px
}

.contact dl dd.add_textarea textarea{
	height: 200px;
	
}

.whats {
  padding: 40px 0 100px;
  text-align: center
}

.whats h1 {
  margin-bottom: 75px
}

@media only screen and (max-width:750px) {
  .contact dl dt span {
    position: relative;
    top: -5px;
    right: 0;
    margin-left: 10px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  .contact dl dd {
    width: 100%
  }

  .whats {
    padding: 40px 0 60px
  }

  .whats h1 {
    margin-bottom: 30px
  }
}

.whats h3 {
  margin-bottom: 75px;
  opacity: 0;
  -webkit-transition: .6s;
  transition: .6s
}

.products-item-image[data-viewIndex='0'] .products-item-image-main img:nth-child(1),
.products-item-image[data-viewIndex='1'] .products-item-image-main img:nth-child(2),
.products-item-image[data-viewIndex='2'] .products-item-image-main img:nth-child(3),
.whats h3.v {
  opacity: 1
}

.aboutus-delicious {
  padding: 100px 0;
  background: url(../img/whats_bg.jpg) center center no-repeat;
  background-size: cover
}

.aboutus-delicious .delicious-block {
  max-width: 925px
}

.aboutus-delicious .delicious-block .txt {
  text-align: left
}

@media only screen and (max-width:750px) {
  .whats h3 {
    margin: 0 auto 30px;
    width: 200px
  }

  .aboutus-delicious .delicious-block .txt {
    padding-bottom: 20px
  }

  .aboutus-delicious .delicious-block {
    padding: 35px
  }
}

.aboutus-delicious .delicious-block h3 {
  margin-bottom: 45px
}

.aboutus-delicious .delicious-block p {
  font-size: 14px;
  line-height: 200%
}

.fivesmile {
  padding: 100px 0;
  background: rgba(240, 243, 208, .7)
}

.fivesmile h1 {
  text-align: center
}

.fivesmile-list {
  background: url(../img/smile-line.png) center top no-repeat
}

@media only screen and (max-width:750px) {
  .aboutus-delicious .delicious-block h3 {
    margin-bottom: 20px
  }

  .aboutus-delicious .delicious-block p {
    line-height: 170%
  }

  .aboutus-delicious .delicious-block p br {
    display: none
  }

  .fivesmile .inner {
    padding: 0 2.5%
  }

  .fivesmile-list {
    background-image: url(../img/smile-line-sp.png);
    background-size: 100% auto
  }
}

.fivesmile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fivesmile-item:nth-child(odd) {
  padding-left: 40px
}

.fivesmile-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

@media only screen and (max-width:750px) {
  .fivesmile-item {
    display: block;
    margin: 0 !important
  }

  .fivesmile-item:nth-child(odd) {
    padding-left: 0
  }

  .fivesmile-item:nth-child(even) {
    text-align: right
  }
}

.fivesmile-item:nth-child(1) .photo {
  top: 0;
  right: 0
}

.fivesmile-item:nth-child(2) {
  margin-top: 30px
}

.fivesmile-item:nth-child(2) .photo {
  top: 0;
  left: 70px
}

.fivesmile-item:nth-child(3) {
  margin-top: -100px
}

.fivesmile-item:nth-child(3) .photo {
  bottom: 0;
  right: 80px
}

.fivesmile-item:nth-child(4) {
  margin-top: 40px
}

.fivesmile-item:nth-child(4) .photo {
  top: -75px;
  left: 0
}

.fivesmile-item:nth-child(5) {
  margin-top: -90px
}

.fivesmile-item:nth-child(5) .photo {
  bottom: 10px;
  right: 75px
}

.fivesmile-item .base {
  z-index: 10;
  -webkit-transition: 1s cubic-bezier(.32, .87, .52, 1);
  transition: 1s cubic-bezier(.32, .87, .52, 1);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px)
}

.fivesmile-item.v .base {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.fivesmile-item .photo {
  position: absolute;
  z-index: 20;
  -webkit-animation: fuwa 1.5s linear infinite alternate;
  animation: fuwa 1.5s linear infinite alternate
}

@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }
}

@keyframes fuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  100% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px)
  }
}

.fivesmile-item:nth-child(1) .photo {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.fivesmile-item:nth-child(2) .photo {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

.fivesmile-item:nth-child(3) .photo {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.fivesmile-item:nth-child(4) .photo {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s
}

.fivesmile-item:nth-child(5) .photo {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.contact .error {
  display: none
}

.contact .confirm {
  display: none;
  padding: 10px
}

.contact .thanks-area {
  display: none;
  padding: 100px 0;
  text-align: center
}

.contact .contact-form[data-status=check] input,
.contact .contact-form[data-status=check] textarea {
  display: none
}

.contact .contact-form[data-status=check] .confirm {
  display: block
}

.contact .contact-form[data-status=submit] .input-area {
  display: none
}

.contact .contact-form[data-status=submit] .thanks-area {
  display: block
}

.contact #required-txt {
  display: none
}

.submit-area {
  padding: 50px 0 0
}

.submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.submit-button .btn {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 0;
  -webkit-transition: .4s;
  transition: .4s;
  cursor: pointer;
  display: none
}

.submit-button-return {
  margin-right: 10px;
  background: #cecece
}

.submit-button-return:hover {
  background: #bfbfbf
}

.submit-button-submit {
  margin-left: 10px
}

.submit-button-check,
.submit-button-submit {
  background: #494949
}

.submit-button-check:hover,
.submit-button-submit:hover {
  background: #aed758
}

.contact-form[data-status=check] .submit-button .submit-button-return,
.contact-form[data-status=check] .submit-button .submit-button-submit,
.contact-form[data-status=input] .submit-button .submit-button-check {
  display: block
}

.factory {
  text-align: center
}

.factory img[data-media=pc] {
  display: inline-block
}

.factory-title {
  text-align: center;
  margin-bottom: 100px
}

@media only screen and (max-width:750px) {
  .fivesmile-item .photo {
    position: relative;
    margin-top: -30px;
    width: 60%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 0
  }

  .factory img[data-media=pc] {
    display: none
  }

  .factory-title {
    margin-bottom: 30px
  }
}

.factory-ttl {
  margin-top: 30px;
  margin-bottom: 30px
}

.factory-text {
  line-height: 2;
  margin-bottom: 150px
}

@media only screen and (max-width:750px) {
  .factory-text {
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.6
  }

  .factory-text br {
    display: none
  }
}

.factory-feature-title,
.factory-item {
  margin-bottom: 60px
}

.factory-list {
  position: relative;
  padding: 100px 0;
  background: rgba(240, 243, 208, .4)
}

.factory-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.factory-item-photo {
  margin-right: 80px
}

@media only screen and (max-width:750px) {
  .factory-list {
    padding: 50px 0
  }

  .factory-item {
    display: block
  }

  .factory-item-photo {
    margin-right: 0;
    text-align: center
  }
}

.factory-item-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.factory-item-info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.factory-item-info-title-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #7db200;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal
}

.factory-item-info-title-text {
  text-align: left;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 700
}

.factory-table td,
.factory-table th {
  padding: 5px 20px;
  border-bottom: 1px dotted #aaa
}

@media only screen and (max-width:750px) {
  .factory-item-info-title {
    margin-top: 10px;
    margin-bottom: 10px
  }

  .factory-item-info-title-text {
    font-size: 20px
  }
}

.factory-item-info-title-sholder {
  display: block;
  font-size: 18px;
  font-weight: 400
}

.factory-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px dotted #aaa;
  width: 100%;
  text-align: left
}

.factory-table th {
  background: #f1f5d9
}

.factory-table td {
  background: #fff
}

.factory-feature {
  padding: 100px 0;
  background: url(../img/factory/bg-feature.jpg) center top no-repeat;
  background-size: cover
}

@media only screen and (max-width:750px) {
  .factory-item-info-title-sholder {
    font-size: 15px
  }

  .factory-table td,
  .factory-table th {
    display: block
  }

  .factory-feature {
    padding: 50px 0
  }
}

.factory-feature-box {
  position: relative;
  padding: 70px;
  margin-bottom: 20px;
  background: url(../img/bg.jpg)
}

.factory-feature-box:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #f0eddf
}

.factory-feature-box-title {
  margin-bottom: 30px
}

.factory-feature-box-text {
  line-height: 1.8
}

@media only screen and (max-width:750px) {
  .factory-feature-box {
    padding: 40px 20px
  }

  .factory-feature-box-title {
    margin-bottom: 15px
  }

  .factory-feature-box-text {
    text-align: left
  }

  .factory-feature-box-text br {
    display: none
  }
}

.factory-feature-box-graph {
  margin: 20px 0
}

.factory-feature-box-mintitle {
  margin-bottom: 20px
}

.factory-process {
  padding: 100px 0
}

.factory-process-title {
  margin-bottom: 40px
}

.factory-process-mintitle {
  margin-bottom: 50px
}

.factory-process-text {
  margin-bottom: 70px;
  line-height: 1.8
}

.factory-process-photo {
  margin-bottom: 120px
}

@media only screen and (max-width:750px) {
  .factory-process {
    padding: 50px 0
  }

  .factory-process-text {
    text-align: left
  }

  .factory-process-photo {
    margin-bottom: 30px
  }
}

.products {
  text-align: center
}

.products-intro-lead {
  margin-top: 50px;
  margin-bottom: 55px
}

@media only screen and (max-width:750px) {
  .products-intro-lead {
    margin-top: 30px;
    margin-bottom: 30px
  }

  .products-intro-text {
    text-align: left
  }

  .products-intro-text br {
    display: none
  }
}

.products-intro-arrow {
  margin: 60px 0
}

.products-item {
  position: relative;
  width: 100%;
  padding: 100px 0 150px 50%;
  border-bottom: 1px dotted #bfb890;
  text-align: left
}

.products-item:last-child {
  border-bottom: 0
}

@media only screen and (max-width:750px) {
  .products-intro-arrow {
    margin: 40px 0 30px
  }

  .products-item {
    padding-left: 0
  }
}

.products-item-sholder {
  color: #7db200;
  font-size: 20px;
  margin-bottom: 10px
}

@media only screen and (max-width:750px) {
  .products-item-sholder {
    font-size: 17px
  }
}

.products-item-title {
  font-size: 24px;
  margin-bottom: 50px;
  background: url(../img/products/product-icon.png) left center no-repeat;
  background-size: 18px auto;
  padding-left: 30px
}

.products-item-image {
  position: absolute;
  top: 100px;
  left: 0;
  width: 50%;
  height: 100%;
  padding: 0 35px
}

@media only screen and (max-width:750px) {
  .products-item-title {
    margin-bottom: 20px
  }

  .products-item-image {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 0
  }
}

.products-item-image[data-viewIndex='0'] .products-item-image-thumb li:nth-child(1) img,
.products-item-image[data-viewIndex='1'] .products-item-image-thumb li:nth-child(2) img,
.products-item-image[data-viewIndex='2'] .products-item-image-thumb li:nth-child(3) img {
  border: 3px solid #e2ddbf
}

.products-item-image-main {
  position: relative;
  font-size: 0
}

.products-item-image-main img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.products-item-image-main img:first-child {
  position: relative
}

.products-item-image-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px
}

.products-item-image-thumb li {
  margin: 0 5px;
  font-size: 0;
  background: #f7f4ef;
  cursor: pointer
}

.products-item-image-thumb li img {
  border: 1px solid #e2ddbf
}

.products-item-info {
  margin-bottom: 60px
}

.products-item-point {
  position: relative;
  padding: 30px;
  background: #fff;
  background: rgba(240, 243, 208, .4);
  border-radius: 5px;
  font-size: 14px
}

@media only screen and (max-width:750px) {
  .products-item-info {
    margin-top: 30px
  }

  .products-item-point {
    padding: 20px
  }
}

.products-item-point:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 15px;
  width: 70px;
  height: 25px;
  background: url(../img/products/product-point.png) no-repeat;
  background-size: 100% auto
}

.products-item-point-list li {
  position: relative;
  padding-left: 15px
}

.products-item-point-list li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #bfb890
}

.products-item-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 0
}

.products-item-tag-item {
  font-size: 15px;
  margin: 0 3px;
  padding: 5px 10px;
  color: #7db200;
  border: 1px solid #7db200;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.products-cardboard {
  padding: 100px 0;
  background: rgba(240, 243, 208, .4)
}

.products-cardboard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.products-cardboard-item-photo {
  width: 50%
}

@media only screen and (max-width:750px) {
  .products-item-tag-item {
    font-size: 11px
  }

  .products-cardboard {
    padding: 50px 0
  }

  .products-cardboard-item {
    display: block
  }

  .products-cardboard-item-photo {
    width: 100%;
    margin-bottom: 20px
  }
}

.products-cardboard-item-info {
  width: 50%;
  text-align: left
}

.products-cardboard-item-info-title {
  margin-bottom: 25px
}

.products-cardboard-item-info-text {
  line-height: 35px;
  background: url(../img/products/bg-line.png)
}

.news-contents {
  width: 100%
}

.news-contents-title {
  margin-bottom: 50px
}

.news-contents-title h1 {
  font-size: 24px
}

.news-contents-body {
  padding: 30px 0;
  line-height: 2;
  overflow: hidden
}

@media only screen and (max-width:750px) {
  .products-cardboard-item-info {
    width: 100%
  }

  .products-cardboard-item-info-text br {
    display: none
  }

  .news-contents-title {
    margin-bottom: 0
  }

  .news-contents-title h1 {
    font-size: 19px
  }

  .news-contents-body {
    line-height: 1.6;
    font-size: 14px
  }

  .term {
    font-size: 13px
  }
}

.news-contents-body img {
  height: auto
}

.news-contents-body iframe {
  max-width: 100%
}

.news-contents-body .aligncenter {
  display: block;
  margin: 0 auto
}

.news-contents-body .alignright {
  float: right
}

.news-contents-body .alignleft {
  float: left
}

.news-contents-body p {
  display: block;
  margin: 1em 0
}

.news-contents-body a {
  color: #7db200;
  font-weight: 700
}

.news-list-pagenavi {
  margin-top: 50px
}

.term {
  margin-bottom: 80px
}

@media only screen and (max-width:750px) {
  .term .inner {
    width: 90%
  }
}

.term h2 {
  margin-bottom: 25px
}

.term p+p {
  margin-top: 25px
}

.term a {
  text-decoration: underline
}


/******************* フォームCSS *********************/
@media screen and (min-width: 980px) {
.submit-button input,.submit-button input:hover{
	width: 300px;
    height: 60px;
    font-size: 20px;
    letter-spacing: 0.20em;
    border-radius: 5px;
    color: #fff;
    background: #333;
	cursor: pointer;
	transition: .4s;
	border: solid #333;
	margin: 0 20px 80px 0;
}

.submit-button input:hover{
	background: #7db200;
		transition: .4s;
	border: solid #7db200;

}
}

@media screen and (max-width: 980px) {
	.submit-button{
		display: flex;
		flex-direction: column;
	}
.submit-button input,.submit-button input:hover{
        width: calc(460 * (100vw / 750));
        height: calc(100 * (100vw / 750));
        font-size: calc(30 * (100vw / 750));
        letter-spacing: 0.20em;
        border-radius: calc(10 * (100vw / 750));
        color: #fff;
        background: #333;
        cursor: pointer;
        transition: .4s;
        border: solid #333;
	margin: 0  calc(20 *(100vw/750))  calc(40 *(100vw/750)) 0;
}

.submit-button input:hover{
	background: #7db200;
		transition: .4s;
	border: solid #7db200;

}
}

#contact-content{
	width: 100%;
	margin: auto;
}
#contact-content h2{
	text-align: center;
	padding-bottom: 20px;
}
#contact-content p{
	text-align: center;
}

.add_term{
	margin-bottom: 140px;
}
.add_term h2{
	padding-bottom: 30px;
}

.add_term strong{
	padding-top: 20px;
	display: block;
}
