/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/public/assets/css/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/public/assets/css/style.scss (1) ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*********************
IMPORTING PARTIALS
*********************/
/*********************
GENERAL STYLES
*********************/
/*********************
COLORS
*********************/
/*********************
LAYOUT
*********************/
/*********************
FONT
*********************/
/*********************
ANIMATION
*********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*********************
IMPORTING PARTIALS
*********************/
/*------------------------------------------------------------
Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

table,
input,
textarea,
select,
option {
  line-height: 1.2;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

html {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  word-break: break-all;
  word-wrap: anywhere;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

a {
  color: #F00200;
  text-decoration: none;
}

p {
  font-size: 16px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

img {
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  image-rendering: -webkit-optimize-contrast; /* iOS/Androidのレンダリング補助 */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; /* GPUレンダリングでちらつきを減らす */
}

img {
  max-width: 100%;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .no-scroll-sp {
    overflow: hidden;
  }
}

/*********************
IMPORTING PARTIALS
*********************/
br.pc-hide {
  display: none;
}
@media screen and (max-width: 767px) {
  br.pc-hide {
    display: block;
  }
}
br.sp-hide {
  display: block;
}
@media screen and (max-width: 767px) {
  br.sp-hide {
    display: none;
  }
}

.c-headding__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-headding__wrap.is-active .c-headding__h2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-headding__wrap.is-active .c-headding__h1 {
  opacity: 1;
  scale: 1;
}
.c-headding__wrap.is-active .c-headding__h3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-headding__wrap.is-active .c-headding__h4 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-headding__wrap.is-lead {
  position: relative;
  margin-top: 0px;
  height: 100%;
  z-index: 100;
  background-color: #F00200;
}
.c-headding__h2 {
  width: 755px;
  margin-top: -78px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.29, 1.65, 0.665, 1.635);
  transition: all 0.2s cubic-bezier(0.29, 1.65, 0.665, 1.635);
}
@media screen and (max-width: 767px) {
  .c-headding__h2 {
    width: 350px;
    margin-top: -42px;
  }
}
.c-headding__h2 img {
  width: 100%;
  display: block;
}
.c-headding__h1 {
  font-size: 52px;
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  margin-left: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  scale: 0.5;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 1.65, 0.665, 1.635);
  transition: all 0.3s cubic-bezier(0.29, 1.65, 0.665, 1.635);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-headding__h1 {
    font-size: 25px;
    margin-left: 0px;
    margin-top: 4px;
  }
}
.c-headding__h1.is-lead {
  line-height: 1;
  margin-top: 25px;
}
.c-headding__h1 .is-space {
  margin-left: -35px;
}
@media screen and (max-width: 767px) {
  .c-headding__h1 .is-space {
    margin-left: 0px;
  }
}
.c-headding__h1 .is-strong {
  font-size: 80px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-headding__h1 .is-strong {
    font-size: 35px;
    line-height: 1.2;
    display: block;
  }
}
.c-headding__h1 .is-bold {
  font-weight: 700;
}
.c-headding__h3 {
  font-size: 30px;
  font-weight: 900;
  line-height: 2.6;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-headding__h3 {
    font-size: 20px;
  }
}
.c-headding__h3.color-yellow {
  color: #FFEB9A;
}
.c-headding__h4 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Zen Maru Gothic";
  line-height: 1.2;
  margin-top: -15px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .c-headding__h4 {
    font-size: 25px;
  }
}
.c-headding__h4.color-red {
  color: #F00200;
}
.c-headding__h4.color-white {
  color: #ffffff;
}

.c-point-item {
  width: 100%;
}
.c-point-item__inner {
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid red;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-point-item__inner {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.c-point-item__num {
  font-size: 22px;
  color: #F00200;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-point-item__num {
    font-size: 16px;
  }
}
.c-point-item__icon {
  width: 246px;
  height: 144px;
  background-color: #FFEFF0;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-point-item__icon {
    width: 100%;
    height: 130px;
    margin-top: 15px;
  }
}
.c-point-item__icon img {
  height: 102px;
  width: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-point-item__icon img {
    height: 90px;
  }
}
.c-point-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: 22px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-point-item__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.c-point-item__text {
  line-height: 1.6;
  text-align: center;
  margin-top: 5px;
  display: inline-block;
}

.c-plan-item__inner {
  border: 2px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
.c-plan-item__gb {
  padding-top: 35px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF7B56;
}
@media screen and (max-width: 767px) {
  .c-plan-item__gb {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-plan-item__gb.yellow {
  background-color: #FFDD56;
}
.c-plan-item__gb img {
  width: auto;
  height: 45px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-plan-item__gb img {
    height: 30px;
  }
}
.c-plan-item__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #000000;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-plan-item__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.c-plan-item__icon {
  position: relative;
  width: 76px;
  height: 76px;
  top: 20px;
  background-color: #F00200;
  border-radius: 100px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .c-plan-item__icon {
    width: 50px;
    height: 50px;
  }
}
.c-plan-item__icon img {
  position: absolute;
  width: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-plan-item__icon img {
    width: 35px;
  }
}
.c-plan-item__text {
  position: relative;
  width: 100%;
  height: 105px;
  padding-top: 32px;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  background-color: #FFEFF0;
}
@media screen and (max-width: 767px) {
  .c-plan-item__text {
    height: 90px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
  }
}
.c-plan-item__text::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 9px;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFEFF0;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  display: block;
}
.c-plan-item__text span {
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-plan-item__text span {
    font-size: 12px;
  }
}
.c-plan-item__option {
  width: 170px;
  height: 34px;
  margin-top: 22px;
  padding-top: 6px;
  padding-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #F00200;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-plan-item__option {
    width: 100%;
  }
}
.c-plan-item__option span {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
  color: red;
}
.c-plan-item__price {
  width: 196px;
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-plan-item__price {
    width: 100%;
  }
}
.c-plan-item__price__before {
  position: relative;
  width: 110px;
  margin-top: 15px;
  display: block;
}
.c-plan-item__price__before::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 18px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: block;
}
.c-plan-item__price__before img {
  display: block;
  width: 100%;
}
.c-plan-item__career {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-plan-item__career {
    font-size: 14px;
  }
}

