/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
	transition-timing-function: linear;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), 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: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), 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: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), 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-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-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);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-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-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%);
  -ms-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;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  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%);
  -ms-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;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  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;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.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-pagination-lock {
  display: none
}

.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-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: 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-slide-zoomed {
  cursor: move
}

.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%;
  -ms-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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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
}

.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
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}

body {
  overflow: auto
}

* {
  margin: 0;
  padding: 0
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a {
  -webkit-transition: .5s;
  transition: .5s
}

a:active,
a:hover {
  outline-width: 0
}

.wrapper img,
.header img,
.header2 img,
.footer img {
  width: 100%;
  height: auto;
  border-style: none;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff")
}

@font-face {
  font-family: 'Poppins';
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-500.woff") format("woff")
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v28-latin_japanese-regular.woff2") format("woff2"), url("../fonts/noto-sans-jp-v28-latin_japanese-regular.woff") format("woff")
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v28-latin_japanese-500.woff2") format("woff2"), url("../fonts/noto-sans-jp-v28-latin_japanese-500.woff") format("woff")
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/noto-sans-jp-v28-latin_japanese-700.woff2") format("woff2"), url("../fonts/noto-sans-jp-v28-latin_japanese-700.woff") format("woff")
}

html {
  font-size: 62.5%
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem
}

.poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 400
}

#wrapper {
  padding-top: 224px
}

.wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: .75s;
  transition: .75s;
  opacity: 0
}

.wrapper.show {
  opacity: 1
}

.btnNew {
  position: relative;
  display: inline-block;
  height: 45px;
  border-radius: 23px;
  padding-left: 35px;
  padding-right: 75px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none
}

.btnNew:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.btnNew span {
  position: relative
}

.btnNew:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.btnNew:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31px;
  height: 7px
}

.btnNew--borderWH {
  border: solid 1px white;
  color: white !important;
  text-decoration: none !important
}

.btnNew--borderWH:hover {
  color: #333 !important
}

.btnNew--borderWH:before {
  background: white
}

.btnNew--borderWH:after {
  background: url("../img/arw_more_wh.svg") 0 0/100% auto no-repeat
}

.btnNew--borderWH:hover:after {
  background: url("../img/arw_more_bk.svg") 0 0/100% auto no-repeat
}

.btnNew--rd {
  background: #da2228;
  color: white
}

.btnNew--rd:hover {
  color: white
}

.btnNew--rd:before {
  background: #333
}

.btnNew--rd:after {
  background: url("../img/arw_more_wh.svg") 0 0/100% auto no-repeat
}

.btnNew--na {
  padding-right: 35px
}

.btnNew--na:after {
  background: none
}

.btnNew--eng {
  font-size: 1.4rem;
  padding-top: 10px
}

.btnNew--jpn {
  font-size: 1.8rem;
  padding-top: 8px
}

.btnTxt {
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 75px;
  text-decoration: none
}

.btnTxt--rd {
  color: #da2228;
  background: url("../img/arw_more_rd.svg") right 4px/62px auto no-repeat
}

.btnTxt--rd:hover {
  color: #da2228
}

.bgNew {
  background: #f1f6f7
}

.opacityAnim {
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  opacity: 0
}

.opacityAnim.show {
  opacity: 1
}

.horiAnim {
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0)
}

.horiAnim.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.horiChildAnim>* {
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0)
}

.horiChildAnim.show>* {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.textAnim.show span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.textAnim span {
  display: inline-block;
  -webkit-transition-duration: .75s;
  transition-duration: .75s;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0)
}

.textAnim span:nth-of-type(2) {
  -webkit-transition-delay: .03s;
  transition-delay: .03s
}

.textAnim span:nth-of-type(3) {
  -webkit-transition-delay: .045s;
  transition-delay: .045s
}

.textAnim span:nth-of-type(4) {
  -webkit-transition-delay: .06s;
  transition-delay: .06s
}

.textAnim span:nth-of-type(5) {
  -webkit-transition-delay: .075s;
  transition-delay: .075s
}

.textAnim span:nth-of-type(6) {
  -webkit-transition-delay: .09s;
  transition-delay: .09s
}

.textAnim span:nth-of-type(7) {
  -webkit-transition-delay: .105s;
  transition-delay: .105s
}

.textAnim span:nth-of-type(8) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.textAnim span:nth-of-type(9) {
  -webkit-transition-delay: .135s;
  transition-delay: .135s
}

.textAnim span:nth-of-type(10) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.textAnim span:nth-of-type(11) {
  -webkit-transition-delay: .165s;
  transition-delay: .165s
}

.textAnim span:nth-of-type(12) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.textAnim span:nth-of-type(13) {
  -webkit-transition-delay: .195s;
  transition-delay: .195s
}

.textAnim span:nth-of-type(14) {
  -webkit-transition-delay: .21s;
  transition-delay: .21s
}

.textAnim span:nth-of-type(15) {
  -webkit-transition-delay: .225s;
  transition-delay: .225s
}

.textAnim span:nth-of-type(16) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.textAnim span:nth-of-type(17) {
  -webkit-transition-delay: .255s;
  transition-delay: .255s
}

.textAnim span:nth-of-type(18) {
  -webkit-transition-delay: .27s;
  transition-delay: .27s
}

.textAnim span:nth-of-type(19) {
  -webkit-transition-delay: .285s;
  transition-delay: .285s
}

.textAnim span:nth-of-type(20) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 224px;
  z-index: 9999
}

.header--clone:before,
.header--wh:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 101
}

.header--clone .header__buturyubi a,
.header--wh .header__buturyubi a {
  background: url("../img/lg_butsuryubi_rd.svg?date=2103181420") 0 0/100% auto no-repeat
}

.header--clone .header__lg a,
.header--wh .header__lg a {
  background: url("../img/lg_lf_rd.svg") 0 0/100% auto no-repeat
}

.header--clone .gnav:after,
.header--wh .gnav:after {
  background: #ddd;
  opacity: 1
}

.header--clone .gnav__item:not(:last-of-type):after,
.header--wh .gnav__item:not(:last-of-type):after {
  content: "/";
  color: #ccc
}

.header--clone .gnav__item>span,
.header--wh .gnav__item>span {
  color: #333
}

