@charset "UTF-8";
/*! normalize.css v8.0.0 | 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.
 */
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */
  appearance: none;
}

/**
 * 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;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  /* 1 */
  outline: none;
}

/**
 * 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;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

@font-face {
  font-family: 'ThinkingOfBetty';
  src: url(/font/Thinking_of_Betty.ttf);
}

::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: normal;
  line-height: 1.6;
  text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.ie11 body, .edge body {
  overflow-x: hidden;
}

a,
button {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

p {
  font-feature-settings: "palt";
  color: #1e1e1e;
}

.animated {
  opacity: 0;
  animation-duration: 1000ms;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes hoverBorder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(100%);
    opacity: 1;
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes hoverBorder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(100%);
    opacity: 1;
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
    opacity: 0;
    transform: translateX(100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
    transform: translateX(0);
  }
}

#header .header_area nav ul li:nth-child(2) a::before,
.top #contact_form .outer .inr form .send button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #20a2e5;
  background: -webkit-linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  background: linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#header .header_area nav ul li:nth-child(2) a:hover::before,
.top #contact_form .outer .inr form .send button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.top main .read_txt .hvp a:hover p span::after,
#header .header_area nav ul li:nth-child(2) a:hover p span::after,
.top #contact_form .outer .inr form .send button:hover p span::after {
  -webkit-animation: hoverBorder .6s forwards;
  animation: hoverBorder .6s forwards;
}

body::before {
  background: linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  background-size: 400% 400%;
  -webkit-animation: bkgGrad 30s cubic-bezier(0.5, 0, 0, 1) infinite;
  -moz-animation: bkgGrad 30s cubic-bezier(0.5, 0, 0, 1) infinite;
  animation: bkgGrad 10s cubic-bezier(0.5, 0, 0, 1) infinite;
}

@-webkit-keyframes bkgGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes bkgGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bkgGrad {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.top main .scl p span {
  display: block;
  letter-spacing: 0.2em;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* .top main .fade_area_ja .switchBg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccea41;
  background: -webkit-linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  background: linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  width: 100%;
  height: 100%;
  transform: translateX(0%);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.top main.active .fade_area_ja .switchBg::before {
  transform: translateX(101%);
  transition-delay: 0.5s;
}

.top main.active .fade_area_ja .switchBg::before {
  -webkit-animation: anim2 0.5s cubic-bezier(0.5, 0, 0, 1);
  animation: anim2 0.5s cubic-bezier(0.5, 0, 0, 1);
}

@-webkit-keyframes anim2 {
  0% {
    background-color: #32c7b4;
  }
  100% {
    background-color: #ccea41;
  }
}

@keyframes anim2 {
  0% {
    background-color: #32c7b4;
  }
  100% {
    background-color: #ccea41;
  }
} */

/* .top main .read_txt.active {
  opacity: 1;
  animation: mainTxt 0.5s cubic-bezier(0.5, 0, 0, 1);
}

@-webkit-keyframes mainTxt {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
}

@keyframes mainTxt {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
  }
} */

@media (max-width: 1024px) {
  @-webkit-keyframes mainTxt {
    from {
      opacity: 0;
      transform: translate3d(0, 50%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes mainTxt {
    from {
      opacity: 0;
      transform: translate3d(0, 50%, 0);
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
}

#second_contents.active::before {
  animation: imageBlur 1s linear both;
}

@keyframes imageBlur {
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

.top #sec0 .outer .inr .txt_area.anim0.active::before,
.top #sec0 .outer .inr .anim0.active::before,
.top #sec2 .outer .anim3.active::before,
.top #sec4 .outer .inr .cmn.anim5.active::before,
.top #price .outer .inr .animPrice.active::before,
.top #faq .outer .inr .animFaq.active::before,
.top #news .outer .inr .animNews.active::before,
.top #company .outer .inr .animCompany.active::before,
.top #comment .outer .inr .animComment.active::before,
.top #contact_form .outer .inr .animContact.active::before {
  transform: translateX(101%);
  transition-delay: 0.5s;
  -webkit-animation: anim1 0 cubic-bezier(0.5, 0, 0, 1);
  animation: anim1 0 cubic-bezier(0.5, 0, 0, 1);
}

@-webkit-keyframes anim1 {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes anim1 {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #fff;
  }
}

.anim0,
.anim3,
.inr .cmn.anim5,
.animPrice,
.animFaq,
.animNews,
.animCompany,
.animComment,
.animContact {
  position: relative;
  overflow: hidden;
}

.anim0::before,
.anim3::before,
.inr .cmn.anim5::before,
.animPrice::before,
.animFaq::before,
.animNews::before,
.animCompany::before,
.animComment::before,
.animContact::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(0%);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.inr .cmn.anim5::before {
  background-color: #ecf8fc;
}

.top #sec1 .outer .inr .txt_area .anim1.active,
.top #sec3 .outer .inr .anim4.active,
.top #flow .outer .inr .txt_area .animFlow.active {
  opacity: 1;
  -webkit-animation: anim4 .5s ease;
  animation: anim4 .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes anim4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anim1,
.anim4,
.animFlow {
  position: relative;
  opacity: 0;
  transition: all .5s ease;
}

#fssSlider {
  text-align: center;
  font-size: 18px;
  position: relative;
  margin: 0 auto 70px;
  background-color: #f7f7f7;
  position: relative;
  max-width: 1100px;
  height: 452px;
}

#fssSlider .slideWrap {
  border: none;
  border-bottom: none;
  position: relative;
  height: 100%;
}

#fssSlider .slideWrap .slideInr {
  overflow: hidden;
  position: relative;
  height: 100%;
}

#fssSlider .slideWrap .slideInr .holder {
  position: relative;
  display: block;
  margin: 0 !important;
}

#fssSlider .slideWrap .slideInr .holder .item {
  position: absolute;
  width: 100% !important;
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

