@charset "UTF-8";
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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; }

@keyframes text_scroll {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(-100%); } }
.fn-1 {
  font-size: 1px !important; }

.fn-2 {
  font-size: 2px !important; }

.fn-3 {
  font-size: 3px !important; }

.fn-4 {
  font-size: 4px !important; }

.fn-5 {
  font-size: 5px !important; }

.fn-6 {
  font-size: 6px !important; }

.fn-7 {
  font-size: 7px !important; }

.fn-8 {
  font-size: 8px !important; }

.fn-9 {
  font-size: 9px !important; }

.fn-10 {
  font-size: 10px !important; }

.fn-11 {
  font-size: 11px !important; }

.fn-12 {
  font-size: 12px !important; }

.fn-13 {
  font-size: 13px !important; }

.fn-14 {
  font-size: 14px !important; }

.fn-15 {
  font-size: 15px !important; }

.fn-16 {
  font-size: 16px !important; }

.fn-17 {
  font-size: 17px !important; }

.fn-18 {
  font-size: 18px !important; }

.fn-19 {
  font-size: 19px !important; }

.fn-20 {
  font-size: 20px !important; }

.fn-21 {
  font-size: 21px !important; }

.fn-22 {
  font-size: 22px !important; }

.fn-23 {
  font-size: 23px !important; }

.fn-24 {
  font-size: 24px !important; }

.fn-25 {
  font-size: 25px !important; }

.fn-26 {
  font-size: 26px !important; }

.fn-27 {
  font-size: 27px !important; }

.fn-28 {
  font-size: 28px !important; }

.fn-29 {
  font-size: 29px !important; }

.fn-30 {
  font-size: 30px !important; }

.w-10 {
  width: 10% !important; }

.w-20 {
  width: 20% !important; }

.w-30 {
  width: 30% !important; }

.w-40 {
  width: 40% !important; }

.w-50 {
  width: 50% !important; }

.w-60 {
  width: 60% !important; }

.w-70 {
  width: 70% !important; }

.w-80 {
  width: 80% !important; }

.w-90 {
  width: 90% !important; }

.w-100 {
  width: 100% !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.p-5 {
  padding: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85 {
  padding-top: 85px !important; }

.pb-85 {
  padding-bottom: 85px !important; }

.pl-85 {
  padding-left: 85px !important; }

.pr-85 {
  padding-right: 85px !important; }

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important; }

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85 {
  margin-top: 85px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.ml-85 {
  margin-left: 85px !important; }

.mr-85 {
  margin-right: 85px !important; }

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important; }

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pr-90 {
  padding-right: 90px !important; }

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important; }

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.ml-90 {
  margin-left: 90px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important; }

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pl-95 {
  padding-left: 95px !important; }

.pr-95 {
  padding-right: 95px !important; }

.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important; }

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95 {
  margin-top: 95px !important; }

.mb-95 {
  margin-bottom: 95px !important; }

.ml-95 {
  margin-left: 95px !important; }

.mr-95 {
  margin-right: 95px !important; }

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important; }

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important; }

.p-100 {
  padding: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.m-100 {
  margin: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important; }

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important; }

