@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&family=Open+Sans:wght@400;700&family=Poppins:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap");
@font-face {
  src: url("/assets/fonts/mtcorsva.eot?") format("eot"), url("/assets/fonts/mtcorsva.woff2") format("woff2"), url("/assets/fonts/mtcorsva.woff") format("woff");
  font-family: "mtcorsva";
}
@font-face {
  src: url("//db.onlinewebfonts.com/t/820e1a4580f50618f3af9f2be389e4f3.eot");
  src: url("//db.onlinewebfonts.com/t/820e1a4580f50618f3af9f2be389e4f3.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/820e1a4580f50618f3af9f2be389e4f3.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/820e1a4580f50618f3af9f2be389e4f3.woff") format("woff"), url("//db.onlinewebfonts.com/t/820e1a4580f50618f3af9f2be389e4f3.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/820e1a4580f50618f3af9f2be389e4f3.svg#Rollerscript") format("svg");
  font-family: "Rollerscript";
}
.s-mtcorsva {
  font-family: "mtcorsva";
}

.s-rollerscript {
  font-family: "Rollerscript";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parallax {
  opacity: 0;
}

html,
body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-font-feature-settings: "palt" 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-feature-settings: "palt" 1;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

input::-ms-input-placeholder, input:-ms-input-placeholder, input::placeholder, textarea::-ms-input-placeholder, textarea:-ms-input-placeholder, textarea::placeholder {
  color: #999;
  opacity: 1;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

b, strong {
  font-weight: 700;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
  /* Fix of Webkit flickering */
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  -webkit-transition-property: -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  position: relative;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 27px 44px;
  cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto;
  left: 10px;
  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");
}

.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-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-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  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");
}

.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-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");
}

/* Pagination Styles */
.swiper-pagination {
  -webkit-transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 10;
  position: absolute;
  transform: translate3d(0, 0, 0);
  text-align: center;
  transition: 300ms;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  -webkit-box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
          box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  -webkit-transform: translate3d(0px, -50%, 0);
  top: 50%;
  right: 10px;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: 5px 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform: scale(0);
  -webkit-transform-origin: left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  background: #007aff;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.swiper-container-vertical > .swiper-pagination-progress {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  z-index: 1;
  backface-visibility: hidden;
  pointer-events: none;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  -webkit-backface-visibility: hidden;
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  -webkit-transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  visibility: visible;
  pointer-events: auto;
}

.swiper-container-cube .swiper-cube-shadow {
  -webkit-filter: blur(50px);
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: blur(50px);
  opacity: 0.6;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  -webkit-transition-property: opacity;
  pointer-events: none;
  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-zoom-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
     object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  -ms-touch-action: none;
  position: relative;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  bottom: 3px;
  left: 1%;
  width: 98%;
  height: 5px;
}

.swiper-container-vertical > .swiper-scrollbar {
  z-index: 50;
  position: absolute;
  top: 1%;
  right: 3px;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  -webkit-transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  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-repeat: no-repeat;
  background-size: 100%;
  content: "";
}

.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);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#stage {
  position: relative;
  width: 100vw;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

a,
.btn {
  color: #333;
  text-decoration: none;
}
a:before, a:after,
.btn:before,
.btn:after {
  -webkit-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  transition: all .25s ease-in;
  /* ie */
}

a[href^="tel:"]:hover {
  cursor: context-menu;
  opacity: 1;
}

.wow {
  visibility: hidden;
}

ol.number li {
  position: relative;
  padding-left: 2em;
}
ol.number li::before {
  position: absolute;
  left: 0;
}
ol.number li:nth-of-type(1)::before {
  content: "1.";
}
ol.number li:nth-of-type(2)::before {
  content: "2.";
}
ol.number li:nth-of-type(3)::before {
  content: "3.";
}
ol.number li:nth-of-type(4)::before {
  content: "4.";
}
ol.number li:nth-of-type(5)::before {
  content: "5.";
}
ol.number li:nth-of-type(6)::before {
  content: "6.";
}
ol.number li:nth-of-type(7)::before {
  content: "7.";
}
ol.number li:nth-of-type(8)::before {
  content: "8.";
}
ol.number li:nth-of-type(9)::before {
  content: "9.";
}
ol.number li:nth-of-type(10)::before {
  content: "10.";
}
ol.number li:nth-of-type(11)::before {
  content: "11.";
}
ol.number li:nth-of-type(12)::before {
  content: "12.";
}
ol.number li:nth-of-type(13)::before {
  content: "13.";
}
ol.number li:nth-of-type(14)::before {
  content: "14.";
}
ol.number li:nth-of-type(15)::before {
  content: "15.";
}
ol.number li:nth-of-type(16)::before {
  content: "16.";
}
ol.number li:nth-of-type(17)::before {
  content: "17.";
}
ol.number li:nth-of-type(18)::before {
  content: "18.";
}
ol.number li:nth-of-type(19)::before {
  content: "19.";
}
ol.number li:nth-of-type(20)::before {
  content: "20.";
}
ol.number.num16 li:nth-of-type(1)::before {
  content: "16.";
}
ol.number.num16 li:nth-of-type(2)::before {
  content: "17.";
}
ol.number.num16 li:nth-of-type(3)::before {
  content: "18.";
}
ol.number.num16 li:nth-of-type(4)::before {
  content: "19.";
}
ol.number.num16 li:nth-of-type(5)::before {
  content: "20.";
}
ol.number.num16 li:nth-of-type(6)::before {
  content: "21.";
}
ol.number.num16 li:nth-of-type(7)::before {
  content: "22.";
}
ol.number.num16 li:nth-of-type(8)::before {
  content: "23.";
}
ol.number.num16 li:nth-of-type(9)::before {
  content: "24.";
}
ol.number.num16 li:nth-of-type(10)::before {
  content: "25.";
}
ol.number.num16 li:nth-of-type(11)::before {
  content: "26.";
}
ol.number.num16 li:nth-of-type(12)::before {
  content: "27.";
}
ol.number.num16 li:nth-of-type(13)::before {
  content: "28.";
}
ol.number.num16 li:nth-of-type(14)::before {
  content: "29.";
}
ol.number.num16 li:nth-of-type(15)::before {
  content: "30.";
}
ol.number.num16 li:nth-of-type(16)::before {
  content: "31.";
}
ol.number.num16 li:nth-of-type(17)::before {
  content: "32.";
}
ol.number.num16 li:nth-of-type(18)::before {
  content: "33.";
}
ol.number.num16 li:nth-of-type(19)::before {
  content: "34.";
}
ol.number.num16 li:nth-of-type(20)::before {
  content: "35.";
}
ol.number.num16 li:nth-of-type(21)::before {
  content: "36.";
}
ol.number.num16 li:nth-of-type(22)::before {
  content: "37.";
}
ol.number.num16 li:nth-of-type(23)::before {
  content: "38.";
}
ol.number.num16 li:nth-of-type(24)::before {
  content: "39.";
}
ol.number.num16 li:nth-of-type(25)::before {
  content: "40.";
}