#fssSlider .slideWrap .slidepagerwrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 462px !important;
  height: 0;
}

#fssSlider .slideWrap .slidepagerwrap ul {
  text-align: right;
  margin: 0;
  line-height: 1;
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  position: relative;
  left: 0;
  z-index: 100;
}

#fssSlider .slideWrap .slidepagerwrap ul li {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0 0 18px;
  padding: 0;
  background-color: transparent;
}

#fssSlider .slideWrap .slidepagerwrap ul li.curr span {
  background-color: #ffbf00;
}

#fssSlider .slideWrap .slidepagerwrap ul li span {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: block;
  cursor: pointer;
}

#fssSlider .slideWrap .nextbtn, #fssSlider .slideWrap .prevbtn {
  display: block;
  width: 20px;
  height: 20px;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  top: 225px;
  line-height: 20px;
  font-size: 20px;
  color: white;
  -webkit-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 250ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateZ(0);
  font-style: normal;
  border-bottom: 3px solid #222;
  border-right: 3px solid #222;
  color: #444;
  font-style: normal;
  text-decoration: none;
  margin-top: 0;
  top: 45% !important;
}

#fssSlider .slideWrap .nextbtn {
  left: 100%;
  text-align: right;
  transform: rotate(-45deg);
}

#fssSlider .slideWrap .prevbtn {
  right: 100%;
  text-align: left;
  transform: rotate(-225deg);
  display: none;
}

@media (max-width: 1024px) {
  #fssSlider {
    width: auto;
    height: 73.4vw;
    margin: 0 auto 45px;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section {
    width: 80%;
    border: 1.5px solid #fff;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section .ttl {
    font-size: 1.3rem;
    padding: 10px 0;
    border-bottom: 1.5px solid #fff;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section .txt {
    font-size: 2.7rem;
    padding: 17px 17px;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section .txt span {
    font-size: 2rem;
  }
  #fssSlider .slideWrap .slidepagerwrap {
    top: 73.4vw !important;
  }
  #fssSlider .slideWrap .slidepagerwrap ul li {
    height: 12px;
    width: 12px;
    margin: 0 0 0 10px;
  }
  #fssSlider .slideWrap .slidepagerwrap ul li span {
    width: 12px;
    height: 12px;
  }
  #fssSlider .slideWrap .nextbtn {
    left: 91%;
    top: 40% !important;
  }
  #fssSlider .slideWrap .prevbtn {
    right: 91%;
    top: 40% !important;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  #fssSlider {
    height: 35.6vw;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section .ttl {
    font-size: 1.3rem;
    padding: 10px 0;
    border-bottom: 1.5px solid #fff;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section .txt {
    font-size: 3.1rem;
  }
  #fssSlider .slideWrap .slideInr .holder .item .gz section .txt span {
    font-size: 2.5rem;
  }
  #fssSlider .slideWrap .slidepagerwrap {
    top: 36.6vw !important;
  }
}

@keyframes fadeInUp {
  from {
    top: 45%;
  }
  to {
    top: 50%;
  }
}

.typ {
  opacity: 0;
}

.typ span {
  opacity: 0;
}

.textSplitLoad {
  display: none;
}

.split {
  visibility: hidden;
}

.grecaptcha-badge {
  display: none;
  z-index: 100;
}

/*header---------*/
#header {
  width: 100%;
  height: 100px;
  padding: 0 30px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(255, 255, 255, 0.95);
}

.scr #header {
  border-bottom: 1px solid #20a2e5;
}

#header .header_area {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  height: 100%;
  z-index: 100;
}

#header .header_area h1 {
  display: flex;
  align-items: center;
  transition: 300ms;
}

#header .header_area h1 img {
  width: auto;
  height: 40px;
}

#header .header_area h1 span {
  line-height: 1;
  font-size: 2.4rem;
  margin-left: 20px;
}

.desktop #header .header_area h1:hover {
  opacity: 0.8;
}

#header .header_area nav {
  display: flex;
  flex-wrap: wrap;
}

#header .header_area nav ul {
  display: flex;
  align-items: center;
}

#header .header_area nav ul li {
  list-style: none;
  position: relative;
  margin-left: 35px;
  transition: all 300ms ease-out;
  perspective: 500px;
}

.thanks #header .header_area nav ul li.pcMail, .thanks #header .header_area nav ul li.spMail {
  display: none;
}

#header .header_area nav ul li.sp {
  display: none;
}

.desktop #header .header_area nav ul li:nth-child(1) a {
  pointer-events: none;
}

#header .header_area nav ul li:nth-child(2) a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  height: 100%;
  padding: 0;
  font-weight: 700;
  transition: all .3s ease-out;
  position: relative;
  background-color: #20a2e5;
  background: -webkit-linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  background: linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
}

#header .header_area nav ul li:nth-child(2) a:hover {
  cursor: pointer;
}

#header .header_area nav ul li:nth-child(2) a p {
  position: relative;
  letter-spacing: 0.1em;
  padding: 13px 55px;
  color: #fff;
}

#header .header_area nav ul li:nth-child(2) a p span {
  width: 29px;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

#header .header_area nav ul li:nth-child(2) a p span::after {
  content: '';
  background: #fff;
  bottom: 0;
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#header .header_area nav ul li a {
  display: block;
}

#header .header_area nav ul li a dl {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 1.2rem;
}

#header .header_area nav ul li a dl dt,
#header .header_area nav ul li a dl dd {
  line-height: 1;
}

#header .header_area nav ul li a dl:nth-child(1) {
  font-family: 'Roboto', 'Noto Sans JP', san-serif;
}

#header .header_area nav ul li a dl:nth-child(1) dt {
  font-size: 1.4rem;
}

#header .header_area nav ul li a dl:nth-child(1) dd {
  font-size: 2.8rem;
  margin-left: 3px;
}