@media screen and (max-width: 768px) {
  .p-md--5 {
    padding: 5px !important; }

  .pt-md--5 {
    padding-top: 5px !important; }

  .pb-md--5 {
    padding-bottom: 5px !important; }

  .pl-md--5 {
    padding-left: 5px !important; }

  .pr-md--5 {
    padding-right: 5px !important; }

  .px-md--5 {
    padding-left: 5px !important;
    padding-right: 5px !important; }

  .py-md--5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }

  .m-md--5 {
    margin: 5px !important; }

  .mt-md--5 {
    margin-top: 5px !important; }

  .mb-md--5 {
    margin-bottom: 5px !important; }

  .ml-md--5 {
    margin-left: 5px !important; }

  .mr-md--5 {
    margin-right: 5px !important; }

  .mx-md--5 {
    margin-left: 5px !important;
    margin-right: 5px !important; }

  .my-md--5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important; }

  .p-md--10 {
    padding: 10px !important; }

  .pt-md--10 {
    padding-top: 10px !important; }

  .pb-md--10 {
    padding-bottom: 10px !important; }

  .pl-md--10 {
    padding-left: 10px !important; }

  .pr-md--10 {
    padding-right: 10px !important; }

  .px-md--10 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .py-md--10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

  .m-md--10 {
    margin: 10px !important; }

  .mt-md--10 {
    margin-top: 10px !important; }

  .mb-md--10 {
    margin-bottom: 10px !important; }

  .ml-md--10 {
    margin-left: 10px !important; }

  .mr-md--10 {
    margin-right: 10px !important; }

  .mx-md--10 {
    margin-left: 10px !important;
    margin-right: 10px !important; }

  .my-md--10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important; }

  .p-md--15 {
    padding: 15px !important; }

  .pt-md--15 {
    padding-top: 15px !important; }

  .pb-md--15 {
    padding-bottom: 15px !important; }

  .pl-md--15 {
    padding-left: 15px !important; }

  .pr-md--15 {
    padding-right: 15px !important; }

  .px-md--15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .py-md--15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .m-md--15 {
    margin: 15px !important; }

  .mt-md--15 {
    margin-top: 15px !important; }

  .mb-md--15 {
    margin-bottom: 15px !important; }

  .ml-md--15 {
    margin-left: 15px !important; }

  .mr-md--15 {
    margin-right: 15px !important; }

  .mx-md--15 {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .my-md--15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }

  .p-md--20 {
    padding: 20px !important; }

  .pt-md--20 {
    padding-top: 20px !important; }

  .pb-md--20 {
    padding-bottom: 20px !important; }

  .pl-md--20 {
    padding-left: 20px !important; }

  .pr-md--20 {
    padding-right: 20px !important; }

  .px-md--20 {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .py-md--20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .m-md--20 {
    margin: 20px !important; }

  .mt-md--20 {
    margin-top: 20px !important; }

  .mb-md--20 {
    margin-bottom: 20px !important; }

  .ml-md--20 {
    margin-left: 20px !important; }

  .mr-md--20 {
    margin-right: 20px !important; }

  .mx-md--20 {
    margin-left: 20px !important;
    margin-right: 20px !important; }

  .my-md--20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important; }

  .p-md--25 {
    padding: 25px !important; }

  .pt-md--25 {
    padding-top: 25px !important; }

  .pb-md--25 {
    padding-bottom: 25px !important; }

  .pl-md--25 {
    padding-left: 25px !important; }

  .pr-md--25 {
    padding-right: 25px !important; }

  .px-md--25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }

  .py-md--25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }

  .m-md--25 {
    margin: 25px !important; }

  .mt-md--25 {
    margin-top: 25px !important; }

  .mb-md--25 {
    margin-bottom: 25px !important; }

  .ml-md--25 {
    margin-left: 25px !important; }

  .mr-md--25 {
    margin-right: 25px !important; }

  .mx-md--25 {
    margin-left: 25px !important;
    margin-right: 25px !important; }

  .my-md--25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important; }

  .p-md--30 {
    padding: 30px !important; }

  .pt-md--30 {
    padding-top: 30px !important; }

  .pb-md--30 {
    padding-bottom: 30px !important; }

  .pl-md--30 {
    padding-left: 30px !important; }

  .pr-md--30 {
    padding-right: 30px !important; }

  .px-md--30 {
    padding-left: 30px !important;
    padding-right: 30px !important; }

  .py-md--30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }

  .m-md--30 {
    margin: 30px !important; }

  .mt-md--30 {
    margin-top: 30px !important; }

  .mb-md--30 {
    margin-bottom: 30px !important; }

  .ml-md--30 {
    margin-left: 30px !important; }

  .mr-md--30 {
    margin-right: 30px !important; }

  .mx-md--30 {
    margin-left: 30px !important;
    margin-right: 30px !important; }

  .my-md--30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important; }

  .p-md--35 {
    padding: 35px !important; }

  .pt-md--35 {
    padding-top: 35px !important; }

  .pb-md--35 {
    padding-bottom: 35px !important; }

  .pl-md--35 {
    padding-left: 35px !important; }

  .pr-md--35 {
    padding-right: 35px !important; }

  .px-md--35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }

  .py-md--35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important; }

  .m-md--35 {
    margin: 35px !important; }

  .mt-md--35 {
    margin-top: 35px !important; }

  .mb-md--35 {
    margin-bottom: 35px !important; }

  .ml-md--35 {
    margin-left: 35px !important; }

  .mr-md--35 {
    margin-right: 35px !important; }

  .mx-md--35 {
    margin-left: 35px !important;
    margin-right: 35px !important; }

  .my-md--35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important; }

  .p-md--40 {
    padding: 40px !important; }

  .pt-md--40 {
    padding-top: 40px !important; }

  .pb-md--40 {
    padding-bottom: 40px !important; }

  .pl-md--40 {
    padding-left: 40px !important; }

  .pr-md--40 {
    padding-right: 40px !important; }

  .px-md--40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }

  .py-md--40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }

  .m-md--40 {
    margin: 40px !important; }

  .mt-md--40 {
    margin-top: 40px !important; }

  .mb-md--40 {
    margin-bottom: 40px !important; }

  .ml-md--40 {
    margin-left: 40px !important; }

  .mr-md--40 {
    margin-right: 40px !important; }

  .mx-md--40 {
    margin-left: 40px !important;
    margin-right: 40px !important; }

  .my-md--40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important; }

  .p-md--45 {
    padding: 45px !important; }

  .pt-md--45 {
    padding-top: 45px !important; }

  .pb-md--45 {
    padding-bottom: 45px !important; }

  .pl-md--45 {
    padding-left: 45px !important; }

  .pr-md--45 {
    padding-right: 45px !important; }

  .px-md--45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }

  .py-md--45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }

  .m-md--45 {
    margin: 45px !important; }

  .mt-md--45 {
    margin-top: 45px !important; }

  .mb-md--45 {
    margin-bottom: 45px !important; }

  .ml-md--45 {
    margin-left: 45px !important; }

  .mr-md--45 {
    margin-right: 45px !important; }

  .mx-md--45 {
    margin-left: 45px !important;
    margin-right: 45px !important; }

  .my-md--45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important; }

  .p-md--50 {
    padding: 50px !important; }

  .pt-md--50 {
    padding-top: 50px !important; }

  .pb-md--50 {
    padding-bottom: 50px !important; }

  .pl-md--50 {
    padding-left: 50px !important; }

  .pr-md--50 {
    padding-right: 50px !important; }

  .px-md--50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }

  .py-md--50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }

  .m-md--50 {
    margin: 50px !important; }

  .mt-md--50 {
    margin-top: 50px !important; }

  .mb-md--50 {
    margin-bottom: 50px !important; }

  .ml-md--50 {
    margin-left: 50px !important; }

  .mr-md--50 {
    margin-right: 50px !important; }

  .mx-md--50 {
    margin-left: 50px !important;
    margin-right: 50px !important; }

  .my-md--50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important; }

  .p-md--55 {
    padding: 55px !important; }

  .pt-md--55 {
    padding-top: 55px !important; }

  .pb-md--55 {
    padding-bottom: 55px !important; }

  .pl-md--55 {
    padding-left: 55px !important; }

  .pr-md--55 {
    padding-right: 55px !important; }

  .px-md--55 {
    padding-left: 55px !important;
    padding-right: 55px !important; }

  .py-md--55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }

  .m-md--55 {
    margin: 55px !important; }

  .mt-md--55 {
    margin-top: 55px !important; }

  .mb-md--55 {
    margin-bottom: 55px !important; }

  .ml-md--55 {
    margin-left: 55px !important; }

  .mr-md--55 {
    margin-right: 55px !important; }

  .mx-md--55 {
    margin-left: 55px !important;
    margin-right: 55px !important; }

  .my-md--55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important; }

  .p-md--60 {
    padding: 60px !important; }

  .pt-md--60 {
    padding-top: 60px !important; }

  .pb-md--60 {
    padding-bottom: 60px !important; }

  .pl-md--60 {
    padding-left: 60px !important; }

  .pr-md--60 {
    padding-right: 60px !important; }

  .px-md--60 {
    padding-left: 60px !important;
    padding-right: 60px !important; }

  .py-md--60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }

  .m-md--60 {
    margin: 60px !important; }

  .mt-md--60 {
    margin-top: 60px !important; }

  .mb-md--60 {
    margin-bottom: 60px !important; }

  .ml-md--60 {
    margin-left: 60px !important; }

  .mr-md--60 {
    margin-right: 60px !important; }

  .mx-md--60 {
    margin-left: 60px !important;
    margin-right: 60px !important; }

  .my-md--60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important; }

  .p-md--65 {
    padding: 65px !important; }

  .pt-md--65 {
    padding-top: 65px !important; }

  .pb-md--65 {
    padding-bottom: 65px !important; }

  .pl-md--65 {
    padding-left: 65px !important; }

  .pr-md--65 {
    padding-right: 65px !important; }

  .px-md--65 {
    padding-left: 65px !important;
    padding-right: 65px !important; }

  .py-md--65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important; }

  .m-md--65 {
    margin: 65px !important; }

  .mt-md--65 {
    margin-top: 65px !important; }

  .mb-md--65 {
    margin-bottom: 65px !important; }

  .ml-md--65 {
    margin-left: 65px !important; }

  .mr-md--65 {
    margin-right: 65px !important; }

  .mx-md--65 {
    margin-left: 65px !important;
    margin-right: 65px !important; }

  .my-md--65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important; }

  .p-md--70 {
    padding: 70px !important; }

  .pt-md--70 {
    padding-top: 70px !important; }

  .pb-md--70 {
    padding-bottom: 70px !important; }

  .pl-md--70 {
    padding-left: 70px !important; }

  .pr-md--70 {
    padding-right: 70px !important; }

  .px-md--70 {
    padding-left: 70px !important;
    padding-right: 70px !important; }

  .py-md--70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }

  .m-md--70 {
    margin: 70px !important; }

  .mt-md--70 {
    margin-top: 70px !important; }

  .mb-md--70 {
    margin-bottom: 70px !important; }

  .ml-md--70 {
    margin-left: 70px !important; }

  .mr-md--70 {
    margin-right: 70px !important; }

  .mx-md--70 {
    margin-left: 70px !important;
    margin-right: 70px !important; }

  .my-md--70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important; }

  .p-md--75 {
    padding: 75px !important; }

  .pt-md--75 {
    padding-top: 75px !important; }

  .pb-md--75 {
    padding-bottom: 75px !important; }

  .pl-md--75 {
    padding-left: 75px !important; }

  .pr-md--75 {
    padding-right: 75px !important; }

  .px-md--75 {
    padding-left: 75px !important;
    padding-right: 75px !important; }

  .py-md--75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important; }

  .m-md--75 {
    margin: 75px !important; }

  .mt-md--75 {
    margin-top: 75px !important; }

  .mb-md--75 {
    margin-bottom: 75px !important; }

  .ml-md--75 {
    margin-left: 75px !important; }

  .mr-md--75 {
    margin-right: 75px !important; }

  .mx-md--75 {
    margin-left: 75px !important;
    margin-right: 75px !important; }

  .my-md--75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important; }

  .p-md--80 {
    padding: 80px !important; }

  .pt-md--80 {
    padding-top: 80px !important; }

  .pb-md--80 {
    padding-bottom: 80px !important; }

  .pl-md--80 {
    padding-left: 80px !important; }

  .pr-md--80 {
    padding-right: 80px !important; }

  .px-md--80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }

  .py-md--80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }

  .m-md--80 {
    margin: 80px !important; }

  .mt-md--80 {
    margin-top: 80px !important; }

  .mb-md--80 {
    margin-bottom: 80px !important; }

  .ml-md--80 {
    margin-left: 80px !important; }

  .mr-md--80 {
    margin-right: 80px !important; }

  .mx-md--80 {
    margin-left: 80px !important;
    margin-right: 80px !important; }

  .my-md--80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important; }

  .p-md--85 {
    padding: 85px !important; }

  .pt-md--85 {
    padding-top: 85px !important; }

  .pb-md--85 {
    padding-bottom: 85px !important; }

  .pl-md--85 {
    padding-left: 85px !important; }

  .pr-md--85 {
    padding-right: 85px !important; }

  .px-md--85 {
    padding-left: 85px !important;
    padding-right: 85px !important; }

  .py-md--85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important; }

  .m-md--85 {
    margin: 85px !important; }

  .mt-md--85 {
    margin-top: 85px !important; }

  .mb-md--85 {
    margin-bottom: 85px !important; }

  .ml-md--85 {
    margin-left: 85px !important; }

  .mr-md--85 {
    margin-right: 85px !important; }

  .mx-md--85 {
    margin-left: 85px !important;
    margin-right: 85px !important; }

  .my-md--85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important; }

  .p-md--90 {
    padding: 90px !important; }

  .pt-md--90 {
    padding-top: 90px !important; }

  .pb-md--90 {
    padding-bottom: 90px !important; }

  .pl-md--90 {
    padding-left: 90px !important; }

  .pr-md--90 {
    padding-right: 90px !important; }

  .px-md--90 {
    padding-left: 90px !important;
    padding-right: 90px !important; }

  .py-md--90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }

  .m-md--90 {
    margin: 90px !important; }

  .mt-md--90 {
    margin-top: 90px !important; }

  .mb-md--90 {
    margin-bottom: 90px !important; }

  .ml-md--90 {
    margin-left: 90px !important; }

  .mr-md--90 {
    margin-right: 90px !important; }

  .mx-md--90 {
    margin-left: 90px !important;
    margin-right: 90px !important; }

  .my-md--90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important; }

  .p-md--95 {
    padding: 95px !important; }

  .pt-md--95 {
    padding-top: 95px !important; }

  .pb-md--95 {
    padding-bottom: 95px !important; }

  .pl-md--95 {
    padding-left: 95px !important; }

  .pr-md--95 {
    padding-right: 95px !important; }

  .px-md--95 {
    padding-left: 95px !important;
    padding-right: 95px !important; }

  .py-md--95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important; }

  .m-md--95 {
    margin: 95px !important; }

  .mt-md--95 {
    margin-top: 95px !important; }

  .mb-md--95 {
    margin-bottom: 95px !important; }

  .ml-md--95 {
    margin-left: 95px !important; }

  .mr-md--95 {
    margin-right: 95px !important; }

  .mx-md--95 {
    margin-left: 95px !important;
    margin-right: 95px !important; }

  .my-md--95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important; }

  .p-md--100 {
    padding: 100px !important; }

  .pt-md--100 {
    padding-top: 100px !important; }

  .pb-md--100 {
    padding-bottom: 100px !important; }

  .pl-md--100 {
    padding-left: 100px !important; }

  .pr-md--100 {
    padding-right: 100px !important; }

  .px-md--100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }

  .py-md--100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  .m-md--100 {
    margin: 100px !important; }

  .mt-md--100 {
    margin-top: 100px !important; }

  .mb-md--100 {
    margin-bottom: 100px !important; }

  .ml-md--100 {
    margin-left: 100px !important; }

  .mr-md--100 {
    margin-right: 100px !important; }

  .mx-md--100 {
    margin-left: 100px !important;
    margin-right: 100px !important; }

  .my-md--100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important; }

  .p-md--0 {
    padding: 0 !important; }

  .pt-md--0 {
    padding-top: 0 !important; }

  .pb-md--0 {
    padding-bottom: 0 !important; }

  .pl-md--0 {
    padding-left: 0 !important; }

  .pr-md--0 {
    padding-right: 0 !important; }

  .px-md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .py-md--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .m-md--0 {
    margin: 0 !important; }

  .mt-md--0 {
    margin-top: 0 !important; }

  .mb-md--0 {
    margin-bottom: 0 !important; }

  .ml-md--0 {
    margin-left: 0 !important; }

  .mr-md--0 {
    margin-right: 0 !important; }

  .mx-md--0 {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .my-md--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
/*MQ用*/
.txt-color-skyblue {
  color: #08adbb; }

.txt-color-yellow {
  color: #f4cb0d; }

.txt-color-red, .asterisk {
  color: red; }

*:not(.video *):not(#op-madal *):not(#modalYouTube *):not(#menu-btn *):not(header *):not(#op-madal):not(#modalYouTube):not(#menu-btn):not(header):not(#luxy):not(.side-next-prev-btn):not(.col-img:before) {
  perspective: 1000; }

html {
  overflow-y: auto; }

body {
  font-family: "Prompt", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 17px;
  position: relative;
  line-height: 1.8;
  font-weight: 700;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

::selection {
  background: #08adbb;
  color: #fff; }

ul, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

summary {
  color: #08adbb;
  cursor: pointer; }

li, h1, h2, h3, h4, h5, h6, p, .soldout, a {
  transform: rotate(-0.05deg); }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 800; }

a, .a {
  color: #000;
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer; }
  a img, .a img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  a:hover, .a:hover {
    /*opacity: .6 !important;*/
    text-decoration: none; }

h2 {
  font-size: 40px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 22px;
      letter-spacing: 0.1rem; } }

h3 {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 25px; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 17px; } }

h5 {
  font-size: 21px; }
  @media screen and (max-width: 768px) {
    h5 {
      font-size: 15px; } }

h6 {
  font-size: 17px; }
  @media screen and (max-width: 768px) {
    h6 {
      font-size: 12px;
      letter-spacing: 0.1rem !important; } }

pre {
  white-space: normal; }

.dec-line {
  padding: 0 0 0 20px;
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: 500; }
  .dec-line:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    /*margin-top: 5px;*/
    background-color: #f6e500; }
  @media screen and (max-width: 768px) {
    .dec-line {
      padding: 0 0 0 15px;
      letter-spacing: 0rem; } }

.dec-circle, .dec-circle-w {
  padding: 0 0 0 25px;
  position: relative;
  letter-spacing: 0.2rem;
  font-weight: 500; }
  .dec-circle:before, .dec-circle-w:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 0;
    margin: auto;
    margin-top: -6px;
    background-color: #f6e500;
    border-radius: 10px;
    border: solid 2px #000; }

.dec-circle-w:before {
  background-color: #fff; }

p {
  margin: 0; }

.anchor {
  padding-top: 100px;
  margin-top: -100px; }

.bold, strong {
  font-weight: bold !important; }

small, .small, .caution p {
  font-size: 75%;
  line-height: 1.6;
  padding-bottom: 10px;
  font-weight: 300; }
  @media screen and (max-width: 768px) {
    small, .small, .caution p {
      font-size: 85%; } }

ul {
  list-style: none; }

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 8px; }

.image-container {
  width: 100%;
  max-width: 1080px;
  /* 最大幅を1080pxに設定 */
  height: 0;
  padding-bottom: 66.67%;
  /* 16:9のアスペクト比を維持 */
  position: relative;
  overflow: hidden; }
  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

img[src$=".svg"] {
  max-width: 100%; }

.sp {
  display: none !important; }

@media screen and (max-width: 768px) {
  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
.align-middle {
  vertical-align: middle !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.text-left {
  text-align: left !important; }

.content-inner {
  padding: 140px 5%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .content-inner {
      padding: 60px 5% !important; } }

.btn {
  display: block; }
  .btn a, .btn button {
    position: relative;
    border-radius: 50px;
    background-color: #000;
    padding: 20px 100px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .btn a:hover, .btn button:hover {
      background-color: #08adbb; }
    @media screen and (max-width: 768px) {
      .btn a, .btn button {
        width: calc(100% - 40px);
        padding: 15px 20px;
        font-size: 18px; } }
    .btn a:before, .btn button:before {
      content: '';
      position: absolute;
      width: 11px;
      height: 11px;
      top: 50%;
      right: 25px;
      margin: auto;
      margin-top: -4px;
      background: url(../img/ico_yazi_w.png);
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain; }
  .btn.btn-big a {
    padding: 25px 15px; }

.btn-underline a {
  position: relative;
  /*border-bottom: solid 2px #000;*/
  padding: 0 17px 5px 0;
  font-weight: 700;
  color: #000 !important; }
  .btn-underline a:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: 0;
    margin: auto;
    margin-top: -9px;
    background: url(../img/ico_yazi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
  .btn-underline a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #000 !important;
    transition: .3s; }
  .btn-underline a:hover:after {
    width: 100%; }

.ico-yazi {
  position: relative;
  padding: 0 12px 0 0; }
  .ico-yazi:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    top: 50%;
    right: -5px;
    margin: auto;
    margin-top: -4px;
    background: url(../img/ico_yazi.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }

.bg-yellow {
  background-color: #f6e500; }
  .bg-yellow .dec-circle:before {
    background-color: #fff;
    border-radius: 10px;
    border: solid 2px #000; }

.bg-gray {
  background-color: #f8f8f8; }

.bg-white {
  background-color: #fff; }

.wpsm_testi_title:before {
  display: none; }

.wpsm_testi_review, .wpsm_testi_pic {
  margin-bottom: 20px !important; }

.wpsm_testi_description {
  text-align: left; }

.wpsm_row .wpsm_col-md-6 {
  width: calc(50% - 30px); }
  @media screen and (max-width: 768px) {
    .wpsm_row .wpsm_col-md-6 {
      width: calc(100% - 30px); } }

.swiper-wrapper {
  height: auto; }

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px; }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    display: none; }

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  margin: auto; }

@media screen and (max-width: 500px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px;
    width: 32px;
    display: none; }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: "";
    height: 32px;
    width: 32px; } }
.swiper-button-prev::after {
  background-image: url(../img/arrow-right.png);
  transform: rotate(180deg); }

.swiper-button-prev.button-w::after {
  background-image: url(../img/arrow-right-w.png); }

.swiper-button-next::after {
  background-image: url(../img/arrow-right.png); }

.swiper-button-next.button-w::after {
  background-image: url(../img/arrow-right-w.png); }

@media screen and (max-width: 800px) {
  .iframe-inner {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .iframe-inner iframe {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; } }
main {
  background-color: #f6e500; }

.row {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap; }

.row-between-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.row-center {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap; }

.row-left {
  display: flex;
  align-items: start;
  justify-content: left;
  flex-wrap: wrap; }

.col-1 {
  width: 10%; }

.col-2 {
  width: 20%; }

.col-3 {
  width: 30%; }

.col-4 {
  width: 40%; }

.col-5 {
  width: 50%; }

.col-6 {
  width: 60%; }

.col-7 {
  width: 70%; }

.col-8 {
  width: 80%; }

.col-9 {
  width: 90%; }

.col-10 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .col-md-10 {
    width: 100% !important; } }
.accordion-title {
  position: relative;
  cursor: pointer; }
  .accordion-title:before {
    display: none; }
  .accordion-title:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 22px;
    margin: auto;
    background: url(../img/icon_plus.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%; }
  .accordion-title.close:after {
    background: url(../img/icon_minus.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%; }

.accordion-inner.close {
  display: none; }

.pc .sub-menu ul li {
  width: calc(50% - 25px); }

@media screen and (max-width: 768px) {
  .sub-menu li a {
    width: calc(100% - 30px) !important;
    padding-left: 30px !important; } }
#menu-btn {
  width: 80px;
  height: 80px;
  border: none;
  background: #f6e500;
  border-radius: 100px;
  z-index: 100;
  position: relative; }
  @media screen and (max-width: 768px) {
    #menu-btn {
      width: 60px;
      height: 60px; } }
  #menu-btn:after {
    content: 'MENU';
    color: #000;
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -12px;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 12px;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      #menu-btn:after {
        bottom: -19px;
        font-size: 9px; } }
  #menu-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 24px;
    height: 2px;
    width: 40%;
    background-color: #000; }
    @media screen and (max-width: 768px) {
      #menu-btn span {
        left: 18px; } }
  #menu-btn span:nth-of-type(1) {
    top: 24px; }
    @media screen and (max-width: 768px) {
      #menu-btn span:nth-of-type(1) {
        top: 17px; } }
  #menu-btn span:nth-of-type(2) {
    top: 35px; }
    @media screen and (max-width: 768px) {
      #menu-btn span:nth-of-type(2) {
        top: 25px; } }
  #menu-btn span:nth-of-type(3) {
    top: 46px; }
    @media screen and (max-width: 768px) {
      #menu-btn span:nth-of-type(3) {
        top: 33px; } }

