@charset "UTF-8";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    visibility: visible !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}
a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}

p {
  margin: 0px 0px 30px 0px;
  padding: 0;
}
p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  p {
    margin: 0 0 7.2463768116vw 0;
  }
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
figure img {
  width: 100%;
}

input[type=submit] {
  border: none;
  transition-duration: 0.2s;
}

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

dl, dt, dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  word-break: break-word;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div, p {
  word-break: break-all;
}

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

ul, ol, li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.333333334vw;
  }
}

body {
  font-family: serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3888888889;
  color: #000;
  overflow-wrap: break-word;
  font-weight: 300;
  overflow-y: auto;
  background: #07060a;
  background: #f3f3f3;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .wrapper {
    width: 96rem;
  }
  .wrapper.wrapper-lp2 {
    width: 100%;
    min-width: 120rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body.open {
    overflow: hidden;
  }
}

.lp-inner {
  max-width: 101rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lp-inner {
    max-width: 100%;
    padding: 0 4rem;
  }
}

.row {
  max-width: 108rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .row {
    padding: 0 2rem;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.footer {
  padding: 4rem 0;
  background: #008147;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", sans-serif;
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-nav ul li {
  padding: 0 3rem 3rem;
}
.footer-nav ul li a {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .footer-nav ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
  }
}
.footer-copyright {
  text-align: center;
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3846153846;
  font-weight: 500;
}
.footer-copyright small {
  display: block;
}

.p-lp {
  background: #fff;
  color: transparent;
}
.p-lp img {
  display: block;
  width: 100%;
}
.p-lp .kv {
  position: relative;
}
.p-lp .kv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.p-lp .cta {
  text-align: center;
  font-size: 5.6rem;
  line-height: 1.4285714286;
  background: #fffff7;
}
.p-lp .cta__form {
  padding: 2rem 10% 0;
  margin-bottom: 5rem;
}
.p-lp .cta__countdown {
  margin-top: 2rem;
  font-size: 190%;
  margin-bottom: 1rem;
}
.p-lp .cta__countdown .num {
  display: inline-block;
  animation-iteration-count: 592;
  animation-delay: 0.6s;
}
.p-lp .cta__ttl {
  color: #fff;
  font-weight: 500;
  font-size: 6rem;
}
.p-lp .cta .count {
  font-size: 5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.p-lp .cta .count .timer {
  display: inline-block;
  animation-iteration-count: 3602;
  animation-delay: 0.5s;
  font-weight: bold;
  font-size: 10rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.p-lp .cta__input-wrap {
  width: 100%;
}
.p-lp .cta__input {
  background: #fff;
  box-shadow: none;
  display: block;
  outline: none;
  font-size: 3.6rem;
  line-height: 1.4666666667;
  padding: 2rem 3rem;
  text-align: center;
  border: none;
  border-radius: 0;
  font-weight: 500;
  color: #232323;
  width: 100%;
  border: 3px solid #008147;
  border-radius: 1rem;
}
.p-lp .cta__input::-moz-placeholder {
  color: #232323;
  opacity: 1;
}
.p-lp .cta__input::placeholder {
  color: #232323;
  opacity: 1;
}
.p-lp .cta__input:-webkit-autofill, .p-lp .cta__input:-webkit-autofill:hover, .p-lp .cta__input:-webkit-autofill:focus, .p-lp .cta__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 8rem white inset !important;
}
.p-lp .cta__btn {
  max-width: 100%;
  padding: 4rem 10% 0;
  margin: 0 auto;
}
.p-lp .cta__btn a,
.p-lp .cta__btn button {
  display: block;
  border: none;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
}
.p-lp .cta__btn a:hover,
.p-lp .cta__btn button:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .p-lp .cta__form {
    padding: 6rem 6%;
  }
  .p-lp .cta__input {
    border-width: 1px;
  }
  .p-lp .cta__btn {
    padding: 4rem 5% 0;
  }
  .footer {
    padding: 6rem 0;
  }
  .footer-nav ul li {
    padding: 0 2rem 3rem;
  }
  .footer-nav ul li a {
    font-size: 3.2rem;
  }
  .footer-copyright {
    font-size: 3.6rem;
  }
}

.ng {
  color: #FF0000;
  font-size: 2.5rem;
  text-align: center;
  margin-top: 20px;
}

.relative {
  position: relative;
  height: 100%;
  max-width: 100%;
}

.absolute-wrapper {
  position: absolute;
  left: 50%;
  bottom: 13%;
  transform: translateX(-50%);
  max-width: 100%;
}

img.btn_animate01 {
  margin: 0 auto;
  cursor: pointer;
  animation: fuwafuwa 1s ease 0s infinite alternate;
  transform-origin: center;
  transform: translateZ(0);
}

@keyframes fuwafuwa {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1.45);
  }
}

.relative2 {
  position: relative;
  height: 100%;
  max-width: 100%;
}

.absolute-wrapper2 {
  position: absolute;
  left: 75%;
  bottom: 68%;
  transform: translateX(-50%) rotate(0deg);
  max-width: 100%;
  animation: rotate-animation 9s linear infinite;
}

@keyframes rotate-animation {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