@media (max-width: 1200px) and (min-height: 768px) {
  #header {
    padding: 0 3.3333vw;
  }
  /* #header .header_area h1 span {
    font-size: 1.5vw;
  } */
  #header .header_area nav ul li {
    margin-left: 3vw;
  }
  #header .header_area nav ul li a dl {
    font-size: 1vw;
  }
  #header .header_area nav ul li a dl:nth-child(1) dd {
    font-size: 2.33333vw;
  }
}

@media (max-width: 1024px) {
  #header .header_area h1 span {
    /* display: none; */
    font-size: 2.7vw;
  }
}

@media only screen and (max-width: 1024px) {
  #header {
    height: auto;
    padding: 0 0 0 6.6666vw;
  }
  #header .header_area {
    height: 100%;
  }
  #header .header_area h1 a {
    display: block;
    font-size: 0;
  }
  #header .header_area h1 a img {
    width: 27.2vw;
    height: auto;
  }
  #header .header_area nav {
    display: flex;
    flex-wrap: wrap;
  }
  #header .header_area nav ul {
    display: flex;
    align-items: flex-start;
  }
  #header .header_area nav ul li {
    margin-left: 0;
  }
  #header .header_area nav ul li.sp {
    display: block;
    height: 16vw;
  }
  #header .header_area nav ul li.sp a {
    display: block;
    width: 16vw;
    font-size: 2.9333vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #header .header_area nav ul li.sp a span {
    display: block;
    line-height: 1;
    letter-spacing: 0.15em;
  }
  #header .header_area nav ul li.sp a::before {
    content: "";
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header .header_area nav ul li:nth-child(3) {
    padding: 3.2vw 0;
    background-color: #31cd9e;
  }
  #header .header_area nav ul li:nth-child(3) a::before {
    background-image: url(/images/icon_tel.png);
    width: 5.0666vw;
    height: 5.0666vw;
    margin: 0 auto 1.65vw;
  }
  #header .header_area nav ul li:nth-child(4) {
    padding: 3.2vw 0;
    background-color: #20a2e5;
  }
  #header .header_area nav ul li:nth-child(4) a::before {
    background-image: url(/images/icon_calendar.png);
    width: 5.0666vw;
    height: 5.0666vw;
    margin: 0 auto 1.65vw;
  }
  #header .header_area nav ul li.hvp {
    display: none;
  }
}

@media screen and (orientation: landscape) {
  .mobile #header {
    height: 8vw;
    padding: 0 3vw;
  }
  .mobile #header .header_area h1 span {
    display: block;
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .mobile #header .header_area nav ul {
    align-items: center;
  }
  .mobile #header .header_area nav ul li.hvp {
    display: block;
  }
  .mobile #header .header_area nav ul li.hvp {
    margin-left: 3vw;
  }
  .mobile #header .header_area nav ul li.hvp a dl {
    font-size: 1vw;
  }
  .mobile #header .header_area nav ul li.hvp a dl:nth-child(1) dd {
    font-size: 2.33333vw;
  }
  .mobile #header .header_area nav ul li.hvp:nth-child(2) a {
    font-size: 1.166666vw;
  }
  .mobile #header .header_area nav ul li.hvp:nth-child(2) a p {
    padding: 13px 3.75vw;
  }
  .mobile #header .header_area nav ul li.sp {
    display: none;
  }
}

body {
  opacity: 0;
  transition: opacity 900ms ease-out;
}

@media only screen and (max-width: 1024px) {
  body.top {
    min-width: auto;
  }
}

body.show {
  opacity: 1;
}

.top main {
  display: block;
  position: relative;
  height: calc(100vh - 100px);
}

/* .top main.active .fade_area_ja .switchBg {
  transform: translateX(0);
} */

.top main .fade_area_ja {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}

.top main .fade_area_ja .switchBg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  /* transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transform: translateX(-101%); */
  overflow: hidden;
}

.top main .fade_area_ja .switchBg img {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.top main .read_txt {
  /* opacity: 0; */
  position: absolute;
  right: 2vw;
  top: 50%;
  color: #fff;
  transform: translate(0, -50%);
}

.top main .read_txt h1 {
  font-size: 5.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 3px #808080;
}

.top main .read_txt h1 span {
  display: block;
}

.top main .read_txt h1 br {
  display: none;
}

.top main .read_txt h2 {
  font-size: 3rem;
  margin-bottom: 28px;
  text-shadow: 1px 2px 3px #808080;
}

.top main .read_txt h1 span span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #e1f062;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.top main .read_txt .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2;
  text-shadow: 1px 1px 2px #808080;
  margin-bottom: 30px;
}

.top main .read_txt .txt p {
  color: #fff;
  letter-spacing: 0.2em;
}

.top main .read_txt .hvp {
  width: auto;
}

.top main .read_txt .hvp a {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  height: 100%;
  padding: 0;
  transition: all .3s ease-out;
  position: relative;
  background: linear-gradient(to right, rgba(32, 162, 229, 0.8) 0%, rgba(50, 199, 180, 0.8) 100%);
  padding: 35px 0;
}