body.no-scroll {
  overflow: hidden; }

.no-scroll #menu-btn {
  border: none; }
.no-scroll #menu-btn span:nth-of-type(1) {
  top: 28px;
  transform: translateY(6px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .no-scroll #menu-btn span:nth-of-type(1) {
      top: 20px; } }
.no-scroll #menu-btn span:nth-of-type(2) {
  opacity: 0; }
.no-scroll #menu-btn span:nth-of-type(3) {
  top: 40px;
  transform: translateY(-6px) rotate(45deg); }
  @media screen and (max-width: 768px) {
    .no-scroll #menu-btn span:nth-of-type(3) {
      top: 32px; } }

#fixed-header {
  position: fixed;
  z-index: 10;
  width: calc(100% - 100px);
  padding: 25px 50px;
  transition: all 0.5s 0s ease;
  border-top: solid #f6e500 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  #fixed-header h1 {
    line-height: 0; }
    #fixed-header h1 a {
      display: inline-block;
      line-height: 0; }
  @media screen and (max-width: 768px) {
    #fixed-header {
      width: 90%;
      padding: 10px 5%; }
      #fixed-header h1 {
        width: 30%; } }

.link-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-right: 20px; }
  .link-inner .txt-link {
    margin: 0 15px; }
    .link-inner .txt-link a {
      font-weight: 600; }