.c-plan__btn {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-plan__btn {
    padding-bottom: 18px;
  }
}
@media (hover: hover) {
  .c-plan__btn:hover {
    opacity: 0.8;
  }
}
.c-plan__btn__wrap {
  width: 486px;
  height: 70px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-plan__btn__wrap {
    width: 100%;
    height: 55px;
    margin-top: 30px;
  }
}
.c-plan__btn__wrap.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-plan__btn span {
  font-size: 24px;
  color: #F00200;
  line-height: 0.75;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .c-plan__btn span {
    font-size: 18px;
  }
}
.c-plan__btn__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F00200;
}
@media screen and (max-width: 767px) {
  .c-plan__btn__icon {
    width: 25px;
    height: 25px;
    margin-top: -2px;
  }
}
.c-plan__btn__icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 15px;
  display: block;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(8deg) brightness(103%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(8deg) brightness(103%) contrast(102%);
}
@media screen and (max-width: 767px) {
  .c-plan__btn__icon img {
    width: 10px;
  }
}

.c-discount__title {
  position: relative;
  width: 570px;
  height: 70px;
  top: -35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F00200;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-discount__title {
    width: 300px;
    height: 44px;
    top: -23px;
    padding-bottom: 6px;
    padding-top: 6px;
  }
}
.c-discount__title.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-discount__title span {
  font-family: "Zen Maru Gothic";
  font-size: 40px;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-discount__title span {
    font-size: 20px;
  }
}
.c-discount__lead {
  font-size: 34px;
  font-weight: 700;
  line-height: 2.3;
  margin-top: 8px;
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .c-discount__lead {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 0px;
  }
}
.c-discount__lead.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.c-support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-support-item__icon {
  position: relative;
  width: 88px;
  height: 88px;
  top: 40px;
  border-radius: 100px;
  background-color: #F00200;
}
@media screen and (max-width: 767px) {
  .c-support-item__icon {
    width: 65px;
    height: 65px;
  }
}
.c-support-item__icon img {
  position: absolute;
  width: 62px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-top: 3px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-support-item__icon img {
    width: 45px;
  }
}
.c-support-item__inner {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 42px;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #F00200;
  border-radius: 20px;
  background-color: #FFEFF0;
}
@media screen and (max-width: 767px) {
  .c-support-item__inner {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-support-item__definition > dt {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-support-item__definition > dt {
    font-size: 20px;
  }
}
.c-support-item__definition > dd {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-support-item__definition > dd {
    margin-top: 6px;
  }
}
.c-support-item__list {
  width: 100%;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-support-item__list {
    margin-top: 15px;
  }
}
.c-support-item__list > li {
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D9BEC0;
}
@media screen and (max-width: 767px) {
  .c-support-item__list > li {
    padding-bottom: 4px;
  }
}
.c-support-item__list > li + li {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-support-item__list > li + li {
    margin-top: 6px;
  }
}
.c-support-item__list > li img {
  width: 21px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-support-item__list > li img {
    width: 16px;
  }
}
.c-support-item__list > li span {
  display: block;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-support-item__list > li span {
    font-size: 14px;
    margin-left: 5px;
  }
}

.c-device-selection {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
  border: 3px solid #000000;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-device-selection {
    width: 100%;
  }
}
.c-device-selection > dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
  background-color: #FFEB9A;
}
@media screen and (max-width: 767px) {
  .c-device-selection > dt {
    font-size: 18px;
    padding: 15px;
  }
}
.c-device-selection > dt .is-strong {
  color: #F00200;
}
.c-device-selection > dd {
  padding-top: 25px;
  padding-bottom: 34px;
  padding-left: 32px;
  padding-right: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-device-selection > dd {
    padding: 25px;
  }
}
.c-device-selection > dd img {
  width: auto;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .c-device-selection > dd img {
    height: 100px;
  }
}
.c-device-selection > dd p {
  margin-top: 15px;
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-device-selection > dd p {
    font-size: 14px;
  }
}
.c-device-selection__link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .c-device-selection__link:hover {
    opacity: 0.8;
  }
}
.c-device-selection__or {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
}
@media screen and (max-width: 767px) {
  .c-device-selection__or {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-device-selection__or + .c-device-selection {
    margin-top: 10px;
  }
}

.c-device-item__speech-bubble {
  position: relative;
  top: 5px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-device-item__speech-bubble {
    width: 280px;
  }
}
.c-device-item__speech-bubble img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 100;
}
.c-device-item__speech-bubble span {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .c-device-item__speech-bubble span {
    font-size: 18px;
    margin-top: -6px;
  }
}
.c-device-item__inner {
  position: relative;
  height: 250px;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-device-item__inner {
    height: 190px;
    padding-left: 15px;
    padding-right: 15px;
    gap: 0 15px;
  }
}
.c-device-item__5g {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 70px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F00200;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-device-item__5g {
    width: 55px;
    height: 22px;
    top: 12px;
    left: 12px;
  }
}
.c-device-item__5g span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-device-item__5g span {
    font-size: 12px;
  }
}
.c-device-item__img {
  width: 150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-device-item__img {
    width: 100px;
  }
}
.c-device-item__content > dt {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-device-item__content > dt {
    font-size: 16px;
  }
}
.c-device-item__fee {
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-device-item__fee {
    margin-top: 4px;
  }
}
.c-device-item__detail {
  position: relative;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-device-item__detail {
    margin-top: 20px;
  }
}
.c-device-item__detail::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 100%;
  background-image: url(./../images/line-dot.svg);
  background-repeat: repeat-x;
  background-position: left;
  background-size: auto 100%;
  display: block;
  -webkit-filter: invert(10%) sepia(78%) saturate(7457%) hue-rotate(7deg) brightness(99%) contrast(115%);
          filter: invert(10%) sepia(78%) saturate(7457%) hue-rotate(7deg) brightness(99%) contrast(115%);
}
@media screen and (max-width: 767px) {
  .c-device-item__detail::before {
    top: -10px;
  }
}

.c-flow-item {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 767px) {
  .c-flow-item {
    padding-bottom: 20px;
  }
}
.c-flow-item__icon {
  position: relative;
  width: 140px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  background-color: #FFF2DE;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-flow-item__icon {
    width: 80px;
    height: 80px;
  }
}
.c-flow-item__icon img {
  position: absolute;
  height: 62px;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .c-flow-item__icon img {
    height: 40px;
  }
}
.c-flow-item__step {
  font-size: 14px;
  line-height: 1;
  color: #F00200;
  font-weight: 700;
}
.c-flow-item__content {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-flow-item__content {
    margin-top: 2px;
  }
}
.c-flow-item__content > dt {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-flow-item__content > dt {
    font-size: 18px;
  }
}
.c-flow-item__content > dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-flow-item__content > dd {
    margin-top: 2px;
  }
}