.top main .read_txt .hvp a::after {
  content: "";
  display: block;
  width: 43px;
  height: 20px;
  background-image: url(/images/icon_car.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 10px;
  transition: all .3s ease;
}

.desktop .top main .read_txt .hvp a:hover::after {
  transform: translateX(10px);
}

.top main .read_txt .hvp a p {
  position: relative;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}

.top main .read_txt .hvp a p span {
  width: 29px;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.top main .read_txt .hvp a p span::after {
  content: '';
  background: #fff;
  bottom: 0;
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
}

.top main .scl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top main .scl p {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.2em;
}

.top main .scl p::after {
  content: "";
  display: block;
  height: 50px;
  width: 1px;
  background-color: #fff;
  margin: 20px auto 0;
}

@media only screen and (max-width: 1024px) {
  .top main {
    height: auto;
    margin-bottom: 0;
  }
  .top main.active .fade_area_ja .switchBg {
    transform: translateX(0);
  }
  .top main .fade_area_ja {
    position: static;
    right: 0;
    width: 100vw;
    height: 56vw;
  }
  .top main .read_txt {
    position: static;
    width: 90vw;
    transform: translate(0, 0);
    margin: 4vw auto 0;
  }
  .top main .read_txt h1 {
    font-size: 7.46666vw;
    line-height: 1.4;
    color: #000;
    margin-bottom: 2vw;
    white-space: nowrap;
    text-shadow: none;
  }
  .top main .read_txt h1 > span {
    display: block;
    /* letter-spacing: 0.2em; */
  }
  .top main .read_txt h1 > br {
    display: block;
  }
  .top main .read_txt h1 > span span {
    padding-top: 0;
    letter-spacing: 0.2em;
  }
  .top main .read_txt h1 > span span::before {
    display: none;
  }
  .top main .read_txt h2 {
    font-size: 4.3vw;
    margin-bottom: 1vw;
  }
  .top main .read_txt .txt {
    margin-bottom: 9vw;
    padding: 0;
    line-height: 1;
    color: #000;
    text-shadow: none;
  }
  .top main .read_txt .txt p {
    color: #000;
    letter-spacing: 0.2em;
    font-size: 3.73333vw;
    display: inline;
  }
  .top main .read_txt .hvp a::after {
    width: 8vw;
    height: 3.73333vw;
  }
  .top main .read_txt .txt p br {
    display: none;
  }
  .top main .read_txt .hvp {
    margin: 0 auto;
    width: 100%;
  }
  .top main .read_txt .hvp a {
    font-size: 3.7333vw;
    padding: 6.6666vw 0;
  }
  .top main .read_txt .hvp a p {
    padding: 0;
    font-size: 5.73333vw;
  }
  .top main .read_txt .hvp a p span::after {
    width: 9vw;
  }
  .top main .scl {
    display: none;
  }
}

@media screen and (orientation: landscape) {
  .mobile .top main {
    height: calc(100vh - 8vw);
  }
  .mobile .top main .fade_area_ja {
    width: 100vw;
  }
  .mobile .top main .read_txt {
    top: 45%;
    left: 3vw;
  }
  .mobile .top main .read_txt h1 {
    font-size: 3.83vw;
    margin-bottom: 2vw;
  }
  .mobile .top main .read_txt h1 br {
    display: none;
  }
  .mobile .top main .read_txt h1 span:first-of-type {
    display: inline;
    margin-left: 15px;
  }
  .mobile .top main .read_txt h2 {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .mobile .top main .read_txt h2 br {
    display: none;
  }
  .mobile .top main .read_txt .txt {
    margin-bottom: 0;
    padding: 0;
  }
  .mobile .top main .read_txt .txt p {
    font-size: 1.8vw;
  }
  .mobile .top main .read_txt .hvp {
    display: none;
    margin: 0;
    width: 48.87vw;
  }
  .mobile .top main .read_txt .hvp a {
    font-size: 1.73vw;
  }
  .mobile .top main .read_txt .hvp a p {
    padding: 2.07vw 0;
  }
}


.top #contact_form {
  padding: 70px 50px;
  position: relative;
  z-index: 1;
}

.top #contact_form .outer {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 100px;
}

.top #contact_form .outer .inr {
  max-width: 1000px;
  margin: 0 auto;
}

.top #contact_form .outer .inr .txt_area {
  position: relative;
  z-index: 1;
  margin-bottom: 74px;
  text-align: center;
}

.top #contact_form .outer .inr .txt_area h1 {
  margin: 0 auto 50px;
  font-size: 5rem;
  color: #20a2e5;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-shadow: 1px 2px 3px #f8f8f8;
  text-align: center;
}

.top #contact_form .outer .inr .txt_area p {
  line-height: 2.1;
  font-size: 1.6rem;
}

.top #contact_form .outer .inr ul {
  display: flex;
  align-items: center;
  width: 800px;
  margin: 0 auto 60px;
  background-color: #eee;
  border-radius: 10px;
  padding: 18px 45px;
}

.top #contact_form .outer .inr ul li {
  list-style: none;
  flex-shrink: 0;
}

.top #contact_form .outer .inr ul li:last-child {
  border-left: 1px solid #fff;
  padding: 14px 0 10px 45px;
}

.top #contact_form .outer .inr ul li p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 40px;
}

.top #contact_form .outer .inr ul li a {
  display: block;
  pointer-events: none;
}

.top #contact_form .outer .inr ul li a dl {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  font-size: 1.4rem;
}

.top #contact_form .outer .inr ul li a dl dt,
.top #contact_form .outer .inr ul li a dl dd {
  line-height: 1;
}

.top #contact_form .outer .inr ul li a dl:nth-child(1) {
  font-family: 'Roboto', 'Noto Sans JP', san-serif;
  margin-bottom: 7px;
}

.top #contact_form .outer .inr ul li a dl:nth-child(1) dt {
  font-size: 2.1rem;
}

.top #contact_form .outer .inr ul li a dl:nth-child(1) dd {
  font-size: 4.4rem;
  margin-left: 3px;
}

.top #contact_form .outer .inr form .f_wrap {
  padding: 15px 50px 50px;
  border: 1px solid #dcdcdc;
  margin-bottom: 60px;
}

.top #contact_form .outer .inr form .f_wrap .box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #dcdcdc;
}

.top #contact_form .outer .inr form .f_wrap .box dl.dl {
  width: 32.5%;
  border-bottom: none;
}

.top #contact_form .outer .inr form .f_wrap .box2 dl.dl {
  width: 49.25%;
}