#fixed-header.is-show {
  top: 0 !important; }
  @media screen and (max-width: 768px) {
    #fixed-header.is-show {
      top: inherit !important;
      background: none; } }

.fix-nav {
  position: fixed;
  right: -100%;
  display: block;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.5s 0s ease-in-out; }
  .fix-nav.is-active {
    right: 0; }
  @media screen and (max-width: 768px) {
    .fix-nav {
      width: 100%; } }
  .fix-nav .accordion-title {
    border-bottom: solid 1px #000; }

.nav-right {
  background-color: #f6e500;
  height: 100vh; }
  .nav-right .link-list {
    padding: 10% 10% 5%; }
    .nav-right .link-list li {
      position: relative; }
      @media screen and (max-width: 768px) {
        .nav-right .link-list li:after {
          content: '';
          position: absolute;
          width: 11px;
          height: 11px;
          top: 50%;
          right: 25px;
          margin: auto;
          margin-top: -4px;
          background: url(../img/ico_yazi.png);
          background-repeat: no-repeat;
          background-position: center top;
          background-size: contain; } }
      .nav-right .link-list li a {
        letter-spacing: 0; }
  .nav-right .form-btn, .nav-right .sns-box {
    padding: 2% 10%; }
  .nav-right .form-btn a {
    background-color: #fff; }
  .nav-right .sns-box p, .nav-right .sns-box div {
    background-color: #f6e500;
    z-index: 1; }
  .nav-right .sns-box:after {
    right: 22%;
    width: 30%;
    background-color: #000; }
  @media screen and (max-width: 768px) {
    .nav-right {
      border-radius: 50px 0 0 0; }
      .nav-right li {
        border-bottom: solid 1px #000; }
        .nav-right li a {
          padding: 15px 0;
          display: block; } }

@media screen and (max-width: 768px) {
  .nav-left {
    padding: 20px;
    text-align: left !important;
    height: 54px;
    line-height: 74px; }
    .nav-left img {
      max-width: 60%; } }

#ABOUT .content-inner {
  padding: 40px 5% !important; }
#ABOUT p {
  font-size: 20px;
  line-height: 2; }
  @media screen and (max-width: 768px) {
    #ABOUT p {
      font-size: 16px; } }
@media screen and (max-width: 768px) {
  #ABOUT .point-inner {
    margin: 0 5%; } }