.header--clone {
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.header--clone.show {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.header__lgGrp {
  position: absolute;
  left: 3.56%;
  top: 26px;
  z-index: 101
}
.header__banner{
	width: 240px;
    list-style: none !important;
    position: absolute;
    left: 22%;
    top: 20px;
	z-index: 101;
}

.header__buturyubi {
  width: 113px;
  line-height: 1;
  margin-bottom: 6px
}

.header__buturyubi a {
  display: block;
  height: 16px;
  background: url("../img/lg_butsuryubi_wh.svg?date=2103181420") 0 0/100% auto no-repeat;
  text-indent: -9999px
}

.header__lg {
  width: 209px;
  line-height: 1
}

.header__lg a {
  display: block;
  height: 38px;
  background: url("../img/lg_lf_wh.svg") 0 0/100% auto no-repeat;
  text-indent: -9999px
}

.gnav {
  position: absolute;
  left: 0;
  top: 132px;
  width: 100%;
  padding: 0 4.38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 101;
  list-style: none !important
}

.gnav:after {
  content: "";
  position: absolute;
  left: 4.38%;
  bottom: 0;
  width: 91.24%;
  height: 1px;
  background: white;
  opacity: .5
}

.gnav__item {
  position: relative;
  width: 25%
}

.gnav__item:not(:last-of-type):after {
  content: "/";
  font-weight: 400;
  opacity: .5;
  position: absolute;
  right: -3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white
}

.gnav__item>span {
  position: relative;
  height: 60px;
  font-weight: 700;
  color: white;
  text-align: center;
  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;
  cursor: pointer
}

.childGnav {
  position: fixed;
  left: 4.38%;
  top: 191px;
  width: 91.24%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 102;
  -webkit-transition: .5s;
  transition: .5s;
  height: 0
}

.childGnav__ttlGrp {
  position: relative;
  width: 320px;
  height: 100%;
  background: #333
}

.childGnav__ttlIn {
  margin: 62px 0 0 35px
}

.childGnav__ttlEng {
  font-size: 3.6rem;
  font-weight: 500;
  color: white;
  line-height: 1.5
}

.childGnav__ttlJpn {
  font-size: 1.4rem;
  font-weight: 700;
  color: #da2228;
  letter-spacing: 0.15em;
  line-height: 1.5
}

.childGnav__more {
  margin-top: 33px;
  line-height: 1.5
}

.childGnav__list {
  width: calc(100% - 320px);
  padding: 2.05% 1.64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.childGnav__list:after {
  content: "";
  width: 30.59%
}

.childGnav__gridMax {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@incude mq-mobile {
  .childGnav__gridMax {
    display: block
  }
}

.childGnav__gridOT {
  width: 31.5%
}

.childGnav__gridTT {
  width: 66.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.childGnav__gridTT .childGnav__gridOT:first-of-type {
  width: 57%
}

.childGnav__gridTT .childGnav__gridOT:last-of-type {
  width: 41%
}

.childGnav__btn {
  width: 100%;
  line-height: 1.5
}

.childGnav__btn a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  height: 4.17em;
  padding: 0.83em 2.06em 0.83em 0.83em;
  border-bottom: solid 1px #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333
}

.childGnav__btn a:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background: url("../img/arw_link_rd.svg") 0 0/100% auto no-repeat
}

.childGnav__btn a:hover {
  background: white
}

.childGnav__gChild {
  padding: 0.94em
}

.childGnav__subTtl {
  font-weight: 700;
  padding: 0.94em 0;
  line-height: 1.5
}

.childGnav__subList {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important
}

.childGnav__subList li {
  line-height: 2.3
}

.childGnav__subList li:not(:last-of-type):after {
  content: "/";
  padding: 0 0.38em
}

.childGnav__subList li a {
  text-decoration: underline;
  color: #333
}

.touchHeader {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 101;
  list-style: none !important
}

.touchHeader__item {
  position: relative;
  height: 100px
}

.touchHeader__item a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none
}

.touchHeader__item a:before,
.touchHeader__item a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.touchHeader__item a:before {
  z-index: 0
}

.touchHeader__item a:after {
  background: rgba(0, 0, 0, 0.1);

  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.touchHeader__item a:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.touchHeader__item--customer {
  /*width: 248px*/
	width: 262px;
}

.touchHeader__item--customer a:before {
  /*background: white*/
}

.touchHeader__item--customer a div {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.touchHeader__item--customer a div:before {
  content: "";
  /*width: 56px;*/
width: 80px;
  height: 75px;
  /*border-right: solid 1px #ddd;*/
	border-left: solid 1px #ddd;
  background: url("../img/icn_customer_rd.svg") center center/36px auto no-repeat
}

.touchHeader__item--customer a div p {
  /*width: 192px;*/
	width: 154px;
  line-height: 1.5
}

.touchHeader__item--customer a div p span {
  display: block;
  text-align: center;
  /*color: #333;*/
	color: #fff;
}

.header--wh .touchHeader__item--customer a div p span,
.header--clone .touchHeader__item--customer a div p span {
	color: #333;
}

.touchHeader__item--customer a div p span:nth-of-type(1) {
  font-size: 1rem
}

.touchHeader__item--customer a div p span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2
}

.touchHeader__item--dealer {
  width: 178px
}

.touchHeader__item--dealer a:before {
  background: #333
}

.touchHeader__item--dealer a div {
  position: relative;
  height: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center
}

.touchHeader__item--dealer a div:before {
  content: "";
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  left: 50%;
  top: 23px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/icn_dealer_rd.svg") 0 0/100% auto no-repeat
}

.touchHeader__item--dealer a div p {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 60px;
  color: white;
  line-height: 1.5
}

.touchHeader__item--contact {
  width: 178px
}

.touchHeader__item--contact a:before {
  background: #da2228
}

.touchHeader__item--contact a div {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center
}

.touchHeader__item--contact a div:before {
  content: "";
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  left: 50%;
  top: 23px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../img/icn_contact_wh.svg") 0 0/100% auto no-repeat;
  opacity: .5
}

.touchHeader__item--contact a div p {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 60px;
  color: white;
  line-height: 1.5
}
.touchHeader__item--products {
  width: 186px
}

.touchHeader__item--products a:before {
  /*background: #F2F6F7;*/
}

.touchHeader__item--products a div {
  position: relative;
  height: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

.touchHeader__item--products a div:before {
  content: "";
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  left: 80.5%;
  top: 61%;
  width: 12px;
  height: 12px;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%);
  background: url("../img/icn_white.png") 0 0/100% auto no-repeat
}
@media only screen and (min-width: 769px) {
.header--wh .touchHeader__item--products a div:before,
.header--clone .touchHeader__item--products a div:before {
  background: url("../img/icn_black.png") 0 0/100% auto no-repeat
}
}
.touchHeader__item--products a div:after {
  content: "";
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
  left: 22px;
  top: 50%;
  width: 27px;
  height: 27px;
  -webkit-transform: translateX(-50%);
  transform: translateY(-50%);
  background: url("../img/icn_system.png") 0 0/100% auto no-repeat
}

.touchHeader__item--products a div p {
  font-size: 1.5rem;
  font-weight: 700;
text-align: left;
  margin: auto;
/*padding-right: 32px;*/
	padding-left: 36px;
  color: #fff;
  line-height: 1.533;
}
.header--wh .touchHeader__item--products a div p,
.header--clone .touchHeader__item--products a div p {
  color: #333;
}
.kvNew__tmp .results-btn{
	width: 100%;
}
.kvNew__tmp .results-btn a {
	display: block;
	background-color: #f2f6f7;
	width: 680px;
	margin: 0px auto 40px;
	font-size: 20px;
	padding: 35px 0;
	border-radius: 110px;
	border: 2px solid #333333;
	color: #333;
	text-align: center;
	text-decoration: none;
	background:#f2f6f7 url("../../new-assets/img/icn_blank.svg") right top/24px auto no-repeat;
	background-repeat: no-repeat;
	background-position: 86% center;
	box-sizing: border-box;
	padding-right: 60px;
	font-weight: 700;
	transition: all 0.3s ease;
}
.kvNew__tmp .results-btn a:hover {
	opacity: 0.7;
}
.productsNew .results-btn a {
	position: relative;
    display: block;
    background-color: #f2f6f7;
    width: 580px;
    margin: 0 auto;
    font-size: 20px;
    padding: 30px 0;
    border: 1px solid #333333;
    color: #333;
    text-align: center;
    text-decoration: none;
    background: #f2f6f7 url(../../new-assets/img/icn_blank.svg) right top / 24px auto no-repeat;
    background-repeat: no-repeat;
    background-position: 90% center;
    box-sizing: border-box;
    padding-right: 30px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.productsNew .results-btn a:hover {
	opacity: 0.7;
}
.coverNew {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  pointer-events: none;
  z-index: 100;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}

.coverNew.open {
  opacity: .5
}

.toggleNew {
  position: fixed;
  right: 0;
  top: 0;
  width: 91px;
  height: 91px;
  background: #da2228;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  -webkit-transition: .5s;
  transition: .5s
}

.toggleNew__hb {
  position: absolute;
  left: 24px;
  top: 21px;
  width: 43px;
  height: 25px;
  line-height: 1.5
}

.toggleNew__hb span {
  display: block;
  position: absolute;
  left: 0;
  background: white;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s
}

.toggleNew__hb span:nth-of-type(1) {
  top: 0
}

.toggleNew__hb span:nth-of-type(2) {
  top: 11px
}

.toggleNew__hb span:nth-of-type(3) {
  top: 21px
}

.toggleNew__menu {
  position: absolute;
  left: 0;
  top: 53px;
  width: 100%;
  text-align: center;
  font-size: 1.33rem;
  color: white;
  letter-spacing: 0.075em;
  line-height: 1.5
}

.footer {
  position: relative
}

.touchFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.touchFooter__item {
  position: relative;
  width: 33.33%;
  height: 350px;
  overflow: hidden
}

.touchFooter__item--customer:before,
.touchFooter__item--customer:after,
.touchFooter__item--dealer:before,
.touchFooter__item--dealer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.touchFooter__item--customer:before,
.touchFooter__item--dealer:before {
  z-index: 0
}

.touchFooter__item--customer:after,
.touchFooter__item--dealer:after {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.touchFooter__item--customer:hover:after,
.touchFooter__item--dealer:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.touchFooter__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2
}

.touchFooter__item--customer {
  background: white
}

.touchFooter__item--customer:before {
  background: white
}

.touchFooter__item--customer .touchFooter__in:before {
  width: 55px;
  height: 33px;
  background: url("../img/icn_customer_rd.svg") 0 0/100% auto no-repeat
}

.touchFooter__item--customer .touchFooter__eng {
  opacity: .5
}

.touchFooter__item--dealer {
  background: #333
}

.touchFooter__item--dealer:before {
  background: #333
}

.touchFooter__item--dealer .touchFooter__in:before {
  width: 37px;
  height: 37px;
  background: url("../img/icn_dealer_rd.svg") 0 0/100% auto no-repeat
}

.touchFooter__item--dealer .touchFooter__jpn {
  color: white
}

.touchFooter__item--dealer .touchFooter__eng {
  color: white;
  opacity: .5
}

.touchFooter__in {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 180px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.touchFooter__in:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.touchFooter__in2 {
  width: 100%
}

.touchFooter__jpn {
  width: 100%;
  letter-spacing: 0.15em;
  color: #333;
  line-height: 1.5
}

.touchFooter__jpn span {
  display: block
}

.touchFooter__jpn span:first-of-type {
  font-size: 1.4rem
}

.touchFooter__jpn span:last-of-type {
  font-size: 2.4rem
}

.touchFooter__eng {
  width: 100%;
  font-size: 1.4rem;
  padding-top: 10px;
  color: #333;
  line-height: 1.5
}

.touchFooter__cItem {
  position: relative;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: #da2228
}

.touchFooter__cItem:first-of-type {
  border-bottom: solid 1px #e9656a
}

.touchFooter__cItem:before,
.touchFooter__cItem:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.touchFooter__cItem:before {
  z-index: 0;
  background: #da2228
}

.touchFooter__cItem:after {
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.touchFooter__cItem:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.touchFooter__cItem a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2
}

.touchFooter__cItem a:before {
  content: "";
  position: absolute;
  left: 7.87%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  opacity: .5
}

.touchFooter__cItem .touchFooter__jpn {
  color: white
}

.touchFooter__cItem .touchFooter__eng {
  color: white;
  opacity: .5
}

.touchFooter__cItem--diag a:before {
  background: url("../img/icn_diag_wh.svg") 0 0/100% auto no-repeat
}

.touchFooter__cItem--catalog a:before {
  background: url("../img/icn_catalog_wh.svg") 0 0/100% auto no-repeat
}

.touchFooter__cIn {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center
}

.fixedTouch {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fixedTouch__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.fixedTouch__toggleDummy {
  position: absolute;
  right: 0;
  top: -15px;
  width: 30px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5)
}

.fixedTouch__toggleDummy::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 10px;
  width: 16px;
  height: 9px;
  background: url("../img/arw_down_wh.svg") 0 0/100% auto no-repeat
}

.fixedTouch__toggle {
  position: absolute;
  right: 0;
  top: -15px;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.fixedTouch__item {
  position: relative;
  width: 350px;
  height: 72px;
  background: #333;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.fixedTouch__item::before {
  content: ""
}

.fixedTouch__item--dealer::before {
  background: url("../img/icn_dealer_wh.svg") center center/26px auto no-repeat
}

.fixedTouch__item--customer::before {
  background: url("../img/icn_customer_wh.svg") center center/38px auto no-repeat
}

.fixedTouch__item--catalog::before {
  background: url("../img/icn_catalog_wh.svg") center center/31px auto no-repeat
}

.fixedTouch__txt {
  display: block;
  color: white;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s
}

.fixedTouch__txt span {
  display: block
}

.fixedTouch__txt--first {
  font-size: 1rem
}

.fixedTouch__txt--last {
  font-size: 1.8rem
}

.footerGR {
  position: relative;
  background: #222;
  color: white;
  padding: 70px 4.38%;
  z-index: 1
}

.footerGR__bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
  border-bottom: solid 1px #4e4e4e;
  list-style: none !important
}

.footerGR__bnItem {
  width: 15.75%;
  margin: 0 2.12%
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 70px
}

.footerNav__clm {
  padding: 0 2.05%
}

.footerNav__clm--s {
  width: 15%
}

.footerNav__clm--m {
  width: 25%
}

.footerNav__clm--l {
  width: 30%
}

.footerNav__ttl {
  margin-bottom: 1.5em;
  line-height: 1.5
}

.footerNav__ttl:before {
  content: "/";
  display: block;
  margin-bottom: 1em;
  color: #999
}

.footerNav__ttl a {
  color: white;
  text-decoration: none
}

.footerNav__secWrap {
  margin-bottom: 1.5em
}

.footerNav__sec:not(:last-of-type) {
  margin-bottom: 1.5em
}

.footerNav__list {
  line-height: 2.25;
  list-style: none !important
}

.footerNav__list a {
  color: #999;
  text-decoration: none
}

.footerNav__list a:hover {
  color: white
}

.footerNav__subTtl {
  font-size: 1.4rem;
  line-height: 2;
  color: #999;
  font-weight: 700
}

.footerNav__subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important
}

.footerNav__subItem {
  font-size: 1.2rem;
  line-height: 2;
  color: #666
}

.footerNav__subItem:not(:last-of-type):after {
  content: "/";
  padding: 0 5px
}

.footerNav__subItem a {
  color: #666;
  text-decoration: none
}

.footerNav__subItem a:hover {
  color: white
}

.footerWH {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 4.38%
}

.footerWH__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1em;
  list-style: none !important
}

.footerWH__navItem {
  font-size: 1.3rem;
  margin-right: 2em
}

.footerWH__navItem a {
  color: #666;
  text-decoration: none
}

.footerWH__navItem--blank a {
  display: inline-block;
  padding-right: 1.3em;
  background: url("../img/icn_blank.svg") right top/11px auto no-repeat
}

.footerWH__copy {
  font-size: 1.3rem;
  color: #999;
  line-height: 1.5
}

.footerWH__bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important
}

.footerWH__bnItem {
  width: 235px;
  margin-left: 10px
}

.footerWH__pageTop {
  -webkit-transition: .5s;
  transition: .5s;
  position: fixed;
  right: 27px;
  bottom: 27px;
  width: 75px;
  height: 75px;
  z-index: 9998;
  line-height: 1.5
}

.footerWH__pageTop a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.83) url("../img/arw_pagetop.svg") center center/21px auto no-repeat;
  border-radius: 50%;
  text-indent: -9999px
}