p {
  margin-bottom: 1.7em;
}

.header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
          align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
}
.header .logo {
  width: 103px;
  height: 60px;
}
.header .logo a {
  display: block;
}
.header .toshopbtn {
  width: 140px;
  margin-left: auto;
}
.header .toshopbtn a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 40px;
  border-radius: 5px;
  background-color: #63b41a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.header .toshopbtn img {
  width: 34px;
}
.header .spbtn {
  width: 55px;
  margin-left: 10px;
}

.nav {
  -webkit-transition: all .25s ease-in;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  transition: all .25s ease-in;
}
.nav--wrapper {
  -webkit-transform: translateX(100%);
  -webkit-transition: all .25s ease-in;
  position: relative;
  width: 80vw;
  height: 100%;
  margin-left: auto;
          transform: translateX(100%);
  background: #007f41;
  pointer-events: auto;
  transition: all .25s ease-in;
}
.nav.is-open {
  background: rgba(32, 32, 33, 0.9);
}
.nav.is-open .nav--wrapper {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav .spbtn {
  width: 55px;
  margin-left: auto;
}
.nav li a {
  display: block;
  position: relative;
  padding: 11px 19px 10px;
  border-bottom: 1px solid #118c50;
  color: #fff;
  font-weight: 700;
}
.nav li a::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 7px;
          transform: translateY(-50%);
  background: url(../img/arrow_down.svg) 0 0/cover no-repeat;
  content: '';
}
.nav--toshopbtn {
  width: 86.83%;
  margin: 0 auto;
  padding: 31px 0;
}
.nav--toshopbtn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  padding: 9px 0 11px;
  border-radius: 3px;
  background: #63b41a;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.nav--toshopbtn a img {
  width: 57px;
  margin-right: 12px;
}