#ABOUT .point-inner .point-li {
  position: relative; }
  #ABOUT .point-inner .point-li:after {
    content: '';
    position: absolute;
    max-width: 380px;
    height: 431px;
    bottom: -100px;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../img/onlinespot/dec_point.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: -1; }
  @media screen and (max-width: 768px) {
    #ABOUT .point-inner .point-li {
      padding: 50% 0 0px 0; }
      #ABOUT .point-inner .point-li:nth-of-type(1) {
        padding: 0;
        z-index: 10; }
      #ABOUT .point-inner .point-li:nth-of-type(2) {
        z-index: 9; }
      #ABOUT .point-inner .point-li:nth-of-type(3) {
        z-index: 8; } }
  #ABOUT .point-inner .point-li h5 {
    font-size: 22px; }
#ABOUT .point-sample .row {
  justify-content: start; }
  @media screen and (max-width: 768px) {
    #ABOUT .point-sample .row {
      justify-content: center; } }
#ABOUT .point-sample .col-3 {
  position: relative;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-size: clamp(0.8rem, calc(1.25vw + 1rem), 2.2rem);
  padding-right: 6%;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    #ABOUT .point-sample .col-3 {
      padding-right: 0; } }
  #ABOUT .point-sample .col-3:after {
    content: '';
    position: absolute;
    max-width: 390px;
    height: 159px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../img/onlinespot/dec-sample.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%; }
    @media screen and (max-width: 768px) {
      #ABOUT .point-sample .col-3:after {
        display: none; } }
