/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@media (min-width: 481px) {
  .sp-none {
    display: flex !important;
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .sp-none {
    display: none !important;
  }
  .pc-none {
    display: flex !important;
  }
}
@media (min-width: 481px) {
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
    height: 196px !important;
  }
}
.p-top-bgLineBox {
  position: relative;
  overflow: hidden;
  background: #fff;
  z-index: 2;
}
.p-top-bgLineBox .p-top-bgLineBox__child {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__grandson {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__1 {
  width: 1280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__2 {
  width: 1120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__3 {
  width: 1060px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__4 {
  width: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__5 {
  width: 240px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: #f0f0f0 1px solid;
  border-left: #f0f0f0 1px solid;
}
.p-top-bgLineBox .p-top-bgLineBox__child .p-top-bgLineBox__6 {
  width: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: #f0f0f0 1px solid;
  border-right: #f0f0f0 1px solid;
}
.p-top-bgLineBox .about {
  margin-top: 70px;
  position: relative;
  z-index: 9999;
}
.p-top-bgLineBox .about .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .p-top-bgLineBox .about .inner {
    max-width: 90%;
  }
  .p-top-bgLineBox .about .inner .about-contents {
    flex-direction: column;
  }
  .line-up-title .sub-title {
    width: 50%;
  }
}
.p-top-bgLineBox .about .inner .about-contents {
  display: flex;
  justify-content: space-around;
}
.p-top-bgLineBox .about .inner .about-contents .about-left .about-left-title {
  display: flex;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-left
  .about-left-title
  h2 {
  font-size: 30px;
  margin-top: 20px;
  border-top: 3px solid;
  padding-top: 5px;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-left
  .about-left-title
  .sub-title {
  border-left: 0.5px solid;
  padding-left: 6px;
  height: 38px;
  margin-left: 10px;
  margin-top: 24px;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-left
  .about-left-title
  .sub-title
  p {
  font-size: 14px;
  margin: 0;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-left
  .about-left-title
  .sub-title
  p:last-child {
  margin-top: 0 !important;
}
.p-top-bgLineBox .about .inner .about-contents .about-right .about-right-title {
  display: flex;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-right
  .about-right-title
  h2 {
  font-size: 30px;
  margin-top: 20px;
  border-top: 3px solid;
  padding-top: 5px;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-right
  .about-right-title
  .sub-title {
  border-left: 0.5px solid;
  padding-left: 6px;
  height: 38px;
  margin-left: 10px;
  margin-top: 24px;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-right
  .about-right-title
  .sub-title
  p {
  font-size: 14px;
  margin: 0;
}
.p-top-bgLineBox
  .about
  .inner
  .about-contents
  .about-right
  .about-right-title
  .sub-title
  p:last-child {
  margin-top: 0 !important;
}
.p-top-bgLineBox .line-up-title {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  margin-top: 140px;
}
.p-top-bgLineBox .line-up-title h2 {
  font-size: 30px;
  margin-top: 20px;
  border-top: 3px solid;
  padding-top: 5px;
}
.p-top-bgLineBox .line-up-title .sub-title {
  border-left: 0.5px solid;
  padding-left: 6px;
  height: 38px;
  margin-left: 10px;
  margin-top: 24px;
}
.p-top-bgLineBox .line-up-title .sub-title p {
  font-size: 14px;
  margin: 0;
}
.p-top-bgLineBox .line-up-title .sub-title p:last-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__1 {
    width: 1040px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__1 {
    width: 888px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__1 {
    width: auto;
    margin: 0 4% 0;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__2 {
    width: 922px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__2 {
    width: 767px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__2 {
    width: auto;
    margin: 0 calc((100% - 3%) * 0.1 + 3%) 0;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__3 {
    width: 858px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__3 {
    width: 732px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__3 {
    width: calc((100% - 8%) * 0.67);
  }
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__4 {
    width: 224px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__4 {
    width: 189px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__4 {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__5 {
    width: 162px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__5 {
    width: 149px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__5 {
    display: none;
  }
}
@media screen and (max-width: 1350px) {
  .p-top-bgLineBox__6 {
    width: 40px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-bgLineBox__6 {
    width: 30px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-bgLineBox__6 {
    display: none;
  }
}
.p-top-contents__body {
  position: relative;
  width: 1280px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 150px;
}
.p-top-contents__body:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1350px) {
  .p-top-contents__body {
    width: 1040px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-contents__body {
    width: 888px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-contents__body {
    width: auto;
    margin: 0 4% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
  }
}
.p-top-section {
  position: relative;
  width: 600px;
  height: 480px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
@media screen and (max-width: 1350px) {
  .p-top-section {
    width: 500px;
    height: 400px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section {
    width: 429px;
    height: 343px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section {
    width: 100%;
    height: 0;
    padding-top: 80%;
  }
}
.p-top-section > i {
  display: block;
  position: absolute;
  width: 3000px;
  height: 1px;
  background: #f0f0f0;
}
.p-top-section > s {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  z-index: 1;
}
.p-top-section > s:before,
.p-top-section > s:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #878787;
}
.p-top-section > s:before {
  width: 5px;
  height: 1px;
}
.p-top-section > s:after {
  width: 1px;
  height: 5px;
}
.p-top-section:nth-of-type(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1060px) {
  .p-top-section:nth-of-type(n + 2) {
    margin-top: 171.42857px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}
.p-top-section:nth-of-type(2n) s:nth-of-type(1) {
  left: -3px;
  top: -2px;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(2) {
  right: -2px;
  top: -2px;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(3) {
  right: -2px;
  bottom: -3px;
}
.p-top-section:nth-of-type(2n) s:nth-of-type(4) {
  left: -3px;
  bottom: -3px;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2n) s:nth-of-type(1) {
    left: -2px;
  }
  .p-top-section:nth-of-type(2n) s:nth-of-type(3) {
    bottom: -2px;
  }
  .p-top-section:nth-of-type(2n) s:nth-of-type(4) {
    left: -2px;
    bottom: -2px;
  }
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(1) {
  left: -2px;
  top: -2px;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(2) {
  right: -3px;
  top: -2px;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(3) {
  right: -3px;
  bottom: -2px;
}
.p-top-section:nth-of-type(2n-1) s:nth-of-type(4) {
  left: -2px;
  bottom: -2px;
}
.cutom_link {
  margin-top: 45px;
  background: #c0bc90;
  height: 74px;
  color: #535353;
  position: relative;
}
.two {
  background: #d0bebe;
}
.three {
  background: #98adc1;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2n-1) s:nth-of-type(2) {
    right: -2px;
  }
  .p-top-section:nth-of-type(2n-1) s:nth-of-type(3) {
    right: -2px;
  }
}
.p-top-section:nth-of-type(1) .p-top-section__car {
  margin-top: -10px;
}
.p-top-section:nth-of-type(1) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg8.jpg);
}
.p-top-section:nth-of-type(1) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(1) i:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(1) i:nth-of-type(2) {
    right: -1000px;
  }
}
.p-top-section:nth-of-type(2) .p-top-section__car {
  margin-top: -10px;
}
.p-top-section:nth-of-type(2) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg7.jpg);
}
.p-top-section:nth-of-type(2) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(2) i:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(2) i:nth-of-type(2) {
    right: -1000px;
  }
}
.p-top-section:nth-of-type(3) .p-top-section__car {
  margin-top: -15px;
}
.p-top-section:nth-of-type(3) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg6.jpg);
}
.p-top-section:nth-of-type(3) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(3) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(3) i:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(3) i:nth-of-type(2) {
    display: block;
    right: -1000px;
    bottom: 0;
  }
}
.p-top-section:nth-of-type(4) .p-top-section__car {
  margin-top: -15px;
  margin-left: 26px;
}
.p-top-section:nth-of-type(4) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg5.jpg);
}
.p-top-section:nth-of-type(4) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(4) i:nth-of-type(2) {
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(4) i:nth-of-type(2) {
    right: -1000px;
  }
}
.p-top-section:nth-of-type(5) .p-top-section__car {
  margin-top: -15px;
}
.p-top-section:nth-of-type(5) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg4.jpg);
}
.p-top-section:nth-of-type(5) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(5) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(5) i:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(5) i:nth-of-type(2) {
    display: block;
    right: -1000px;
    bottom: 0;
  }
}
.p-top-section:nth-of-type(6) .p-top-section__car {
  margin-top: -10px;
}
.p-top-section:nth-of-type(6) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg3.jpg);
}
.p-top-section:nth-of-type(6) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(6) i:nth-of-type(2) {
  left: -1000px;
  bottom: 0;
}
.p-top-section:nth-of-type(7) .p-top-section__car {
  margin-top: -52px;
}
.p-top-section:nth-of-type(7) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg2.jpg);
}
.p-top-section:nth-of-type(7) i:nth-of-type(1) {
  left: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(7) i:nth-of-type(1) {
    left: -1000px;
  }
}
.p-top-section:nth-of-type(7) i:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-top-section:nth-of-type(7) i:nth-of-type(2) {
    display: block;
    right: -1000px;
    bottom: 0;
  }
}
.p-top-section:nth-of-type(8) .p-top-section__car {
  margin-top: -20px;
}
.p-top-section:nth-of-type(8) .p-top-section__bgInner3 {
  background-image: url(../img/top/contents/bg1.jpg);
}
.p-top-section:nth-of-type(8) i:nth-of-type(1) {
  left: -1000px;
  top: 0;
}
.p-top-section:nth-of-type(8) i:nth-of-type(2) {
  left: -1000px;
  bottom: 0;
}
.p-top-section__bg {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 380px;
  height: 100%;
}
@media screen and (max-width: 1350px) {
  .p-top-section__bg {
    width: 317px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__bg {
    width: 271px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__bg {
    width: 67%;
  }
}
.p-top-section__bgInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 1s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 1s cubic-bezier(1, 0, 0, 1);
  transition: width 1s cubic-bezier(1, 0, 0, 1);
  overflow: hidden;
}
.p-top-section.is-show .p-top-section__bgInner {
  width: 100%;
}
.p-top-section__bgInner2 {
  width: 380px;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1350px) {
  .p-top-section__bgInner2 {
    width: 317px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__bgInner2 {
    width: 271px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__bgInner2 {
    width: calc((100vw - 8vw) * 500 / 750);
  }
}
.p-top-section__bgInner3 {
  width: 100%;
  height: 0;
  padding-top: 160%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-top-section__inner {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 920px) {
  .p-top-section__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__inner {
    padding-top: 25px;
  }
}
.p-top-section__label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 80px;
  line-height: 22px;
  font-size: 1rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 1350px) {
  .p-top-section__label {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__label {
    width: 70px;
    height: 16px;
    font-size: 0.7rem;
    line-height: 16px;
    margin: 0 0 0 9.5%;
  }
}
.p-top-section__labelInner {
  width: 0;
  height: 100%;
  overflow: hidden;
  background: #ff0000;
  -webkit-transition: width 0.7s cubic-bezier(1, 0, 0, 1);
  -o-transition: width 0.7s cubic-bezier(1, 0, 0, 1);
  transition: width 0.7s cubic-bezier(1, 0, 0, 1);
}
.p-top-section.is-show .p-top-section__labelInner {
  width: 100%;
}
.p-top-section__labelInner span {
  padding: 0 0 0 12px;
  display: inline-block;
}
.p-top-section__num {
  position: relative;
  margin: 0 0 0 80px;
  padding: 0 0 0;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-section__num:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s width 0.6s;
  -o-transition: 0.5s width 0.6s;
  transition: 0.5s width 0.6s;
}
.p-top-section.is-show .p-top-section__num:after {
  width: 10px;
}
@media screen and (max-width: 1350px) {
  .p-top-section__num {
    margin: 0 0 0 60px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__num {
    font-size: 1.3rem;
    margin: 0 0 0 9.5%;
  }
}
.p-top-section__numInner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 1;
  margin: 0 0 10px;
}
.p-top-section__numInner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 140%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-140%, 0, 0);
  transform: translate3d(-140%, 0, 0);
  -webkit-transition: 1.4s -webkit-transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: 1.4s -webkit-transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: 1.4s transform cubic-bezier(0.66, 0.45, 0.14, 0.79),
    1.4s -webkit-transform cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__numInner span {
  visibility: hidden;
  -webkit-transition: 0s visibility 0.6s;
  -o-transition: 0s visibility 0.6s;
  transition: 0s visibility 0.6s;
}
.p-top-section.is-show .p-top-section__numInner:after {
  -webkit-transform: translate3d(140%, 0, 0);
  transform: translate3d(140%, 0, 0);
}
.p-top-section.is-show .p-top-section__numInner span {
  visibility: visible;
}
.p-top-section__car {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.3s 0.6s,
    -webkit-transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s,
    -webkit-transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.3s 0.6s,
    transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s,
    transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s,
    transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-section__car img {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-top-section__inner:hover .p-top-section__car img {
  -webkit-transform: scale(1.03) translate3d(0, 0, 0);
  transform: scale(1.03) translate3d(0, 0, 0);
}
.p-top-section.is-show .p-top-section__car {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1350px) {
  .p-top-section__car {
    text-align: center;
  }
  .p-top-section__car img {
    width: 460px;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__car img {
    width: 380px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__car img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__car img {
    width: 81%;
  }
}
.p-top-section__name {
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 550px) {
  .p-top-section__name {
    margin: 0 0 0;
  }
}
.p-top-section__nameUpper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1;
}
.p-top-section__nameUpper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: -webkit-transform 1.2s 0.4s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 1.2s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__nameUpper span {
  visibility: hidden;
  -webkit-transition: visibility 0s 0.9s;
  -o-transition: visibility 0s 0.9s;
  transition: visibility 0s 0.9s;
}
.p-top-section.is-show .p-top-section__nameUpper:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__nameUpper span {
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .p-top-section__nameUpper {
    font-size: 30px;
    margin: 0 0 0px;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__nameUpper {
    font-size: 1.8rem;
  }
}
.p-top-section__nameUnder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1;
}
.p-top-section__nameUnder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: -webkit-transform 1.5s 0.4s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 1.5s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__nameUnder span {
  visibility: hidden;
  -webkit-transition: visibility 0s 1s;
  -o-transition: visibility 0s 1s;
  transition: visibility 0s 1s;
}
.p-top-section.is-show .p-top-section__nameUnder:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__nameUnder span {
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .p-top-section__nameUnder {
    font-size: 1.4rem;
  }
}
.p-top-section__price {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.p-top-section__price:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  height: 100%;
  background: #000;
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  -webkit-transition: -webkit-transform 1.6s 0.4s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 1.6s 0.4s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
.p-top-section__price span {
  visibility: hidden;
  -webkit-transition: visibility 0s 1s;
  -o-transition: visibility 0s 1s;
  transition: visibility 0s 1s;
}
.p-top-section.is-show .p-top-section__price:after {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.p-top-section.is-show .p-top-section__price span {
  visibility: visible;
}
@media screen and (max-width: 1350px) {
  .p-top-section__price {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__price {
    font-size: 1.1rem;
  }
}
.p-top-section__btn {
  display: block;
  position: absolute;
  right: 80px;
  bottom: 22px;
  width: 200px;
  height: 45px;
  line-height: 40px;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}
.p-top-section__btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  -webkit-transition: -webkit-transform 0.3s 0.7s
    cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: -webkit-transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -o-transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  transition: transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79),
    -webkit-transform 0.3s 0.7s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.p-top-section__btn span:first-child {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: all 0.3s 0.7s ease-out;
  -o-transition: all 0.3s 0.7s ease-out;
  transition: all 0.3s 0.7s ease-out;
}
.p-top-section__btn span:last-child {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 12px;
  margin: auto;
}
.p-top-section__btn span:last-child b {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url(../img/common/arrow2.svg) 0 0/100% auto no-repeat;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s 0.7s ease-out;
  transition: -webkit-transform 0.3s 0.7s ease-out;
  -o-transition: transform 0.3s 0.7s ease-out;
  transition: transform 0.3s 0.7s ease-out;
  transition: transform 0.3s 0.7s ease-out, -webkit-transform 0.3s 0.7s ease-out;
}
.is-hover .p-top-section__btn:before {
  -webkit-animation: hoverLink 0.5s ease-in-out;
  animation: hoverLink 0.5s ease-in-out;
}
.is-hover .p-top-section__btn span:last-child b {
  -webkit-animation: hoverLink 0.5s ease-in-out;
  animation: hoverLink 0.5s ease-in-out;
}
.p-top-section.is-show .p-top-section__btn:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.p-top-section.is-show .p-top-section__btn span:first-child {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.p-top-section.is-show .p-top-section__btn span:last-child b {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 1350px) {
  .p-top-section__btn {
    right: 60px;
    bottom: 18px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1060px) {
  .p-top-section__btn {
    width: 150px;
  }
}
@media screen and (max-width: 920px) {
  .p-top-section__btn {
    right: 14.5%;
    width: 130px;
  }
}
@media screen and (max-width: 550px) {
  .p-top-section__btn {
    bottom: 14px;
    width: 100px;
    font-size: 1.2rem;
  }
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0.6;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}
.ps__thumb-y {
  background-color: #444;
  border-radius: 6px;
  -o-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #444;
  width: 11px;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.swiper-container {
  margin: 0 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;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  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;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -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;
  -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-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 {
  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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  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(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.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(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.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(0px, -50%, 0);
  transform: translate3d(0px, -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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
.loader {
  z-index: 20;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 10px;
  border-top: 0.4em solid rgba(0, 0, 0, 0.1);
  border-right: 0.4em solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.4em solid #000000;
  border-left: 0.4em solid #000000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 0.8s infinite linear;
  animation: load8 0.8s infinite linear;
}
.loaderUnder {
  z-index: 19;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.p-sideNav {
  width: 220px;
  height: calc(100vh - 40px);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 20px;
  bottom: 0;
  border-right: 1px solid #fff;
  z-index: 5;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
body.is-zoomModal .p-sideNav {
  opacity: 0 !important;
  visibility: hidden !important;
}
.p-sideNav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.p-sideNav:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.p-sideNav.is-sub:before,
.p-sideNav.is-sub:after {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .p-sideNav {
    display: block;
    width: calc(100% - 20px);
    height: auto;
    left: 10px;
    top: 70px;
    bottom: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: none;
  }
  .p-sideNav.is-sub:after {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .p-sideNav {
    top: 60px;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-sideNav {
    top: 25px;
    width: 100px;
  }
}
.p-sideNav__inner {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media screen and (max-width: 920px) {
  .p-sideNav__inner {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.p-sideNav__title {
  margin-bottom: 23px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-height: 600px) {
  .p-sideNav__title {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 920px) {
  .p-sideNav__title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 15px;
    text-align: left;
  }
}
.p-sideNav__subTitle {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.p-sideNav__subTitle--hide {
  height: auto;
  line-height: 1;
  font-size: 2rem;
  background: none;
  border-top: 0;
  padding-right: 15px;
  padding-bottom: 20px;
}
@media screen and (max-width: 920px) {
  .p-sideNav__subTitle {
    font-size: 0.9rem;
    height: 26px;
    line-height: 26px;
    text-align: left;
    padding-left: 15px;
  }
  .p-sideNav__subTitle--hide {
    line-height: 1;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-sideNav__subTitle {
    display: none;
  }
}
.p-sideNav__listWrap {
  position: relative;
  height: 350px;
}
.p-sideNav__listWrap:after {
  content: "";
  position: absolute;
  top: -490px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 260px;
  height: 1px;
  background: #fff;
}
.p-sideNav__listWrap:before {
  content: "";
  position: absolute;
  top: -568px;
  bottom: 0;
  margin: auto;
  display: block;
  width: 260px;
  height: 1px;
  background: #fff;
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-sideNav__listWrap {
    display: none;
  }
}
.p-sideNav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px;
  padding-right: 0 !important;
}
@media screen and (max-width: 920px) {
  .p-sideNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
  }
}
.p-sideNav__listChild {
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 921px) and (max-height: 750px) {
  .p-sideNav__listChild {
    height: 55px;
  }
}
@media screen and (max-width: 920px) {
  .p-sideNav__listChild {
    width: 50%;
    height: 40px;
  }
  .p-sideNav__listChild:nth-of-type(2n-1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .p-sideNav__listChild--wide {
    width: 100%;
  }
  .p-sideNav__listChild--wide br {
    display: none;
  }
}
.p-sideNav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.p-sideNav__icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 110%;
  width: 77px;
  height: 100%;
  margin-right: 5px;
}
@media screen and (max-width: 920px) {
  .p-sideNav__icon {
    width: 50px;
    margin-right: 2px;
  }
}
.p-sideNav__text {
  position: relative;
}
.p-sideNav__text span {
  display: block;
}
.p-sideNav__text span:nth-of-type(1) {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 1.1;
}
.p-sideNav__text span:nth-of-type(2) {
  font-family: "NotoBlack", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
}
@media screen and (max-width: 920px) {
  .p-sideNav__text span:nth-of-type(1) {
    font-size: 1.1rem;
  }
  .p-sideNav__text span:nth-of-type(2) {
    font-size: 0.8rem;
  }
}
.p-sideNav__textInner.rect-hoverFront {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-sideNav__textInner.rect-hoverBack {
  opacity: 0.4;
}
.p-sideNav__scrollBtn {
  position: relative;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.p-sideNav__scrollBtn span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 12px;
  height: 7px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.p-sideNav__scrollBtn:not(.is-show) {
  display: none;
}
.p-sideNav__scrollBtn:hover span {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.p-sideNav__scrollBtn.is-slide:hover span {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
@media screen and (max-width: 920px) {
  .p-sideNav__scrollBtn {
    display: none !important;
  }
}
.p-sideNav__back a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}
.p-sideNav__back span {
  background: url("https://www.flexnet.co.jp/renoca/simulator/assets/img/common/arrow5.svg")
    20px center no-repeat;
  padding-left: 40px;
  display: block;
}
.p-sideNav__back .rect-hoverFront {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-sideNav__back .rect-hoverBack {
  opacity: 0.4;
}
@media screen and (max-width: 920px) {
  .p-sideNav__back {
    position: relative;
  }
  .p-sideNav__back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
  }
  .p-sideNav__back a {
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 1.1rem;
    background-position: 16px center;
  }
  .p-sideNav__back span {
    padding-left: 34px;
  }
}
.p-sideNav__slideWrap {
  width: 200%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-sideNav.is-sub .p-sideNav__slideWrap {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
@media screen and (max-width: 920px) {
  .p-sideNav__slideWrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-sideNav__slide {
  width: 100%;
}
.p-sideNav__slide:nth-of-type(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-sideNav__slide:nth-of-type(2) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-sideNav__slide:nth-of-type(2) {
    display: none;
  }
}
.p-sideNav__subList {
  display: none;
}
.p-sideNav__subList.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-sideNav__subList--option.is-show {
  display: block;
}
@media screen and (max-width: 920px) {
  .p-sideNav__subList--option.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-sideNav__subListChild {
  position: relative;
  cursor: pointer;
  height: 57px;
  width: 33%;
}
.p-sideNav__subListChild img {
  width: 100%;
  max-height: 55px;
  border: 1px solid #fff;
}
.p-sideNav__subListChild.is-hide {
  display: none;
}
.p-sideNav__subListChild:after {
  content: "";
  display: block;
  width: 100%;
  height: 98%;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #000;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s, visibility 0.1s;
  -o-transition: opacity 0.1s, visibility 0.1s;
  transition: opacity 0.1s, visibility 0.1s;
}
.p-sideNav__subListChild--option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 10px;
  height: 66px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.p-sideNav__subListChild--option div:nth-of-type(1) {
  margin-right: 10px;
}
.p-sideNav__subListChild--option div:nth-of-type(2) {
  font-size: 1.3rem;
  position: relative;
}
.p-sideNav__subListChild--option div .rect-hoverFront {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-sideNav__subListChild--option div .rect-hoverBack {
  opacity: 0.4;
}
@media screen and (min-width: 921px) and (max-height: 650px) {
  .p-sideNav__subListChild--option {
    height: 55px;
  }
  .p-sideNav__subListChild--option div img {
    width: 85%;
  }
}
.p-sideNav__subListChild.is-set {
  opacity: 1;
}
.p-sideNav__subListChild.is-set:after {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .p-sideNav__subListChild {
    width: calc(100% / 14);
  }
  .p-sideNav__subListChild:after {
    border: 2px solid #000;
    height: 100%;
  }
  .p-sideNav__subListChild--option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50% !important;
    height: 42px;
  }
  .p-sideNav__subListChild--option div:first-child {
    width: 30px;
  }
  .p-sideNav__subListChild--option div:last-child {
    font-size: 1.1rem;
  }
  .p-sideNav__subListChild--option:nth-of-type(2n-1) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 600px) {
  .p-sideNav__subListChild {
    width: calc(100% / 10);
  }
}
@media screen and (max-width: 400px) {
  .p-sideNav__subListChild {
    width: calc(100% / 8);
  }
}
.p-detail-induction {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 40px;
  z-index: 10;
  width: 166px;
  height: 35px;
  margin: auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
body.is-zoomModal .p-detail-induction {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media screen and (max-width: 920px) {
  .p-detail-induction {
    width: 100px;
    top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .p-detail-induction {
    width: 55px;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-induction {
    display: none;
  }
}
.p-detail-induction__text {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
}
.p-detail-induction__text .rect-hoverFront {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-detail-induction__text .rect-hoverBack {
  display: inline-block;
  opacity: 0.4;
}
.p-detail-induction__text i {
  font-style: normal;
}
.p-detail-induction__text .is-big {
  display: block;
}
.p-detail-induction__text .is-small {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-detail-induction__text {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 360px) {
  .p-detail-induction__text .is-big {
    display: none;
  }
  .p-detail-induction__text .is-small {
    display: block;
  }
}
.p-detail-induction__textInner {
  position: relative;
}
.p-detail-induction__bar {
  position: relative;
  width: 45px;
  height: 1px;
  overflow: hidden;
}
.p-detail-induction__bar:after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: #000;
}
.p-detail-induction:hover .p-detail-induction__bar:after {
  -webkit-animation: scBtnAnime2 0.4s;
  animation: scBtnAnime2 0.4s;
}
@media screen and (max-width: 920px) {
  .p-detail-induction__bar {
    width: 20px;
  }
}
.p-detail-title {
  width: 25%;
  height: 85px;
  position: fixed;
  right: -20px;
  top: 88px;
  font-family: "Montserrat", sans-serif;
  z-index: 99;
}
.p-detail-title--fix {
  display: block;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
body.is-zoomModal .p-detail-title--fix {
  opacity: 0 !important;
  visibility: hidden !important;
}
@media screen and (min-width: 921px) and (max-height: 580px) {
  .p-detail-title--fix {
    bottom: 45px;
  }
}
.p-detail-title--last {
  width: 8em;
  right: 22%;
  bottom: 22%;
  top: 12%;
  height: 120px;
  opacity: 0;
}
@media screen and (max-width: 920px) {
  .p-detail-title--fix {
    display: none !important;
  }
  .p-detail-title--last {
    display: block;
    width: auto;
    height: auto;
    position: static;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.p-detail-title__num {
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 10px;
  margin: 0 0 5px;
}
.p-detail-title__num:after {
  display: block;
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-detail-title__num {
    font-size: 1.1rem;
  }
  .p-detail-title__num:after {
    width: 8px;
  }
}
.p-detail-title--last .p-detail-title__num {
  margin: 0 0 20px;
  padding: 0 0 3px;
  font-size: 2rem;
}
@media screen and (max-width: 920px) {
  .p-detail-title--last .p-detail-title__num {
    margin: 0 0 12px;
    padding: 0 0 2px;
    font-size: 1.3rem;
    width: 70px;
  }
}
.p-detail-title__ttl span {
  display: block;
}
.p-detail-title__ttl span:nth-of-type(1) {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.p-detail-title__ttl span:nth-of-type(2) {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 920px) {
  .p-detail-title__ttl span:nth-of-type(1) {
    font-size: 2.5rem;
  }
  .p-detail-title__ttl span:nth-of-type(2) {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 350px) {
  .p-detail-title__ttl span:nth-of-type(1) {
    font-size: 2.1rem;
  }
  .p-detail-title__ttl span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.p-detail-title--last .p-detail-title__ttl span:nth-of-type(1) {
  font-size: 2.6rem;
  line-height: 1;
}
.p-detail-title--last .p-detail-title__ttl span:nth-of-type(2) {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 920px) {
  .p-detail-title--last .p-detail-title__ttl span:nth-of-type(1) {
    font-size: 2.6rem;
    line-height: 1;
  }
  .p-detail-title--last .p-detail-title__ttl span:nth-of-type(2) {
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 360px) {
  .p-detail-title--last .p-detail-title__ttl span:nth-of-type(1) {
    font-size: 2rem;
  }
  .p-detail-title--last .p-detail-title__ttl span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.p-detail-indicator {
  width: 100px;
  height: 86px;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: 20% 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-detail-indicator--fix {
  position: fixed;
  z-index: 5;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
body.is-zoomModal .p-detail-indicator--fix {
  opacity: 0 !important;
  visibility: hidden !important;
}
.p-detail-indicator--last {
  position: absolute;
  display: none;
}
.p-detail-indicator:before {
  content: "";
  position: absolute;
  right: 49px;
  top: 100%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 100em;
  background: #fff;
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-indicator {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-indicator {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    right: 0;
    left: 0;
    top: auto;
    bottom: 55px;
    width: 140px;
    height: 20px;
  }
  .p-detail-indicator:before {
    left: 0px;
    right: 0;
    top: inherit;
    bottom: 9px;
    width: calc(100% - 10px);
    height: 1px;
  }
  .p-detail-indicator--fix {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
  .p-detail-indicator--last {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: auto;
    margin-bottom: 25px;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
  }
  body.is-current-3 .p-detail-indicator--fix {
    opacity: 0;
    visibility: hidden;
  }
  body.is-current-3 .p-detail-indicator--last {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 350px) {
  .p-detail-indicator--fix {
    bottom: 50px;
    display: none;
  }
}
.p-detail-indicator__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
}
@media screen and (max-width: 920px) {
  .p-detail-indicator__section:nth-of-type(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .p-detail-indicator__section:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-detail-indicator__section:nth-of-type(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-detail-indicator__text {
  margin-right: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  font-family: "NotoBlack", sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
}
body.is-current-1
  .p-detail-indicator__section[data-section="1"]
  .p-detail-indicator__text {
  opacity: 1;
}
body.is-current-2
  .p-detail-indicator__section[data-section="2"]
  .p-detail-indicator__text {
  opacity: 1;
}
body.is-current-3
  .p-detail-indicator__section[data-section="3"]
  .p-detail-indicator__text {
  opacity: 1;
}
.p-detail-indicator__section:hover .p-detail-indicator__text {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .p-detail-indicator__text {
    display: none !important;
  }
}
.p-detail-indicator__circle {
  position: relative;
  width: 15px;
  height: 15px;
}
@-webkit-keyframes currentAnime {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.1;
  }
}
@keyframes currentAnime {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0.1;
  }
}
.p-detail-indicator__circle:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}
.p-detail-indicator__circle:after {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.is-current-1
  .p-detail-indicator__section[data-section="1"]
  .p-detail-indicator__circle:before {
  z-index: 1;
}
body.is-current-1
  .p-detail-indicator__section[data-section="1"]
  .p-detail-indicator__circle:after {
  display: block;
  -webkit-animation: currentAnime 1s linear infinite;
  animation: currentAnime 1s linear infinite;
}
body.is-current-2
  .p-detail-indicator__section[data-section="2"]
  .p-detail-indicator__circle:before {
  z-index: 1;
}
body.is-current-2
  .p-detail-indicator__section[data-section="2"]
  .p-detail-indicator__circle:after {
  display: block;
  -webkit-animation: currentAnime 1s linear infinite;
  animation: currentAnime 1s linear infinite;
}
body.is-current-3
  .p-detail-indicator__section[data-section="3"]
  .p-detail-indicator__circle:before {
  z-index: 1;
}
body.is-current-3
  .p-detail-indicator__section[data-section="3"]
  .p-detail-indicator__circle:after {
  display: block;
  -webkit-animation: currentAnime 1s linear infinite;
  animation: currentAnime 1s linear infinite;
}
html.detailHtml {
  overflow: auto;
  height: 100%;
}
body.detail {
  overflow: hidden;
  position: relative;
}
.p-detail-wrap {
  height: 100%;
}
.p-detail-border {
  position: fixed;
}
.p-detail-border--left {
  width: 20px;
  height: 100vh;
  left: 0;
  top: 0;
}
.p-detail-border--right {
  width: 20px;
  height: 100vh;
  right: 0;
  top: 0;
}
.p-detail-border--top {
  width: 100%;
  height: 20px;
  left: 0;
  top: 0;
}
.p-detail-border--bottom {
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 920px) {
  .p-detail-border--left {
    width: 10px;
  }
  .p-detail-border--right {
    width: 10px;
  }
  .p-detail-border--top {
    height: 10px;
  }
  .p-detail-border--bottom {
    height: 10px;
  }
}
.p-detail-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.detail1 .p-detail-border {
  background-color: #ecf7f5;
}
body.detail2 .p-detail-border {
  background-color: #ece6f5;
}
body.detail3 .p-detail-border {
  background-color: #f9f0f0;
}
body.detail4 .p-detail-border {
  background-color: #e3f1f7;
}
body.detail5 .p-detail-border {
  background-color: #fff8e4;
}
body.detail6 .p-detail-border {
  background-color: #e7f1e4;
}
body.detail7 .p-detail-border {
  background-color: #b8c7b0;
}
body.detail8 .p-detail-border {
  background-color: #f6d4d4;
}
.p-detail-simulator__section {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.is-current-1 .p-detail-simulator__section:nth-of-type(1) {
  z-index: 1;
}
body.is-current-2 .p-detail-simulator__section:nth-of-type(2) {
  z-index: 1;
}
body.is-current-3 .p-detail-simulator__section:nth-of-type(3) {
  z-index: 1;
}
.p-detail-simulator__sectionWrap {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 920px) {
  .p-detail-simulator__section--3 > .ps__rail-y {
    opacity: 0 !important;
  }
  .p-detail-simulator__section--3 > .ps__rail-y .ps__thumb-y {
    background-color: #888;
  }
  .p-detail-simulator__section--3.is-current {
    overflow: auto;
  }
  .p-detail-simulator__section--3.is-current > .ps__rail-y {
    opacity: 1 !important;
  }
}
.p-detail-simulator__canvas {
  width: 100%;
  height: auto;
}
.p-detail-simulator__canvas--exterior {
  cursor: pointer;
  position: relative;
}
body.is-zoomModal .p-detail-simulator__canvas--exterior {
  cursor: auto;
}
.p-detail-badge {
  position: absolute;
  right: 200px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-detail-badge .p-detail-badge__child {
  margin-left: 10px;
  display: none;
}
@media screen and (max-width: 920px) {
  .p-detail-badge {
    display: none !important;
  }
}
.p-detail-badgeMiddle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  width: 125px;
  height: 125px;
}
@-webkit-keyframes badgeAnime {
  0% {
    opacity: 0;
    visibility: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  30% {
    opacity: 1;
    visibility: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    opacity: 1;
    visibility: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes badgeAnime {
  0% {
    opacity: 0;
    visibility: 0;
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  30% {
    opacity: 1;
    visibility: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    opacity: 1;
    visibility: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@media screen and (max-width: 350px) {
  .p-detail-badgeMiddle {
    width: 80px;
    height: 80px;
  }
}
.p-detail-badgeMiddle .p-detail-badgeMiddle__child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: 0;
  display: none;
}
.p-detail-badgeMiddle .p-detail-badgeMiddle__child img {
  width: 100%;
}
.p-detail-badgeMiddle .p-detail-badgeMiddle__child.is-show {
  -webkit-animation: none;
  animation: none;
}
@media screen and (min-width: 921px) {
  .p-detail-badgeMiddle {
    display: none !important;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-badgeMiddle .p-detail-badgeMiddle__child {
    display: block;
  }
  .p-detail-badgeMiddle .p-detail-badgeMiddle__child.is-show {
    -webkit-animation: badgeAnime 1.2s;
    animation: badgeAnime 1.2s;
  }
  body.is-zoomModal .p-detail-badgeMiddle {
    display: none !important;
  }
}
.p-detail-badgeSp {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 12%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  font-family: "NotoBlack", sans-serif;
}
body.is-zoomModal .p-detail-badgeSp {
  opacity: 0 !important;
  visibility: hidden !important;
}
.p-detail-badgeSp .p-detail-badgeSp__icon {
  height: 9px;
  margin: 5px auto 3px;
}
.p-detail-badgeSp .p-detail-badgeSp__option {
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
}
.p-detail-badgeSp .p-detail-badgeSp__num {
  font-size: 1.7rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -2px;
}
@media screen and (max-width: 920px) {
  .p-detail-badgeSp {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-badgeSp {
    display: none;
  }
}
.p-detail-exterior {
  position: relative;
  margin: 0 210px 0 320px;
  height: 100%;
  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;
  -webkit-transition: margin 0.5s, padding 0.5s;
  -o-transition: margin 0.5s, padding 0.5s;
  transition: margin 0.5s, padding 0.5s;
}
body.is-zoomModal .p-detail-exterior {
  margin: 0 160px 0;
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-exterior {
    margin: 0 14% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.is-zoomModal .p-detail-exterior {
    margin: 0 12% 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 600px) {
  .p-detail-exterior {
    margin: 0 130px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.is-zoomModal .p-detail-exterior {
    margin: 20px 100px 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-exterior {
    margin: 87px 35px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.is-zoomModal .p-detail-exterior {
    margin: 0 20px 0;
    padding: 0;
  }
}
@media (-ms-high-contrast: none) {
  .p-detail-exterior {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
.p-detail-exteriorInner {
  position: relative;
}
.p-detail-exteriorInner img {
  width: 100%;
}
.p-detail-interior {
  position: relative;
  margin: 0 210px 0 290px;
  height: 100%;
  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;
  -webkit-transition: margin 0.5s, -webkit-transform 0.5s;
  transition: margin 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, margin 0.5s;
  transition: transform 0.5s, margin 0.5s;
  transition: transform 0.5s, margin 0.5s, -webkit-transform 0.5s;
}
body.is-zoomModal .p-detail-interior {
  margin: 0 180px 0;
}
@media screen and (max-width: 920px) {
  .p-detail-interior--type1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-interior--type1 {
    margin: 0 20% 0;
  }
  body.is-zoomModal .p-detail-interior--type1 {
    margin: 0 15% 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior--type1 {
    margin: 30px 12% 0;
  }
  body.is-zoomModal .p-detail-interior--type1 {
    margin: 0 10% 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior--type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 45px 26% 0;
  }
  body.is-zoomModal .p-detail-interior--type2 {
    margin: 10px 16% 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-interior--type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 10% 0;
  }
  body.is-zoomModal .p-detail-interior--type2 {
    margin: 0 8% 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-interior--type3 {
    margin: 0 20% 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  body.is-zoomModal .p-detail-interior--type3 {
    margin: 0 18% 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior--type3 {
    margin: 50px 20% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.is-zoomModal .p-detail-interior--type3 {
    margin: 0 20% 0;
  }
}
@media (-ms-high-contrast: none) and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior--type3 {
    margin-top: 200px;
    display: block;
  }
}
.p-detail-interior__photo {
  position: relative;
}
.p-detail-interior__photo img {
  width: 100%;
}
.p-detail-interior__photo--zoom {
  cursor: pointer;
}
.p-detail-interior__photo--white {
  background: #fff;
}
body.is-zoomModal .p-detail-interior__photo--zoom {
  width: auto;
  cursor: auto;
}
@media screen and (max-width: 920px) {
  .p-detail-interior__photo {
    margin: 0 auto;
  }
}
.p-detail-interior__column {
  position: relative;
}
@media screen and (max-width: 920px) {
  .p-detail-interior__column--type1 .p-detail-interior__photo {
    width: 100%;
  }
}
.p-detail-interior__column--type2:nth-of-type(2) {
  margin-left: 10px;
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior__column--type2 .p-detail-interior__photo {
    width: 100%;
  }
  .p-detail-interior__column--type2:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .p-detail-interior__column--type2:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (min-width: 921px) {
  .p-detail-interior__column--type3 {
    width: calc(394 / 1030 * 100%);
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior__column--type3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0;
    width: 100%;
  }
  .p-detail-interior__column--type3 .p-detail-interior__photo {
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .p-detail-interior__column--type3 .p-detail-interior__photo:nth-of-type(1) {
    width: calc(310 / 610 * 100%);
    margin-right: 0;
  }
  .p-detail-interior__column--type3 .p-detail-interior__photo:nth-of-type(2) {
    width: calc(300 / 610 * 100%);
  }
  body.is-zoomModal .p-detail-interior__column--type3 {
    display: block;
  }
  body.is-zoomModal
    .p-detail-interior__column--type3
    .p-detail-interior__photo:nth-of-type(1) {
    width: 100%;
  }
  body.is-zoomModal
    .p-detail-interior__column--type3
    .p-detail-interior__photo:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-interior__column--type3 {
    width: calc(394 / 1030 * 100%);
  }
}
.p-detail-interior__column--type4 .p-detail-interior__secondImg,
.p-detail-interior__column--type4 .p-detail-interior__thirdImg {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 921px) {
  .p-detail-interior__column--type4 {
    width: calc(668 / 1080 * 100%);
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior__column--type4 {
    width: 100%;
  }
  .p-detail-interior__column--type4 .p-detail-interior__firstImg,
  .p-detail-interior__column--type4 .p-detail-interior__secondImg,
  .p-detail-interior__column--type4 .p-detail-interior__thirdImg {
    width: 72.36842%;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-interior__column--type4 {
    width: calc(668 / 1080 * 100%);
  }
}
.p-detail-interior__select {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-detail-interior__select.is-hide {
  display: none;
}
.p-detail-interior__select--1 {
  width: 90px;
  height: 90px;
  bottom: 0;
}
.p-detail-interior__select--2 {
  width: 90px;
  height: 90px;
  bottom: 90px;
}
.p-detail-interior__select img {
  width: 100%;
  vertical-align: baseline;
}
@media screen and (max-width: 1100px) {
  .p-detail-interior__select {
    width: 60px;
    height: 60px;
  }
  .p-detail-interior__select--1 {
    bottom: 0px;
  }
  .p-detail-interior__select--2 {
    bottom: 60px;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-interior__select {
    width: 50px;
    height: 50px;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior__select--1 {
    width: 27.63158%;
    height: 50%;
    bottom: 0;
  }
  .p-detail-interior__select--2 {
    width: 27.63158%;
    height: 50%;
    bottom: initial;
    top: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-interior__select--1 {
    bottom: 0;
  }
  .p-detail-interior__select--2 {
    bottom: 50px;
  }
}
.p-detail-interior__name {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.p-detail-interior__name--2 {
  color: #000;
}
@media screen and (max-width: 1100px) {
  .p-detail-interior__name {
    font-size: 0.9rem;
    left: 7px;
    bottom: 5px;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-interior__name {
    font-size: 0.7rem;
  }
}
.p-detail-interior__annotation {
  position: absolute;
  left: 0px;
  font-weight: bold;
  bottom: -20px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.p-detail-interior__annotation--1 {
  display: none;
}
@media screen and (max-width: 920px) {
  .p-detail-interior__annotation {
    font-size: 0.7rem;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    text-align: left;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-interior__annotation--1 {
    display: block;
  }
  .p-detail-interior__annotation--2 {
    display: none;
  }
}
.p-detail-pageDown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: 75px;
  height: 50px;
  margin: auto;
  cursor: pointer;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
body.is-zoomModal .p-detail-pageDown {
  opacity: 0 !important;
  visibility: hidden !important;
}
.p-detail-pageDown--end {
  width: 140px;
  height: 70px;
  bottom: 0px;
}
@media screen and (max-width: 920px) {
  .p-detail-pageDown {
    width: 85px;
    height: 20px;
    left: 20px;
    bottom: 25px;
    right: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-detail-pageDown--end {
    width: 125px;
    height: 50px;
    bottom: auto;
    left: 0;
    right: 0;
    position: relative;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-pageDown {
    display: none;
  }
}
.p-detail-pageDown__text {
  position: relative;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.p-detail-pageDown__text .rect-hoverFront {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.p-detail-pageDown__text .rect-hoverBack {
  display: inline-block;
  opacity: 0.4;
}
@media screen and (max-width: 920px) {
  .p-detail-pageDown__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 1.3rem;
  }
}
.p-detail-pageDown__arrow {
  position: relative;
  width: 9px;
  height: 20px;
  margin: auto;
  /* overflow: hidden; */
}
.p-detail-pageDown__arrow div {
  width: 100%;
  height: 100%;
  /* background: url(https://www.flexnet.co.jp/renoca/simulator/assets/img/common/arrow6.svg)
    center no-repeat; */
}
.p-detail-pageDown:hover .p-detail-pageDown__arrow div {
  -webkit-animation: scBtnAnime 0.4s;
  animation: scBtnAnime 0.4s;
}
.p-detail-pageDown--end .p-detail-pageDown__arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 45px;
}
.p-detail-pageDown--end .p-detail-pageDown__arrow div {
  width: 100%;
  height: 100%;
  background: #000;
}
@media screen and (max-width: 920px) {
  .p-detail-pageDown__arrow {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .p-detail-pageDown--end .p-detail-pageDown__arrow {
    height: 30px;
  }
}
.p-detail-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 190px 0 80px;
}
@media screen and (min-width: 1450px) {
  .p-detail-result {
    max-width: 1250px;
    margin: auto;
  }
}
@media screen and (max-width: 1200px) {
  .p-detail-result {
    margin: 0 150px 0 50px;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-result {
    display: block;
    padding-top: 90px;
    margin: 0 20px 0 20px;
    height: auto;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-result {
    padding-top: 30px;
  }
}
.p-detail-result__car {
  position: relative;
  width: 80%;
}
.p-detail-result__car img {
  width: 100%;
}
@media screen and (max-width: 920px) {
  .p-detail-result__car {
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .p-detail-result__car {
    margin: 0 auto;
  }
}
.p-detail-result__sns {
  position: absolute;
  right: 0;
  bottom: -1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 2em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 21px 0 0;
}
@media screen and (max-width: 1200px) {
  .p-detail-result__sns {
    bottom: 0em;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-result__sns {
    width: 70px;
    bottom: -20px;
  }
}
.p-detail-result__sns dt {
  position: relative;
  padding: 0 37px 0 0;
  font-size: 1.4rem;
  line-height: 0;
  font-family: "Montserrat", sans-serif;
}
.p-detail-result__sns dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 1px;
  background: #000;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .p-detail-result__sns dt {
    display: none;
  }
}
.p-detail-result__sns dd {
  margin: 0 0 0 20px;
}
.p-detail-result__sns dd a {
  vertical-align: middle;
}
.p-detail-result__sns dd a:hover svg path {
  fill: #999;
}
.p-detail-result__sns dd svg {
  vertical-align: middle;
  height: auto;
}
.p-detail-result__sns dd svg path {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}
.p-detail-result__sns dd:nth-of-type(1) svg {
  width: 8px;
}
@media screen and (max-width: 920px) {
  .p-detail-result__sns dd:nth-of-type(1) {
    margin: 0 3px 0 0;
  }
  .p-detail-result__sns dd:nth-of-type(1) svg {
    width: 8px;
  }
}
.p-detail-result__sns dd:nth-of-type(2) svg {
  width: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 920px) {
  .p-detail-result__sns dd:nth-of-type(2) {
    margin: 0 10px 0 20px;
  }
  .p-detail-result__sns dd:nth-of-type(2) svg {
    width: 18px;
  }
}
.p-detail-result__sns dd:nth-of-type(3) {
  display: none;
}
.p-detail-result__sns dd:nth-of-type(3) svg {
  width: 16px;
  margin-top: 1px;
}
@media screen and (max-width: 920px) {
  .p-detail-result__sns dd:nth-of-type(3) {
    display: block;
    margin: 0 10px 0 10px;
  }
  .p-detail-result__sns dd:nth-of-type(3) svg {
    width: 18px;
  }
}
.p-detail-result__info {
  width: 370px;
  margin-left: 70px;
}
@media screen and (max-width: 1200px) {
  .p-detail-result__info {
    width: 300px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-result__info {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-detail-result__infoTitle {
  padding-bottom: 20px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 920px) {
  .p-detail-result__infoTitle {
    display: none;
  }
}
.p-detail-result__infoText {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 15px 0;
}
@media screen and (max-width: 920px) {
  .p-detail-result__infoText {
    margin-bottom: 20px;
    padding: 10px 0;
  }
}
.p-detail-result__infoTextInner {
  position: relative;
  height: 245px;
}
@media screen and (min-width: 921px) and (max-height: 680px) {
  .p-detail-result__infoTextInner {
    height: 180px;
  }
}
@media screen and (max-width: 1300px) {
  .p-detail-result__infoTextInner {
    height: 180px;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-result__infoTextInner {
    height: auto;
  }
}
.p-detail-result__infoList {
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-detail-result__infoList dt {
  width: 8.2em;
  font-weight: bold;
  margin-bottom: 4px;
}
.p-detail-result__infoList dt:last-of-type {
  margin-bottom: 0;
}
.p-detail-result__infoList dd {
  width: calc(100% - 8.2em);
}
@media screen and (max-width: 1200px) {
  .p-detail-result__infoList dt {
    font-size: 1.2rem;
  }
  .p-detail-result__infoList dd {
    font-size: 1.2rem;
  }
}
.p-detail-result__infoSubTitle {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-detail-result__infoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-detail-result__infoMin,
.p-detail-result__infoMax,
.p-detail-result__infoRange {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .p-detail-result__infoMin,
  .p-detail-result__infoMax,
  .p-detail-result__infoRange {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 350px) {
  .p-detail-result__infoMin,
  .p-detail-result__infoMax,
  .p-detail-result__infoRange {
    font-size: 1.8rem;
  }
}
.p-detail-result__infoYen {
  padding: 6px 3px 0;
}
.p-detail-result__infoRange {
  padding: 0 7px;
}
.p-detail-result__infoPrice {
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  .p-detail-result__infoPrice {
    margin-bottom: 25px;
  }
}
.p-detail-result__infoBtn a {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f5da44;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 70px;
  padding: 0 20px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-detail-result__infoBtn a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffe400;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-detail-result__infoBtn a:hover:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.p-detail-result__infoBtn span {
  position: relative;
}
.p-detail-result__infoBtn span:nth-of-type(1) {
  line-height: 1.1;
}
.p-detail-result__infoBtn span:nth-of-type(2):after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://www.flexnet.co.jp/renoca/simulator/assets/img/common/arrow7.png)
    0 0/20px no-repeat;
}
@media screen and (max-width: 1200px) {
  .p-detail-result__infoBtn a {
    height: 55px;
    padding: 0 20px 0 30px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-result__infoBtn {
    padding-bottom: 40px;
  }
  .p-detail-result__infoBtn a {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 1.4rem;
  }
}
.p-detail-estimateBtn {
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  padding: 0 20px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5da44;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.12);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  z-index: 5;
}
body.is-zoomModal .p-detail-estimateBtn {
  visibility: hidden;
  opacity: 0;
}
.p-detail-estimateBtn:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffe400;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-detail-estimateBtn:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
}
.p-detail-estimateBtn:hover:before {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.p-detail-estimateBtn span {
  position: relative;
}
.p-detail-estimateBtn span:nth-of-type(1) {
  font-size: 1.5rem;
}
.p-detail-estimateBtn span:nth-of-type(2):after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://www.flexnet.co.jp/renoca/simulator/assets/img/common/arrow7.png)
    0 0/20px no-repeat;
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-estimateBtn {
    visibility: hidden;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-estimateBtn {
    width: 165px;
    height: 40px;
    padding: 0 15px;
  }
  .p-detail-estimateBtn span:nth-of-type(1) {
    font-size: 1.2rem;
  }
  .p-detail-estimateBtn span:nth-of-type(2):after {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.is-animeMain,
.is-animeSub {
  opacity: 0;
  visibility: hidden;
}
.p-detail-form {
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 17;
  max-width: 860px;
  width: 90vw;
  height: 90vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  padding: 30px 40px 0;
  background: #fff;
}
.p-detail-form .ps__rail-x,
.p-detail-form .ps__rail-y {
  opacity: 0.6 !important;
}
@media screen and (max-width: 920px) {
  .p-detail-form {
    padding: 20px 10px 0;
    width: calc(100vw - 20px);
    height: calc(100vh - 100px);
  }
}
.p-detail-form__layer {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 16;
}
.p-detail-form__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  font-family: "NotoBlack", sans-serif;
}
@media screen and (max-width: 920px) {
  .p-detail-form__header {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.p-detail-form--finish .p-detail-form__parent {
  display: none;
}
.p-detail-form__title {
  font-size: 2rem;
  line-height: 1;
  margin-right: 20px;
}
@media screen and (max-width: 920px) {
  .p-detail-form__title {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-detail-form__caution {
  font-size: 1.4rem;
  line-height: 1;
  color: #ff0000;
}
@media screen and (max-width: 920px) {
  .p-detail-form__caution {
    font-size: 1.1rem;
  }
}
.p-detail-form--finish .p-detail-form__caution {
  display: none;
}
.p-detail-form__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.p-detail-form__close:before,
.p-detail-form__close:after {
  content: "";
  position: absolute;
  left: -4px;
  top: 14px;
  display: block;
  background: #000;
  width: calc(100% * 1.4);
  height: 3px;
  -webkit-transform-origin: 48%;
  -ms-transform-origin: 48%;
  transform-origin: 48%;
}
.p-detail-form__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-detail-form__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 920px) {
  .p-detail-form__close {
    width: 20px;
    height: 20px;
    right: 10px;
    top: 0;
  }
  .p-detail-form__close:before,
  .p-detail-form__close:after {
    left: -4px;
    top: 10px;
  }
}
.p-detail-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 920px) {
  .p-detail-form__wrap {
    display: block;
  }
}
.p-detail-form__errors {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 920px) {
  .p-detail-form__errors {
    margin: 0 0 10px 0;
  }
}
.p-detail-form__error {
  margin-bottom: 2px;
  color: #f00;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 920px) {
  .p-detail-form__error {
    text-align: left;
    font-size: 1.1rem;
  }
}
.p-detail-form__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child {
    display: block;
    margin-bottom: 10px;
  }
}
.p-detail-form__child--flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.p-detail-form__child--flex:before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 14px;
  right: 15px;
  top: 13px;
  z-index: 1;
  pointer-events: none;
}
.p-detail-form__child--flex:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #ccc;
  position: absolute;
  right: 40px;
  top: 0;
  pointer-events: none;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child--flex:before {
    right: 15px;
    top: auto;
    bottom: 8px;
  }
  .p-detail-form__child--flex:after {
    top: auto;
    bottom: 0;
    height: 30px;
  }
}
.p-detail-form__child label {
  display: block;
  width: 140px;
  margin-right: 30px;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  font-family: "NotoBlack", sans-serif;
}
.p-detail-form__child label span {
  color: #ff0000;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child label {
    width: auto;
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
.p-detail-form__child input[type="text"],
.p-detail-form__child input[type="email"],
.p-detail-form__child input[type="tel"],
.p-detail-form__child select,
.p-detail-form__child textarea {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
  padding: 3px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-top: 1px solid #e6e6e6;
  background: #f8f8f8;
  font-size: 1.6rem;
  letter-spacing: 1px;
  -webkit-appearance: none;
  border-radius: 0;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child input[type="text"],
  .p-detail-form__child input[type="email"],
  .p-detail-form__child input[type="tel"],
  .p-detail-form__child select,
  .p-detail-form__child textarea {
    width: 100%;
    height: 30px;
  }
}
.p-detail-form__child ::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
  letter-spacing: 1px;
}
.p-detail-form__child ::-moz-placeholder {
  font-size: 1.6rem;
  color: #ccc;
  letter-spacing: 1px;
}
.p-detail-form__child :-ms-input-placeholder {
  font-size: 1.6rem;
  color: #ccc;
  letter-spacing: 1px;
}
.p-detail-form__child select {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: #333;
  border-radius: 0;
  border-top: none;
  border-bottom: 1px #e6e6e6 solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "NotoBlack", sans-serif;
}
.p-detail-form__child select::-ms-expand {
  display: none;
}
.p-detail-form__child textarea {
  height: auto;
  border-bottom: 0;
}
.p-detail-form__child2 {
  margin-bottom: 30px;
  text-align: center;
}
.p-detail-form__child2 label {
  position: relative;
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child2 label {
    font-size: 1.1rem;
  }
}
.p-detail-form__child2 input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.p-detail-form__child2 i {
  position: relative;
  display: inline-block;
  border: 1px solid #dddddd;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child2 i {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
.p-detail-form__child2 input[type="checkbox"]:checked + i:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child2 input[type="checkbox"]:checked + i:before {
    width: 8px;
    height: 8px;
  }
}
.p-detail-form__child3 {
  padding-bottom: 40px;
}
.p-detail-form__child3 .p-detail-form__submit {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  background: #f5da44;
  border: none;
  margin: 0 auto 0;
  padding: 0;
  font-family: "NotoBlack", sans-serif;
}
.p-detail-form__child3 .p-detail-form__submit:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffe400;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-detail-form__child3 .p-detail-form__submit:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 920px) {
  .p-detail-form__child3 .p-detail-form__submit {
    width: 250px;
    height: 50px;
  }
}
.p-detail-form__child3 span {
  position: relative;
}
.p-detail-form__child3 span:nth-of-type(1) {
  margin-right: 10px;
  line-height: 1;
  font-size: 2rem;
}
.p-detail-form__child3 span:nth-of-type(2) {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://www.flexnet.co.jp/renoca/simulator/assets/img/common/arrow7.png)
    0 0/20px no-repeat;
}
@media screen and (max-width: 920px) {
  .p-detail-form__child3 span:nth-of-type(1) {
    margin-right: 10px;
    font-size: 1.6rem;
  }
  .p-detail-form__child3 span:nth-of-type(2) {
    width: 15px;
    height: 15px;
    background: url(https://www.flexnet.co.jp/renoca/simulator/assets/img/common/arrow7.png)
      0 0/15px no-repeat;
  }
}
.p-detail-form__finish {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 500px;
  height: 250px;
  margin: auto;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 920px) {
  .p-detail-form__finish {
    width: 280px;
    height: 160px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-height: 470px) and (min-width: 921px) {
  .p-detail-form__finish {
    width: 280px;
    height: 160px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.p-detail-form--finish .p-detail-form__finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-detail-form__finishIcon {
  text-align: center;
}
@media screen and (max-width: 920px) {
  .p-detail-form__finishIcon img {
    width: 40px;
  }
}
@media screen and (max-height: 470px) and (min-width: 921px) {
  .p-detail-form__finishIcon img {
    width: 40px;
  }
}
.p-detail-form__finishText {
  text-align: center;
  font-size: 3rem;
  font-family: "NotoBlack", sans-serif;
}
@media screen and (max-width: 920px) {
  .p-detail-form__finishText {
    font-size: 1.6rem;
  }
}
@media screen and (max-height: 470px) and (min-width: 921px) {
  .p-detail-form__finishText {
    font-size: 1.6rem;
  }
}
.p-detail-form__finishText2 {
  text-align: center;
  font-size: 2rem;
  font-family: "NotoBlack", sans-serif;
}
@media screen and (max-width: 920px) {
  .p-detail-form__finishText2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-height: 470px) and (min-width: 921px) {
  .p-detail-form__finishText2 {
    font-size: 1.2rem;
  }
}
.p-detail-zoomBtns {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  padding: 20px 35px 30px 50px;
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  body.is-zoomModal .p-detail-zoomBtns {
    display: block;
  }
}
.p-detail-zoomBtn {
  display: block;
  width: 35px;
  height: 35px;
}
.p-detail-zoomBtn--plus {
  margin: 0 0 10px;
}
.p-detail-spZoomBtn {
  font-family: "Montserrat", sans-serif;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  display: block;
  font-size: 1.6rem;
  cursor: pointer;
}
@media screen and (max-width: 920px) {
  .p-detail-spZoomBtn {
    font-size: 1.2rem;
    text-align: center;
  }
}
.p-detail-spZoomBtn--exterior {
  position: absolute;
  width: 80px;
  height: 1.2em;
}
@media screen and (max-width: 920px) {
  .p-detail-spZoomBtn--exterior {
    position: relative;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.p-detail-spZoomBtn--interior {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  text-align: right;
}
body.is-zoomModal .p-detail-spZoomBtn {
  visibility: hidden;
  opacity: 0;
}
@media (-ms-high-contrast: none) {
  .p-detail-spZoomBtn {
    display: none !important;
  }
}
.detail1 .p-detail-spZoomBtn--exterior {
  bottom: 10%;
  right: 5%;
}
.detail2 .p-detail-spZoomBtn--exterior {
  bottom: 3%;
  right: 4%;
}
.detail3 .p-detail-spZoomBtn--exterior {
  bottom: 5%;
  right: 2%;
}
.detail4 .p-detail-spZoomBtn--exterior {
  bottom: 10%;
  right: 6%;
}
.detail5 .p-detail-spZoomBtn--exterior {
  bottom: 5%;
  right: 1%;
}
.detail6 .p-detail-spZoomBtn--exterior {
  bottom: 7%;
  right: 7%;
}
.detail7 .p-detail-spZoomBtn--exterior {
  bottom: 7%;
  right: 2%;
}
.detail8 .p-detail-spZoomBtn--exterior {
  bottom: 7%;
  right: 2%;
}
.p-detail-zoomModalClose {
  position: absolute;
  right: 60px;
  top: 60px;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
  cursor: pointer;
}
.p-detail-zoomModalClose path {
  -webkit-transition: fill 0.1s;
  -o-transition: fill 0.1s;
  transition: fill 0.1s;
}
body.is-zoomModal .p-detail-zoomModalClose {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .p-detail-zoomModalClose {
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
  }
}
.p-detail-zoomArrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}
.p-detail-zoomArrow span {
  overflow: hidden;
  border-radius: 50%;
  background: #000;
  -webkit-transition: background-color 0.2s ease-out, visibility 0.5s,
    opacity 0.5s, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, visibility 0.5s, opacity 0.5s,
    -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    visibility 0.5s, opacity 0.5s;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    visibility 0.5s, opacity 0.5s;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    visibility 0.5s, opacity 0.5s, -webkit-transform 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
body.is-zoomModal .p-detail-zoomArrow span {
  opacity: 1;
  visibility: visible;
}
.p-detail-zoomArrow svg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: auto;
}
.p-detail-zoomArrow svg path {
  -webkit-transition: fill 0.2s ease-out;
  -o-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.p-detail-zoomArrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
}
@media screen and (min-width: 921px) {
  .p-detail-zoomArrow:hover span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #fff;
  }
  .p-detail-zoomArrow:hover svg path {
    fill: #000;
  }
  .p-detail-zoomArrow:hover:after {
    border-color: #000;
  }
}
@media screen and (max-width: 920px) {
  .p-detail-zoomArrow {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .p-detail-zoomArrow svg {
    width: 7px;
  }
  .p-detail-zoomArrow:after {
    width: 7px;
    height: 7px;
    border-radius: 3px;
  }
}
.p-detail-zoomArrow--prev {
  left: 60px;
}
body.is-current-2.is-zoomModal .p-detail-zoomArrow--prev {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.p-detail-zoomArrow--prev svg {
  -webkit-transform: translate(-1px, 0);
  -ms-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
@media screen and (max-width: 920px) {
  .p-detail-zoomArrow--prev {
    left: auto;
    margin: auto;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-zoomArrow--prev {
    left: 35px;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-zoomArrow--prev {
    left: 15px;
  }
}
.p-detail-zoomArrow--next {
  right: 60px;
}
body.is-current-1.is-zoomModal .p-detail-zoomArrow--next {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}
.p-detail-zoomArrow--next svg {
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
}
@media screen and (max-width: 920px) {
  .p-detail-zoomArrow--next {
    left: auto;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-detail-zoomArrow--next {
    right: 35px;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .p-detail-zoomArrow--next {
    right: 15px;
  }
}
.p-modalTitle {
  position: absolute;
  left: 60px;
  top: 60px;
  font-size: 2.4rem;
  line-height: 1;
  visibility: hidden !important;
  font-family: "Montserrat", sans-serif;
}
.p-modalTitle span {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s, visibility 0.6s;
  -o-transition: opacity 0.6s, visibility 0.6s;
  transition: opacity 0.6s, visibility 0.6s;
}
body.is-zoomModal .p-modalTitle {
  visibility: visible !important;
}
body.is-zoomModal .p-modalTitle span {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .p-modalTitle {
    left: 25px;
    top: 25px;
    font-size: 1.8rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 920px) {
  .p-modalTitle {
    visibility: visible !important;
  }
  .p-modalTitle span {
    visibility: visible;
    opacity: 1;
  }
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  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;
}
.swiper-pagination {
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 0;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 3px 0 !important;
}
.swiper-pagination-bullet-active {
  background: #007aff;
}
.swiper-button-prev,
.swiper-button-next {
  width: 22px !important;
  height: 22px !important;
  margin-top: -11px;
}
@media screen and (max-width: 920px) {
  .swiper-pagination-bullet {
    margin: 0 2px 0 !important;
    width: 6px;
    height: 6px;
  }
  .swiper-pagination {
    line-height: 1;
    bottom: 5px !important;
    padding: 0 5px 0 0;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 920px) {
  .swiper-pagination {
    display: none !important;
  }
}
.p-detail-result__attentionText {
  margin: 10px 0 0;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: fixed !important;
}
.woocommerce div.product .product_title {
  position: absolute;
  top: 10%;
  right: -89%;
  z-index: 1000000000000000043845843045076197354634047651840;
}
p.price {
  display: none;
}
.variations_form {
  width: 100%;
}
.variable-item {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.summary .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.product_meta {
  display: none;
}
.woocommerce-breadcrumb {
  display: none;
}
#page #masthead {
  display: none !important;
}
.woocommerce-product-details__short-description {
  display: none;
}
.woocommerce-product-gallery__image a img {
  display: none;
}
.product {
  display: flex;
}
header {
  width: 100%;
  background-color: #337079;
  color: white;
  display: flex;
  justify-content: space-between;
}
header .headline {
  font-size: 30px;
  margin-left: 100px;
}
header .nav-list {
  list-style: none;
}
header .nav-list .nav-list-item {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
}
footer {
  width: 100%;
  height: 100px;
  background-color: #174a5c;
  color: white;
  text-align: center;
}
.footer-menu {
  margin: 0;
  padding-top: 20px;
}
@media (max-width: 629px) {
  header {
    padding: 15px 0;
  }
  .footer-menu {
    margin: 0;
    padding-top: 20px;
  }
}
ul.footer-menu li {
  display: inline;
}
ul {
  list-style-type: none;
  padding-right: 5px;
  padding-left: 0;
}
footer {
  display: block !important;
}
a {
  text-decoration: none;
}

/* Contact Form7 */

/* コンタクトフォーム７ */
.cf7 {
	max-width: 100%;
	box-sizing: border-box;
}
.cf7 dt i {
	margin-right: .5em;
}
.cf7 dd {
	margin: 0 0 2vh 0;
}
.cf7 input {
  width: 100%;
}
.cf7 textarea {
  width: 100%;
}
.cf7 .rqd {
	color: #ff6666;
	font-size: .8em;
	margin-left: .5em;
}
.btn_cf7 {
	text-align: center;
}
.btn_cf7 input {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.cf7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: .5em 1em .5em 0;
	}
.cf7 dd {
	margin-left: 35%;
	}
	.cf7 .rqd {
	float: right;
	margin-left: 0;
	margin-top: .2em;
	}
	.btn_cf7 input {
	width: 70%;
}
}

/* 開くボタン */
.button-open {
  display: block;
  margin: 0 auto;
  width: 20rem;
  padding: 1em;
  background-color: #3140c9;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background-color: #dfdddd;
  border-radius: 5px;
  z-index: 11;
  padding: 2rem;
}
/* 閉じるボタン */
.button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* header */
/* 
** The Header Media Queries **
** Tweak as per your needs **
*/
.brand {
  font-weight: bold;
  font-size: 20px;
}

.site-header {
  position: relative;
  background-color: #def7ff;
}

.site-header__wrapper {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 630px) {
  .site-header__wrapper {
    justify-content: initial;
  }
}
@media (min-width: 630px) {
  .site-header__middle {
    margin-left: auto;
  }
}

@media (max-width: 629px) {
  .site-header__end {
    padding-right: 4rem;
  }
}

@media (min-width: 630px) {
  .nav__wrapper {
    display: flex;
  }
}

@media (max-width: 629px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #d9f0f7;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.nav__item a {
  display: block;
  padding: 1rem;
}

.nav__toggle {
  display: none;
}
@media (max-width: 629px) {
  .nav__toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

.p-detail-pageDown {
  z-index: 999999999999999999;
}

.about-left {
  color: #535353;
}
.about-left h2 {
  border-top: 3px solid #4f67b8 !important;
}
.about-right h2 {
  border-top: 3px solid #4f67b8 !important;
}
.about-right {
  color: #535353;
}

.line-up-title {
  color: #535353;
}
.line-up-title h2 {
  border-top: 3px solid #4f67b8 !important;
}

@media (max-width: 629px) {
  .p-top-section__car img {
    width: 100%;
  }
  .line-up-title {
    margin-top: 80px !important;
    width: 90% !important;
  }
  .nav__toggle {
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .about-left {
    margin-bottom: 50px;
    color: #535353;
  }
  .about-right {
    color: #535353;
  }
}
.p-top-bgLineBox {
  background: #ebe6dc;
}
.page-id-32 {
  background: #c0bc90;
}
.page-id-67 {
  background: #d0bebe;
}
.page-id-69 {
  background: #98adc1;
}
.p-sideNav__subListChild:after {
    height: 7vw!important;
}
@media screen and (max-width: 600px) {
  .p-sideNav__subListChild:after {
    height: 10vw!important;
  }
	@media screen and (max-width:400px) {
  .p-sideNav__subListChild:after {
    height: 11vw!important;
  }
}

}

.pum-theme-79, .pum-theme-default-theme {
  background-color: rgba( 0, 0, 0, 0.4 )!important;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding-right: 0!important;
}
.pum-theme-79 .pum-container, .pum-theme-default-theme .pum-container {
  padding: 48px!important;
}

#header{
  /*fixedで上部固定*/
  position: fixed;
  height: 70px;
  width: 98.4%;
  z-index: 999;/*最前面へ*/
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background:rgba(0,0,0,0.4);
  color:#fff;
  text-align: center;
  padding: 20px;
}

/*　上に上がる動き　*/

#header.UpMove{
animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
from {
  opacity: 1;
transform: translateY(0);
}
to {
  opacity: 0;
transform: translateY(-100px);
}
}

/*　下に下がる動き　*/

#header.DownMove{
animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
from {
  opacity: 0;
transform: translateY(-100px);
}
to {
  opacity: 1;
transform: translateY(0);
}
}
nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  padding:10px;
  transition:all 0.3s;

}

nav ul li.current a,
nav ul li a:hover,
nav ul li a:active{
  color:#fff; 
}

/************************************
** お問い合わせフォームの入力
************************************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px;
    padding-right: 40px;
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none;
}

table {
  /* padding-top: 200px; */
  margin: 0 auto;
}
.wpcf7-form p {
  text-align: center;
}
.wpcf7 {
  background: #ebe6dc;
}
center {
  margin-bottom: -17px;
}

.p-top-section {
  margin-bottom: 200px;
}

@media (max-width: 760px) {
  #header {
    width: 96.4%;
}
}

#page form {
  padding-top: 200px;
}