.top #contact_form .outer .inr form .f_wrap dl.dl {
  padding: 22px 0 25px;
  border-bottom: 1px dashed #dcdcdc;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 14px;
  letter-spacing: 0.1em;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd.dateTime {
  border: none;
  display: flex;
  justify-content: space-between;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd.dateTime div {
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  padding: 14px;
  width: 49%;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd.dateTime div select {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type {
  padding: 22px 0 5px;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type dd {
  border: none;
  padding: 0;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type dd #radioWrap {
  display: flex;
  flex-wrap: wrap;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type label {
  position: relative;
  margin-bottom: 30px;
  margin-left: 4%;
  width: 22%;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label:nth-child(4n + 1) {
  margin-left: 0;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"] {
  display: none;
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label span {
  display: block;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label .icon {
  display: block;
  position: relative;
  border: 1px solid #20a2e5;
  border-radius: 10px;
  height: 150px;
  transition: all .3s ease;
  overflow: hidden;
  font-size: 0;
  /* padding: 30px 10px 10px 25px; */
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label .icon svg {
  width: 160px;
  height: 100px;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transition: all .3s ease;
  transform: translate(50%,50%);
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label .icon svg .cls-1,
.top #contact_form .outer .inr form .f_wrap dl.car_type label .icon svg .cls-2 {
  fill: #20a2e5;
  transition: all .3s ease;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label .icon svg .cls-3 {
  fill: none;
  stroke: #20a2e5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.11px;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"]:checked + .icon {
  background-color: #20a2e5;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"]:checked + .icon svg {
  fill: #fff;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"]:checked + .icon svg .cls-1,
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"]:checked + .icon svg .cls-2 {
  fill: #fff;
}
/* .top #contact_form .outer .inr form .f_wrap dl.car_type label span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  display: block;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: 12px;
  width: 12px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: block;
  border-radius: 50%;
  background-color: #333;
  opacity: 0;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"]:checked + span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"] {
  width: 20px;
  height: 20px;
  appearance: none;
  -webkit-appearance: none;
}
.top #contact_form .outer .inr form .f_wrap dl.car_type label span {
  margin-left: 30px;
  line-height: 1;
  font-size: 14px;
} */

.top #contact_form .outer .inr form .f_wrap dl.option dd {
  border: none;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check {
  text-align: center;
  display: flex;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check label {
  line-height: 135%;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check label input[type="checkbox"] {
  position: relative;
  border: none;
  transform: translateY(-2px);
  appearance: auto;
  width: auto;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check label input[type="checkbox"]:before {
  position: absolute;
  z-index: 1;
  top: 0.525rem;
  left: 0.5875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #333;
  border-top-style: none;
  border-right-style: none;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check label input[type="checkbox"]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check label input[type="checkbox"]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  cursor: pointer;
  border: 2px solid #d2d2d2;
  background: #fff;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .check label span {
  margin-left: 20px;
  line-height: 1;
}

.top #contact_form .outer .inr form .f_wrap dl.option dd .caution {
  margin-top: 30px;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type dd .selectWrap {
  position: relative;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type dd .selectWrap select {
  width: 100%;
  cursor: pointer;
}

.top #contact_form .outer .inr form .f_wrap dl.car_type dd .selectWrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  border-top: 12px solid #333;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd input, 
.top #contact_form .outer .inr form .f_wrap dl.dl dd textarea {
  width: 100%;
  resize: none;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd input#date_end {
  opacity: 1;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd input#date_end:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.top #contact_form .outer .inr form .f_wrap dl.dl dd textarea {
  height: 180px;
}

.top #contact_form .outer .inr form .f_wrap .txt {
  font-size: 1.2rem;
}

.top #contact_form .outer .inr form .f_wrap .txt p {
  line-height: 2.5;
}

.top #contact_form .outer .inr form .f_wrap .txt p sup {
  top: 0;
  margin-right: 5px;
}

.top #contact_form .outer .inr form .send {
  display: flex;
  justify-content: center;
}

.top #contact_form .outer .inr form .send button {
  display: block;
  width: 280px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  height: 100%;
  padding: 0;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s ease-out;
  position: relative;
  background-color: #20a2e5;
  background: -webkit-linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
  background: linear-gradient(to right, rgba(32, 162, 229, 1) 0%, rgba(50, 199, 180, 1) 100%);
}

.top #contact_form .outer .inr form .send button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.top #contact_form .outer .inr form .send button p {
  position: relative;
  letter-spacing: 0.1em;
  padding: 19px 0;
  color: #fff;
}

.top #contact_form .outer .inr form .send button p span {
  width: 29px;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.top #contact_form .outer .inr form .send button p span::after {
  content: '';
  background: #fff;
  bottom: 0;
  display: block;
  height: 1px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media (max-width: 1366px) {
  .top #contact_form .outer .inr form .f_wrap dl.car_type label .icon {
    height: 10vw;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label .icon svg {
    width: 12vw;
    height: 6.5vw;
  }
}

@media (max-width: 1024px) {
  .top #contact_form {
    position: static;
    padding: 12vw 6.6666vw 6.6666vw;
  }
  .top #contact_form .outer {
    padding: 7.4666vw 6.6666vw 6.6666vw;
  }
  .top #contact_form .outer .inr .txt_area {
    text-align: center;
    margin-bottom: 6.6666vw;
  }
  .top #contact_form .outer .inr .txt_area h1 {
    font-size: 6.1333vw;
    letter-spacing: 0.15em;
    margin-bottom: 5vw;
    text-align: center;
    padding: 0 2.6666vw;
  }
  .top #contact_form .outer .inr .txt_area p {
    font-size: 3.2vw;
    text-align: left;
  }
  .top #contact_form .outer .inr .txt_area p br {
    display: none;
  }
  .top #contact_form .outer .inr .txt_area span {
    font-size: 3.2vw;
  }
  .top #contact_form .outer .inr ul {
    display: block;
    width: auto;
    padding: 2.9333vw 4.2666vw;
    text-align: center;
    margin: 0 auto 9.333vw;
  }
  .top #contact_form .outer .inr ul li:last-child {
    border-left: none;
    border-top: 1px solid #fff;
    padding: 2.6666vw 0;
  }
  .top #contact_form .outer .inr ul li p {
    font-size: 3.2vw;
    margin-right: 0;
    margin-bottom: 2.1333vw;
    letter-spacing: 0.2em;
  }
  .top #contact_form .outer .inr ul li a {
    display: block;
    pointer-events: auto;
  }
  .top #contact_form .outer .inr ul li a dl {
    font-size: 2.6666vw;
    justify-content: center;
  }
  .top #contact_form .outer .inr ul li a dl:nth-child(1) {
    margin-bottom: 7px;
  }
  .top #contact_form .outer .inr ul li a dl:nth-child(1) dt {
    font-size: 3.2vw;
  }
  .top #contact_form .outer .inr ul li a dl:nth-child(1) dd {
    font-size: 6.6666vw;
    font-weight: 400;
    margin-left: 3px;
  }
  .top #contact_form .outer .inr form .f_wrap {
    padding: 0 0 4.8vw;
    border: none;
    margin-bottom: 10.6666vw;
    border-top: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
  }
  .top #contact_form .outer .inr form .f_wrap .box {
    display: block;
    border-bottom: none;
  }
  .top #contact_form .outer .inr form .f_wrap .box dl.dl {
    width: auto;
    border-bottom: 1px dashed #dcdcdc;
  }
  .top #contact_form .outer .inr form .f_wrap .box2 dl.dl {
    width: auto;
  }
  .top #contact_form .outer .inr form .f_wrap dl.dl {
    padding: 3.2vw 0 4vw;
    border-bottom: 1px dashed #dcdcdc;
  }
  .top #contact_form .outer .inr form .f_wrap dl.dl dt {
    font-size: 3.2vw;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .top #contact_form .outer .inr form .f_wrap dl.dl dd {
    border-radius: 0;
    padding: 2.1333vw;
    letter-spacing: 0.1em;
  }

  .top #contact_form .outer .inr form .f_wrap dl.car_type {
    padding: 22px 0 5px;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type dd {
    padding: 0;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label {
    margin-bottom: 5.6666vw;
    margin-left: 0;
    width: 48%;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label:nth-child(4n + 1) {
    margin-left: 0;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label:nth-child(even) {
    margin-left: 4%;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label .icon {
    height: 23vw;
    /* padding: 2.6666vw; */
    font-size: 0;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label .icon svg {
    width: 28vw;
    height: 17vw;
    bottom: 50%;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label span::before {
    height: 20px;
    width: 20px;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label span::after {
    top: 5px;
    left: 5px;
    height: 12px;
    width: 12px;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label input[type="radio"] {
    width: 20px;
    height: 20px;
  }
  .top #contact_form .outer .inr form .f_wrap dl.car_type label span {
    font-size: 3.2vw;
    margin-top: 5px;
    line-height: 1.4;
  }

  .top #contact_form .outer .inr form .f_wrap dl.option dd {
    padding: 0;
  }
  .top #contact_form .outer .inr form .f_wrap dl.option dd .check {
    display: block;
  }
  .top #contact_form .outer .inr form .f_wrap dl.option dd .check label {
    margin-right: 0;
    margin-bottom: 5.3333vw;
  }
  .top #contact_form .outer .inr form .f_wrap dl.option dd .check label:last-of-type {
    margin-bottom: 0;
  }
  .top #contact_form .outer .inr form .f_wrap dl.option dd .check label span {
    font-size: 3.2vw;
  }
  .top #contact_form .outer .inr form .f_wrap dl.option dd .caution {
    margin-top: 5.6666vw;
    font-size: 3.2vw;
  }
  .top #contact_form .outer .inr form .f_wrap dl.dl dd input, .top #contact_form .outer .inr form .f_wrap dl.dl dd textarea {
    font-size: 3.2vw;
  }
  .iphone .top #contact_form .outer .inr form .f_wrap dl.dl dd input, .iphone .top #contact_form .outer .inr form .f_wrap dl.dl dd textarea {
    font-size: 16px;
  }
  .top #contact_form .outer .inr form .f_wrap dl.dl dd.dateTime div select {
    font-size: 16px;
  }
  .top #contact_form .outer .inr form .f_wrap dl.dl dd textarea {
    height: 180px;
  }
  .top #contact_form .outer .inr form .f_wrap dl:first-of-type dd .radioWrap {
    width: 30%;
  }
  .top #contact_form .outer .inr form .f_wrap .txt {
    font-size: 1.2rem;
  }
  .top #contact_form .outer .inr form .f_wrap .txt p {
    line-height: 2.5;
  }
  .top #contact_form .outer .inr form .send {
    padding: 0 6.6666vw;
  }
  .top #contact_form .outer .inr form .send button {
    width: 100%;
    font-size: 3.7333vw;
  }
  .top #contact_form .outer .inr form .send button p {
    padding: 5.0666vw 0;
  }
  .top #contact_form .outer .inr form .send button p span {
    width: 8.536vw;
  }
}