#ABOUT .point-sample .col-7 {
  width: 64%; }
  #ABOUT .point-sample .col-7 li {
    background-color: #000;
    border-radius: 50px;
    padding: 10px 35px;
    color: #f6e500;
    margin: 10px;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      #ABOUT .point-sample .col-7 li {
        font-size: 16px;
        padding: 5px 25px;
        margin: 5px; } }
#ABOUT .swiper-wrapper {
  transition-timing-function: linear;
  height: auto;
  z-index: 11; }

#LESSON li h4 {
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #LESSON li h4 {
      margin-top: 20px; } }
#LESSON .swiper-container {
  /*padding-left: calc(50% - 600px);
  padding-right: 15%;*/
  position: relative; }
  @media (max-width: 1340px) {
    #LESSON .swiper-container {
      padding-left: 5%; } }
#LESSON .icon-lesson {
  background: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 15px 35px 15px 15px;
  font-weight: 600;
  line-height: 0;
  font-size: 20px; }
  #LESSON .icon-lesson span {
    font-size: 180%; }
  @media screen and (max-width: 768px) {
    #LESSON .icon-lesson {
      padding: 5px 10px 5px 5px;
      font-size: 12px; }
      #LESSON .icon-lesson img {
        width: 22px; } }
#LESSON .swiper-wrapper .swiper-slide {
  background-color: #fff;
  border-radius: 30px;
  text-align: center; }
  #LESSON .swiper-wrapper .swiper-slide p {
    padding: 20px 30px 40px; }
    @media screen and (max-width: 768px) {
      #LESSON .swiper-wrapper .swiper-slide p {
        padding: 0px 20px 30px; } }
  #LESSON .swiper-wrapper .swiper-slide img {
    border-radius: 30px 30px 0 0;
    width: 100%; }