.txtleft {
  text-align: left;
}
.footer .logo-footer {
  padding: 28px 0;
}
.footer-map {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.footer-map li {
  width: 50%;
}
.footer-map li a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #cecece;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.footer-map li a img {
  width: 17px;
  margin-right: 5px;
}
.footer .copyright {
  padding: 10px 0 15px;
  background: #007f41;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@-webkit-keyframes arrowMov {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes arrowMov {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes headerfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    height: 219px;
    opacity: 1;
  }
}
@keyframes headerfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    height: 219px;
    opacity: 1;
  }
}
@-webkit-keyframes headerfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@keyframes headerfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}
@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes SlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes SlideOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes SlideOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scrollslider {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scrollslider {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes fadeInUpHalf {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUpHalf {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpHalf {
  -webkit-animation-name: fadeInUpHalf;
  animation-name: fadeInUpHalf;
}
.mv__img {
  background: #aed26a;
}
.mv__data {
  padding: 25px 4% 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fdfff8), to(#fbfee8));
  background: linear-gradient(90deg, #fdfff8, #fbfee8);
  text-align: center;
}
.mv__title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}
.mv__title span {
  margin-right: 7px;
  padding: 3px 10px;
  background: #007f41;
  color: #fff;
  font-size: 15px;
}
.mv__lbl {
  margin-bottom: 5px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.3;
}
.mv__txt {
  font-size: 18px;
}
.mv__txt .lightgreen {
  color: #63b41a;
  font-size: 23px;
}
.mv__txt .green {
  color: #007f41;
}
.mv__txt .i-undeline {
  position: relative;
  font-size: 27px;
}
.mv__txt .i-undeline::before {
  display: block;
  position: absolute;
  right: -10px;
  bottom: -.5em;
  left: -10px;
  height: 1.7em;
  background: url("../img/dec_mv_underline_sp.png") left bottom/contain no-repeat;
  content: '';
}
.mv__txt .i-undeline span {
  position: relative;
}

.sections {
  position: relative;
  padding-top: 44px;
  padding-bottom: 50px;
}
.sections.grade {
  background: -webkit-gradient(linear, left top, right top, from(#fdfeed), to(#fefffe));
  background: linear-gradient(90deg, #fdfeed, #fefffe);
}
.sections::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
}
.sections.features::before {
  -webkit-transform: translateY(-50%);
  padding-bottom: 19.73%;
          transform: translateY(-50%);
  background: url("../img/img_illu01_sp.png") 0 0/100% auto no-repeat;
}
.sections.examples::before {
  -webkit-transform: translateY(-70%);
  padding-bottom: 12.8%;
          transform: translateY(-70%);
  background: url("../img/img_illu02_sp.png") 0 0/100% auto no-repeat;
}
.sections.variations::before {
  -webkit-transform: translateY(-50%);
  padding-bottom: 16.13%;
          transform: translateY(-50%);
  background: url("../img/img_illu03_sp.png") 0 0/100% auto no-repeat;
}

.features__lbl {
  margin-bottom: 7px;
}
.features__point {
  position: relative;
  margin: 0 4%;
  padding: 3px;
  background: linear-gradient(135deg, #f2faee, #f2fad8);
}
.features__point + .features__point {
  margin-top: 50px;
}
.features__point::before {
  position: absolute;
  top: -8px;
  left: 20px;
  width: 33px;
  height: 28px;
  background: 0 0 / contain no-repeat;
  content: '';
}
.features__point.point01::before {
  background-image: url("../img/no01.png");
}
.features__point.point02::before {
  background-image: url("../img/no02.png");
}
.features__point.point03::before {
  background-image: url("../img/no03.png");
}
.features__point.point04::before {
  background-image: url("../img/no04.png");
}
.features__point__lbl {
  margin-bottom: 10px;
  line-height: 1.74;
}
.features__point__lbl .small {
  font-size: 13px;
  font-weight: 400;
}
.features__wrapper {
  padding: 35px 5.15% 30px;
  background-color: #fff;
}
.features__point__lbl {
  color: #007f41;
  font-size: 23px;
  font-weight: 700;
}
.features__point__lbl--check {
  position: relative;
  margin-bottom: 28px;
  padding: 7px 10px;
  border: 2px dashed #007f41;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.58;
  text-align: center;
}
.features__point__lbl--check.is-dec {
  background: url("../img/img_check_dec_sp.png") center/100% auto no-repeat;
}
.features__point__lbl--check.is-balloon::before, .features__point__lbl--check.is-balloon-pc::before {
  -webkit-transform: translate(-50%, 50%) rotate(45deg) skew(calc((90deg - 100deg) / 2), calc((90deg - 100deg) / 2));
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 12px;
  height: 12px;
          transform: translate(-50%, 50%) rotate(45deg) skew(calc((90deg - 100deg) / 2), calc((90deg - 100deg) / 2));
  border-right: 2px dashed #007f41;
  border-bottom: 2px dashed #007f41;
  background: #fff;
  content: '';
}
.features__point__lbl--check.is-balloon-pc::before {
  display: none;
}
.features__point__lbl--check::after {
  display: block;
  position: absolute;
  top: -25px;
  right: 2px;
  width: 58px;
  height: 32px;
  background: url("../img/img_check_sp.png") 0 0/contain no-repeat;
  content: '';
}
.features__point__lbl--check .green {
  color: #007f41;
}
.features__point .column {
  position: relative;
  margin-bottom: 25px;
}
.features__point .column .txt {
  width: 72.13%;
  font-size: 13px;
  line-height: 2;
}
.features__point .column .img {
  position: absolute;
  top: 0;
  right: -13px;
  width: 27.7%;
}
.features__point .scene {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}
.features__point .scene--item {
  width: 45.9%;
  margin-bottom: 23px;
}
.features__point .scene--item img {
  margin-bottom: 10px;
}
.features__point .scene--item figcaption {
  color: #007f41;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.77;
  text-align: center;
  white-space: nowrap;
}
.features__point__lead {
  margin-bottom: 25px;
  color: #007f41;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.features__point__lead div {
  display: block;
  background-image: radial-gradient(circle farthest-side, rgba(0, 127, 65, 0.6), rgba(0, 127, 65, 0.6) 50%, transparent 50%, transparent);
  background-size: 6px 3px;
}
.features__point__lead div.top {
  background-position: top left;
  background-repeat: repeat-x;
}
.features__point__lead div.bottom {
  background-position: left bottom;
  background-repeat: repeat-x;
}
.features__point__lead div.left {
  background-size: 0;
}
.features__point__lead div.right {
  padding: 11px 0;
  background-size: 0;
}
.features__point__cases__item {
  position: relative;
}
.features__point__cases__item.standard {
  margin-bottom: 22px;
}
.features__point__cases__item.standard img {
  -webkit-box-shadow: 0 0 18px rgba(180, 220, 141, 0.36);
  margin-bottom: 15px;
          box-shadow: 0 0 18px rgba(180, 220, 141, 0.36);
}
.features__point__cases__item.ccp {
  margin-bottom: 40px;
}
.features__point__cases .ccp__base {
  -webkit-box-shadow: 0 0 18px rgba(180, 220, 141, 0.36);
          box-shadow: 0 0 18px rgba(180, 220, 141, 0.36);
}
.features__point__cases .ccp__balloon {
  position: relative;
  width: 85.41%;
  margin-top: -33px;
}
.features__point .toryo__img {
  margin-bottom: 20px;
}
.features__point .b-txt {
  font-size: 13px;
  line-height: 2;
}
.features__point .b-txt .note {
  margin-top: 5px;
  margin-left: 1em;
  color: #949494;
  font-size: 12px;
  line-height: 2;
  text-indent: -1em;
}
.features__point .point03__img {
  margin-bottom: 15px;
}
.features__point.point03 .b-txt {
  font-size: 13px;
}
.features__point .point04-01__img {
  -webkit-box-shadow: 0 0 18px rgba(180, 220, 141, 0.36);
  margin-bottom: 30px;
          box-shadow: 0 0 18px rgba(180, 220, 141, 0.36);
}
.features__point .checklist {
  margin-bottom: 30px;
}
.features__point .checklist li {
  position: relative;
  padding: 13px 0 13px 33px;
  border: 1px dashed #007f41;
  background: url("../img/icon_check_sp.png") 10px center/13px 13px no-repeat;
  font-weight: 700;
  line-height: 1.3;
}
.features__point .checklist li .green {
  color: #007f41;
}
.features__point .checklist li::after {
  display: block;
  position: absolute;
  top: -10px;
  left: -8px;
  width: 44px;
  height: 20px;
  background: url("../img/img_check_sp.png") 0 0/contain no-repeat;
  content: '';
}
.features__point .checklist li + li {
  margin-top: 25px;
}
.features__point.point04 .features__wrapper {
  overflow: hidden;
}
.features__point.point04 .b-txt {
  margin-top: 25px;
}

.examples {
  background: -webkit-gradient(linear, left top, right top, from(#fdfeed), to(#f5faf4));
  background: linear-gradient(90deg, #fdfeed, #f5faf4);
}
.examples .before-after {
  position: relative;
  width: 92%;
  margin: 0 auto 15px;
}
.examples .before-after:after {
  display: block;
  position: absolute;
  top: 31.5%;
  right: 4.93%;
  width: 44px;
  padding-bottom: 33.91%;
  background: url("../img/arrow_ba_sp.png") 0 0/100% auto no-repeat;
  content: '';
}
.examples .before,
.examples .after {
  -webkit-box-shadow: 0 0 9px 1px rgba(180, 220, 141, 0.36);
  position: relative;
          box-shadow: 0 0 9px 1px rgba(180, 220, 141, 0.36);
}
.examples .before {
  position: relative;
  width: 84.06%;
  margin-bottom: 20px;
}
.examples .after {
  position: relative;
}
.examples .is-before::after,
.examples .is-after::after {
  position: absolute;
  top: 7px;
  left: -7px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}
.examples .is-before::before,
.examples .is-after::before {
  display: block;
  position: absolute;
  top: 35px;
  left: -7px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  content: '';
}
.examples .is-before::after {
  background-color: #a97c43;
  font-size: 10px;
  content: 'Before';
}
.examples .is-before::before {
  top: 30px;
  border-top: 5px solid #91662f;
  border-right: 3px solid #91662f;
  border-width: 5px 3px;
}
.examples .is-after::after {
  background-color: #007f41;
  content: 'After';
}
.examples .is-after::before {
  border-top-color: #00713a;
  border-right-color: #00713a;
}
.examples .beforeafternote {
  width: 92%;
  margin: 0 auto 5px;
  font-size: 13px;
  line-height: 2;
}
.examples .beforeafternote.note {
  margin-bottom: 15px;
  color: #949494;
  font-size: 12px;
  text-align: right;
}
.examples .table {
  width: 92%;
  margin: 0 auto;
}
.examples .table.sp {
  margin-bottom: 38px;
}
.examples .table table {
  width: 100%;
}
.examples .table tr {
  background-image: radial-gradient(circle farthest-side, rgba(0, 127, 65, 0.6), rgba(0, 127, 65, 0.6) 50%, transparent 50%, transparent);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 4px 4px;
}
.examples .table th, .examples .table td {
  padding: 10px;
  font-size: 13px;
  vertical-align: top;
}
.examples .table th {
  width: 26%;
  font-weight: 700;
}
.examples .table td {
  width: 74%;
}
.examples .optimal {
  width: 92%;
  margin: 0 auto;
}
.examples .optimal__lbl {
  position: relative;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.67;
}
.examples .optimal__lbl span {
  display: block;
  background-image: radial-gradient(circle farthest-side, rgba(0, 127, 65, 0.6), rgba(0, 127, 65, 0.6) 50%, transparent 50%, transparent);
  background-size: 6px 6px;
}
.examples .optimal__lbl span.top {
  background-position: top;
  background-repeat: repeat-x;
}
.examples .optimal__lbl span.bottom {
  padding: 7px 0;
  background-position: bottom;
  background-repeat: repeat-x;
}
.examples .optimal__lbl span.left {
  background-position: top left;
  background-repeat: repeat-y;
}
.examples .optimal__lbl span.right {
  padding: 18px 20px;
  background-position: top right;
  background-repeat: repeat-y;
}
.examples .optimal__lbl .green {
  color: #007f41;
  font-size: 23px;
}
.examples .optimal__ba {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.examples .optimal__ba::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: -11px;
  left: 50%;
  width: 77px;
  height: 31px;
          transform: translateX(-50%);
  background: url("../img/arrow_optimal_sp.png") 0 0/100% auto no-repeat;
  content: '';
}
.examples .optimal__ba > * {
  -webkit-box-shadow: 0 0 9px 1px rgba(180, 220, 141, 0.36);
  position: relative;
  width: 48.12%;
          box-shadow: 0 0 9px 1px rgba(180, 220, 141, 0.36);
}
.examples .optimal__ba--after {
  margin-left: auto;
}
.variations__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
}
.variations__item {
  width: 49.28%;
  margin-bottom: 20px;
}
.variations__item .colorframe {
  -webkit-box-shadow: 0 0 0 1px #cecece;
  margin-bottom: 5px;
  border: 1px solid #fff;
          box-shadow: 0 0 0 1px #cecece;
}
.variations__item figcaption {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.variations .note {
  width: 92%;
  margin: 0 auto;
}
.variations .note--list li {
  margin-left: 1.3em;
  color: #949494;
  font-size: 12px;
  text-indent: -1.3em;
}

.sample {
  position: relative;
  padding: 0 4% 14.67%;
}
.sample--wrapper {
  position: relative;
  padding: 3px;
  background: linear-gradient(135deg, #f2faee, #f2fad8);
}
.sample--stage {
  padding: 27px 17px;
  background: #fff;
}
.sample--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.sample--img {
  width: 26.89%;
}
.sample--txt {
  /* width: 67.54%; */
  width: 68.54%;
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.58;
}
.sample .green {
  color: #007f41;
}
.sample .underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #fffbc9));
  background-image: linear-gradient(transparent 60%, #fffbc9 0);
}
.sample a {
  display: block;
  position: relative;
  border-radius: 3px;
  background: #007f41;
  color: #fff;
  /* font-size: 18px; */
  font-size: 15px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
}
.sample a::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 13px;
  height: 30px;
          transform: translateY(-50%);
  background: url("../img/arrow_right.svg") center/100% auto no-repeat;
  color: #fff;
  font-size: 18px;
  content: '';
}
.sample .decoration {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.shopbtn {
  padding: 40px 15px;
  background: url("../img/bg_bottom_shop_sp.png") 0 0/auto 100% repeat-x;
}
.shopbtn a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  padding: 15px 22px 15px 11px;
  border-radius: 5px;
  background: #63b41a;
}
.shopbtn a::after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  width: 20px;
  height: 30px;
          transform: translateY(-50%);
  background: url("../img/arrow_right.svg") center/100% auto no-repeat;
  color: #fff;
  font-size: 18px;
  content: '';
}
.shopbtn__img {
  width: 25%;
}
.shopbtn__txt {
  width: 72.07%;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
.shopbtn__txt span {
  font-size: 18px;
}
.shopbtn__txt .yellow {
  color: #ffe091;
}

.consultation {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
}
.consultation__header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 55%;
  margin-left: auto;
  padding: 14px 0;
  border-radius: 5px 0 0 0;
  background-color: #000000;
}
.consultation__icon {
  width: 27px;
  margin-right: 14px;
}
.consultation__lbl {
  color: #fff;
}
.consultation__contents {
  display: none;
  position: relative;
  padding: 20px 0;
  background-color: #F1F1F1;
}
.consultation__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
}
.consultation__close a {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  background-color: #C2C2C2;
  color: #fff;
  line-height: 26px;
  text-align: center;
}
.consultation__tit {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.consultation__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}
.consultation .link__btn a {
  display: block;
  padding: 10px 7px 10px 17px;
  border-radius: 5px;
  color: #fff;
}
.consultation .link__btn a img {
  width: 8px;
  margin-left: 12px;
}
.consultation .link__btn a.trader {
  background-color: #63B41A;
}
.consultation .link__btn a.owner {
  margin-left: 5px;
  background-color: #007F41;
}
@media (min-width: 768px) {
  html,
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    font-size: 16px;
    line-height: 2;
  }
  #stage {
    width: auto;
    min-width: 1200px;
  }
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
  a,
  .btn {
    -webkit-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    transition: all .25s ease-in;
    /* ie */
  }
  a img,
  .btn img {
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  a:hover,
  .btn:hover {
    cursor: pointer;
    opacity: .7;
  }
  a.notrans img,
  .btn.notrans img {
    -webkit-transition: none;
    transition: none;
  }
  button {
    cursor: pointer;
  }
  .header {
    min-width: 1200px;
    height: 120px;
    border-bottom: 1px solid #ededed;
  }
  .header .logo {
    width: 167px;
    height: auto;
    margin-left: 90px;
  }
  .header .toshopbtn {
    display: none;
  }
  .header .spbtn {
    display: none;
  }
  .nav {
    right: 0;
    left: auto;
    width: calc(100% - 257px);
    height: auto;
    margin-left: auto;
    pointer-events: auto;
  }
  .nav .spbtn {
    display: none;
  }
  .nav--wrapper {
    -webkit-transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 943px;
            transform: none;
    background: none;
  }
  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    margin-left: auto;
  }
  .nav li:nth-of-type(1) {
    width: 96px;
  }
  .nav li:nth-of-type(2) {
    width: 137px;
  }
  .nav li:nth-of-type(3) {
    width: 127px;
  }
  .nav li:nth-of-type(4) {
    width: 214px;
  }
  .nav li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    height: 100%;
    overflow: hidden;
    border: none;
    color: #222;
  }
  .nav li a::after {
    -webkit-transform: none;
    top: auto;
    right: 29px;
    bottom: -3px;
    left: 29px;
    width: auto;
    height: 3px;
            transform: none;
    background: none;
    background: #63b41a;
    content: '';
  }
  .nav li a:hover, .nav li a.is-current {
    color: #63b41a;
  }
  .nav li a:hover::after, .nav li a.is-current::after {
    bottom: 0;
  }
  .nav--toshopbtn {
    width: 230px;
    margin: 0;
    margin-right: 100px;
  }
  body #stage {
    min-width: 1200px;
    padding-top: 120px;
  }
  .footer--wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .footer .logo-footer {
    width: 148px;
    padding: 34px 0 38px;
  }
  .footer-map {
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
        flex-wrap: nowrap;
            align-items: center;
    width: 953px;
  }
  .footer-map li a {
    border: none;
    border-left: 1px solid #cecece;
    font-size: 16px;
    line-height: 44px;
  }
  .footer-map li a img {
    width: 22px;
  }
  .footer-map li a:hover {
    color: #007f41;
    opacity: 1;
  }
  .footer-map li:last-of-type a {
    border-right: 1px solid #cecece;
  }
  .footer .copyright {
    padding: 20px 0 25px;
  }
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 440px;
    max-height: 658px;
  }
  .mv__img {
    width: 50%;
    text-align: right;
  }
  .mv__img img {
    -o-object-fit: cover;
    -o-object-position: right top;
    width: 100%;
    max-width: 1011px;
    height: 100%;
    margin-left: auto;
       object-fit: cover;
       object-position: right top;
    font-family: "object-fit: cover; object-position: right top;";
  }
  .mv__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-flow: column;
            justify-content: center;
    width: 50%;
    padding: 0 0 0 72px;
    text-align: left;
  }
  .mv__title {
    font-size: 20px;
  }
  .mv__title span {
    font-size: 17px;
  }
  .mv__lbl {
    font-size: 43px;
  }
  .mv__txt {
    font-size: 20px;
  }
  .mv__txt .lightgreen {
    font-size: 25px;
  }
  .mv__txt .i-undeline {
    margin-right: 5px;
    font-size: 33px;
  }
  .sections.features::before {
    content: none;
  }
  .sections.features {
    padding-top: 107px;
    padding-bottom: 100px;
    background: url("../img/bg_point.png") center 77px no-repeat;
  }
  .sections.examples::before {
    -webkit-transform: none;
    position: absolute;
    top: -70px;
    left: 50%;
    width: 264px;
    height: 95px;
    margin-left: 500px;
            transform: none;
    background-image: url("../img/img_examples_illu01.png");
  }
  .sections.variations::before {
    -webkit-transform: none;
    position: absolute;
    top: -100px;
    left: 50%;
    width: 513px;
    height: 206px;
    margin-left: 450px;
            transform: none;
    background-image: url("../img/img_illu_variations.png");
  }
  .features__lbl {
    position: relative;
    margin-bottom: 39px;
    text-align: center;
  }
  .features__lbl::before {
    display: block;
    position: absolute;
    top: 47px;
    left: 50%;
    width: 349px;
    height: 165px;
    margin-left: -708px;
    background: url("../img/dec_point.png");
    content: '';
  }
  .features__point {
    width: 1200px;
    margin: 0 auto;
    padding: 5px;
  }
  .features__point::before {
    top: -14px;
    left: 49px;
    width: 51px;
    height: 43px;
  }
  .features__point__lbl {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 1.4;
  }
  .features__point__lbl .small {
    font-size: 18px;
  }
  .features__wrapper {
    padding: 45px 46px 50px;
  }
  .features .point02 .features__wrapper,
  .features .point03 .features__wrapper {
    padding-top: 35px;
  }
  .features__point__lbl--check {
    margin-bottom: 50px;
    padding: 10px;
    font-size: 24px;
  }
  .features__point__lbl--check.is-dec {
    background-image: url("../img/img_check_dec.png");
    background-size: 605px auto;
  }
  .features__point__lbl--check.is-balloon::before, .features__point__lbl--check.is-balloon-pc::before {
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    width: 20px;
    height: 20px;
            transform: translate(-50%, 50%) rotate(45deg);
  }
  .features__point__lbl--check.is-balloon-pc::before {
    display: block;
  }
  .features__point__lbl--check::after {
    top: -36px;
    right: 10px;
    width: 116px;
    height: 64px;
  }
  .features__point__lbl--check.point02 {
    padding-left: 272px;
    text-align: left;
  }
  .features__point .column {
    position: static;
  }
  .features__point .column .txt {
    width: 100%;
    font-size: 18px;
  }
  .features__point .column .img {
    top: -18px;
    right: 48px;
    width: 193px;
  }
  .features__point .scene--item {
    position: relative;
    width: 241px;
    margin-bottom: 45px;
    text-align: center;
  }
  .features__point .scene--item:not(:nth-of-type(4n+1)) {
    margin-left: 44px;
  }
  .features__point .scene--item img {
    margin-bottom: 0;
  }
  .features__point .scene--item figcaption {
    position: absolute;
    top: 116px;
    width: 100%;
    font-size: 18px;
    line-height: 1.44;
  }
  .features__point__lead {
    position: absolute;
    top: 50px;
    right: 54px;
    width: 286px;
    font-size: 20px;
    line-height: 1.67;
  }
  .features__point__lead div {
    background: none;
  }
  .features__point__lead div.right {
    padding: 5px 0;
    border: 4px dotted rgba(0, 127, 65, 0.6);
  }
  .features__point__cases {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .features__point__cases__item.standard {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 457px;
  }
  .features__point__cases__item.ccp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    position: relative;
            order: 1;
    width: 591px;
  }
  .features__point__cases .ccp__balloon {
    z-index: 2;
    position: absolute;
    margin-top: -93px;
    margin-left: -59px;
  }
  .features__point .toryo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .features__point .toryo__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 629px;
  }
  .features__point .toryo__data {
    width: 424px;
    padding-top: 80px;
  }
  .features__point .b-txt {
    font-size: 18px;
    line-height: 2;
  }
  .features__point .b-txt .note {
    font-size: 14px;
  }
  .features__point .point03__img {
    position: absolute;
    top: 64px;
    right: 54px;
  }
  .features__point.point03 .features__wrapper {
    min-height: 358px;
  }
  .features__point.point03 .features__point__lbl {
    margin-bottom: 25px;
  }
  .features__point.point03 .b-txt {
    width: 595px;
    font-size: 18px;
  }
  .features__point .point04-01__img {
    width: 375px;
    float: left;
  }
  .features__point .checklist li {
    padding-left: 48px;
    background-position: 18px center;
    background-size: 19px 19px;
    font-size: 18px;
  }
  .features__point .checklist li::after {
    top: -23px;
    left: -10px;
    width: 70px;
    height: 31px;
  }
  .features__point .point04-02__img {
    width: 667px;
  }
  .features__point .right-column {
    float: right;
  }
  .features__point.point04 .b-txt {
    width: 375px;
    margin-top: 0;
    float: left;
  }
  .examples {
    padding-top: 76px;
    padding-bottom: 100px;
    background-image: url("../img/bg_examples.png"), -webkit-gradient(linear, left top, right top, from(#fdfeed), to(#f5faf4));
    background-image: url("../img/bg_examples.png"), linear-gradient(90deg, #fdfeed, #f5faf4);
    background-repeat: no-repeat;
  }
  .examples__lbl {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
  }
  .examples__lbl::before {
    display: block;
    position: absolute;
    left: 50%;
    width: 547px;
    height: 208px;
    margin-left: -708px;
    background: url("../img/dec_examples.png");
    content: '';
  }
  .examples__lbl picture {
    z-index: 2;
    position: relative;
  }
  .examples .before-after {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-box-align: start;
        -ms-flex-align: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: space-between;
    width: 1100px;
    margin-bottom: 35px;
  }
  .examples .before-after .left-column {
    width: 418px;
  }
  .examples .before-after .right-column {
    width: 610px;
  }
  .examples .before-after .right-column .beforeafternote {
    width: 100%;
  }
  .examples .before-after:after {
    top: 285px;
    left: 357px;
    width: 127px;
    height: 97px;
    background-image: url("../img/arrow_ba.png");
  }
  .examples .before,
  .examples .after {
    -webkit-box-shadow: 0 0 18px 1px rgba(180, 220, 141, 0.36);
            box-shadow: 0 0 18px 1px rgba(180, 220, 141, 0.36);
  }
  .examples .before {
    width: auto;
  }
  .examples .after {
    margin-bottom: 20px;
  }
  .examples .is-before::after {
    top: 11px;
    font-size: 18px;
  }
  .examples .is-before::before {
    top: 44px;
  }
  .examples .is-after::after {
    left: -10px;
    padding: 5px 20px;
    font-size: 26px;
  }
  .examples .is-after::before {
    top: 50px;
    left: -10px;
    border-width: 5px;
  }
  .examples .beforeafternote {
    width: 100%;
    font-size: 18px;
    line-height: 2;
  }
  .examples .beforeafternote.note {
    font-size: 14px;
  }
  .examples .table {
    width: 100%;
  }
  .examples .table th, .examples .table td {
    padding: 13px 0 10px;
    font-size: 16px;
  }
  .examples .optimal {
    -webkit-box-align: start;
        -ms-flex-align: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
            justify-content: space-between;
    width: 1100px;
  }
  .examples .optimal__lbl {
    width: 410px;
    font-size: 18px;
    line-height: 2;
  }
  .examples .optimal__lbl span {
    background: none;
  }
  .examples .optimal__lbl span.right {
    padding: 20px 40px;
    border: 4px dotted rgba(0, 127, 65, 0.6);
  }
  .examples .optimal__lbl .green {
    font-size: 30px;
    line-height: 2;
  }
  .examples .optimal__ba {
    width: 630px;
  }
  .examples .optimal__ba::after {
    bottom: -20px;
    width: 143px;
    height: 59px;
  }
  .examples .optimal__ba > * {
    width: 300px;
  }
  .variations {
    padding-top: 77px;
  }
  .variations__lbl {
    position: relative;
    margin-bottom: 47px;
    text-align: center;
  }
  .variations__lbl::before {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    width: 299px;
    height: 127px;
    margin-left: -693px;
    background: url("../img/dec_variations.png");
    content: '';
  }
  .variations__list {
    width: 1100px;
  }
  .variations__item {
    width: 340px;
    margin-bottom: 30px;
  }
  .variations__item:not(:nth-of-type(3n+1)) {
    margin-left: 40px;
  }
  .variations__item .colorframe {
    padding: 4px;
  }
  .variations__item figcaption {
    font-size: 16px;
  }
  .variations .note {
    width: 1100px;
  }
  .variations .note--list li {
    font-size: 14px;
  }
  .sample {
    padding: 0 0 100px;
  }
  .sample--wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 5px;
  }
  .sample--stage {
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
    padding: 15px 45px 12px;
  }
  .sample--column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .sample--img {
    width: 137px;
    margin-right: 16px;
  }
  .sample--txt {
    width: 513px;
    font-size: 24px;
  }
  .sample a {
    width: 440px;
    font-size: 22px;
    line-height: 66px;
  }
  .sample a i.fa {
    right: 21px;
  }
  .sample .decoration {
    left: 50%;
    width: 587px;
    margin-left: 365px;
  }
  .shopbtn {
    padding: 107px 0 61px;
    background: url("../img/bg_bottom_shop.png") 0 0/auto 100% repeat-x;
  }
  .shopbtn a {
    position: relative;
    width: 911px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 260px;
  }
  .shopbtn__img {
    position: absolute;
    top: -58px;
    left: 57px;
    width: 187px;
  }
  .shopbtn__txt {
    width: auto;
    margin: 0;
    font-size: 36px;
    line-height: 1.3;
  }
  .shopbtn__txt span {
    font-size: 20px;
    line-height: 1;
  }
  .consultation {
    -webkit-transform: translateX(276px);
    -webkit-transition: all .25s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 555px;
    bottom: auto;
    width: auto;
            transform: translateX(276px);
    transition: all .25s ease-in;
  }
  .consultation.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .consultation__header {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: all .25s ease-in;
            align-items: center;
    width: 53px;
    border-radius: 5px 0 0 5px;
    transition: all .25s ease-in;
            writing-mode: vertical-rl;
  }
  .consultation__header:hover {
    background-color: #333;
    cursor: pointer;
  }
  .consultation__icon {
    margin-right: 0;
    margin-bottom: 7px;
  }
  .consultation__contents {
    display: block;
    width: 276px;
  }
  .consultation__wrapper {
    display: block;
    width: 233px;
    margin: 0 auto;
  }
  .consultation .link__btn a {
    position: relative;
    padding-right: 17px;
    padding-left: 0;
    text-align: center;
  }
  .consultation .link__btn a:hover {
    opacity: 1;
  }
  .consultation .link__btn a img {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
            transform: translateY(-50%);
  }
  .consultation .link__btn a.trader:hover {
    background-color: #76C72D;
  }
  .consultation .link__btn a.owner {
    margin-top: 18px;
    margin-left: 0;
  }
  .consultation .link__btn a.owner:hover {
    background-color: #0B8E4E;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
  body #stage {
    padding-top: 60px;
  }
  .footer-map li:nth-of-type(even) a {
    border-left: 1px solid #cecece;
  }
  .features__point .scene--item:nth-of-type(even) {
    margin-left: 8.2%;
  }
  .features__point .scene--item:last-of-type {
    margin-bottom: 0;
  }
  .variations__item:nth-of-type(even) {
    margin-left: 1.44%;
  }
}
@media (min-width: 1400px) {
  .mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 510px;
    max-height: 658px;
  }
  .mv__title {
    font-size: 28px;
  }
  .mv__title span {
    font-size: 24px;
  }
  .mv__lbl {
    font-size: 60px;
  }
  .mv__txt {
    font-size: 28px;
  }
  .mv__txt .lightgreen {
    font-size: 35px;
  }
  .mv__txt .i-undeline {
    font-size: 46px;
  }
}

#beforeafter {
  width: 1200px;
  margin: 64px auto 0;
}

#beforeafter .tit_green {
  color: #008842;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
}