/*footer_area-----*/
#footer {
  background-color: #fff;
  padding: 42px 50px;
}

#footer .outer .inr {
  max-width: 1000px;
  margin: 0 auto;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

#footer .outer .inr .copy {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #777;
  text-align: center;
}

#footer .outer .inr .ttl {
  color: #777;
}

#footer .outer .inr .ttl span {
  letter-spacing: 0.2em;
}

#footer .outer .inr .ttl span:last-child {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  #footer {
    position: relative;
    padding: 0;
  }
  #footer .outer .inr {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #footer .outer .inr .ttl {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    font-size: 2.9333vw;
    padding-bottom: 6.9333vw;
  }
  #footer .outer .inr .copy {
    width: 100%;
    text-align: center;
    font-size: 2.6666vw;
    padding: 6.4vw 0;
  }
}

#contact_form .privacyPolicy {
  padding: 22px 0 30px;
}

#contact_form .privacyPolicy h4 {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

#contact_form .privacyPolicy .c_inr h5 {
  margin-bottom: 10px;
}

#contact_form .privacyPolicy .c_inr p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.6;
}

#contact_form .privacyPolicy .c_inr dl {
  display: flex;
  line-height: 1.6;
}

#contact_form .privacyPolicy .c_inr .mini_block {
  margin-bottom: 30px;
}