#LESSON .swiper-button-next {
  right: -25px !important; }
#LESSON .swiper-button-prev {
  left: -25px !important; }

#TEACHER .swiper-container {
  /*overflow: hidden;*/
  position: relative; }
#TEACHER li {
  text-align: center; }
  #TEACHER li h4 {
    margin-top: 20px; }
#TEACHER img {
  border-radius: 400px; }
#TEACHER .swiper-button-prev::after {
  position: absolute;
  top: -40px;
  left: -25px;
  z-index: 0; }
#TEACHER .swiper-button-next::after {
  position: absolute;
  top: -40px;
  right: -25px;
  z-index: 0; }

#FLOW .step-list li {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    #FLOW .step-list li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 20px; } }
#FLOW .step-list p {
  display: inline-block;
  background-color: #f6e500;
  padding: 5px 15px;
  border-radius: 30px;
  font-size: 14px; }
  @media screen and (max-width: 768px) {
    #FLOW .step-list p {
      padding: 2px 15px;
      font-size: 12px; } }
#FLOW .step-list div {
  display: inline-block;
  margin-left: 1rem; }
  @media screen and (max-width: 768px) {
    #FLOW .step-list div {
      width: calc(100% - 6rem); } }
#FLOW .option-box {
  padding: 40px;
  align-items: center;
  border-radius: 30px; }
  #FLOW .option-box .col-2 {
    width: 14%;
    padding: 3%; }
    @media screen and (max-width: 768px) {
      #FLOW .option-box .col-2 {
        padding: 0;
        margin-bottom: 10px; } }
  #FLOW .option-box .col-8 {
    width: calc(76% - 3px);
    padding-left: 4%;
    border-left: dotted 3px #ccc; }
    @media screen and (max-width: 768px) {
      #FLOW .option-box .col-8 {
        padding-left: 0;
        border-left: none;
        font-size: 13px;
        line-height: 1.6; } }

#QA dl dt, #QA dl dd {
  margin: 0;
  padding: 20px 30px; }
#QA dl dt {
  width: calc(100% - 60px);
  border-radius: 20px 20px 0 0;
  margin-bottom: 3px;
  background-color: #f8f8f8; }
#QA dl dd {
  width: calc(100% - 78px);
  border-radius: 0 0 20px 0;
  background-color: #fff;
  margin-bottom: 20px;
  padding-left: 3rem; }
#QA dl span {
  font-size: 20px;
  width: 2rem;
  display: inline-block; }

#ONLINESPOT-BANNER {
  position: fixed;
  z-index: 10;
  left: 10px;
  bottom: 10px;
  max-width: 334px; }
  @media screen and (max-width: 768px) {
    #ONLINESPOT-BANNER {
      max-width: 100%;
      width: calc(100% - 20px); } }

footer {
  background-color: #f8f8f8; }
  footer .content-inner {
    max-width: 1000px;
    padding: 140px 5% 20px;
    color: #fff;
    font-size: 15px; }
  @media screen and (max-width: 768px) {
    footer .row-center {
      display: block;
      text-align: center; } }
  footer .row-center li {
    margin-right: 30px; }
    footer .row-center li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      footer .row-center li {
        margin: 20px 0; } }
  @media screen and (max-width: 768px) {
    footer .content-inner {
      padding: 100px 5% 0 !important;
      /*.row-center{
        @include flex-center;
        justify-content: center;
      }*/ }
      footer .content-inner .link-list li {
        border-bottom: solid 1px #ccc; }
        footer .content-inner .link-list li a {
          display: inline-block;
          width: 100%;
          position: relative;
          padding: 12px 12px 12px 0; }
          footer .content-inner .link-list li a:before {
            content: '';
            position: absolute;
            width: 11px;
            height: 11px;
            top: 50%;
            right: 25px;
            margin: auto;
            margin-top: -4px;
            background: url(../img/ico_yazi.png);
            background-repeat: no-repeat;
            background-position: center top;
            background-size: contain; }
    footer .content-inner + .row {
      display: block;
      text-align: center; } }

.sns-box {
  color: #000;
  padding: 40px 0;
  justify-content: center; }
  .sns-box p {
    padding-right: 70px; }
    @media screen and (max-width: 768px) {
      .sns-box p {
        padding-right: 0;
        font-size: 12px; } }
  @media screen and (max-width: 768px) {
    .sns-box {
      padding: 40px 0; } }
  .sns-box:after {
    content: '';
    position: absolute;
    right: 52%;
    width: 4%;
    height: 1px;
    background-color: #bdbdbd; }
    @media screen and (max-width: 768px) {
      .sns-box:after {
        display: none; } }
  .sns-box .row {
    justify-content: right;
    align-items: start; }
    .sns-box .row li {
      margin: 0;
      border-bottom: none; }
      .sns-box .row li a {
        padding: 10px !important; }

.nav-right .link-list li.sp {
  border-bottom: none; }
  .nav-right .link-list li.sp:after {
    display: none; }

#ico-modal {
  position: relative;
  pointer-events: none; }
  @media screen and (max-width: 1112px) {
    #ico-modal img {
      max-width: 75%; } }
  @media screen and (max-width: 768px) {
    #ico-modal {
      width: 100%;
      pointer-events: inherit; }
      #ico-modal img {
        max-width: 100%;
        width: 100%; }
      #ico-modal:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 30px;
        background: url(../img/icon_plus.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%; } }