.c-inquiry__title {
  position: relative;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-inquiry__title {
    font-size: 25px;
  }
}
.c-inquiry__title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
}
.c-inquiry__title img {
  position: absolute;
  width: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .c-inquiry__title img {
    width: 18px;
  }
}
.c-inquiry__title img.is-left {
  left: -28px;
}
@media screen and (max-width: 767px) {
  .c-inquiry__title img.is-left {
    left: -20px;
  }
}
.c-inquiry__title img.is-right {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: -28px;
}
@media screen and (max-width: 767px) {
  .c-inquiry__title img.is-right {
    right: -20px;
  }
}

/*********************
IMPORTING PARTIALS
*********************/
.p-mainvisual {
  position: relative;
  height: 100%;
  z-index: 50;
  min-height: 794px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual {
    min-height: 542px;
  }
}
.p-mainvisual.is-active .p-mainvisual__list__inner {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.p-mainvisual__bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
}
.p-mainvisual__bg img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-mainvisual__list {
  position: relative;
  height: 100%;
  min-height: 794px;
  max-width: 1190px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 110px;
  cursor: -webkit-grab;
  cursor: grab;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__list {
    min-height: 542px;
  }
}
.p-mainvisual__list__inner {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.p-mainvisual__list__inner.is-02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-mainvisual__list__inner.is-03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-mainvisual__list > li {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-mainvisual__list > li img {
  width: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-mainvisual__list > li.is-bound .p-mainvisual__list__inner {
  -webkit-animation: boundPhone 3s ease-in-out infinite;
          animation: boundPhone 3s ease-in-out infinite;
}
.p-mainvisual__list > li.rotation-left, .p-mainvisual__list > li.rotation-right {
  width: 302px;
  margin-top: -50px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
@media screen and (max-width: 767px) {
  .p-mainvisual__list > li.rotation-left, .p-mainvisual__list > li.rotation-right {
    width: 146px;
    margin-top: -60px;
  }
}
.p-mainvisual__list > li.rotation-left {
  z-index: 1;
  -webkit-transform: translateX(-420px);
          transform: translateX(-420px);
}
@media screen and (max-width: 767px) {
  .p-mainvisual__list > li.rotation-left {
    -webkit-transform: translateX(-115px);
            transform: translateX(-115px);
  }
}
.p-mainvisual__list > li.rotation-right {
  z-index: 2;
  -webkit-transform: translateX(420px);
          transform: translateX(420px);
}
@media screen and (max-width: 767px) {
  .p-mainvisual__list > li.rotation-right {
    -webkit-transform: translateX(115px);
            transform: translateX(115px);
  }
}
.p-mainvisual__list > li.rotation-top {
  width: 368px;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 3;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
@media screen and (max-width: 767px) {
  .p-mainvisual__list > li.rotation-top {
    width: 204px;
    margin-top: -30px;
  }
}
@-webkit-keyframes boundPhone {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes boundPhone {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.p-mainvisual__icon {
  position: absolute;
  bottom: -75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 266px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateX(-50%) scale(0.5) translateZ(0);
          transform: translateX(-50%) scale(0.5) translateZ(0);
  -webkit-transition: bottom 0.1s linear, -webkit-transform 0.3s cubic-bezier(0.155, 0.785, 0.48, 0.995);
  transition: bottom 0.1s linear, -webkit-transform 0.3s cubic-bezier(0.155, 0.785, 0.48, 0.995);
  transition: bottom 0.1s linear, transform 0.3s cubic-bezier(0.155, 0.785, 0.48, 0.995);
  transition: bottom 0.1s linear, transform 0.3s cubic-bezier(0.155, 0.785, 0.48, 0.995), -webkit-transform 0.3s cubic-bezier(0.155, 0.785, 0.48, 0.995);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__icon {
    width: 156px;
    bottom: -42px;
  }
}
.p-mainvisual__icon.is-active {
  position: absolute;
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual__icon.is-active {
    bottom: -40px;
  }
}
.p-mainvisual__icon.is-large {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-mainvisual__icon img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity;
}

.p-lead__area {
  position: relative;
  height: 200px;
  width: 100%;
  margin-top: 150px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-lead__area {
    margin-top: 16px;
    height: 120px;
  }
}
.p-lead__bg {
  position: absolute;
  top: -18px;
  left: 0px;
  right: 0px;
  z-index: 50;
}
.p-lead__bg img {
  width: 100%;
  display: block;
}

.p-service__lead {
  position: relative;
}
.p-service__lead__wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 200px;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .p-service__lead__wrap {
    top: 80px;
    left: 0px;
    right: 0px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-service__lead .is-text {
  font-size: 65px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-service__lead .is-text {
    font-size: 30px;
  }
}
.p-service__lead .is-deco {
  position: absolute;
  left: 50%;
  top: 35px;
  width: 40px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service__lead .is-deco {
    width: 20px;
    top: 16px;
  }
}
.p-service__lead .is-deco.is-left {
  -webkit-transform: translateX(-345px);
          transform: translateX(-345px);
}
@media screen and (max-width: 767px) {
  .p-service__lead .is-deco.is-left {
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
  }
}
.p-service__lead .is-deco.is-right {
  -webkit-transform: translateX(305px) scale(-1, 1);
          transform: translateX(305px) scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-service__lead .is-deco.is-right {
    -webkit-transform: translateX(145px) scale(-1, 1);
            transform: translateX(145px) scale(-1, 1);
  }
}
.p-service__list {
  position: relative;
  margin-left: -52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 15px;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    margin-left: 0px;
  }
}
.p-service__list__wrap {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-service__list > li:first-child {
  position: relative;
  width: 460px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-service__list > li:first-child {
    width: 226px;
  }
}
.p-service__list > li:last-child {
  position: relative;
  width: 220px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-service__list > li:last-child {
    width: 108px;
  }
}
.p-service__list > li img {
  width: 100%;
  display: block;
}
.p-service__list > li.is-plus {
  position: relative;
  width: 42px;
  height: 42px;
  background: #F00200;
  border-radius: 100px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .p-service__list > li.is-plus {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 43px;
    margin-top: -5px;
  }
}
.p-service__list > li.is-plus span {
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-service__list > li.is-plus span {
    font-size: 17px;
    margin-top: -1px;
  }
}
.p-service__inner {
  position: relative;
  width: 418px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    width: 232px;
    margin-top: 18px;
  }
}
.p-service__price {
  position: absolute;
  height: 150px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  margin-top: -30px;
  margin-left: -40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__price {
    height: 80px;
    margin-top: -12px;
    margin-left: -21px;
  }
}
.p-service__price .odometer {
  position: relative;
  font-family: "Zen Kaku Gothic New";
  font-size: 199px;
  font-weight: 900;
  line-height: 1;
  color: #F00200;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -6px;
  white-space: nowrap;
  z-index: 100;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-service__price .odometer {
    font-size: 107px;
    margin-top: -5px;
  }
}
.p-service__price .odometer.is-dummy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  opacity: 0;
}
.p-service__price .deco {
  position: absolute;
  height: 100%;
  width: auto;
  bottom: 0px;
  right: 100%;
  display: block;
  z-index: 200;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__virtual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin-top: -5px;
  margin-left: -245px;
}
@media screen and (max-width: 767px) {
  .p-service__virtual {
    margin-left: -138px;
    margin-top: 0px;
  }
}
.p-service__virtual span {
  font-family: "Zen Kaku Gothic New";
  font-size: 34px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top: -4px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__virtual span {
    font-size: 20px;
  }
}
.p-service__virtual span.is-strong {
  font-size: 68px;
  line-height: 0.95;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-service__virtual span.is-strong {
    font-size: 40px;
  }
}
.p-service__discount {
  position: absolute;
  width: 155px;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: 210px;
  opacity: 0;
  -webkit-transform: translateX(-30px) translateY(30px);
          transform: translateX(-30px) translateY(30px);
  -webkit-transition: all 0.2s cubic-bezier(0.505, 1.555, 0.66, 1.58);
  transition: all 0.2s cubic-bezier(0.505, 1.555, 0.66, 1.58);
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
@media screen and (max-width: 767px) {
  .p-service__discount {
    width: 66px;
    margin-left: 115px;
    margin-top: -55px;
  }
}
.p-service__discount img {
  display: block;
  width: 100%;
}
.p-service__content {
  width: 610px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-service__content {
    width: 100%;
    margin-top: 16px;
  }
}
.p-service__conditions {
  width: 100%;
}
.p-service__conditions img {
  width: 100%;
  display: block;
}
.p-service__note {
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}
.p-service__note span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service__note {
    margin-top: 12px;
  }
}

.p-point {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-point {
    margin-top: 20px;
  }
}
.p-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-point__list {
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }
}
.p-point__list > li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-point__list > li + li {
    margin-top: 20px;
  }
}
.p-point__list > li.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.p-plan {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-plan {
    margin-top: 70px;
  }
}
.p-plan__note {
  font-size: 14px;
  color: #ffffff;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-plan__note {
    font-size: 14px;
  }
}
.p-plan__note.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-plan__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-plan__list {
    gap: 15px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-plan__list > li {
  position: relative;
  height: 606px;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-plan__list > li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    height: 490px;
  }
}
.p-plan__list > li.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-plan__recommend {
  position: absolute;
  width: 200px;
  height: 44px;
  top: -65px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 6px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 16px;
  border: 1px solid #ffffff;
  -webkit-animation-name: bound;
          animation-name: bound;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 1.36, 0.795, 1.36);
          animation-timing-function: cubic-bezier(0.8, 1.36, 0.795, 1.36);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media screen and (max-width: 767px) {
  .p-plan__recommend {
    width: 150px;
    height: 30px;
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 12px;
    top: -45px;
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  5% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  10% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  5% {
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
  10% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
}
.p-plan__recommend::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  bottom: -13px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-plan__recommend::before {
    width: 20px;
    height: 10px;
    bottom: -11px;
  }
}
.p-plan__recommend span {
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-plan__recommend span {
    font-size: 14px;
    line-height: 1;
  }
}

.p-discount__content {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-discount__content {
    margin-top: 15px;
    display: block;
  }
}
.p-discount__content.is-active .p-discount__inner {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-discount__content.is-active .p-discount__arrow {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(-50%);
          transform: translateX(0px) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-discount__content.is-active .p-discount__arrow {
    -webkit-transform: translateX(-50%) translateY(0px);
            transform: translateX(-50%) translateY(0px);
  }
}
.p-discount__content.is-active .p-discount__price__speech-bubble {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-discount__content.is-active .p-discount__price__monthly {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.p-discount__content.is-active .p-discount__price__monthly::before {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .p-discount__content.is-active .p-discount__price__monthly::before {
    width: 177px;
  }
}
.p-discount__content.is-active .p-discount__price__text {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.p-discount__inner {
  position: relative;
  width: 464px;
  height: 200px;
  padding-top: 26px;
  padding-bottom: 24px;
  padding-left: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #F00200;
  border-radius: 20px;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-discount__inner {
    width: 100%;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-discount__inner .plus {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  margin-top: -40px;
  margin-left: 12px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-discount__inner .plus {
    font-size: 50px;
    margin-left: 8px;
  }
}
.p-discount__inner .plus + .p-discount__icon {
  margin-left: 28px;
}
@media screen and (max-width: 767px) {
  .p-discount__inner .plus + .p-discount__icon {
    margin-left: 12px;
  }
}
.p-discount__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-discount__icon img {
  width: auto;
  height: 110px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-discount__icon img {
    height: 82px;
  }
}
.p-discount__icon span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 10px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-discount__icon span {
    font-size: 16px;
    white-space: nowrap;
  }
}
.p-discount__arrow {
  position: absolute;
  width: 175px;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transform: translateX(-50px) translateY(-50%);
          transform: translateX(-50px) translateY(-50%);
  margin-left: -50px;
  -webkit-transition: all 0.2s cubic-bezier(0.56, 1.65, 0.64, 1.65);
  transition: all 0.2s cubic-bezier(0.56, 1.65, 0.64, 1.65);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-discount__arrow {
    width: 268px;
    margin-top: 95px;
    margin-left: 0px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50px);
            transform: translateX(-50%) translateY(-50px);
  }
}
.p-discount__arrow img {
  position: relative;
  width: 100%;
  z-index: 100;
}
.p-discount__arrow img.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-discount__arrow img.is-pc {
    display: none;
  }
}
.p-discount__arrow img.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-discount__arrow img.is-sp {
    display: block;
  }
}
.p-discount__arrow span {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 24px;
  text-align: center;
  display: block;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .p-discount__arrow span {
    font-size: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
    margin-top: -9px;
  }
}
@media screen and (max-width: 767px) {
  .p-discount__price {
    margin-top: 110px;
  }
}
.p-discount__price__speech-bubble {
  position: relative;
  width: 316px;
  height: 56px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (max-width: 767px) {
  .p-discount__price__speech-bubble {
    width: 212px;
    margin-left: auto;
    margin-right: auto;
    height: 36px;
  }
}
.p-discount__price__speech-bubble::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 22px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-discount__price__speech-bubble::before {
    width: 32px;
    height: 10px;
    bottom: -8px;
  }
}
.p-discount__price__speech-bubble span {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-discount__price__speech-bubble span {
    font-size: 16px;
  }
}
.p-discount__price__monthly {
  position: relative;
  margin-top: 25px;
  width: 402px;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all 0.2s cubic-bezier(0.56, 1.65, 0.64, 1.65);
  transition: all 0.2s cubic-bezier(0.56, 1.65, 0.64, 1.65);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
@media screen and (max-width: 767px) {
  .p-discount__price__monthly {
    width: 300px;
    margin-top: 22px;
  }
}
.p-discount__price__monthly::before {
  content: "";
  position: absolute;
  height: 22px;
  bottom: 8px;
  left: 46px;
  background-color: #ffffff;
  z-index: 100;
  width: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.69, 0.05, 0.995);
  transition: all 0.3s cubic-bezier(0, 0.69, 0.05, 0.995); /* custom */
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .p-discount__price__monthly::before {
    height: 22px;
    bottom: 7px;
    left: 31px;
  }
}
.p-discount__price__monthly img {
  position: relative;
  width: 100%;
  display: block;
  z-index: 200;
}
.p-discount__price__text {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.56, 1.65, 0.64, 1.65);
  transition: all 0.3s cubic-bezier(0.56, 1.65, 0.64, 1.65);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .p-discount__price__text {
    font-size: 40px;
    margin-top: 5px;
    margin-left: 30px;
  }
}
.p-discount__term {
  width: 100%;
  margin-top: 42px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-discount__term.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-discount__term > dt {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #FF7B56;
}
@media screen and (max-width: 767px) {
  .p-discount__term > dt {
    height: 36px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.p-discount__term > dt span {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-discount__term > dt span {
    font-size: 16px;
  }
}
.p-discount__term > dd {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
  padding-right: 80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-discount__term > dd {
    padding-top: 20px;
    padding-left: 28px;
    padding-right: 16px;
  }
}
.p-discount__term__list > li {
  position: relative;
  font-weight: 700;
}
.p-discount__term__list > li + li {
  margin-top: 10px;
}
.p-discount__term__list > li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  left: -22px;
  border-radius: 100px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-discount__term__list > li::before {
    width: 8px;
    height: 8px;
    left: -14px;
  }
}

.p-option__illust {
  position: absolute;
  bottom: 2px;
  width: 165px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.1s cubic-bezier(0.34, 1.65, 0.695, 1.65);
  transition: all 0.1s cubic-bezier(0.34, 1.65, 0.695, 1.65);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-option__illust {
    width: 55px;
    bottom: 75px;
  }
}
.p-option__illust.is-01 {
  left: 12px;
}
@media screen and (max-width: 767px) {
  .p-option__illust.is-01 {
    left: 50%;
    margin-left: -80px;
  }
}
.p-option__illust.is-02 {
  right: 42px;
}
@media screen and (max-width: 767px) {
  .p-option__illust.is-02 {
    left: 50%;
    margin-left: 20px;
  }
}
.p-option__banner {
  position: relative;
  width: 100%;
  height: 310px;
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-option__banner {
    height: 246px;
    margin-top: 20px;
  }
}
.p-option__banner.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-option__banner.is-active .p-option__illust {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-option__banner.is-active .p-option__banner__definition > dt {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-option__banner.is-active .p-option__banner__description {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-option__banner.is-active .p-option__banner__link {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .p-option__banner.is-active .p-option__banner__link:hover {
    opacity: 0.8;
  }
}
.p-option__banner.is-active .p-option__banner__link__wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-option__banner__inner {
  width: 100%;
  height: 100%;
  border: 2px solid #000000;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-option__banner__definition {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-option__banner__definition {
    margin-top: 15px;
  }
}
.p-option__banner__definition > dt {
  font-size: 45px;
  font-weight: 700;
  color: #F00200;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .p-option__banner__definition > dt {
    font-size: 20px;
  }
}
.p-option__banner__description {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-option__banner__description::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 16px;
  width: 100%;
  background-color: #FFE200;
  z-index: 100;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-option__banner__description::before {
    height: 8px;
    left: -2px;
  }
}
.p-option__banner__description span {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: #F00200;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .p-option__banner__description span {
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
  }
}
.p-option__banner__description img {
  position: absolute;
  width: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .p-option__banner__description img {
    width: 12px;
  }
}
.p-option__banner__description img.is-left {
  left: -28px;
}
@media screen and (max-width: 767px) {
  .p-option__banner__description img.is-left {
    left: -15px;
  }
}
.p-option__banner__description img.is-right {
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: -25px;
}
@media screen and (max-width: 767px) {
  .p-option__banner__description img.is-right {
    right: -10px;
  }
}
.p-option__banner__link {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F00200;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-option__banner__link__wrap {
  width: 355px;
  height: 70px;
  margin-top: 32px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-option__banner__link__wrap {
    width: 280px;
    height: 45px;
    margin-top: 92px;
  }
}
.p-option__banner__link span {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-left: -15px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .p-option__banner__link span {
    font-size: 18px;
  }
}
.p-option__banner__link__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  border-radius: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-option__banner__link__icon {
    width: 25px;
    height: 25px;
    right: 18px;
  }
}
.p-option__banner__link__icon img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  -webkit-filter: invert(9%) sepia(100%) saturate(7291%) hue-rotate(8deg) brightness(96%) contrast(109%);
          filter: invert(9%) sepia(100%) saturate(7291%) hue-rotate(8deg) brightness(96%) contrast(109%);
}
@media screen and (max-width: 767px) {
  .p-option__banner__link__icon img {
    width: 12px;
  }
}
.p-option__commission__wrap {
  margin-top: 35px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-option__commission__wrap {
    margin-top: 20px;
  }
}
.p-option__commission__wrap.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-option__commission__icon {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-option__commission__icon {
    width: 25px;
    height: 25px;
  }
}
.p-option__commission__icon::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #F00200;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-option__commission__icon::before {
    width: 2px;
    height: 16px;
  }
}
.p-option__commission__icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #F00200;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-option__commission__icon::after {
    width: 16px;
    height: 2px;
  }
}
.p-option__commission__icon.is-active::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.p-option__commission > dt {
  height: 65px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F00200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-option__commission > dt {
    height: 45px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.p-option__commission > dt span {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-option__commission > dt span {
    font-size: 18px;
  }
}
.p-option__commission > dd {
  display: none;
}
.p-option__commission__list > li {
  border-bottom: 1px solid #D9BEC0;
}
.p-option__commission__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.p-option__commission__item > dt {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #000000;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #FFEFF0;
}
@media screen and (max-width: 767px) {
  .p-option__commission__item > dt {
    font-size: 14px;
    padding: 15px;
  }
}
.p-option__commission__item > dd {
  font-size: 18px;
  font-weight: 700;
  color: black;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-option__commission__item > dd {
    font-size: 14px;
    padding: 15px;
  }
}
.p-option__commission__item > dd .is-strong {
  font-size: 32px;
  color: #F00200;
}
@media screen and (max-width: 767px) {
  .p-option__commission__item > dd .is-strong {
    font-size: 18px;
  }
}
.p-option__commission__item > dd .is-text {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .p-option__commission__item > dd .is-text {
    top: 2px;
  }
}
.p-option__commission__item > dd .is-small {
  position: relative;
  font-size: 15px;
  top: 7px;
  left: -4px;
}
@media screen and (max-width: 767px) {
  .p-option__commission__item > dd .is-small {
    font-size: 12px;
    top: 2px;
  }
}

.p-support__deco {
  position: relative;
  width: 680px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-support__deco {
    width: 100%;
    margin-top: 20px;
  }
}
.p-support__deco.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-support__deco img {
  width: 100%;
  display: block;
}
.p-support__deco span {
  position: absolute;
  font-size: 25px;
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-support__deco span {
    font-size: 16px;
    white-space: nowrap;
  }
}
.p-support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    margin-top: -15px;
    display: block;
  }
}
.p-support__list > li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-support__list > li.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .p-support__list > li + li {
    margin-top: -20px;
  }
}
.p-support__banner {
  width: 100%;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .p-support__banner:hover {
    opacity: 0.8;
  }
}
.p-support__banner img {
  width: 100%;
}
.p-support__banner img.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-support__banner img.is-pc {
    display: none;
  }
}
.p-support__banner img.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-support__banner img.is-sp {
    display: block;
  }
}
.p-support__banner__wrap {
  width: 950px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-support__banner__wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.p-support__banner__wrap.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.p-device__selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-device__selection {
    margin-top: 20px;
    display: block;
  }
}
.p-device__selection.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-device__handling {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-device__handling.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-device__handling::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  display: block;
}
.p-device__handling__title {
  position: relative;
  width: 185px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F00200;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .p-device__handling__title {
    width: 160px;
    margin-top: 40px;
  }
}
.p-device__handling__title span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-device__handling__title span {
    font-size: 20px;
  }
}
.p-device__handling__list {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-device__handling__list {
    margin-top: 15px;
    display: block;
  }
}
.p-device__handling__list > li {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-device__handling__list > li.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .p-device__handling__list > li + li {
    margin-top: 15px;
  }
}
.p-device__note {
  font-size: 20px;
  font-weight: 700;
  color: #FFDD56;
  line-height: 1;
  text-align: center;
  margin-top: 30px;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-device__note {
    font-size: 16px;
    margin-top: 20px;
  }
}
.p-device__note.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-device__note .is-white {
  position: relative;
  color: #ffffff;
}
.p-device__note .is-white + .is-white {
  margin-right: 3px;
}
.p-device__note .is-white::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 100%;
  background-image: url(./../images/line-dot.svg);
  background-repeat: repeat-x;
  background-position: left;
  background-size: auto 100%;
  display: block;
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(106%) contrast(101%);
}
.p-device__link {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .p-device__link:hover {
    opacity: 0.8;
  }
}
.p-device__link__wrap {
  width: 426px;
  height: 70px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-device__link__wrap {
    width: 100%;
    height: 55px;
    margin-top: 35px;
  }
}
.p-device__link__wrap.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-device__link span {
  font-size: 24px;
  color: #F00200;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-left: -15px;
  margin-top: -3px;
  margin-left: -30px;
}
@media screen and (max-width: 767px) {
  .p-device__link span {
    font-size: 18px;
  }
}
.p-device__link__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  border-radius: 100px;
  background-color: #F00200;
}
@media screen and (max-width: 767px) {
  .p-device__link__icon {
    width: 25px;
    height: 25px;
  }
}
.p-device__link__icon img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(106%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .p-device__link__icon img {
    width: 11px;
  }
}