#contact_form .privacyPolicy .c_inr .mini_block .mbl {
  margin: 0 0 0 29px;
}

#contact_form .privacyPolicy .c_inr .mini_block .mbl .bt {
  margin: 0 0 20px 10px;
}

#contact_form .privacyPolicy .check {
  text-align: center;
}

#contact_form .privacyPolicy .check label {
  line-height: 135%;
  position: relative;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  opacity: 0.5;
}

#contact_form .privacyPolicy .check label input[type="checkbox"] {
  position: relative;
  border: none;
  transform: translateY(-2px);
  appearance: auto;
}

#contact_form .privacyPolicy .check label input[type="checkbox"]:before {
  position: absolute;
  z-index: 1;
  top: 0.525rem;
  left: 0.5875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #333;
  border-top-style: none;
  border-right-style: none;
}

#contact_form .privacyPolicy .check label input[type="checkbox"]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

#contact_form .privacyPolicy .check label input[type="checkbox"]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
  cursor: pointer;
  border: 2px solid #d2d2d2;
  background: #fff;
}

#contact_form .privacyPolicy .check label span {
  margin-left: 20px;
  line-height: 1;
}

.ipad #contact_form .privacyPolicy .check label input[type="checkbox"]:before {
  top: 0.725rem;
  width: 1rem;
}
.ipad #contact_form .privacyPolicy .check label input[type="checkbox"]:after {
  width: 22px;
  height: 22px;
}
.ipad #contact_form .privacyPolicy .check label span {
  font-size: 15px;
  transform: translateY(2px);
}

@media (max-width: 1024px) {
  #contact_form .privacyPolicy {
    padding: 3.2vw 0 4vw;
  }
  #contact_form .privacyPolicy h4 {
    font-size: 3.2vw;
    margin-bottom: 2.6666vw;
    letter-spacing: 0.1em;
  }
  #contact_form .privacyPolicy > p {
    font-size: 3.2vw;
    letter-spacing: 0.1em;
  }
  #contact_form .privacyPolicy .check label {
    align-items: flex-start;
  }
  #contact_form .privacyPolicy .check label span {
    font-size: 3.2vw;
    margin-left: 4.8vw;
  }
  #contact_form .privacyPolicy .check label input[type="checkbox"]:before {
    top: 1vw;
    left: 1.2vw;
    width: 2.6vw;
    height: 1.3vw;
  }
  #contact_form .privacyPolicy .check label input[type="checkbox"]:after {
    width: 5.3333vw;
    height: 5.3333vw;
    border: 1px solid #d2d2d2;
  }
  .top #contact_form .outer .inr form .f_wrap .txt p {
    font-size: 2.6666vw;
  }
  #contact_form .privacyPolicy .c_inr h5 {
    font-size: 3.2vw;
    margin-bottom: 2.6666vw;
  }
  #contact_form .privacyPolicy .c_inr p {
    font-size: 2.9333vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
  #contact_form .privacyPolicy .c_inr dl {
    font-size: 2.9333vw;
  }
  #contact_form .privacyPolicy .c_inr .mini_block {
    margin-bottom: 5.3333vw;
  }
  #contact_form .privacyPolicy .c_inr .mini_block .mbl {
    margin: 0 0 0 5.3333vw;
  }
  #contact_form .privacyPolicy .c_inr .mini_block .mbl .bt {
    margin: 0 0 4vw;
  }
}

#contact_form .privacyPolicy .container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 25px 36px 25px 25px;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  border-radius: 2px;
}

#contact_form .privacyPolicy .container .scrollable {
  margin-right: -6px;
  padding-right: 6px;
  height: 180px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#contact_form .privacyPolicy .container .scrollable::-webkit-scrollbar {
  display: none;
}

#contact_form .privacyPolicy .container .scrollable .adjustment {
  margin-right: 6px;
}

#contact_form .privacyPolicy .container .scrollbar {
  position: absolute;
  top: 15px;
  right: 11px;
  bottom: 15px;
  width: 6px;
  background-color: #dcdcdc;
  overflow: hidden;
  border-radius: 3px;
}

#contact_form .privacyPolicy .container .scrollbar .scrollbar-thumb {
  position: relative;
  min-height: 50px;
  background-color: #c1c1c1;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  #contact_form .privacyPolicy .container {
    padding: 3.2vw 6.6666vw;
    border-radius: 0;
    margin-bottom: 4.2666vw;
  }
  #contact_form .privacyPolicy .container .scrollable {
    margin-right: -6px;
    padding-right: 6px;
    height: 180px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #contact_form .privacyPolicy .container .scrollable::-webkit-scrollbar {
    display: none;
  }
  #contact_form .privacyPolicy .container .scrollable .adjustment {
    margin-right: 6px;
  }
  #contact_form .privacyPolicy .container .scrollbar {
    position: absolute;
    top: 15px;
    right: 11px;
    bottom: 15px;
    width: 6px;
    background-color: #dcdcdc;
    overflow: hidden;
    border-radius: 3px;
  }
  #contact_form .privacyPolicy .container .scrollbar .scrollbar-thumb {
    position: relative;
    min-height: 50px;
    background-color: #c1c1c1;
    border-radius: 3px;
  }
}


/* ====================
*    over layer
* ====================== */
html.scrollStop {
  overflow-y: hidden;
}