.kvNew {
  position: relative;
  height: 100vh;
  overflow: hidden
}

.kvNew--tmp {
  height: 1000px
}

.kvNew__video {
  position: absolute
}

.kvNew__cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .63
}

.kvNew__catch {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 737px
}

.kvNew__catch svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.kvNew__catch svg .st0 {
  fill: #FFFFFF
}

.kvNew__catch svg .st1 {
  fill: #FFFFFF
}

.kvNew__catch--mission {
  position: relative;
  width: 608px;
  height: 38px;
  margin: 0 auto 30px
}

.kvNew__catch--vision {
  position: relative;
  width: 737px;
  height: 106px
}

.kvNew__more {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 22.22%;
  line-height: 1.5
}

.kvNew__tmp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  background-color: black;
}

.kvNew__tmpCenter {
  background-color: white;
  padding: 3.5rem 5rem;
  margin-top: 212px
}

.kvNew__tmpTxt {
  font-size: 1.7rem;
  line-height: 2;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500
}

.kvNew__tmpTxt:first-of-type {
  margin-bottom: 0.5em
}

.kvNew__tmpTxt span {
  color: #da2228
}

.kvNew__tmpBtn {
  margin-top: 2.5rem
}

.kvNew__tmpBtn a {
  margin: 0 0.5rem
}

.topGuide {
  position: relative;
  height: 450px;
  margin-top: 130px;
  z-index: 1;
  overflow: hidden
}

.topGuide__ttlGrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 37.5%;
  height: 100%;
  background: #da2228;
  color: white
}

.topGuide__ttlInner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 66.67%;
  padding-left: 36px
}

.topGuide__ttl {
  font-size: 3rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 0.25em;
  line-height: 1.5
}

.topGuide__desc {
  font-size: 1.8rem;
  opacity: .5;
  line-height: 1.5
}

.topGuide__list {
  position: relative;
  margin-left: 25%;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 75%;
  height: calc(100% - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333;
  list-style: none !important
}

.topGuide__item {
  position: relative;
  height: 50%
}

.topGuide__item a {
  text-decoration: none
}

.topGuide__item--1 {
  width: 50%
}

.topGuide__item--1 a:before {
  right: 1px;
  bottom: 0;
  height: calc(100% - 27px)
}

.topGuide__item--1 a:after {
  right: 0;
  bottom: 0;
  width: calc(100% - 38px)
}

.topGuide__item--2 {
  width: 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s
}

.topGuide__item--2 a:after {
  left: 0;
  bottom: 0;
  width: calc(100% - 38px)
}

.topGuide__item--3 {
  width: 33.33%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s
}

.topGuide__item--3 a:before {
  right: 1px;
  top: 0;
  height: calc(100% - 27px)
}

.topGuide__item--4 {
  width: 33.33%;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s
}

.topGuide__item--4 a:before {
  right: 1px;
  top: 0;
  height: calc(100% - 27px)
}

.topGuide__item--5 {
  width: 33.33%;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}




.topGuide__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  padding: 27px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.topGuide__item a:hover {
  background: #222
}

.topGuide__item a:before,
.topGuide__item a:after {
  content: "";
  position: absolute;
  background: white;
  opacity: .25
}

.topGuide__item a:before {
  width: 1px
}

.topGuide__item a:after {
  height: 1px
}

.topGuide__icon {
  position: absolute;
  left: 38px;
  top: 27px;
  width: 50px;
  opacity: .3
}

.topGuide__txtGrp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.topGuide__jpn {
  font-size: 2.4rem;
  color: white;
  letter-spacing: 0.15em;
  line-height: 1.5
}

.topGuide__eng {
  font-size: 1.4rem;
  color: #da2228;
  line-height: 1.5
}

.topInfo {
  margin-top: -24px
}

.topInfo__inner {
  padding: 100px 10.31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.topBn {
  width: 320px;
  padding-bottom: 40px;
  list-style: none !important
}

.topBn__item {
  margin-bottom: 30px
}

.topicsNew {
  position: relative;
  /*width: calc(100% - 392px)*/
	width: 100%;
}

/*.topicsNew__ttlGrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
  height: 200px;
  background: #222;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 0 40px
}

.topicsNew__ttlGrp:after {
  content: "";
  position: absolute;
  left: 18px;
  top: 105px;
  z-index: 1;
  width: calc(100% - 18px);
  height: 4px;
  background: url("../img/arw_topics.svg") center top/32px auto no-repeat
}*/

.topicsNew__ttlGrp {
  position: absolute;
    left: 0;
    top: 0;
    width: 480px;
    height: 270px;
    background: #222;
    color: white;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 90px 30px 0 40px;
}

.topicsNew__ttl {
  font-size: 3.6rem;
  line-height: 1.5
}

.topicsNew__more {
  font-size: 1.4rem;
  margin-top: 24px;
  line-height: 1.5
}

.topicsNew__more a {
  color: #da2228;
  text-decoration: none
}

/*.topicsNew__list {
  position: relative;
  margin: 105px 0 0 18px;
  background: white;
  padding: 38px 68px;
  list-style: none !important
}*/
.topicsNew__list {
  position: relative;
  margin: 20px 0 0 413px;
  background: white;
  padding: 38px 68px;
  list-style: none !important
}

.topicsNew__item a {
  text-decoration: none;
  display: block;
  padding: .6em 0
}

.topicsNew__item a:hover .topicsNew__postTtl {
  text-decoration: underline
}

.topicsNew__item:nth-of-type(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.topicsNew__item:nth-of-type(3) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.topicsNew__item:nth-of-type(4) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.topicsNew__item:nth-of-type(5) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.topicsNew__postInfo {
  margin-bottom: .5em;
  line-height: 1.5
}

.topicsNew__date {
  color: #999;
  font-size: 1.5rem
}

.topicsNew__cat {
  font-size: 1.2rem;
  display: inline-block;
  color: #da2228;
  border: solid 1px #da2228;
  margin-left: 1em;
  padding: 0 1em;
  border-radius: 10px
}

.topicsNew__postTtl {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.5
}

.snIntro {
  overflow: hidden
}

.snIntro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 130px 10.31% 65px
}

.snIntro__ttlGrp {
  width: 46.3%
}

.snIntro__ttl {
  font-size: 7.2rem;
  color: #da2228;
  font-weight: 500;
  line-height: 1.25
}

.snIntro__jpn {
  font-size: 2.1rem;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.15em;
  line-height: 1.5
}

.snIntro__txtGrp {
  width: 46.3%;
  padding-top: 5px
}

.snIntro__txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 2em
}

.snIntro__more {
  line-height: 1.5
}

.snExample {
  position: relative;
  overflow: hidden
}

.snExample:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 95.63%;
  height: 100%;
  background: #f1f6f7
}