#beforeafter .tit_green + .img {
  width: 1145px;
  margin: 27px auto 0;
  position: relative;
  left: -5px;
}

#beforeafter .box_color {
  width: 1200px;
  margin: 80px auto 0;
  position: relative;
  background: url(../img/bg_green.gif) left -5px top 10px #edf4f8;
}

#beforeafter .box_color .inbox {
  padding: 50px 0 60px;
}

#beforeafter .box_color .img {
  width: 1132px;
  margin: 32px auto 0;
  position: relative;
  left: 1px;
}

#beforeafter .box_color::before,
#beforeafter .box_color::after,
#beforeafter .box_color .inbox::before,
#beforeafter .box_color .inbox::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 25px;
  position: absolute;
}

#beforeafter .box_color::before {
  left: 25px;
  top: 25px;
}

#beforeafter .box_color::after {
  right: 25px;
  top: 25px;
}

#beforeafter .box_color .inbox::before {
  left: 25px;
  bottom: 25px;
}

#beforeafter .box_color .inbox::after {
  right: 25px;
  bottom: 25px;
}


@media (max-width: 767px) {

  #beforeafter {
    width: 100%;
    margin: 14vw auto 5vw;
  }

  #beforeafter .tit_green {
    font-size: 20px;
    line-height: 1.6;
  }

  #beforeafter .tit_green + .img {
    width: 92%;
    margin: 2vw auto 0;
    left: 0;
  }

  #beforeafter .box_color {
    width: 100%;
    margin: 11vw auto 0;
  }
  #beforeafter .box_color .inbox {
    padding: 9vw 0 10vw;
  }

  #beforeafter .box_color .img {
    width: 92%;
    margin: 3vw auto 0;
  }
  #beforeafter .box_color::before, #beforeafter
  .box_color::after,
  #beforeafter .box_color .inbox::before,
  #beforeafter .box_color .inbox::after {
    width: 5vw;
    height: 5vw;
  }
  #beforeafter .box_color::before {
    left: 4%;
    top: 6vw;
  }
  #beforeafter .box_color::after {
    right: 4%;
    top: 6vw;
  }
  #beforeafter .box_color .inbox::before {
    left: 4%;
    bottom: 4vw;
  }
  #beforeafter .box_color .inbox::after {
    right: 4%;
    bottom: 4vw;
  }
}