body.showMovie .overlay,
body.showItem .overlay {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out;
  transition: opacity 300ms ease-out,-webkit-transform 300ms ease-out;
  -o-transition: opacity 300ms ease-out,-o-transform 300ms ease-out;
  -moz-transition: opacity 300ms ease-out,transform 300ms ease-out,-moz-transform 300ms ease-out;
  transition: opacity 300ms ease-out,transform 300ms ease-out;
  transition: opacity 300ms ease-out,transform 300ms ease-out,-webkit-transform 300ms ease-out,-moz-transform 300ms ease-out,-o-transform 300ms ease-out;
}

body.showMovie.readyMovie .overlay,
body.showMovie.closeMovie .overlay,
body.showItem.readyItem .overlay,
body.showItem.closeItem .overlay {
  opacity: 0;
}

body.showMovie.readyMovie .overlay .wrapper .container,
body.showMovie.closeMovie .overlay .wrapper .container,
body.showItem.readyItem .overlay .wrapper .container,
body.showItem.closeItem .overlay .wrapper .container {
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -o-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

body.showMovie .overlay .wrapper .close,
body.showItem .overlay .wrapper .close {
  opacity: 1 !important;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  transform: translateZ(2px);
  overflow: hidden;
}

.overlay .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .3s ease;
}

.showItem .overlay .background {
  background-color: #000;
}

.overlay .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay .wrapper .container {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 20px #000;
  width: 1024px;
  height: 576px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all .3s ease;
}

@media (min-width: 1024px) and (max-height: 768px) {
  .overlay .wrapper .container {
    width: 700px;
    height: 394px;
  }
}

.showItem .overlay .wrapper .container {
  box-shadow: none;
  max-width: 1000px;
  height: calc(100vh - 25.5vh);
}

@media (min-width: 1024px) and (max-height: 768px) {
  .showItem .overlay .wrapper .container {
    width: 600px;
    height: 580px;
  }
}

.overlay .wrapper .container iframe {
  width: 100%;
  height: 100%;
}

.overlay .wrapper .container.slide .slidecontainer {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.overlay .wrapper .container.slide .slidecontainer .holder {
  width: 100%;
  height: 100%;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container {
  height: 100%;
  position: relative;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .top {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .top img {
  width: 100%;
  vertical-align: middle;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl dt {
  font-size: 16px;
}

.overlay .wrapper .container.slide .prevbtn {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  right: 105%;
}

.overlay .wrapper .container.slide .prevbtn a {
  display: block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

.overlay .wrapper .container.slide .nextbtn {
  position: absolute;
  margin-top: -30px;
  top: 50%;
  left: 105%;
}

.overlay .wrapper .container.slide .nextbtn a {
  display: block;
  width: 25px;
  height: 25px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
}

.overlay .wrapper .close {
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 50px;
  height: 50px;
  transition: opacity .3s ease;
  z-index: 1;
}

.overlay .wrapper .close span {
  position: relative;
}

.overlay .wrapper .close span::before {
  content: "";
  display: inline-block;
  height: 50px;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 7px;
  left: 22px;
}

.showItem .overlay .wrapper .close span::before {
  border-left: 1px solid #fff;
}

.overlay .wrapper .close span::after {
  content: "";
  display: inline-block;
  height: 50px;
  border-left: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 23px;
}

.showItem .overlay .wrapper .close span::after {
  border-left: 1px solid #fff;
}

@media (max-width: 1024px) {
  .showItem .overlay .wrapper .container {
    width: 74.7vw;
    height: 99.7vw;
  }
  .overlay .wrapper .container {
    width: 90vw;
    height: 50.9vw;
  }
  .overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .top {
    /* margin-bottom: 6.1333vw; */
  }
  .overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl {
    font-size: 3.2vw;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }
  .overlay .wrapper .container.slide .slidecontainer .holder .item .li_container .bottom dl dt {
    font-size: 3.4666vw;
    white-space: break-spaces;
  }
  .overlay .wrapper .container.slide .prevbtn {
    margin-top: -5vw;
    right: 103%;
  }
  .overlay .wrapper .container.slide .prevbtn a {
    width: 5.3333vw;
    height: 5.3333vw;
  }
  .overlay .wrapper .container.slide .nextbtn {
    margin-top: -5vw;
    left: 103%;
  }
  .overlay .wrapper .container.slide .nextbtn a {
    width: 5.3333vw;
    height: 5.3333vw;
  }
  .overlay .wrapper .close {
    top: 5.3333vw;
    right: 2.6666vw;
  }
  .overlay .wrapper .close span::before {
    height: 9.3vw;
  }
  .overlay .wrapper .close span::after {
    height: 9.3vw;
  }
}


@media screen and (orientation: landscape) {
  /* .mobile body {
    background-color: #20a2e5;
    overflow: hidden;
  }
  .mobile body::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: #20a2e5;
    background-image: url(/images/sp_landscape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
  } */
}

.ui-widget-header {
  border: none;
  background: #20a2e5;
  color: #fff;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev {
  top: 10px;
  left: 6px;
  width: 1em;
  height: 1em;
}
.ui-datepicker .ui-datepicker-next {
  top: 10px;
  right: 6px;
  width: 1em;
  height: 1em;
}

.ui-datepicker .ui-datepicker-prev::before, 
.ui-datepicker .ui-datepicker-next::before {
  content: "◀";
  display: block;
  color: #fff;
  line-height: 1;
}

.ui-datepicker .ui-datepicker-next::before {
  content: "▶";
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker-week-end:first-of-type,
.ui-datepicker-week-end:first-of-type .ui-state-default {
  color: red;
}

.ui-datepicker-week-end:last-of-type,
.ui-datepicker-week-end:last-of-type .ui-state-default {
  color: blue;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: none;
  color: #000;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
  border: none;
  background: #20a2e5;
  color: #fff!important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #20a2e5;
  color: #fff!important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #20a2e5;
  color: #fff!important;
}