.snExample__inner {
  position: relative;

  width: 100%;
  padding-top: 100px
}

.snExample__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  line-height: 1.5;
  text-align: center
}

.snExample__slider .swiper-slide {
  position: relative;
  width: 405px;
  height: auto;
  background: white
}

.snExample__slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.snExample__slider .swiper-slide a:hover .snExample__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.snExample__slider .swiper-slide a:hover .snExample__more {
  right: -2em
}

.snExample__slider .swiper-button-next,
.snExample__slider .swiper-button-prev {
  top: 77px;
  width: 100px;
  height: 75px;
  margin-top: 0;
  text-indent: -9999px
}

.snExample__slider .swiper-button-prev {
  left: 50%;
  margin-left: -715px;
  right: auto;
  background: #222 url("../img/arw_slider_prev_wh.svg?date=2102151727") center center/12px auto no-repeat
}

.snExample__slider .swiper-button-next {
  left: 50%;
  margin-left: 615px;
  right: auto;
  background: #222 url("../img/arw_slider_next_wh.svg?date=2102151727") center center/12px auto no-repeat
}

.snExample__img {
  overflow: hidden
}

.snExample__img img {
  -webkit-transition: .5s;
  transition: .5s
}

.snExample__info {
  position: relative;
  padding: 40px 45px 100px
}

.snExample__new {
  position: absolute;
  left: 45px;
  top: -45px;
  width: 58px;
  height: 58px;
  color: white;
  font-size: 1.6rem;
  line-height: 1;
  background: #da2228;
  border-radius: 50%;
  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;
  text-align: center
}

.snExample__cat {
  margin-bottom: .5em
}

.snExample__cat span {
  color: #da2228;
  display: inline-block;
  border: solid 1px #da2228;
  border-radius: 13px;
  line-height: 1.5;
  padding: 0 1em;
  margin-right: .5em;
  margin-bottom: .5em
}

.snExample__postTtl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: .3em;
  color: #333;
  line-height: 1.5
}

.snExample__cli {
  font-size: 1.4rem;
  color: #999;
  line-height: 1.5
}

.snExample__more {
  position: absolute;
  right: -1em;
  bottom: 40px;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1.5
}

.productsNew {
  position: relative;
  padding-top: 130px;
  overflow: hidden
}

.productsNew:before {
  content: "";
  position: absolute;
  right: 0;
  top: 188px;
  width: 89.69%;
  height: calc(100% - 188px)
}

.productsNew--sub:before {
  top: 130px;
  height: calc(100% - 130px)
}

.productsNew--sub .productsNew__jpn {
  font-size: 2.4rem;
  color: #333;
  padding-top: 75px
}

.productsNew--guide {
  padding-top: 90px
}

.productsNew--guide:before {
  top: 90px;
  height: calc(100% - 90px)
}

.productsNew--guide .productsNew__itemWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px
}

.productsNew__ttlGrp {
  position: relative;
  text-align: center;
  margin-bottom: 65px
}

.productsNew__ttl {
  font-size: 7.2rem;
  color: #da2228;
  font-weight: 500;
  line-height: 1.25
}

.productsNew__jpn {
  font-size: 2.1rem;
  font-weight: 700;
  color: #999;
  letter-spacing: 0.15em;
  line-height: 1.5
}
.bannerNew__slider{
	position: relative;
}
.bannerNew__slider .swiper-slide{
  width: 320px;
}
.swiper-pagination-bullet-active{
	background: #c83732!important;
}
.bannerNew__slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}
.bannerNew__slider .swiper-slide a:hover .bannerNew__img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.bannerNew__slider .swiper-slide a:hover  {
  color: #da2228
}

.bannerNew__slider .swiper-button-next,
.bannerNew__slider .swiper-button-prev {
  width: 100px;
  height: 75px;
  margin-top: 48px;
  text-indent: -9999px
}

.bannerNew__slider .swiper-button-prev {
  left: 50%;
  margin-left: -635px;
  right: auto;
  background: #222 url("../img/arw_slider_prev_wh.svg?date=2102151727") center center/12px auto no-repeat
}

.bannerNew__slider .swiper-button-next {
  left: 50%;
  margin-left: 535px;
  right: auto;
  background: #222 url("../img/arw_slider_next_wh.svg?date=2102151727") center center/12px auto no-repeat
}

.productsNew__slider,
.productsNew__slider--guide {
  margin-bottom: 75px
}
.snExample{
	margin-bottom: 75px;
}

.productsNew__slider .swiper-slide,
.productsNew__slider--guide .swiper-slide {
  width: 350px
}

.productsNew__slider .swiper-slide a,
.productsNew__slider--guide .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.productsNew__slider .swiper-slide a:hover .productsNew__img img,
.productsNew__slider--guide .swiper-slide a:hover .productsNew__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.productsNew__slider .swiper-slide a:hover .productsNew__name,
.productsNew__slider--guide .swiper-slide a:hover .productsNew__name {
  color: #da2228
}

.productsNew__slider .swiper-button-next,
.productsNew__slider .swiper-button-prev,
.productsNew__slider--guide .swiper-button-next,
.productsNew__slider--guide .swiper-button-prev {
  width: 100px;
  height: 75px;
  margin-top: -58px;
  text-indent: -9999px
}

.productsNew__slider .swiper-button-prev,
.productsNew__slider--guide .swiper-button-prev {
  left: 50%;
  margin-left: -635px;
  right: auto;
  background: #222 url("../img/arw_slider_prev_wh.svg?date=2102151727") center center/12px auto no-repeat
}

.productsNew__slider .swiper-button-next,
.productsNew__slider--guide .swiper-button-next {
  left: 50%;
  margin-left: 535px;
  right: auto;
  background: #222 url("../img/arw_slider_next_wh.svg?date=2102151727") center center/12px auto no-repeat
}

.productsNew__itemWrap {
  position: relative;
  width: 100%;
  max-width: 1188px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.productsNew__item {
  width: 29.46%;
  margin: 0 1.93% 3.86%
}

.productsNew__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.productsNew__item a:hover .productsNew__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.productsNew__item a:hover .productsNew__name {
  color: #da2228
}

.productsNew__img {
  overflow: hidden
}

.productsNew__img img {
  -webkit-transition: .5s;
  transition: .5s
}

.productsNew__name {
  font-size: 1.6rem;
  margin-top: 1em;
  -webkit-transition: .5s;
  transition: .5s;
  color: #333;
  line-height: 1.5
}

.productsNew__more {
  text-align: center;
  margin-bottom: 75px;
  line-height: 1.5
}

.productsNew__imgList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none !important
}

.productsNew__imgItem {
  width: 12.5%
}

body.guide #pageTitle {
  background-image: url("../img/bg_pagetitle_guide.jpg")
}

body.guide #pageTitle p {
  font-size: inherit;
  margin-top: 0;
  font-weight: 700
}

.guideLead {
  padding: 40px 0;
  text-align: center
}

.guideLead__catch {
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: .5em
}

.guideLead__txt {
  font-size: 1.6rem;
  line-height: 1.5
}

.guideNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #333;
  list-style: none !important;
  height: 150px
}

.guideNav__item {
  position: relative;
  width: 20%
}

.guideNav__item a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.guideNav__item a:hover {
  background: #222
}

.guideNav__item:before,
.guideNav__item:after {
  content: "";
  position: absolute;
  background: white;
  opacity: .25;
  z-index: 1
}

.guideNav__item--current a {
  background: #da2228
}

.guideNav__item--current a:hover {
  background: #da2228
}

.guideNav__item--current .guideNav__eng {
  color: white;
  opacity: .5
}

.guideNav__icon {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 36px;
  opacity: .3
}

.guideNav__txtGrp {
  width: 100%
}

.guideNav__jpn {
  font-size: 2.1rem;
  color: white;
  letter-spacing: 0.15em;
  line-height: 1.5
}

.guideNav__eng {
  font-size: 1.2rem;
  color: #da2228;
  line-height: 1.5
}

.guideList {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 90px 3.81%
}

.guideList__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px
}

.guideList__ttlGrp {
  width: 33%
}

.guideList__ttl {
  color: #da2228;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.13;
  letter-spacing: 0.15em;
  margin-bottom: 0.13em;
  padding-right: 1em
}

.guideList__eng {
  font-size: 1.8rem;
  color: #666
}

.guideList__txt {
  width: 67%;
  font-size: 1.8rem;
  line-height: 2
}

.guideList__list {
  list-style: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.guideList__item {
  position: relative;
  width: 47.04%;
  margin-bottom: 5.92%;
  background: #333
}

.guideList__item:nth-of-type(odd) {
  margin-right: 5.92%
}

@inculde mq-mobile {
  .guideList__item:nth-of-type(odd) {
    margin-right: 0
  }
}

.guideList__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.guideList__item a:hover .guideList__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.guideList__item a:hover .guideList__more {
  right: -2em
}

.guideList__img {
  overflow: hidden
}

.guideList__img img {
  width: 100%;
  height: auto;
  -webkit-transition: .5s;
  transition: .5s
}

.guideList__info {
  padding: 40px 45px 75px
}

.guideList__postTtl {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: .3em;
  color: white;
  line-height: 1.5
}

.guideList__cli {
  font-size: 1.4rem;
  color: #999;
  line-height: 1.5
}

.guideList__more {
  position: absolute;
  right: -1em;
  bottom: 30px;
  -webkit-transition: .5s;
  transition: .5s;
  line-height: 1.5
}

.guideTitle {
  padding: 90px 4.38%
}

.guideTitle__ttlGrp {
  background: #da2228;
  padding: 60px;
  color: white;
  text-align: center
}

.guideTitle__ttl {
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5
}

.guideTitle__type {
  margin-top: 30px;
  font-size: 1.8rem;
  position: relative;
  opacity: .5;
  padding-top: .5em
}

.guideTitle__type:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -50px;
  width: 100px;
  height: 1px;
  background: white
}