.p-flow__list {
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.p-flow__list > li {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-flow__list > li + li {
  margin-top: 25px;
}
.p-flow__list > li:last-child .c-flow-item {
  padding-bottom: 0px;
  border-bottom: none;
}
.p-flow__list > li.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.p-flow__btn {
  position: relative;
  width: 192px;
  height: 40px;
  margin-top: 28px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F00200;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    width: 150px;
    height: 30px;
    margin-top: 15px;
  }
}
@media (hover: hover) {
  .p-flow__btn:hover {
    opacity: 0.8;
  }
}
.p-flow__btn span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-top: -4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-flow__btn span {
    font-size: 14px;
    margin-top: -2px;
  }
}
.p-flow__btn img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  display: block;
  -webkit-filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(80deg) brightness(106%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .p-flow__btn img {
    width: 10px;
    right: 12px;
  }
}

.p-inquiry__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 65px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__inner {
    gap: 0 42px;
  }
}
.p-inquiry__inner .illust {
  position: absolute;
  bottom: 0px;
  height: 260px;
  width: auto;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__inner .illust {
    height: 80px;
    bottom: -115px;
  }
}
.p-inquiry__inner .illust.is-left {
  left: 0px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__inner .illust.is-left {
    left: 50%;
    margin-left: -80px;
  }
}
.p-inquiry__inner .illust.is-right {
  right: 0px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__inner .illust.is-right {
    right: 50%;
    margin-right: -80px;
  }
}
.p-inquiry__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  transition: all 0.3s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-inquiry__content::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 60px;
  height: 35px;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #000000;
  display: block;
  opacity: 0;
  right: 0px;
  -webkit-transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__content::before {
    width: 32px;
    height: 18px;
  }
}
.p-inquiry__cost {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-inquiry__cost {
    font-size: 20px;
  }
}
.p-inquiry__fee {
  width: 272px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-inquiry__fee {
    width: 150px;
  }
}
.p-inquiry__free {
  position: relative;
}
.p-inquiry__free::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  height: 18px;
  background-color: #ffffff;
  display: block;
  z-index: 100;
  width: 0%;
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.95, 0.12, 1.005);
  transition: all 0.3s cubic-bezier(0.04, 0.95, 0.12, 1.005);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__free::before {
    height: 10px;
    bottom: -6px;
  }
}
.p-inquiry__free span {
  position: relative;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;
  color: #F00200;
  z-index: 200;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  display: block;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__free span {
    font-size: 60px;
  }
}
.p-inquiry__free span sup {
  position: absolute;
  font-size: 20px;
  color: #000000;
  line-height: 1;
  top: 5px;
  right: -8px;
}
@media screen and (max-width: 767px) {
  .p-inquiry__free span sup {
    font-size: 12px;
  }
}
.p-inquiry__free .is-deco {
  position: absolute;
  top: -49px;
  right: -54px;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-30px) translateY(20px);
          transform: translateX(-30px) translateY(20px);
  -webkit-transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  transition: all 0.2s cubic-bezier(0.68, 1.65, 0.865, 1.65);
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__free .is-deco {
    width: 22px;
    top: -25px;
    right: -11px;
    rotate: -14deg;
  }
}
.p-inquiry__note {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__note {
    font-size: 11px;
    margin-top: 8px;
  }
}
.p-inquiry__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (hover: hover) {
  .p-inquiry__link:hover {
    opacity: 0.8;
  }
}
.p-inquiry__link__wrap {
  width: 640px;
  height: 90px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F00200;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__link__wrap {
    width: 100%;
    height: 45px;
    margin-top: 85px;
  }
}
.p-inquiry__link span {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-inquiry__link span {
    font-size: 18px;
  }
}
.p-inquiry__link__icon {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-inquiry__link__icon {
    width: 25px;
    height: 25px;
    right: 20px;
  }
}
.p-inquiry__link__icon img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  -webkit-filter: invert(18%) sepia(93%) saturate(6013%) hue-rotate(2deg) brightness(88%) contrast(121%);
          filter: invert(18%) sepia(93%) saturate(6013%) hue-rotate(2deg) brightness(88%) contrast(121%);
}
@media screen and (max-width: 767px) {
  .p-inquiry__link__icon img {
    width: 12px;
  }
}
.p-inquiry__tel {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
@media screen and (max-width: 767px) {
  .p-inquiry__tel {
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-inquiry__tel__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-inquiry__tel__inner a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-inquiry__tel__inner a {
    pointer-events: auto;
  }
}
.p-inquiry__tel__icon {
  position: relative;
  top: 2px;
  width: 32px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-inquiry__tel__icon {
    width: 20px;
  }
}
.p-inquiry__tel__num {
  font-size: 40px;
  font-weight: 900;
  color: #F00200;
  line-height: 1;
  margin-left: 6px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-inquiry__tel__num {
    font-size: 20px;
    margin-left: 2px;
  }
}
.p-inquiry__tel__note {
  font-size: 16px;
  margin-left: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-inquiry__tel__note {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0px;
    text-align: center;
  }
}

.p-page-top {
  position: fixed;
  bottom: 0px;
  right: 24px;
  z-index: 2000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-page-top {
    bottom: -1px;
    left: -1px;
    right: -1px;
  }
}
.p-page-top.is-active {
  opacity: 1;
}
.p-page-top.is-none {
  pointer-events: none;
}
.p-page-top a {
  position: relative;
  width: 308px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-page-top a {
    width: 100%;
  }
}
@media (hover: hover) {
  .p-page-top a:hover {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.p-page-top a img {
  width: 100%;
}
.p-page-top a img.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-page-top a img.is-pc {
    display: none;
  }
}
.p-page-top a img.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-page-top a img.is-sp {
    display: block;
  }
}

/*********************
IMPORTING PARTIALS
*********************/
html.-fix {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.t-body {
  background-color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.t-header-area {
  position: relative;
  z-index: 100;
}

.t-header__inner {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #DF201C;
}
.t-header__content {
  position: absolute;
  width: 1578px;
  height: 1575px;
  top: -1480px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background-color: #DF201C;
}
@media screen and (max-width: 767px) {
  .t-header__content {
    width: 472px;
    height: 472px;
    top: -423px;
  }
}
.t-header__logo {
  position: absolute;
  width: 75px;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
}
@media screen and (max-width: 767px) {
  .t-header__logo {
    width: 35px;
    bottom: 8px;
  }
}

.t-mainvisual-area {
  position: relative;
  width: 100%;
  z-index: 90;
  background-color: #ffffff;
}

.t-content-area {
  position: relative;
  margin-top: -2px;
  z-index: 100;
}
.t-content-area::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #F00200;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .t-content-area::before {
    width: 132px;
    height: 26px;
  }
}

.t-service-area {
  position: relative;
  padding-top: 136px;
  padding-bottom: 70px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .t-service-area {
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-service-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-radius: 10px;
  background: linear-gradient(140deg, rgb(240, 0, 0) 0%, rgb(255, 181, 69) 100%);
}
.t-service-area.is-active .p-service__lead {
  -webkit-animation-name: leadFadeIn;
          animation-name: leadFadeIn;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: cubic-bezier(0.505, 1.555, 0.66, 1.58);
          animation-timing-function: cubic-bezier(0.505, 1.555, 0.66, 1.58);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@-webkit-keyframes leadFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  55% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  83% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
@keyframes leadFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  55% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  83% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  85% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}
.t-service-area.is-active .p-service__list {
  -webkit-animation-name: Appearance;
          animation-name: Appearance;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.84, 0.215, 1.005);
          animation-timing-function: cubic-bezier(0, 0.84, 0.215, 1.005);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes Appearance {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes Appearance {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  90% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  95% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.t-service-area.is-active .p-service__list__wrap {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.t-service-area.is-active .p-service__discount {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.t-service-area.is-active .p-service__discount img {
  -webkit-animation-name: bounceDiscount;
          animation-name: bounceDiscount;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-timing-function: cubic-bezier(0.505, 1.555, 0.66, 1.58);
          animation-timing-function: cubic-bezier(0.505, 1.555, 0.66, 1.58);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
@-webkit-keyframes bounceDiscount {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  17% {
    opacity: 0;
    -webkit-transform: translateX(-30px) translateY(30px);
            transform: translateX(-30px) translateY(30px);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateX(-30px) translateY(30px);
            transform: translateX(-30px) translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
@keyframes bounceDiscount {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  15% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  17% {
    opacity: 0;
    -webkit-transform: translateX(-30px) translateY(30px);
            transform: translateX(-30px) translateY(30px);
  }
  65% {
    opacity: 0;
    -webkit-transform: translateX(-30px) translateY(30px);
            transform: translateX(-30px) translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
  }
}
.t-service-area.is-active .p-service__price .deco {
  -webkit-animation: medalDeco 10s linear infinite;
          animation: medalDeco 10s linear infinite;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
@-webkit-keyframes medalDeco {
  0% {
    right: 100%;
  }
  3% {
    right: -100%;
  }
  100% {
    right: -100%;
  }
}
@keyframes medalDeco {
  0% {
    right: 100%;
  }
  3% {
    right: -100%;
  }
  100% {
    right: -100%;
  }
}

.t-point-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .t-point-area {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-point-area__wrap {
  width: 100%;
  background-color: #ffffff;
}

.t-plan-area {
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .t-plan-area {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-plan-area::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 80px;
  bottom: -60px;
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
  background-color: #F00200;
}
@media screen and (max-width: 767px) {
  .t-plan-area::before {
    width: 170px;
    height: 35px;
    bottom: -34px;
  }
}
.t-plan-area__wrap {
  position: relative;
  background-color: #F00200;
}
.t-plan-area__bg {
  content: "";
  position: absolute;
  height: 13px;
  top: -12px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-image: url(./../images/chevron.svg);
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 100%;
  display: block;
}

.t-discount-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .t-discount-area {
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }
}
.t-discount-area__wrap {
  margin-top: 146px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #FFDD56;
}
@media screen and (max-width: 767px) {
  .t-discount-area__wrap {
    margin-top: 90px;
  }
}

.t-option-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .t-option-area {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.t-option-area__wrap {
  width: 100%;
  background-color: #ffffff;
}

.t-support-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 110px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .t-support-area {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-support-area__wrap {
  width: 100%;
  background-color: #ffffff;
}

.t-device-area {
  position: relative;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 86px;
}
@media screen and (max-width: 767px) {
  .t-device-area {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-device-area__wrap {
  position: relative;
  background-color: #F00200;
}
.t-device-area__bg {
  content: "";
  position: absolute;
  height: 13px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-image: url(./../images/chevron.svg);
  background-repeat: repeat-x;
  background-position: top;
  background-size: auto 100%;
  display: block;
}
.t-device-area__bg.is-top {
  top: -12px;
}
.t-device-area__bg.is-bottom {
  bottom: -12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.t-flow-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .t-flow-area {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-flow-area__wrap {
  width: 100%;
  background-color: #ffffff;
}

.t-inquiry-area {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .t-inquiry-area {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.t-inquiry-area__wrap {
  width: 100%;
  background-color: #FFDD56;
  background-image: url(./../images/inquiry-bg.svg);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 100%;
}
.t-inquiry-area__wrap.is-active .c-inquiry__title__wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.t-inquiry-area__wrap.is-active .p-inquiry__inner .illust {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.t-inquiry-area__wrap.is-active .p-inquiry__content {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.t-inquiry-area__wrap.is-active .p-inquiry__content::before {
  opacity: 1;
  right: -65px;
}
@media screen and (max-width: 767px) {
  .t-inquiry-area__wrap.is-active .p-inquiry__content::before {
    right: -40px;
  }
}
.t-inquiry-area__wrap.is-active .p-inquiry__free::before {
  width: 100%;
}
.t-inquiry-area__wrap.is-active .p-inquiry__free span {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.t-inquiry-area__wrap.is-active .p-inquiry__free .is-deco {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.t-inquiry-area__wrap.is-active .p-inquiry__note {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.t-inquiry-area__wrap.is-active .p-inquiry__link__wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.t-inquiry-area__wrap.is-active .p-inquiry__tel {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.t-footer {
  width: 100%;
  background-color: #ffffff;
}
.t-footer__inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-footer__inner {
    padding-top: 14px;
    padding-bottom: 15px;
    display: block;
  }
}
.t-footer__inner a {
  width: 160px;
  display: block;
}
@media screen and (max-width: 767px) {
  .t-footer__inner a {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }
}
.t-footer__inner a img {
  width: 100%;
  display: block;
}
.t-footer__inner span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .t-footer__inner span {
    margin-top: 12px;
    text-align: center;
    display: block;
  }
}

.t-modal-area {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: none;
}

.t-document-modal__wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: scroll;
}
.t-document-modal__bg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
  opacity: 0.8;
  z-index: 10;
}
.t-document-modal__close {
  position: relative;
  width: 26px;
  height: 26px;
  border: 0px;
  padding: 0px;
  background: none;
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .t-document-modal__close {
    width: 22px;
    height: 22px;
  }
}
.t-document-modal__close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  display: block;
  background-color: #000000;
}
.t-document-modal__close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  display: block;
  background-color: #000000;
}
.t-document-modal__inner {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  background-color: #ffffff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .t-document-modal__inner {
    width: 90%;
  }
}
.t-document-modal__inner img {
  width: 100%;
  display: block;
}
.t-document-modal__head {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .t-document-modal__head {
    font-size: 18px;
  }
}
.t-document-modal__head__wrap {
  padding: 17px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .t-document-modal__head__wrap {
    padding: 15px;
  }
}
.t-document-modal__explanation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9BEC0;
}
@media screen and (max-width: 767px) {
  .t-document-modal__explanation {
    display: block;
  }
}
.t-document-modal__explanation__wrap {
  padding: 30px 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .t-document-modal__explanation__wrap {
    padding: 15px;
  }
}
.t-document-modal__explanation > dt {
  background-color: #FFEFF0;
  font-weight: 700;
  padding: 15px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t-document-modal__explanation > dt {
    padding: 10px;
  }
}
.t-document-modal__explanation > dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .t-document-modal__explanation > dd {
    padding: 15px;
  }
}
.t-document-modal__explanation > dd span.is-atrong {
  font-weight: 700;
  color: #F00200;
  margin-top: 10px;
  display: block;
}
.t-document-modal__or {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .t-document-modal__or {
    font-size: 16px;
    margin-top: 10px;
  }
}
.t-document-modal__or + .t-document-modal__explanation {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .t-document-modal__or + .t-document-modal__explanation {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map*/