/* modal */
#modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #192831;
  display: none;
  z-index: 9999;
  overflow: scroll; }
  #modal-box.active {
    display: flex; }
  #modal-box .concept-block {
    background-color: #fff;
    border-radius: 30px;
    display: inline-block; }
    #modal-box .concept-block img {
      max-width: 80%; }
    #modal-box .concept-block .fukidashi-box {
      padding: 5%;
      margin: 5%; }
      #modal-box .concept-block .fukidashi-box h5 {
        font-size: 1.6rem; }
      #modal-box .concept-block .fukidashi-box p {
        line-height: 1.4;
        font-size: 0.8rem; }
    #modal-box .concept-block .fukidashi-box-01 {
      background-color: #fdbbac;
      margin: 5% 5% 7%; }
      #modal-box .concept-block .fukidashi-box-01:before {
        background-color: #fdbbac;
        width: 30px;
        height: 30px;
        top: 90%;
        left: 70px; }
      #modal-box .concept-block .fukidashi-box-01 h5, #modal-box .concept-block .fukidashi-box-01 p {
        color: #fff;
        text-align: left; }
    #modal-box .concept-block .fukidashi-box-02 {
      background-color: #08adbb;
      margin: 7% 5% 5%; }
      #modal-box .concept-block .fukidashi-box-02:before {
        background-color: #08adbb;
        width: 30px;
        height: 30px;
        top: -8%;
        left: inherit;
        right: 70px; }
      #modal-box .concept-block .fukidashi-box-02 h5, #modal-box .concept-block .fukidashi-box-02 p {
        color: #fff;
        text-align: left; }

#modalOverlay {
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer; }

.closeModal {
  position: absolute;
  top: 31px;
  right: 31px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  z-index: 100;
  background: #fff;
  border-radius: 30px; }
  @media screen and (max-width: 768px) {
    .closeModal {
      top: 24px;
      right: 21px; } }

.closeModal::before, .closeModal::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  transform-origin: top left; }

.closeModal::before {
  left: 6px; }

.closeModal::after {
  right: 6px;
  transform: rotate(-45deg);
  transform-origin: top right; }

.modalContent {
  width: 100%;
  padding: 10% 2% 5%;
  margin: auto;
  position: relative;
  text-align: center; }

.fade-pop {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1); }

.fade-pop.show {
  opacity: 1;
  transform: scale(1); }

.grecaptcha-badge {
  z-index: 999; }

.lp_mv-inner {
  position: relative;
  width: 90%;
  overflow: hidden;
  margin: 0 5%; }
  .lp_mv-inner div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

@keyframes piyoAppear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes hopSpin {
  0% {
    transform: translateY(0) rotate(0deg); }
  10% {
    transform: translateY(-12px) rotate(5deg); }
  20% {
    transform: translateY(0) rotate(0deg); }
  30% {
    transform: translateY(-12px) rotate(-5deg); }
  40%, 100% {
    transform: translateY(0) rotate(0deg); } }
.character {
  opacity: 0;
  animation: piyoAppear 0.5s ease-out 0.5s forwards, hopSpin 2s ease-in-out 2.5s infinite;
  display: inline-block; }

@keyframes spotlightOn {
  0% {
    opacity: 0;
    transform: scale(0.95);
    filter: blur(8px); }
  80% {
    opacity: 1;
    transform: scale(1.02);
    filter: blur(2px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
.spotlight {
  animation: spotlightOn 0.5s ease-out 1.3s forwards; }

@keyframes bounceInFromTop {
  0% {
    transform: translateY(-100px);
    opacity: 0; }
  50% {
    transform: translateY(20px);
    opacity: 1; }
  70% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0);
    opacity: 1; } }
.title {
  display: inline-block;
  transform: scale(0.5);
  animation: bounceInFromTop 0.6s ease forwards;
  animation-delay: 2s;
  z-index: 1; }

.star {
  opacity: 0;
  /* 最初は非表示 */
  animation-name: twinkle;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; }

/* 遅延クラス：ここに4秒遅延を入れる */
.delay0 {
  animation-delay: 3.4s; }

.delay1 {
  animation-delay: 4.4s; }

@keyframes twinkle {
  0%, 100% {
    opacity: 0;
    /* 表示前は透明 */ }
  40% {
    opacity: 1;
    /* 中間でしっかり光る */ }
  60% {
    opacity: 1;
    /* 中間でしっかり光る */ } }
@keyframes fukudashi {
  0% {
    opacity: 0;
    transform: scale(0.95);
    filter: blur(8px); }
  80% {
    opacity: 1;
    transform: scale(1.02);
    filter: blur(2px); }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
.balloon-left {
  animation: fukudashi 0.5s ease-out 2.5s forwards;
  z-index: 0; }

.balloon-right {
  animation: fukudashi 0.5s ease-out 3s forwards;
  z-index: 0; }