.guideTitle__cat {
  margin-top: 30px;
  font-size: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none
}

.guideTitle__catItem {
  margin: 0 .25em
}

.guideTitle__catItem a {
  display: inline-block;
  background: white;
  color: #da2228;
  padding: .25em .5em;
  text-decoration: none
}

.guideBody {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 3.81%
}

.guideBody__sec {
  margin-bottom: 75px
}

.guideBody__ttl {
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  padding-left: 1.67em;
  border-bottom: solid 1px #ddd;
  margin-bottom: 1.5em;
  line-height: 1.8
}

.guideBody__ttl:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 28px;
  height: 32px;
  margin-top: -16px
}

.guideBody__ttl--trouble {
  color: #2ebc46
}

.guideBody__ttl--trouble:before {
  background: url("../img/guide/icn_trouble.svg") 0 0/100% auto no-repeat
}

.guideBody__ttl--sugg {
  color: #da2228
}

.guideBody__ttl--sugg:before {
  background: url("../img/guide/icn_sugg.svg") 0 0/100% auto no-repeat
}

.guideBody__ttl--eff {
  color: #da8622
}

.guideBody__ttl--eff:before {
  background: url("../img/guide/icn_eff.svg") 0 0/100% auto no-repeat
}

.guideBody__contents--twoClm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.guideBody__contents--twoClm .guideBody__contentsItem {
  width: 45.91%
}

.guideBody__list--type1 {
  margin-left: 1.5em
}

.guideBody__list--type1 .guideBody__item {
  margin-bottom: 2em
}

.guideBody__list--type1 .guideBody__itemTtl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2
}

.guideBody__list--type1 .guideBody__itemTxt {
  font-size: 1.6rem;
  line-height: 2
}

.guideBody__imgWrap--twoClm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.guideBody__imgWrap--twoClm .guideBody__img {
  width: 45.54%
}

.guideBody__imgWrap:nth-of-type(2) {
  margin-top: 2em
}

.guideBody__img img {
  width: 100%;
  height: auto
}

.guideBody__img figcaption {
  margin-top: .5em;
  line-height: 2
}

.guideBody__productsWrap {
  background: #f1f6f7;
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.guideBody__productsTtl {
  width: 100%;
  font-size: 2.1rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2em
}

.guideBody__productsItem {
  max-width: 350px
}

.guideBody__productsItem:not(:last-of-type) {
  margin-bottom: 2em
}

.guideBody__productsItem a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none
}

.guideBody__productsItem a:hover .guideBody__productsImg img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.guideBody__productsItem a:hover .guideBody__productsName {
  color: #da2228
}

.guideBody__productsImg {
  overflow: hidden
}

.guideBody__productsImg img {
  -webkit-transition: .5s;
  transition: .5s
}

.guideBody__productsName {
  font-size: 1.6rem;
  margin-top: 1em;
  -webkit-transition: .5s;
  transition: .5s;
  color: #333;
  line-height: 1.5
}

.guideCata {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 130px 3.81% 90px
}

.guideCata__catch {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: .5em
}

.guideCata__shindan a {
  display: block;
  width: 100%;
  padding-top: 17.41%;
  background: url("../img/bn_guide_shindan.jpg") 0 0/100% auto no-repeat;
  text-indent: -9999px;
  height: 0
}

body.brand #pageTitle {
  background-image: url("../img/bg_pagetitle_brand.jpg")
}

body.brand #pageTitle p {
  font-size: inherit;
  margin-top: 0;
  font-weight: 700
}

.brandMsg1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 3.13%
}

.brandMsg1__sec {
  margin-bottom: 90px
}

.brandMsg1__ttl {
  width: 16.4%;
  height: 29px;
  text-indent: -9999px;
  margin-bottom: 45px
}

.brandMsg1__ttl--mission {
  background: url("../img/brand/ttl_mission.png") right top/auto 100% no-repeat
}

.brandMsg1__ttl--vision {
  background: url("../img/brand/ttl_vision.png") right top/auto 100% no-repeat
}

.brandMsg1__ttl--value {
  background: url("../img/brand/ttl_value.png") right top/auto 100% no-repeat
}

.brandMsg1__center {
  width: 100%;
  max-width: 750px;
  margin: 0 auto
}

.brandMsg1__mission {
  width: 100%;
  padding-top: 14.67%;
  text-indent: -9999px;
  height: 0;
  background: url("../img/brand/txt_mission.png") 0 0/100% auto no-repeat
}

.brandMsg1__visionCatch {
  width: 100%;
  padding-top: 4.67%;
  text-indent: -9999px;
  height: 0;
  background: url("../img/brand/txt_vision_catch.png") 0 0/100% auto no-repeat;
  margin-bottom: 60px
}

.brandMsg1__visionTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.brandMsg1__visionTabHeader {
  width: 123px;
  height: 30px;
  background-color: #da2228;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 93px auto;
  text-indent: -9999px;
  margin-right: 15px;
  margin-bottom: 18px
}

.brandMsg1__visionTabHeader--1 {
  background-image: url("../img/brand/txt_vision_tabHeader_1.png")
}

.brandMsg1__visionTabHeader--2 {
  background-image: url("../img/brand/txt_vision_tabHeader_2.png")
}

.brandMsg1__visionTabHeader--3 {
  background-image: url("../img/brand/txt_vision_tabHeader_3.png")
}

.brandMsg1__visionTabData {
  width: calc(100% - 138px);
  height: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-indent: -9999px;
  margin-bottom: 21px
}

.brandMsg1__visionTabData--1 {
  background-image: url("../img/brand/txt_vision_tabData_1.png")
}

.brandMsg1__visionTabData--2 {
  background-image: url("../img/brand/txt_vision_tabData_2.png")
}

.brandMsg1__visionTabData--3 {
  background-image: url("../img/brand/txt_vision_tabData_3.png")
}

.brandMsg1__value {
  width: 100%;
  padding-top: 12.72%;
  text-indent: -9999px;
  height: 0;
  background: url("../img/brand/txt_value.png") 0 0/100% auto no-repeat
}

.brandMsg2 {
  position: relative;
  margin-bottom: 90px
}

.brandMsg2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #da2228
}

.brandMsg2:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 285px;
  width: 1920px;
  height: 965px;
  background: url("../img/brand/bg_mission.png") left top/100% auto no-repeat;
  z-index: 1
}

.brandMsg2__center {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 3.13%
}

.brandMsg2__center:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: #da2228
}

.brandMsg2__ttl {
  position: relative;
  width: 16.4%;
  height: 29px;
  text-indent: -9999px;
  margin-bottom: 60px;
  z-index: 2
}

.brandMsg2__ttl--msg {
  background: url("../img/brand/ttl_msg.png") right top/auto 100% no-repeat
}

.brandMsg2__inner {
  position: relative;
  margin-left: 17%;
  width: 83%;
  z-index: 2
}

.brandMsg2__lg {
  width: 69.76%;
  padding-top: 6.14%;
  text-indent: -9999px;
  height: 0;
  background: url("../img/brand/txt_lf.png") 0 0/100% auto no-repeat;
  margin-bottom: 27px
}

.brandMsg2__wh {
  background: white;
  overflow: hidden
}

.brandMsg2__msg1 {
  width: 76.02%;
  padding-top: 65.78%;
  text-indent: -9999px;
  height: 0;
  background: url("../img/brand/txt_msg_1.png") 0 0/100% auto no-repeat;
  margin: 11.81% 0 14.46% 7.83%
}

.brandMsg2__msg2 {
  width: 76.02%;
  padding-top: 16.51%;
  text-indent: -9999px;
  height: 0;
  background: url("../img/brand/txt_msg_2.png") 0 0/100% auto no-repeat;
  margin: 0 0 14.46% 7.83%
}

.comBox {
  top: 270px
}
.kvNew__img img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding-top: 68px
  }
	.kvNew__tmp .results-btn{
		width: 100%;
	}
	.kvNew__tmp .results-btn a {
		width: 100%;
		margin: 0 auto 20px;
		font-size: 15px;
		padding: 20px 0;
		border: 2px solid #333333;
		background: #f2f6f7 url(../../new-assets/img/icn_blank.svg) right top / 17px auto no-repeat;
		background-position: 93% center;
		padding-right: 30px;
	}
	.kvNew__tmp .results-btn a {
		opacity: 1;
	}
	.productsNew .results-btn a {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
    padding: 20px 0;
    border: 1px solid #333333;
    background: #f2f6f7 url(../../new-assets/img/icn_blank.svg) right top / 17px auto no-repeat;
    background-position: 90% center;
    padding-right: 30px;
}
.productsNew .results-btn a:hover {
	opacity: 1;
}
  .btnNew {
    height: 34px;
    border-radius: 17px;
    padding-left: 26px;
    padding-right: 56px
  }

  .btnNew:after {
    right: 26px;
    width: 23px;
    height: 5px
  }

  .btnNew--na {
    padding-right: 26px
  }

  .btnNew--jpn {
    font-size: 1.35rem;
    padding-top: 6px
  }

  .btnTxt {
    font-size: 1.05rem;
    padding-right: 56px
  }

  .btnTxt--rd {
    background: url("../img/arw_more_rd.svg") right 2px/47px auto no-repeat
  }

  .pcOnly {
    display: none
  }

  .header {
    height: 68px
  }

  .header__lgGrp {
    left: 5.63%;
    top: 15px
  }
.header__banner {
    width: 142px;
    left: 41.5%;
    top: 11px;
}
  .header__buturyubi {
    width: 68px;
    margin-bottom: 4px
  }

  .header__buturyubi a {
    height: 10px
  }

  .header__lg {
    width: 125px
  }

  .header__lg a {
    height: 23px
  }

  .gnav {
    position: static;
    display: block;
    margin-top: 67px;
    border-top: solid 1px #ddd;
    padding: 0 3.75%
  }

  .gnav:after {
    display: none
  }

  .gnav__item {
    width: 100%
  }

  .gnav__item:not(:last-of-type):after {
    display: none
  }

  .gnav__item>span {
    color: #333;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    padding: 0 1em;
    border-bottom: solid 1px #ddd
  }

  .gnav__itemHasChild>span:before {
    content: "+";
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -10px;
    color: #da2228;
    font-weight: 700;
    font-size: 2.1rem
  }

  .gnav__itemHasChild>span.active:before {
    content: "–"
  }

  .childGnav {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 0;
    padding-left: 1em
  }

  .childGnav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ddd
  }

  .childGnav__ttlGrp {
    display: none
  }

  .childGnav__list {
    width: 100%;
    padding: 0;
    display: block
  }

  .childGnav__list:after {
    display: none
  }

  .childGnav__gridOT {
    width: 100%
  }

  .childGnav__gridTT {
    width: 100%
  }

  .childGnav__gridTT .childGnav__gridOT {
    width: 100%
  }

  .childGnav__btn a {
    font-size: 1.4rem;
    height: 45px;
    padding: 0 1em;
    background: #f1f6f7
  }

  .childGnav__gChild {
    display: none
  }

  .touchHeader {
    position: static;
    display: block;
    padding: 3.75%
  }

  .touchHeader__item {
    height: 75px
  }

  .touchHeader__item--customer {
    width: 100%;
	border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
  }

  .touchHeader__item--customer a div:before {
    width: 60px;
    height: 100%;
    border-right: none
  }

  .touchHeader__item--customer a div p {
    width: calc(100% - 60px)
  }

  .touchHeader__item--dealer {
    width: 100%
  }

  .touchHeader__item--dealer a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .touchHeader__item--dealer a div:before {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 60px;
    height: 100%;
    background: url("../img/icn_dealer_rd.svg") center center/20px auto no-repeat
  }

  .touchHeader__item--dealer a div p {
    font-size: 1.6rem;
    width: calc(100% - 60px);
    padding-top: 0
  }

  .touchHeader__item--contact {
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden
  }

  .touchHeader__item--contact a div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .touchHeader__item--contact a div:before {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 60px;
    height: 100%;
    background: url("../img/icn_contact_wh.svg") center center/20px auto no-repeat
  }

  .touchHeader__item--contact a div p {
    font-size: 1.6rem;
    width: calc(100% - 60px);
    padding-top: 0
  }
.touchHeader__item--products {
  width: 100%;
 border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.touchHeader__item--products a:before {
   width: 100%;
    height: 100%;
    border-right: none;
}

.touchHeader__item--products a div {
  position: relative;
  height: 100%;
  z-index: 2;
  -webkit-transition: .5s;
  transition: .5s;
  text-align: center;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}

/*.touchHeader__item--products a div:before {
  position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 60px;
  height: 100%;
  background: url("../img/icn_blank.svg") center center/20px auto no-repeat;
}*/


.touchHeader__item--products a div p {
  font-size: 1.6rem;
  width: calc(100% - 60px);
padding-right: 0;
	color: #333;
	text-align: center;
	padding-left: 0;
}
	.touchHeader__item--products a div p br {
		display: none;
	}
  .navNew {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
    background: white;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 101
  }

  .navNew.show {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .navNew__lgGrp {
    position: absolute;
    left: 5.63%;
    top: 15px
  }

  .navNew__buturyubi {
    width: 68px;
    line-height: 1;
    margin-bottom: 4px
  }

  .navNew__buturyubi a {
    display: block;
    height: 10px;
    background: url("../img/lg_butsuryubi_rd.svg?date=2103181420") 0 0/100% auto no-repeat;
    text-indent: -9999px
  }

  .navNew__lg {
    width: 125px;
    line-height: 1
  }

  .navNew__lg a {
    display: block;
    height: 23px;
    background: url("../img/lg_lf_rd.svg") 0 0/100% auto no-repeat;
    text-indent: -9999px
  }

  .toggleNew {
    width: 68px;
    height: 68px
  }

  .toggleNew.active {
    background: #da2228
  }

  .toggleNew.active .toggleNew__hb span {
    background: white
  }

  .toggleNew.active .toggleNew__hb span:nth-of-type(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .toggleNew.active .toggleNew__hb span:nth-of-type(2) {
    opacity: 0
  }

  .toggleNew.active .toggleNew__hb span:nth-of-type(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .toggleNew.active .toggleNew__menu {
    color: white
  }

  .toggleNew__hb {
    left: 18px;
    top: 16px;
    width: 32px;
    height: 19px
  }

  .toggleNew__hb span {
    height: 3px
  }

  .toggleNew__hb span:nth-of-type(1) {
    top: 0
  }

  .toggleNew__hb span:nth-of-type(2) {
    top: 8px
  }

  .toggleNew__hb span:nth-of-type(3) {
    top: 16px
  }

  .toggleNew__menu {
    top: 40px;
    font-size: 1rem
  }

  .footer {
    margin-top: 95px
  }

  .touchFooter__item--customer,
  .touchFooter__item--dealer {
    width: 100%;
    height: 200px
  }

  .touchFooter__item--contact {
    width: 100%;
    height: 200px
  }

  .touchFooter__in {
    height: 120px
  }

  .touchFooter__jpn span:first-of-type {
    font-size: 1.2rem
  }

  .touchFooter__jpn span:last-of-type {
    font-size: 1.8rem
  }

  .touchFooter__eng {
    padding-top: 5px;
    font-size: 1.2rem
  }

  .fixedTouch__inner {
    width: 100%
  }

  .fixedTouch__toggleDummy {
    display: none
  }

  .fixedTouch__toggle {
    display: none
  }

  .fixedTouch__item {
    display: block;
    width: 33.33%;
    height: 60px;
    text-align: center;
    padding: 10px
  }

  .fixedTouch__item::before {
    display: block;
    width: 100%;
    height: 21px;
    margin-bottom: 5px
  }

  .fixedTouch__item--dealer {
    border-right: 1px solid #666
  }

  .fixedTouch__item--dealer::before {
    background: url("../img/icn_dealer_wh.svg") center center/20px auto no-repeat
  }

  .fixedTouch__item--customer {
    border-right: 1px solid #666
  }

  .fixedTouch__item--customer::before {
    background: url("../img/icn_customer_wh.svg") center center/29px auto no-repeat
  }

  .fixedTouch__item--catalog::before {
    background: url("../img/icn_catalog_wh.svg") center center/23px auto no-repeat
  }

  .fixedTouch__txt--first {
    display: none !important
  }

  .fixedTouch__txt--last {
    font-size: 1rem
  }

  .footerGR {
    padding: 35px 3.75%
  }

  .footerGR__bn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 35px
  }

  .footerGR__bnItem {
    width: 45.76%;
    margin: 0 2.12% 2.12%
  }

  .footerNav {
    padding-top: 35px
  }

  .footerNav__clm--s {
    width: 100%
  }

  .footerNav__clm--m {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0
  }

  .footerNav__clm--m .footerNav__secWrap {
    width: 50%;
    padding: 0 2.05%
  }

  .footerNav__clm--l {
    width: 50%
  }

  .footerNav__ttl {
    font-size: 1.3rem
  }

  .footerNav__sec:not(:last-of-type) {
    margin-bottom: 0
  }

  .footerNav__list {
    font-size: 1.3rem;
    line-height: 1.5
  }

  .footerNav__list li {
    margin-bottom: 1em
  }

  .footerNav__subTtl {
    display: none
  }

  .footerNav__subList {
    display: none
  }

  .footerWH {
    display: block;
    padding: 30px 3.75%
  }

  .footerWH__nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .footerWH__navItem {
    font-size: 1.1rem;
    margin: .5em 1em
  }

  .footerWH__navItem--blank a {
    background: url("../img/icn_blank.svg") right top/9px auto no-repeat
  }

  .footerWH__copy {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 30px
  }

  .footerWH__bnItem {
    width: 45.76%;
    margin: 0 2.12%
  }

  .footerWH__pageTop {
    right: 10px;
    bottom: 10px;
    width: 56px;
    height: 56px
  }

  .footerWH__pageTop a {
    background: rgba(51, 51, 51, 0.83) url("../img/arw_pagetop.svg") center center/21px auto no-repeat
  }

  .kvNew {
    height: auto;
    padding-top: 153.33%
  }

  .kvNew--tmp {
    height: 860px;
    padding-top: 0
  }

  .kvNew__catch {
    width: 88%
  }

  .kvNew__catch--mission {
    width: 84.5%;
    height: auto;
    padding-top: 6.16%;
    margin: 0 auto 22px
  }

  .kvNew__catch--vision {
    width: 100%;
    padding-top: 53.38%;
    height: auto;
  }

  .kvNew__more {
    bottom: 11.11%
  }

  .kvNew__more a {
    width: 210px
  }

  .kvNew__tmp {
    padding: 0 3.75%
  }

  .kvNew__tmpCenter {
    padding: 2.7rem;
    margin-top: 75px
  }

  .kvNew__tmpTxt {
    font-size: 1.4rem
  }

  .kvNew__tmpTxt br {
    display: none
  }

  .kvNew__tmpTxt:first-of-type {
    margin-bottom: 0.5em
  }

  .kvNew__tmpTxt-contact br {
    display: block !important;
  }

  .kvNew__tmpBtn {
    margin-top: 2.7rem
  }

  .topGuide {
    height: auto;
    margin-top: 45px;
    background: #f1f6f7
  }

  .topGuide__ttlGrp {
    width: 100%;
    height: auto;
    padding-top: 100%
  }

  .topGuide__ttlInner {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    padding-left: 0;
    padding-top: 1.5em;
    text-align: center
  }

  .topGuide__ttl {
    font-size: 1.8rem
  }

  .topGuide__desc {
    font-size: 1.2rem
  }

  .topGuide__list {
    margin-left: 4%;
    margin-top: 100px;
    width: 92%;
    height: auto
  }

  .topGuide__item {
    height: auto;
    padding-top: 50%
  }

  .topGuide__item--1 a:before {
    height: calc(100% - 18px)
  }

  .topGuide__item--1 a:after {
    width: calc(100% - 18px)
  }

  .topGuide__item--2 a:after {
    width: calc(100% - 18px)
  }

  .topGuide__item--3 {
    width: 50%
  }

  .topGuide__item--3 a:before {
    height: 100%
  }

  .topGuide__item--4 {
    width: 50%
  }

  .topGuide__item--5 {
    width: 100%
  }

  .topGuide__item--5 a:after {
    left: 18px;
    top: 0;
    width: calc(100% - 36px)
  }

  .topGuide__item a {
    position: absolute;
    left: 0;
    top: 0;
    padding: 18px
  }

  .topGuide__icon {
    left: 18px;
    top: 18px;
    width: 35px
  }

  .topGuide__txtGrp {
    display: block
  }

  .topGuide__jpn {
    font-size: 1.8rem;
    margin-bottom: 0.25em;
    line-height: 1.25
  }

  .topGuide__jpn span {
    display: inline-block
  }

  .topGuide__eng {
    font-size: 1rem
  }

  .topInfo {
    margin-top: 0
  }

  .topInfo__inner {
    padding: 35px 3.75%;
    display: block
  }

  .topBn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 35px
  }

  .topBn__item {
    width: 45.76%;
    margin: 0 2.12% 2.12%
  }

  .topicsNew {
    width: 100%;
    overflow: hidden
  }

  /*.topicsNew__ttlGrp {
    width: 95.95%;
    height: 153px;
    padding: 20px
  }

  .topicsNew__ttlGrp:after {
    left: 4.05%;
    top: 75px;
    width: calc(100% - 4.05%);
    height: 4px;
    background: url("../img/arw_topics.svg") center top/25px auto no-repeat
  }*/
	
.topicsNew__ttlGrp {
    width: 95.95%;
    height: 153px;
    padding: 20px;
	display: -webkit-flex;
	display: flex;
  }

  .topicsNew__ttlGrp:after {
    left: 4.05%;
    top: 75px;
    width: calc(100% - 4.05%);
    height: 4px;
    background: url("../img/arw_topics.svg") center top/25px auto no-repeat
  }

  .topicsNew__ttl {
    font-size: 2.7rem
  }

  .topicsNew__more {
    font-size: 1.05rem;
    margin-top: 20px
  }

  /*.topicsNew__list {
    margin: 75px 0 0 4.05%;
    padding: 20px
  }*/
.topicsNew__list {
    margin: 75px 0 0 4.05%;
    padding: 20px
  }

  .topicsNew__item a {
    padding: .35em 0
  }

  .topicsNew__postInfo {
    margin-bottom: .2em
  }

  .topicsNew__date {
    font-size: 1.13rem
  }

  .topicsNew__cat {
    font-size: 1rem
  }

  .topicsNew__postTtl {
    font-size: 1.35rem
  }

  .snIntro__inner {
    display: block;
    padding: 45px 7.5% 35px
  }

  .snIntro__ttlGrp {
    width: 100%
  }

  .snIntro__ttl {
    font-size: 4.32rem
  }

  .snIntro__jpn {
    font-size: 1.26rem
  }

  .snIntro__txtGrp {
    width: 100%;
    padding-top: 23px
  }

  .snIntro__txt {
    font-size: 1.35rem
  }

  .snExample:before {
    width: 85.94%
  }

  .snExample__inner {
    padding-top: 35px
  }

  .snExample__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px
  }

  .snExample__slider .swiper-slide {
    width: 260px
  }

  .snExample__slider .swiper-button-next,
  .snExample__slider .swiper-button-prev {
    top: 52px;
    width: 56px;
    height: 42px
  }

  .snExample__slider .swiper-button-prev {
    left: 0;
    margin-left: 0
  }

  .snExample__slider .swiper-button-next {
    left: auto;
    right: 0;
    margin-left: 0
  }

  .snExample__info {
    padding: 20px 25px 75px
  }

  .snExample__new {
    left: 20px;
    top: -33px;
    font-size: 1.2rem;
    width: 44px;
    height: 44px
  }

  .snExample__cat {
    font-size: 1.05rem
  }

  .snExample__postTtl {
    font-size: 1.6rem
  }

  .snExample__cli {
    font-size: 1.05rem
  }

  .snExample__more {
    bottom: 30px
  }

  .productsNew {
    padding-top: 45px
  }

  .productsNew:before {
    top: 80px;
    width: 85.94%;
    height: calc(100% - 80px)
  }

  .productsNew--sub:before {
    top: 45px;
    height: calc(100% - 45px)
  }

  .productsNew--sub .productsNew__ttlGrp {
    margin-bottom: 20px
  }

  .productsNew--sub .productsNew__jpn {
    font-size: 1.8rem;
    padding-top: 35px
  }

  .productsNew--guide:before {
    top: 45px;
    height: calc(100% - 45px)
  }

  .productsNew__ttlGrp {
    margin-bottom: 35px
  }

  .productsNew__ttl {
    font-size: 4.32rem
  }

  .productsNew__jpn {
    font-size: 1.26rem
  }

  .bannerNew__slider {
	  padding-top: 110px;
    margin-bottom: 10px;
  }

  .bannerNew__slider .swiper-slide {
    width: 220px;
  }

  .bannerNew__slider .swiper-button-next,
  .bannerNew__slider .swiper-button-prev {
    width: 56px;
    height: 42px;
    margin-top: 16px
  }

  .bannerNew__slider .swiper-button-prev {
    left: 0;
    margin-left: 0
  }

  .bannerNew__slider .swiper-button-next{
    left: auto;
    right: 0;
    margin-left: 0
  }
	
	
  .productsNew__slider,
  .productsNew__slider--guide {
    margin-bottom: 35px
  }
	
	.snExample{
		margin-bottom: 35px;
	}

  .productsNew__slider .swiper-slide,
  .productsNew__slider--guide .swiper-slide {
    width: 210px
  }

  .productsNew__slider .swiper-button-next,
  .productsNew__slider .swiper-button-prev,
  .productsNew__slider--guide .swiper-button-next,
  .productsNew__slider--guide .swiper-button-prev {
    width: 56px;
    height: 42px;
    margin-top: -36px
  }

  .productsNew__slider .swiper-button-prev,
  .productsNew__slider--guide .swiper-button-prev {
    left: 0;
    margin-left: 0
  }

  .productsNew__slider .swiper-button-next,
  .productsNew__slider--guide .swiper-button-next {
    left: auto;
    right: 0;
    margin-left: 0
  }

  .productsNew__itemWrap {
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .productsNew__item {
    width: 56%
  }

  .productsNew__name {
    font-size: 1.2rem
  }

  .productsNew__more {
    margin-bottom: 35px
  }

  .productsNew__imgItem {
    width: 25%
  }

  body.guide #pageTitle {
    background-image: url("../img/bg_pagetitle_guide_sp.jpg") !important
  }

  .guideLead {
    padding: 30px 7.5%
  }

  .guideLead__catch {
    font-size: 1.8rem
  }

  .guideLead__txt {
    font-size: 1.4rem
  }

  .guideNav {
    height: auto
  }

  .guideNav__item {
    height: 75px
  }

  .guideNav__item:nth-of-type(1),
  .guideNav__item:nth-of-type(2),
  .guideNav__item:nth-of-type(3),
  .guideNav__item:nth-of-type(4) {
    width: 50%
  }

  .guideNav__item:nth-of-type(5) {
    width: 100%
  }

  .guideNav__item a {
    padding: 10px
  }

  .guideNav__item:nth-of-type(1):before {
    right: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 1px
  }

  .guideNav__item:nth-of-type(1):after {
    right: 0;
    top: 10px;
    width: 1px;
    height: calc(100% - 10px)
  }

  .guideNav__item:nth-of-type(2):before {
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 1px
  }

  .guideNav__item:nth-of-type(3):before {
    right: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 1px
  }

  .guideNav__item:nth-of-type(3):after {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%
  }

  .guideNav__item:nth-of-type(4):before {
    left: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 1px
  }

  .guideNav__icon {
    left: 10px;
    top: 10px;
    width: 27px
  }

  .guideNav__txtGrp {
    display: block
  }

  .guideNav__jpn {
    font-size: 1.6rem;
    margin-bottom: 0.1em;
    line-height: 1
  }

  .guideNav__eng {
    display: none
  }

  .guideList {
    padding: 45px 7.5%
  }

  .guideList__intro {
    display: block;
    padding-bottom: 45px
  }

  .guideList__ttlGrp {
    width: 100%;
    margin-bottom: 1em
  }

  .guideList__ttl {
    font-size: 3.2rem;
    line-height: 1.3;
    margin-bottom: 0;
    padding-right: 0
  }

  .guideList__eng {
    font-size: 1.4rem
  }

  .guideList__txt {
    width: 100%;
    font-size: 1.4rem
  }

  .guideList__list {
    display: block
  }

  .guideList__item {
    width: 100%
  }

  .guideList__info {
    padding: 20px 25px 56px
  }

  .guideList__postTtl {
    font-size: 1.6rem
  }

  .guideList__cli {
    font-size: 1.05rem
  }

  .guideList__more {
    bottom: 23px
  }

  .guideTitle {
    padding: 45px 3.75%
  }

  .guideTitle__ttlGrp {
    padding: 45px
  }

  .guideTitle__ttl {
    font-size: 2.7rem
  }

  .guideTitle__type {
    margin-top: 23px;
    font-size: 1.4rem
  }

  .guideTitle__type:before {
    width: 75px;
    margin-left: -38px
  }

  .guideTitle__cat {
    margin-top: 23px;
    font-size: 1.6rem
  }

  .guideBody {
    padding: 0 7.5%
  }

  .guideBody__sec {
    margin-bottom: 30px
  }

  .guideBody__ttl {
    font-size: 2.1rem
  }

  .guideBody__ttl:before {
    width: 21px;
    height: 24px;
    margin-top: -12px
  }

  .guideBody__contents--twoClm {
    display: block
  }

  .guideBody__contents--twoClm .guideBody__contentsItem {
    width: 100%
  }

  .guideBody__contents--twoClm .guideBody__contentsItem:last-of-type {
    margin-top: 30px
  }

  .guideBody__list--type1 .guideBody__itemTtl {
    font-size: 1.6rem
  }

  .guideBody__list--type1 .guideBody__itemTxt {
    font-size: 1.4rem
  }

  .guideBody__productsWrap {
    padding: 30px
  }

  .guideBody__productsTtl {
    font-size: 1.58rem
  }

  .guideBody__productsName {
    font-size: 1.2rem
  }

  .guideCata {
    padding: 45px 3.75%
  }

  .guideCata__catch {
    font-size: 1.2rem
  }

  .guideCata__shindan a {
    padding-top: 42.53%;
    background: url("../img/bn_guide_shindan_sp.jpg") 0 0/100% auto no-repeat
  }

  body.brand #pageTitle {
    background-image: url("../img/bg_pagetitle_brand_sp.jpg") !important
  }

  .brandMsg1 {
    padding: 45px 0
  }

  .brandMsg1__sec {
    margin-bottom: 45px
  }

  .brandMsg1__ttl {
    width: 24.93%;
    height: 18px;
    margin-bottom: 23px
  }

  .brandMsg1__center {
    padding: 0 8%
  }

  .brandMsg1__visionCatch {
    padding-top: 20.69%;
    background: url("../img/brand/txt_vision_catch_sp.png") 0 0/100% auto no-repeat;
    margin-bottom: 30px
  }

  .brandMsg1__visionTabHeader {
    width: 21.59%;
    height: auto;
    padding-top: 1%;
    background-size: 80% auto;
    margin-right: 1.59%;
    margin-bottom: 18px
  }

  .brandMsg1__visionTabData {
    width: 76.82%;
    height: 0
  }

  .brandMsg1__visionTabData--1 {
    padding-top: 4.26%;
    background-image: url("../img/brand/txt_vision_tabData_1_sp.png")
  }

  .brandMsg1__visionTabData--2 {
    padding-top: 11.07%;
    background-image: url("../img/brand/txt_vision_tabData_2_sp.png")
  }

  .brandMsg1__visionTabData--3 {
    padding-top: 4.26%;
    background-image: url("../img/brand/txt_vision_tabData_3_sp.png")
  }

  .brandMsg2 {
    margin-bottom: 45px;
    overflow: hidden
  }

  .brandMsg2:before {
    width: 100%
  }

  .brandMsg2:after {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 162px;
    width: 106px;
    height: 647px;
    background: url("../img/brand/bg_mission_sp.png") left top/100% auto no-repeat
  }

  .brandMsg2__center {
    padding: 45px 0
  }

  .brandMsg2__center:before {
    display: none
  }

  .brandMsg2__ttl {
    width: 24.93%;
    height: 18px;
    margin-bottom: 30px
  }

  .brandMsg2__inner {
    margin-left: 10%;
    width: 90%
  }

  .brandMsg2__lg {
    width: 95.92%;
    padding-top: 8.45%
  }

  .brandMsg2__msg1 {
    width: 81.58%;
    padding-top: 115.82%;
    background: url("../img/brand/txt_msg_1_sp.png") 0 0/100% auto no-repeat;
    margin: 14.46% 0 14.46% 7.83%
  }

  .brandMsg2__msg2 {
    width: 81.58%;
    padding-top: 22.44%;
    background: url("../img/brand/txt_msg_2_sp.png") 0 0/100% auto no-repeat;
    margin: 0 0 14.46% 7.83%
  }

  .comBox {
    top: 68px;
    border-right: none
  }
.kvNew__img{
	width: 100%;
	margin: 15px auto 0;
}
}

@media only screen and (min-width: 769px) {
  .wrapper {
    min-width: 1200px
  }

  .spOnly {
    display: none
  }

  .header {
    min-width: 1200px
  }

  .gnav__item>span {
    -webkit-transition: .5s;
    transition: .5s
  }

  .gnav__item>span:hover {
    color: #da2228
  }

  .gnav__item--solutions.open .childGnav {
    height: 408px
  }

  .gnav__item--products.open .childGnav,
  .gnav__item--safety.open .childGnav,
  .gnav__item--about.open .childGnav {
    height: 304px
  }

  .childGnav {
    min-width: 1094px;
    background: #f1f6f7
  }

  .coverNew {
    min-width: 1200px
  }

  .navNew__lgGrp {
    display: none
  }

  .toggleNew {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }

  .toggleNew.show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .footer {
    margin-top: 172px
  }

  .fixedTouch {
    -webkit-transition: 0.5s;
    transition: 0.5s
  }

  .fixedTouch.isHide {
    -webkit-transform: translateY(102px);
    transform: translateY(102px)
  }

  .fixedTouch.isShrink {
    -webkit-transform: translateY(72px);
    transform: translateY(72px)
  }

  .fixedTouch.isShrink .fixedTouch__toggleDummy::after {
    background: url("../img/arw_up_wh.svg") 0 0/100% auto no-repeat
  }

  .fixedTouch__inner {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 15px 0
  }

  .fixedTouch__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
  }

  .fixedTouch__item::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 100%;
    border-bottom: 3px solid #da2228
  }

  .fixedTouch__item--dealer {
    margin-right: 10px
  }

  .fixedTouch__item--customer {
    margin-right: 10px
  }

  .fixedTouch__txt {
    letter-spacing: 0.15em
  }

  .fixedTouch__txt--last br {
    display: none
  }

  .guideNav__item:not(:last-of-type):after {
    right: 0;
    top: 20px;
    width: 1px;
    height: calc(100% - 40px)
  }
	.kvNew--temp {
		height: 1050px;
	}
.kvNew__img{
	margin: 15px auto 0;
}
.kvNew__img img{
	width: 480px;
	height: auto;
}
}

@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .childGnav__btn a {
    font-size: 1.6rem
  }

  .childGnav__subTtl {
    font-size: 1.4rem
  }

  .childGnav__subList {
    font-size: 1.1rem
  }

  .topGuide__ttl {
    font-size: 2.7rem
  }

  .topGuide__desc {
    font-size: 1.6rem
  }

  .topGuide__jpn {
    font-size: 2rem
  }

  .topGuide__eng {
    font-size: 1.1rem
  }

  .snExample__slider .swiper-button-prev {
    left: 0;
    margin-left: 0
  }

  .snExample__slider .swiper-button-next {
    left: auto;
    right: 0;
    margin-left: 0
  }

.bannerNew__slider .swiper-button-prev {
    left: 0;
    margin-left: 0
  }

  .bannerNew__slider .swiper-button-next {
    left: auto;
    right: 0;
    margin-left: 0
  }
	
  .productsNew__slider .swiper-button-prev,
  .productsNew__slider--guide .swiper-button-prev {
    left: 0;
    margin-left: 0
  }

  .productsNew__slider .swiper-button-next,
  .productsNew__slider--guide .swiper-button-next {
    left: auto;
    right: 0;
    margin-left: 0
  }

  .guideNav__jpn {
    font-size: 2rem
  }

  .guideNav__eng {
    font-size: 1.1rem
  }
	.touchHeader__item--products{
		width: 158px;
	}
	.touchHeader__item--dealer {
    	width: 128px;
	}
	.touchHeader__item--contact {
		width: 148px;
	}
}

.temp {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5rem;
    /* padding: 9rem 2rem; */
    padding: 6rem 22rem;
}
.temp__txt {
	width: 100%!important;
	/*max-width: 600px!important;*/
}
.temp__btn {
	display: flex;
	gap: 1.5rem;
}
@media only screen and (max-width: 768px) {
	.temp {
		padding: 4.5rem 2rem;
		gap: 3rem;
	}
	.temp__btn {
		flex-direction: column;
	}
}

/*===============================
 6/26追加
===============================*/

/*.topGuide__item--3 {
  width: 25%!important;
}

.topGuide__item--4 {
  width: 25%!important;
}
.topGuide__item--5 {
  width: 25%!important;
}
.topGuide__item--5 a:before {
  right: 1px;
  top: 0;
  height: calc(100% - 27px)
}

.topGuide__item--6 {
  width: 25%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}*/
.header__lg{
	margin-top: 14px;
}
.temp_sp{
	display: none;
}
.temp_pc{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.5rem;
	width: 825px;
    padding: 1rem 0;
}
.bannerNew__slider--position{
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
.kvNew__catch{
	width: 1180px!important;
}
	.kvNew__catch--vision{
		width: 1180px!important;
	}
	.kvNew__catch--pc{
		display: block;
	}
	.kvNew__catch--sp{
		display: none;
	}
}
@media only screen and (max-width: 768px) {
.header__lg{
	margin-top: 9px;
	}
	.kvNew__catch--pc{
		display: none;
	}
	.kvNew__catch--sp{
		display: block;
	}
.temp_sp{
		display: flex;
    	flex-direction: column;
    	align-items: center;
		padding: 0.5rem;
        gap: 3rem;
	}
	.temp_pc{
	display: none;
}
	.touchHeader__item--customer a div p span {
color: #333;
}
	.bannerNew__slider--position{
	bottom: 25px;
}
.touchHeader__item--products a div:before {
	position: static;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 60px;
  height: 100%;
  background: url("../img/icn_system.png") center center/27px auto no-repeat;
}
	.touchHeader__item--products a div:after {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
	left: auto;
	right: 2.5%;
	top: 50%;
  height: 100%;
  background: url("../img/icn_blank.svg") center center/16px auto no-repeat;
}
}